{ "type": 1 }
curl --location --request POST 'https://www.nonhana-server.cn:4000/message/read' \ --header 'Authorization: {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "type": 1 }'
{ "result_code": 0, "result_msg": "更改消息状态为已读成功" }