The application will respond to malformed urls with the following payload.

curl --request GET \
  --url http://app.blueprinttitle.com/public/api/v5/asdfasdf \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer 2|fa1CXjgluUt5ma9o01A79LQC9N1VkKQDopT6uVhr'
{
  "error": "Route not found."
}