curl -i -X POST \
https://docs.hubbyesim.com/_mock/apis/openapi/bookings \
-H 'Content-Type: application/json' \
-d '{
"departure_date": "2019-08-24T14:15:22Z",
"return_date": "2019-08-24T14:15:22Z",
"email": "user@example.com",
"booking_id": "string",
"external_id": "string",
"phone": "string",
"first_name": "string",
"last_name": "string",
"full_name": "string",
"title": "mr.",
"pax": 1,
"flight_number": "string",
"gender": "M",
"date_of_birth": "2019-08-24T14:15:22Z",
"locale": "strin",
"data": {},
"communication_options": {
"should_send_message": true,
"channels": [
"EMAIL"
]
},
"custom_branding": "string",
"departure_location": "string",
"package_specifications": [
{
"external_user_id": "user_abc123",
"destination": "string",
"size": "string",
"package_id": "string",
"package_type": "starter",
"package_duration": 365
}
]
}'