curl --location --request POST 'https://api.xiaojukeji.com//v1/inspection' \
--header 'Authorization: Bearer domain|{access_token}' \
--header 'Authorization;' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'product={"product_type":"private-car","ride_type":"compact"}' \
--data-urlencode 'origin={"lng":116.312615,"lat":40.058922,"name":"西二旗地铁站","address":"上地十街"}' \
--data-urlencode 'destination={"lng":116.344434,"lat":39.998568,"name":"五道口购物中心","address":"成府路"}'
{
"error": "string",
"error_detail": "string"
}