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' \
--header 'Accept: application/json' \
--header 'Etm-Auth-Key: ' \
--header 'Content-Type: application/json'{
"status": "ok",
"message": "Бронь успешно отменена"
}