{
"systemSource": "string",
"body": [
{
"vin": "string"
}
]
}curl --location --request POST '/v1/test/drive/car/model/testDriveSuspend' \
--header 'Content-Type: application/json' \
--data-raw '{
"systemSource": "string",
"body": [
{
"vin": "string"
}
]
}'{
"code": 0,
"msg": "",
"headers": {
"": [
""
]
},
"data": {}
}