curl --request GET \
--url https://production.hifibridge.com/v2/users/{userId} \
--header 'Authorization: Bearer <token>'Get an existing Hifi user
curl --request GET \
--url https://production.hifibridge.com/v2/users/{userId} \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the user