Authorization: Bearer ********************
curl --location --request POST '/events//plus' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "include_annotation": 1 }'
{ "success": true, "plus_id": "string" }