Unauthorized
Obtain a valid token via POST /v1/auth/token and retry.
An HTTP 401 application/problem+json response:
{
"type": "https://problems.atlas.propertyfinder.com/common-http-401-unauthorized/",
"title": "Unauthorized",
"status": 401,
"code": "common_http_401-unauthorized",
"detail": "The request requires user authentication."
}