curl --location --request POST 'https://insight.juzibot.com/openapi/bot/voice-call/stop' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"botId": "string",
"sessionId": "string",
"voiceCallTaskId": "string"
}'