Authorization: Bearer ********************{
"urlList": [],
"emailList": [],
"id": 11,
"eventIdList": [
"AUTO_20250530125930"
],
"pushFrequency": "6",
"vinList": [
"LZGJLX441RX078444"
],
"orderNumberList": [
"ZZ240111"
],
"orderVinList": [
"LZGCR2463SX017701",
"LZGCR2461SX017700",
"LZGCR2469SX017699"
],
"status": "0"
}curl --location --request GET '/fegin/vehicle-operate-v2/v1.0/event/vehicle-sync-init' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"urlList": [],
"emailList": [],
"id": 11,
"eventIdList": [
"AUTO_20250530125930"
],
"pushFrequency": "6",
"vinList": [
"LZGJLX441RX078444"
],
"orderNumberList": [
"ZZ240111"
],
"orderVinList": [
"LZGCR2463SX017701",
"LZGCR2461SX017700",
"LZGCR2469SX017699"
],
"status": "0"
}'{
"code": 200,
"msg": "success",
"data": null
}