username:passwordAuthorization: Basic *****************curl --location --request GET 'https://api.socialidnow.com/v1/marketing/login/users//roles' \
--header 'Authorization: Basic <encoded-value>'{
"total": 0,
"count": 0,
"offset": 0,
"results": [
{
"created_at": "2019-08-24T14:15:22.123Z",
"source_type": "custom",
"source_id": "string",
"role_id": 0,
"role": {
"id": 0,
"name": "string",
"login_app_id": 0,
"description": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}
]
}