{
"data": {
"conversation_id": "xxxxxxxx",
"file": "c:\\User\\ssx\\x\\x.jpg"
},
"type": "WW_SEND_IMG_MSG",
"client_id": 1
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"conversation_id": "xxxxxxxx",
"file": "c:\\User\\ssx\\x\\x.jpg"
},
"type": "WW_SEND_IMG_MSG",
"client_id": 1
}'
{}