Authorization: Bearer ********************curl --location --request GET '/web/vehicle-query/v1.0/working_algorithm_deployment?type&name&vin&version&startTime&endTime&showType¤t&pageSize' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"ids": [
0
],
"name": "string",
"type": "string",
"version": "string",
"vins": [
"string"
],
"vehicleTypes": [
"string"
],
"plateNumber": "string",
"status": true,
"createTime": null,
"creator": null,
"updateTime": null,
"updater": null
}
],
"code": 0,
"msg": "string"
}