curl --location 'http://localhost:5000/webapi/entry.cgi?api=&version=&method=&_sid=%3Capi-key%3E'{
"success": true,
"data": [
{
"cssPath": "string",
"jsPath": "string",
"texts": {
"property1": {
"property1": {
"property1": "string",
"property2": "string"
},
"property2": {
"property1": "string",
"property2": "string"
}
},
"property2": {
"property1": {
"property1": "string",
"property2": "string"
},
"property2": {
"property1": "string",
"property2": "string"
}
}
},
"version": "string"
}
]
}