{ "user_code": "string", "token": "string" }
curl --location --request POST 'https://tms-test.gjxlh.com/api/order/sync_pickup_point' \ --header 'Content-Type: application/json' \ --data-raw '{ "user_code": "string", "token": "string" }'
{ "status": "string", "msg": "string", "points": [ { "pointId": "string", "city": "string", "address": "string" } ] }