curl --location --request POST '/notifications' \
--header 'Authorization: Bearer <token>' \
--form 'page="1"' \
--form 'perpage="20"' \
--form 'view="all"' \
--form 'type=""' \
--form 'isread="-1"' \
--form 'mark_read="0"'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"page": 0,
"page_size": 0,
"list": [
{
"id": 0,
"uid": 0,
"type": "string",
"type_name": "string",
"new": true,
"authorid": 0,
"author": "string",
"note": "string",
"dateline": 0,
"dateline_formatted": "string",
"from_id": 0,
"from_idtype": "string",
"from_num": 0,
"category": "string",
"avatar": "string",
"url": "string"
}
]
},
"timestamp": 0
}