Authorization: Bearer ********************{
"approveId": 0,
"method": "string",
"password": "string",
"lockStatus": "string",
"activeStatus": "string",
"speed": 0,
"creatorId": 0
}curl --location --request POST '/api/v1.0/vehicle-operate/vehicle-lock-operate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"approveId": 0,
"method": "string",
"password": "string",
"lockStatus": "string",
"activeStatus": "string",
"speed": 0,
"creatorId": 0
}'{
"code": 0,
"msg": "string"
}