this is the response: ```{ status: 400, status...
# community-help
j
this is the response:
Copy code
{
  status: 400,
  statusText: 'Bad Request',
  headers: Headers {
    connection: 'keep-alive',
    'access-control-allow-origin': '*',
    'content-type': 'application/json; charset=utf-8',
    'transfer-encoding': 'chunked'
  },
  body: ReadableStream { locked: false, state: 'readable', supportsBYOB: true },
  bodyUsed: false,
  ok: false,
  redirected: false,
  type: 'basic',
  url: '<http://localhost:8108/analytics/events>'
}