curl --location --request GET 'https://api.xiaojukeji.com//v1/estimates/prices?start_lat=40.058922&start_lng=116.312615&end_lat=39.998568&end_lng=116.344434&product_type=private-car&ride_type=compact&from_name=西二旗地铁站&to_name=五道口购物中心' \
--header 'Authorization: Bearer domain|{access_token}' \
--header 'Authorization;' \
--header 'Content-Type: application/x-www-form-urlencoded'
[
{
"product_type": "string",
"ride_type": "string",
"currency_code": "string",
"estimate_price": 0,
"time_in_second": 0,
"distance_in_meter": 0,
"car_type": 0,
"dynamic": 0,
"estimate_id": "string",
"pay_type": "string",
"jump_url": "string",
"download_url": "string"
}
]