{
"guid": "string",
"conversation_id": "string",
"user_type": 0,
"user_id": "string"
}curl --location '/msg/report_unread' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"conversation_id": "string",
"user_type": 0,
"user_id": "string"
}'{
"error_code": 0,
"error_message": "string",
"data": {
"result": {}
}
}