manage:fingerprint permission. Queues an allow-listed command for the device to collect on its next heartbeat. Only SET_TIME and INFO are accepted; the literal protocol string is built server-side and is never taken from the caller. Returns 422 if the device has not been approved.core.session_token: ********************Authorization: Bearer ********************curl --location '/fingerprint/devices//commands' \
--header 'Content-Type: application/json' \
--data '{
"type": "SET_TIME"
}'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": {
"id": "string",
"deviceId": "string",
"type": "SET_TIME",
"command": "string",
"status": "PENDING",
"sentAt": "2019-08-24T14:15:22.123Z",
"respondedAt": "2019-08-24T14:15:22.123Z",
"returnCode": 0,
"result": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}