curl --location --request POST '/api/account/v4.0/property/available' \
--header 'Content-Type: application/json' \
--data-raw '{
"property_id": "string",
"checkin": "string",
"checkout": "string",
"rooms": [
{
"adults": 0,
"children": 0,
"child_ages": "string"
}
],
"currency": "string",
"affiliate": "string",
"discount_code": "string",
"account_id": "string",
"verbosity": 0
}'
{}