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