Authorization: Bearer ********************{
"vehicleId": 0,
"personnelType": 0,
"personnelId": 0
}curl --location --request POST 'http://127.0.0.1:9000/vehicle/setUpVehiclePersonnel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"vehicleId": 0,
"personnelType": 0,
"personnelId": 0
}'