curl --location 'https://mock.apidog.com/m1/1364933-0-default/destinations//book' \
--header 'Content-Type: application/json' \
--data '{
"booking_date": "2026-07-01",
"guests": 2
}'{
"success": true,
"message": "Booking initiated successfully",
"data": {
"booking_id": 404,
"destination_id": 5,
"booking_date": "2026-07-01",
"guests": 2,
"status": "pending"
}
}