Authorization: Bearer ********************
curl --location --request GET 'https://test-api.ucuzyolu.com/search/hotels?q=İstanbul' \
--header 'client-id: 302382-1928283273-237723829-292999'
{
"data": {
"locations": [
{
"id": 10033097,
"name": "Istanbul",
"isCity": false
}
],
"hotels": [
{
"id": 2,
"name": "Radisson Hotel Istanbul Harbiye",
"city": "Istanbul",
"country": "Turkey"
},
{
"id": 3,
"name": "The St Regis Istanbul",
"city": "Istanbul",
"country": "Turkey"
},
{
"id": 1,
"name": "Dosso Dossi Hotels&Spa Downtown",
"city": "Istanbul",
"country": "Turkey"
},
{
"id": 4,
"name": "Hotel Casa Mia Old City",
"city": "Istanbul",
"country": "Turkey"
},
{
"id": 5,
"name": "Swissotel Living",
"city": "Istanbul",
"country": "Turkey"
}
]
},
"success": true,
"code": 0,
"message": ""
}