notification_id
in the path.curl --location -g --request GET 'https:///v2/api/notification/0' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Notifications found successfully.",
"data": {
"id": 69961,
"content": "Test Notification",
"is_read": true,
"created_on": "2025-01-07T22:56:18.953492Z",
"is_deleted": false,
"redirection_details": {},
"recipient": 160,
"org": 1,
"agent": 1251
}
}