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