cURL
curl --request POST \ --url https://api.travomatrix.com/api/v1/flight/booking/ticket \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "booking_id": "<string>" } '
BOOKED
Tickets issued successfully.