curl --location --request GET 'http://localhost:8082/robot/homePage/problemSolvingSituation' \
--header 'Authorization: '
{
"code": 0,
"msg": "",
"data": {
"resolutionRate": "",
"unresolvedRate": "",
"satisfactionRate": "",
"dissatisfactionRate": ""
}
}