curl --location --request DELETE 'https://apicfa.convirza.com/v2/tag' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tag_id": [
0
]
}'{
"result": "string",
"err": "string",
"data": "string"
}