curl --request GET \
--url http://localhost:4000/v1/events/detail \
--header 'Authorization: Bearer <token>'Get a single event by id for the authenticated account
curl --request GET \
--url http://localhost:4000/v1/events/detail \
--header 'Authorization: Bearer <token>'