Authorization: Bearer ********************[
"string"
]curl --location --request POST '/api/v1.0/admin/vehicle-lock-result' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'{
"code": 0,
"msg": "string",
"data": [
{
"vin": "string",
"result": 0,
"assignmentNo": "string",
"type": "string",
"param": "string",
"activeStatus": "string",
"lockStatus": "string"
}
]
}