username:passwordAuthorization: Basic *****************curl --location --request GET '/' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"EntityProperties": [
"Id",
"FirstName",
"LastName",
"Email",
"ExternalId"
]
}'