Authorization: Bearer ********************{
"personnelType" : 1,
"vehicleId" : 1905615957737373697,
"personnelId" : 3
}curl --location --request POST 'http://127.0.0.1:9000/vehicle/unbindVehiclePersonnel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"personnelType" : 1,
"vehicleId" : 1905615957737373697,
"personnelId" : 3
}'{
"successful": true,
"code": 0,
"message": "string",
"timestamp": "string"
}