{
"id": 7,
"siteId": 1,
"appId": 1,
"agentId": 1,
"groupId": 1,
"type": 1,
"title": 1,
"code": "001",
"zbGoodsId": 1,
"tgGoodsId": 1,
"userId": 1,
"tags": "标签",
"apisite": "音色来源",
"tokens": 1,
"status": 1,
"delFlag": 1
}curl --location --request POST '/api/zb/Huashu' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 7,
"siteId": 1,
"appId": 1,
"agentId": 1,
"groupId": 1,
"type": 1,
"title": 1,
"code": "001",
"zbGoodsId": 1,
"tgGoodsId": 1,
"userId": 1,
"tags": "标签",
"apisite": "音色来源",
"tokens": 1,
"status": 1,
"delFlag": 1
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}