{
"passphrase": "passphrase text",
"trailDays": 30
}
curl --location --request POST 'http://localhost:17339/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"passphrase": "passphrase text",
"trailDays": 30
}'
{
"deviceSerial": "0815:B031:2724",
"deviceId": "NBrjC7AWQEi7GQWF4VsuAA",
"remoteAccessed": true,
"remoteValidation": true,
"trial": false,
"errorCode": 0
}