Authorization: Bearer ********************{ "vin":"LZGDCWLQCTEST0001", "vehcileBrand":"翼 3", "vehicleSeries":"换电", "modelOrderNum":"RN123456", "modelDesignNum":"ZH00000000000", "newVin":"SX4250G4384U7", "oem":"陕西通力公司" }curl --location --request PUT '/api/v1.0/third-party/vehicle' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{ "vin":"LZGDCWLQCTEST0001", "vehcileBrand":"翼 3", "vehicleSeries":"换电", "modelOrderNum":"RN123456", "modelDesignNum":"ZH00000000000", "newVin":"SX4250G4384U7", "oem":"陕西通力公司" }'{}