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