curl --location '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=%E8%A5%BF%E4%BA%8C%E6%97%97%E5%9C%B0%E9%93%81%E7%AB%99&to_name=%E4%BA%94%E9%81%93%E5%8F%A3%E8%B4%AD%E7%89%A9%E4%B8%AD%E5%BF%83' \
--header 'Authorization: Bearer domain|{access_token}' \
--header 'Authorization: Bearer domain|' \
--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"
}
]