curl --location '/n-account/api/notifications?unread_only=&page=&limit=' \
--header 'authorization;' \
--header 'referer;'{
"data": [
{
"id": "string",
"title": "string",
"created_at": 0
}
],
"total": 0,
"unread_count": 0,
"has_more": false
}