curl --location --request POST 'https://vcc.scmeeting.com:9090/api/v1/notify/invite_play_file' \
--header 'appId;' \
--header 'accessKey;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"callId": "202503030011",
"caller_name": "101255****",
"caller_number": "101255****",
"fileId": "1001",
"callees": [
"181******59",
"181******59"
]
}'