notification_id
in the path.curl --location --request GET '/v2/api/notification/'
{
"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
}
}