curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api=SYNO.API.Auth.UIConfig&version=1&method=get&_sid=<api-key>'{
"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"
}
]
}