Authorization: Bearer ********************{
"origin": "106.472236,29.566924",
"destination": "106.550956,29.610507"
}curl --location --request POST '/api/amap/direction/driving' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"origin": "106.472236,29.566924",
"destination": "106.550956,29.610507"
}'