GET
/v1/auth/me

Response Body

application/json

curl -X GET "https://example.com/v1/auth/me"
{
  "username": "string",
  "role": "string"
}