{
"zip": "96113",
"country": "US",
"address": "123 Paper St.",
"apt": "Unit 3",
"city": "San Jose",
"last_name": "Kelly",
"phone_number": "555-555-9859",
"state": "CA",
"first_name": "Jennifer",
"email": "m.kelly@mailinator.com"
}
curl --location --request PATCH 'http://prod-cn.your-api-server.com/accounts//billing' \
--header 'Content-Type: application/json' \
--data-raw '{
"zip": "96113",
"country": "US",
"address": "123 Paper St.",
"apt": "Unit 3",
"city": "San Jose",
"last_name": "Kelly",
"phone_number": "555-555-9859",
"state": "CA",
"first_name": "Jennifer",
"email": "m.kelly@mailinator.com"
}'
{}
扫码加 ZOOM 开发者 微信交流
在这里,获得 ZOOM API 文档 使用上的任何帮助,快速上手让你的研测效率得到大幅提升