curl --location '/redfish/v1/Managers//Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.VerifyHWProofOfPossession' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"Algorithm": "AES128CBC",
"EncryptedChallenge": "EncryptedChallengeData",
"HMAC": "yRn5rF+VeWh6Oi62eWDCImHVvKyLPIWe1jm9WbXSbjA=",
"InitialVector": "9E64952F068DFB5FF384ABC2EE550DBD",
"KeyDerivationFunction": "DellSHA256",
"PublicKey": "PublicKeyData"
}'