Authorization: Bearer ********************
curl --location --request GET 'https://test-api.ucuzyolu.com/contact' \
--header 'client-id: 302382-1928283273-237723829-292999'
{
"data": {
"currency": "TRY",
"title": "Ucuzyolu Havacılık ve Turizm",
"address": "Tuzla iş merkezi",
"city": "İstanbul",
"district": "Tuzla",
"phone": "0216 000 00 00",
"email": "support@ucuzyolu.com",
"countryCode": "TR",
"postalCode": "34947",
"taxOffice": "Tuzla",
"taxNumber": "0000000000"
},
"success": true,
"code": 0,
"message": ""
}