{
  "data": null,
  "status": "failure",
  "error": {
    "type": "https://formsreach.com/errors/payload_too_large",
    "title": "Payload Too Large",
    "status": 413,
    "code": "payload_too_large",
    "detail": "The request body exceeded the upload size limit.",
    "hint": "Reduce file size or field payload. File uploads must use multipart/form-data. See https://formsreach.com/docs/submit-api/file-uploads/"
  },
  "meta": {
    "requestId": null,
    "docs": "https://formsreach.com/errors/payload_too_large/"
  }
}