curl --location --request POST '/api/account/v4.0/book/preview' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "string",
"misc": {
"referral": "PROMO2024"
},
"rooms": [
{
"adults": 0,
"children": 0,
"child_ages": "string"
}
],
"guest": {
"email": "john@example.com",
"first_name": "John",
"last_name": "Doe",
"phone": "+1234567890",
"note": "string",
"addresses": [
{
"type": "billing",
"country": "US",
"line_1": "123 Main St",
"line_2": "Apt 4B",
"city": "New York",
"state": "NY",
"postal_code": "10001"
}
]
},
"payment": {
"number": "4111111111111111",
"cvv": "123",
"month": 12,
"year": 2025,
"cardholder": "John Doe",
"postal_code": "10001"
},
"checkin": "2024-12-01",
"checkout": "2024-12-05",
"property_id": 1234,
"accommodation_id": "DBL",
"rate_code": "BAR",
"currency": "USD",
"cart": {}
}'