Authorization: Bearer ********************curl --location --request GET '/web/vehicle-operate-v2/v1.0/vehicle-lock-able' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"lock": [
{
"approveId": 0,
"lockStatus": "string",
"vin": "string",
"plateNumber": "string"
}
],
"nonLock": [
{
"approveId": "string",
"lockStatus": "string",
"vin": "string",
"plateNumber": "string"
}
],
"active": [
{}
],
"nonActive": [
{}
],
"time": 0
}
}