we are trying to follow this example . however we are getting this error. {"message": "Error provisioning account on any cluster" Ofcourse we are using the correct account name api key any ideas? we are using our controller url POST https://analytics.api.example.com/events/publish/{schemaName} X-Events-API-AccountName:<global_account_name> X-Events-API-Key:<api_key> Content-Type: application/vnd.appd.events+json;v=2 Accept: application/vnd.appd.events+json;v=2 { "schema" : { "account": "integer", "amount": "float", "product": "string" } }
... View more