Update-Business-Profile
POST
/settings/business/profile
Business Profile
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'http:///settings/business/profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "<Business Profile Address>",
"description": "<Business Profile Description>",
"email": "<Business Profile Email>",
"vertical": "<Business Profile Vertical>",
"websites": [
"https://www.whatsapp.com",
"https://www.facebook.com"
]
}'
响应示例响应示例
{}
请求参数
Body 参数application/json
返回响应
修改于 2024-09-24 06:57:26