curl --location --request POST 'https://vcc.scmeeting.com:9090/api/v1/dail/invite_play_code' \
--header 'appId;' \
--header 'accessKey;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"callId": "20241219001",
"caller_name": "101255****",
"caller_number": "101255****",
"callee": "177******26",
"code": "0965",
"times": "2"
}'