POST /api/shell/
Authorization: Bearer ${token}
Content-Type: application/json
{
"identity": ""
}
[
{
"kind": "status",
"payload": {
"code": 0,
"message": ""
}
},
{
"kind": "entity",
"payload": {
"args": null,
"columns": 0,
"created_at": 0,
"identity": "",
"path": "",
"rows": 0,
"sessions": 0,
"state": ""
}
}
]