curl --location --request GET 'http://localhost:8027/fim/reimbursement/getClassificationById/' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"parentId": 0,
"name": "string",
"delFlag": "string"
}
}