Authorization: Bearer ********************
{
"value": "93923-23afd30e-0023aab-9030"
}
curl --location --request DELETE 'https://test-api.ucuzyolu.com/customer/notifications/register' \
--header 'client-id: 302382-1928283273-237723829-292999' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": "93923-23afd30e-0023aab-9030"
}'
{
"data": {
"platform": null,
"device": null,
"value": "93923-23afd30e-0023aab-9030",
"customerId": 1,
"deviceId": null
},
"success": true,
"code": 0,
"message": ""
}