{
"platform": "HuoShan1",
"status": true,
"level": 1,
"cfg": {
"accessKey": "",
"secretKey": ""
},
"type": "HuoShan"
}
curl --location --request POST '/api/saveConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform": "HuoShan1",
"status": true,
"level": 1,
"cfg": {
"accessKey": "",
"secretKey": ""
},
"type": "HuoShan"
}'
{
"code": 1000,
"data": [],
"msg": "SUCCESS !!!",
"time": 1715393900901
}