curl --location --request GET 'nfinance/report/config' \
--header 'Authorization: {{AUTH_TOKEN}}'
{
"code": 0,
"msg": "string",
"data": [
{
"key": "string",
"money": "string",
"ratio": "string"
}
]
}