curl --location --request POST '/notifications_count' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"categories": {
"mypost": 0,
"interactive": 0,
"system": 0,
"manage": 0
},
"mynotice": 0
},
"timestamp": 0
}