curl --location '/merchant-api/v1/merchant/profile/tags'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"id": 0,
"merchantId": 0,
"name": "string",
"sortOrder": 0,
"displayEnabled": true,
"createdAt": "string"
}
]
}
}