curl --location --request GET '/api/stat/GetDbData'
{
"result": {
"dataList": [
[
{
"label": "string",
"value": "string"
}
]
]
}
}