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