Authorization: Bearer ********************
{}
curl --location --request POST 'https://test-api.ucuzyolu.com/customer/notifications' \
--header 'client-id: 302382-1928283273-237723829-292999' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data": {
"sms": true,
"email": true,
"push": true,
"phone": false
},
"success": true,
"code": 0,
"message": ""
}