List user's profile details
Required scope: profile.read
This method requires authentication
Retrieve a user's profile information.
curl -H "Authorization: Bearer [access token]" \ https://api.restream.io/v2/user/profile
{ "id": 000, "username": "xxx", "email": "xxx" }
{ "error": { "statusCode": 401, "status": 401, "code": 401, "message": "Invalid token: access token is invalid", "name": "invalid_token" } }