curl --request POST \
--url https://sg.sobot.io/api/5/user/query_cids \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"visitorid": "<string>",
"partnerid": "<string>",
"from": 0,
"cid": "<string>",
"timezone": "<string>",
"start_time": "<string>",
"end_time": "<string>"
}
'