x-api-key: ********************{
"acctId": "string",
"devId": "string",
"unlockPassword": "string"
}curl --location --request POST '/devices/unlock' \
--header 'token;' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"acctId": "string",
"devId": "string",
"unlockPassword": "string"
}'{}