{
"conversation_id":1,
"user_id":1,
"shop_id":0
}
curl --location --request POST '/im/conversation/message/set_read' \
--header 'X-Client-Type: user' \
--header 'Content-Type: application/json' \
--data-raw '{
"conversation_id":1,
"user_id":1,
"shop_id":0
}'
{
"code": 0,
"msg": "ok",
"data": {
"filter": {
"category": [
{
"category_id": 1,
"category_name": "女装"
}
],
"brand": [
{
"brand_id": 1,
"brand_name": "PRICH22",
"brand_logo": "img/gallery/202306/1687857585PUWPIq3otyfgAdLZ2e!!pic.jpeg",
"first_word": "P",
"is_show": 1
}
]
},
"filter_selected": {
"category": "",
"brand": "",
"keyword": "",
"intro": ""
},
"total": 0,
"errcode": 0,
"message": ""
}
}