Authorization: Bearer ********************
{}
curl --location --request DELETE 'https://test-api.ucuzyolu.com/auth/logout' \
--header 'client-id: 302382-1928283273-237723829-292999' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data": null,
"success": true,
"code": 0,
"message": ""
}