Authorization: Bearer ********************
curl --location --request GET 'https://test-api.ucuzyolu.com/customer/favorites/flight' \
--header 'client-id: 302382-1928283273-237723829-292999'
{
"data": [
{
"id": 34,
"origin": "VAS",
"destination": "ESB",
"originAirport": {
"name": "Nuri Demirağ Havalimanı",
"code": "VAS",
"city": "Sivas"
},
"destinationAirport": {
"name": "Esenboğa Havalimanı",
"code": "ESB",
"city": "Ankara"
}
}
],
"success": true,
"code": 0,
"message": ""
}