conversation_id:可选,会话IDAuthorization: Bearer ********************curl --location --request GET '/api/v1/messaging/unread_count?conversation_id'{
"code": 0,
"message": "success",
"data": {
"total": 0,
"by_conversation": {
"property1": 0,
"property2": 0
}
}
}