Authorization: Bearer ********************curl --location --request GET 'https://demo.modaltrans.com/api/v1/notifications?reference=&scope=' \
--header 'Authorization: Bearer <token>'[
{
"id": 0,
"action_type": "string",
"title": "string",
"target_type": "string",
"target_id": 0,
"target_class_name": "string",
"sender_id": 0,
"sender_name": "string",
"sender_avatar_url": "string",
"object_url": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"is_it_read?": true
}
]