Authorization: Bearer ********************curl --location --request GET '/web/vehicle-operate-v2/v1.0/event/regional-distribution?type&startTime&endTime' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": [
{
"lng": "111",
"lat": "111",
"name": "事件1"
}
]
}