2xx range indicate success, 4xx indicate a problem with the request, and 5xx indicate a server-side error.
Response format
Successful responses wrap their payload in adata field:
error message:
Status codes
Handling errors
Always check the status code before reading the body. Treat429 and 5xx as retryable with exponential backoff; treat 4xx (other than 429) as a problem to fix in your request.

