order_id: The ID of the order to be split. - You can take it from /orders response.data.order_idcurl --location -g --request GET 'https://stage-api.etm-system.ru/api/air/orders/{{order_id}}/void_fees' \
--header 'Accept: application/json' \
--header 'Etm-Auth-Key: ' \
--header 'Content-Type: application/json'{
"status": "ok",
"message": "Сбор за отмену 0,00 €",
"data": {
"amount": 0,
"currency": "EUR",
"formatted": "0,00 €"
}
}