curl --location 'https://decibel.foo/api/auth/check-user' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com", "username": "string" }'
{ "isAvailable": true, "message": "Available!" }