Does anyone know why when requesting /me/owned_events with a valid token you can possibly get "The user_id you requested does not exist".
To me it looks like an issue with the Evenbrite account - but I can find no effective way of raising a support ticket with Eventbrite for the API, so hoping someone has seen this before.
https://www.eventbriteapi.com/v3/users/me/owned_events/?token=XXXXXXXXXXXXXX
{ "status_code": 404, "error_description": "The user_id you requested does not exist.", "error": "NOT_FOUND" }