get https://example.com/v1/user/
This API request allows you to get information about user by username of the user.
Response status codes:
200 - you can review information
400 - you specified blank username
401 - you are not authorized
422 - user with username you sent doesn't exists
500 - if unhandled and unexpected exception happened