curl --location -g --request GET 'https:///api/v2/notifications/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "string",
"data": {
"id": 0,
"content": "string",
"is_read": true,
"created_on": "2019-08-24T14:15:22Z",
"is_deleted": true,
"redirection_details": {
"property1": null,
"property2": null
},
"recipient": 0,
"org": 0,
"agent": 0
}
}