cURL
curl --request POST \ --url https://api.example.com/api/notification/record/read \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data ' { "id": "c4114b77076f4a7b97fc5177385673ee" } '
{ "code": 200, "message": "操作成功", "result": 48, "success": true, "timestamp": 1677894599868 }
全部已读,则不传
The response is of type object.
object