Ocp-Apim-Subscription-Key: ********************curl --location --request POST '/api/v2/documents//annotate' \
--header 'Ocp-Apim-Subscription-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"source": "string",
"add_tags": [
null
],
"remove_tags": [
null
]
}'{
"success": true,
"message": "string",
"data": {
"tags": [
null
]
}
}