cURL
curl --request GET \ --url https://api.example.com/api/notification/record/subcount \ --header 'Authentication: <authentication>'
{ "code": 200, "message": "操作成功", "result": 48, "success": true, "timestamp": 1677894599868 }
The response is of type object.
object