本文档为大众产品接口文档 如需不明确请及时联系客服处理!
{
"color": "string",
"description": "string",
"name": "string"
}curl --location --request POST 'http://prod-cn.your-api-server.com/api/client/tags' \
--header 'Content-Type: application/json' \
--data-raw '{
"color": "string",
"description": "string",
"name": "string"
}'{
"code": 0,
"data": {
"client_id": 0,
"color": "string",
"created_at": "string",
"description": "string",
"id": 0,
"name": "string",
"updated_at": "string"
},
"message": "string"
}