In the instance where no data is found, instead of a silent error that returns as a 200 response, an explicit 422 is returned:
200
422
{ "code": 404, "status": "Unprocessable Entity" }