Error Handling

Failed Authentication:

[
  "errors" => [
    [
      "detail" => "Authentication failed. Your API Key is missing, incorrect, or revoked.",
      "status" => 401
    ]
  ]
]

Failed Request:

[
  "errors" => [
    [
      "detail" => "",
      "status" => 422
    ]
  ]
]