Authorization: Bearer ********************
curl --location --request GET 'https://test-api.ucuzyolu.com/search/busstations?q' \
--header 'client-id: 302382-1928283273-237723829-292999'
{
"data": [
{
"id": 433,
"name": "Elbistan",
"realname": "Elbistan",
"slug": "elbistan",
"isCity": false
},
{
"id": 676,
"name": "İSTANBUL",
"realname": "İSTANBUL",
"slug": "istanbul",
"isCity": true
},
{
"id": 677,
"name": "İSTANBUL (Anadolu)",
"realname": "İSTANBUL (Anadolu)",
"slug": "istanbul-anadolu",
"isCity": false
}
],
"success": true,
"code": 0,
"message": ""
}