{}
curl --location --request POST 'https://fourseasons-test.e.verystar.net/api/v1/reservation/default_date' \ --header 'Authorization-AppKey;' \ --header 'Authorization-Sign;' \ --header 'Authorization-Token: fake_001' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "checkin_date": "string", "checkin_week": "string", "checkout_date": "string", "checkout_week": "string", "checkout_last_date": "string" }