产品
创建产品
创建一个新的产品
post/v3/product
Request body
Example request
{
"key": "smart-customer-service",
"name": "智能客服",
"profile": "这是一个智能客服产品"
}Response
创建成功
Example response
{
"id": 12345,
"key": "smart-customer-service"
}创建一个新的产品
{
"key": "smart-customer-service",
"name": "智能客服",
"profile": "这是一个智能客服产品"
}创建成功
{
"id": 12345,
"key": "smart-customer-service"
}