curl --location --request GET '/admin-api/charging/charge-type/page?pageNo=1&pageSize=10' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"id": 2157,
"chargeType": 2,
"typeDes": "string"
}
],
"total": 0
},
"msg": "string"
}