Retrieve device unique identifier.
It can accept creation command id's even if device was created via directory device creation endpoint.
X-DPT-AUTHORIZATION: ********************curl --location --request POST 'https://sandbox.privicore.com:9009/device/retrieve-unique-identifier' \
--header 'X-DPT-AUTHORIZATION: <api-key>' \
--data-urlencode 'id='{
"deviceIdentifier": "example_device_identifier",
"profileId": "device_profile_id",
"approved": true,
"createdAt": "2025-02-10T10:03:06+00:00"
}