/user/{username}| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| username | path | string | required | The name that needs to be fetched. Use user1 for testing. |
Schema: User
User Status
curl -X GET "https://petstore.swagger.io/v2/user/{username}" \
-H "Authorization: Bearer ${API_TOKEN}"