{
"platform": "Google1",
"status": true,
"level": 1,
"cfg": {
"key": "",
"url": "https://translation.googleapis.com/language/translate/v2",
"curlTimeOut": 1000
},
"type": "Google"
}
curl --location --request POST '/api/saveConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform": "Google1",
"status": true,
"level": 1,
"cfg": {
"key": "",
"url": "https://translation.googleapis.com/language/translate/v2",
"curlTimeOut": 1000
},
"type": "Google"
}'
{
"code": 1000,
"data": [],
"msg": "SUCCESS !!!",
"time": 1715393900901
}