Authorization: Bearer ********************{
"trip_start_date": "string",
"number": 0
}curl --location --request POST '/trips/v1/custom/unavailable-dates/check' \
--header 'Content-Type: application/json' \
--data-raw '{
"trip_start_date": "string",
"number": 0
}'{}