curl --location --request GET '/amc/dropDownList'
{
"code": 0,
"message": "string",
"data": {
"companyNature": [
"string"
],
"vehicle": [
{
"property1": {},
"property2": {}
}
],
"taskStatus": [
{
"property1": {},
"property2": {}
}
]
},
"success": true
}