Errors

Bad Request

Error

What Happened

The server could not understand the request because it was not written correctly. This often happens when the JSON is not formatted properly.

The response includes a detail property with more information about this error.

How to Fix

Ensure your JSON is correctly formatted. Each key-value pair should be in double quotes, and the structure should follow proper nesting with braces {} for objects and brackets [] for arrays.

  Still stuck? Contact support.