[
{
"longitude": 0,
"latitude": 0
}
]
curl --location --request POST 'https://travel.daoziji.com/user/proposal/calculateMileage' \
--header 'token: 59488631878869803924403251' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"longitude": 0,
"latitude": 0
}
]'
{}