curl --location --request POST 'https://callapi.xfyun.cn/v1/service/v1/aicall/oauth/v1/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "ODM1ZTk4ODAtYTMyZC00ZjBiLTkzMDQtY2VjNWU0ZDUyZWQ5",
"app_secret": "MTM5NUM3NjlGQ0M2REUwN0FBREE3QjUxMkU1Qzg5NUQ="
}'
{
"code": 0,
"message": "string",
"result": {
"token": "string",
"time_expire": 0
}
}