curl --location --request GET '/admin-api/charging/account/getCompanyAccountVinList?pageNo=1&pageSize=10' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"id": 0,
"id_": 0,
"companyId": "string",
"vin": "string",
"skid": "string",
"rectime": "2019-08-24T14:15:22Z",
"tenantId": "string"
}
],
"total": 0
},
"msg": "string"
}