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