post https:///OAuth2/UserInfo
- This API is used for authentication where Access Token should be sent as Bearer token in Authorization header.
- In response, Claims will be returned based on the scopes associated with Access Token.
- For further information on UserInfo Request, check here