Authorization: Bearer ********************{
"platformId": 0,
"datasetId": 0,
"vin": "string",
"pageNum": 1,
"pageSize": 1
}curl --location --request POST '/web/data-middle-platform/access/v1.0/dataset/menu/vehicle/page' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"platformId": 0,
"datasetId": 0,
"vin": "string",
"pageNum": 1,
"pageSize": 1
}'{
"code": 0,
"msg": "string",
"data": {
"records": "Collections.emptyList()",
"total": 0,
"size": 10,
"current": 1,
"orders": "new ArrayList<>()",
"optimizeCountSql": true,
"searchCount": true,
"optimizeJoinOfCountSql": true,
"maxLimit": 0,
"countId": "string"
}
}