{
"merchantId": 1,
"tagId": 1
}curl --location '/admin-api/v1/merchants/tags/remove' \
--header 'Content-Type: application/json' \
--data '{
"merchantId": 1,
"tagId": 1
}'{
"code": 0,
"message": "string",
"data": {
"success": true
}
}