{
"endpoint": {
"cookie": {},
"endpointId": "string",
"scope": {
"token": "string",
"type": "string"
}
},
"header": {
"correlationToken": "string",
"messageId": "string",
"name": "string",
"namespace": "string",
"payloadVersion": "string"
},
"payload": {
"commands": [
{
"devices": [
{
"customData": {
"barValue": true,
"bazValue": "string",
"fooValue": 0
},
"id": "string"
}
],
"execution": [
{
"challenge": {
"pin": "string"
},
"command": "string",
"params": {
"lock": true,
"on": true
}
}
]
}
],
"devices": [
{
"customData": {
"barValue": true,
"bazValue": "string",
"fooValue": 0
},
"id": "string"
}
]
}
}