Authorization: Bearer ********************
{
"journeyId": "string"
}
curl --location --request GET 'https://test-api.ucuzyolu.com/flight/paymenttypes' \
--header 'client-id: 302382-1928283273-237723829-292999' \
--header 'Content-Type: application/json' \
--data-raw '{
"journeyId": "string"
}'
{
"data": [
{
"id": 8,
"name": "Cari Hesap",
"type": "other",
"alias": "account",
"hasGateway": false
}
],
"success": true,
"code": 0,
"message": ""
}