Deny By Default as a Service An API that returns random, generic, creative, and sometimes hilarious rejection reasons (and acceptances!). Endpoints: GET / - Returns a random `no` reason. GET /no - Returns a random `no` reason. GET /yes - Returns a random `yes` reason. GET /random - Returns a random `yes` or `no` reason. GET /health - Health check status. GET /help - Shows this help information. GET /* - Any other route returns a positive `yes` reason. Content Negotiation: Default: plain text JSON methods: - Add `?format=json` query parameter - Set `Accept: application/json` header - Set `Content-Type: application/json` header