curl --location -g --request GET 'https://yingyan.baidu.com/api/v3/frequentroute/getjob?service_id=&entity_name=&ak=&sn='
{
"status": 0,
"message": "string",
"total": 0,
"routes": [
{
"end_time_range": "string",
"frequency": 0,
"distance": 0,
"duration": 0,
"points": {
"longitude": 0,
"latitude": 0,
"loc_time": 0,
"direction": 0,
"height": 0,
"speed": 0
},
"start_point": {
"longitude": 0,
"latitude": 0
},
"start_time_range": "string",
"end_point": {
"longitude": 0,
"latitude": 0
}
}
]
}