curl --location --request GET 'https://stage.privicore.com:9009/device/retrieve-profile-devices' \
--header 'X-DPT-AUTHORIZATION;'
[
{
"deviceIdentifier": "example_device_identifier",
"profileId": "example_owner_profile",
"status": 1,
"metaName": "meta_name_example",
"metaSecurityLabel": [
"string"
],
"createdAt": "2025-02-10T10:03:06+00:00"
}
]