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