curl --location --request POST 'https://vcc.scmeeting.com:9090/api/v1/ivvr/set_ivvr_strategy' \
--header 'appId;' \
--header 'accessKey;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"callee": "string",
"ivvrId": "string",
"effectWeek": "string",
"startTime": "string",
"endTime": "string"
}'