curl --location --request GET 'https://stage.privicore.com:9009/directory//profile/' \
--header 'X-DPT-AUTHORIZATION;'
{
"profileId": "example_profile_id",
"username": "example_username",
"givenName": "example_given_name",
"familyName": "example_family_name",
"configuredDevices": 0,
"unconfiguredDevices": 1,
"totalDevices": 1,
"createdAt": "2025-02-10T10:03:06+00:00"
}