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