{
"platform": "PaPaGo1",
"status": true,
"level": 1,
"cfg": {
"key": "",
"keyId": "",
"url": "https://naveropenapi.apigw.ntruss.com/nmt/v1/translation",
"curlTimeOut": 1000
},
"type": "PaPaGo"
}
curl --location --request POST '/api/saveConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform": "PaPaGo1",
"status": true,
"level": 1,
"cfg": {
"key": "",
"keyId": "",
"url": "https://naveropenapi.apigw.ntruss.com/nmt/v1/translation",
"curlTimeOut": 1000
},
"type": "PaPaGo"
}'
{
"code": 1000,
"data": [],
"msg": "SUCCESS !!!",
"time": 1715393900901
}