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