curl --location --request DELETE 'https://app.leiga.com/openapi/api/tag/remove' \ --header 'accessToken: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 1 }'
{ "code": "0", "data": { "success": true } }