username:passwordAuthorization: Basic *****************curl --location --request GET 'https://api.socialidnow.com/v1/marketing/login/users/' \
--header 'Authorization: Basic <encoded-value>'{
"id": 0,
"profile": {
"property1": "string",
"property2": "string"
},
"signed_in_at": "2019-08-24T14:15:22.123Z",
"signed_up_at": "2019-08-24T14:15:22.123Z",
"token": "string",
"username": "string",
"email_address": "string",
"active": true,
"confirmed": true,
"locked": true
}