Returns the profile of the currently authenticated user.
cURL
curl --request GET \ --url https://api.qwix.chat/api/v1/user/profile \ --header 'Authorization: Bearer <token>'
{ "username": "<string>", "bio": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User profile
The username of the user
A short bio of the user