curl --location --request GET 'http://127.0.0.1/project/dashboard/overview'
{
"_embedded": {
"items": [
{
"data": {},
"name": "string",
"unit": "string"
}
]
},
"code": 0,
"message": "string",
"timestamp": "string"
}