Check User Existence
Checks if a username is available for registration. If the user is authenticated and checking their own username, it will return available=True since they can use their own username.
Request
This endpoint expects an object.
username
The username to check
Response
Username availability status

