username:passwordAuthorization: Basic *****************curl --location --request GET 'https://api.socialidnow.com/v1/rbac/access_requests//reviewers' \
--header 'Authorization: Basic <encoded-value>'{
"total": 0,
"count": 0,
"offset": 0,
"results": [
{
"login_user_id": 0,
"login_user": {
"id": 0,
"token": "string",
"signed_up_at": "2019-08-24T14:15:22.123Z",
"signed_in_at": "2019-08-24T14:15:22.123Z",
"username": "string",
"email_address": "user@example.com",
"active": true,
"confirmed": true,
"locked": true
},
"source_type": "group",
"source_id": "string",
"created_at": "2019-08-24T14:15:22.123Z"
}
]
}