curl --location -g --request POST 'https:///api/v2/corpora//annotate' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"add_tags": [
"string"
],
"remove_tags": [
"string"
]
}'
{
"success": true,
"message": "Tagging Tasks queued successfully",
"data": {}
}