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