curl --location --request GET '/admin-api/charging/order/listChargeType?menuType' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": [
{
"property1": {},
"property2": {}
}
],
"msg": "string"
}