Authorization: Bearer ********************
{
"journeyId": "ugyEbsZPxhesEwOWua4f1NVTVAalGefNOwyW"
}
curl --location --request POST 'https://test-api.ucuzyolu.com/flight/refund/request' \
--header 'client-id: 302382-1928283273-237723829-292999' \
--header 'Content-Type: application/json' \
--data-raw '{
"journeyId": "ugyEbsZPxhesEwOWua4f1NVTVAalGefNOwyW"
}'
{
"data": {
"token": "jvM4xsVZYHlK3Xav",
"isRefundable": true,
"isCancellable": true,
"refundableAmount": 988.64
},
"success": true,
"code": 0,
"message": ""
}