Authorization: Bearer ********************
curl --location --request GET 'https://test-api.ucuzyolu.com/notifications' \
--header 'client-id: 302382-1928283273-237723829-292999'
{
"data": [
{
"id": 1,
"title": "Test",
"content": "content",
"url": "https://google.com",
"meta": null,
"createdAt": "2024-11-24T15:50:55.000000Z",
"readStatus": false
}
],
"success": true,
"code": 0,
"message": ""
}