Authorization: Bearer ********************curl --location --request GET '/web/vehicle-operate-v2/v1.0/subscribe/order-num-with-vin' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": {
"112211221122": [
"LZGCA2414JB022376",
"LZGCA2414JB022377",
"LZGCA2414JB022378"
],
"JSZ23011": [
"LZG0TEST000000CXP"
],
"110011001100": [
"LZG0TEST241106006",
"LZG0TEST241107001",
"LZG25800632067134"
]
}
}