{
"name": "string"
}curl --location '/merchant-api/v1/merchant/products/tags/quick-add' \
--header 'Content-Type: application/json' \
--data '{
"name": "string"
}'{
"code": 0,
"message": "string",
"data": {
"id": 0,
"scope": "string",
"merchantId": 0,
"name": "string",
"sortOrder": 0,
"status": "string",
"createdAt": "string",
"updatedAt": "string"
}
}