Access-Id: ********************Access-Secret: ********************{
"host": "192.168.99.57",
"port": 22,
"username": "root",
"password": "123456",
"command": "ls"
}curl --location --request POST 'http://10.10.0.26:8080/api/board/execute_shell' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": "192.168.99.57",
"port": 22,
"username": "root",
"password": "123456",
"command": "ls"
}'{}