HTTP/1.1 401 Unauthorized Request
Content-Type: application/hal+json; charset=utf-8

{
  "status": 401,
  "title": "Unauthorized Request",
  "detail": "Missing authentication, or failed to authenticate",
  "_links": {
    "documentation": {
      "href": "https://docs.mollie.com/guides/authentication",
      "type": "text/html"
    }
  }
}
