Updates a single annotation based on the ID supplied
curl --request PATCH \ --url https://app.langwatch.ai/api/annotations/{id} \ --header 'Content-Type: application/json' \ --header 'X-Auth-Token: <api-key>' \ --data '{ "comment": "<string>", "isThumbsUp": true, "email": "<string>" }'
{ "status": "<string>", "message": "<string>" }
ID of annotation to delete