{
"callout_countries": [
{
"id": "1"
}
]
}
curl --location --request POST 'http://prod-cn.your-api-server.com/accounts//sip_trunk/callout_countries' \
--header 'Content-Type: application/json' \
--data-raw '{
"callout_countries": [
{
"id": "1"
}
]
}'
{
"callout_countries": [
{
"code": "1",
"name": "United States",
"id": "US"
}
]
}
扫码加 ZOOM 开发者 微信交流
在这里,获得 ZOOM API 文档 使用上的任何帮助,快速上手让你的研测效率得到大幅提升