Authorization: Bearer ********************
curl --location --request GET '/billing-configuration/query-all'
{
"code": 10000,
"message": "success",
"data": {
"id": 1,
"cost_code": "12345",
"cost_name": "other",
"cost_type": "othercost",
"create_name": "Li",
"create_date": "2024-9-13-09-13-45",
"update_name": "Li",
"update_date": "2024-9-14-09-13-45"
}
}