Authorization: Bearer ********************
{ "country_code": "US", "city_or_post": "29691" }
curl --location --request POST 'https://tms-go.czl.net/api/v1/remote' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "country_code": "US", "city_or_post": "29691" }'
{ "code": 200, "data": { "MS": { "is_remote": true, "matched_post": "29691" }, "dhl": { "is_remote": true, "matched_post": "29691" }, "fedex": { "is_remote": true, "remote_type": "TIERA", "matched_post": "29691" }, "tnt": { "is_remote": false }, "ups": { "is_remote": true, "matched_post": "29691" }, "顺丰": { "is_remote": true, "matched_post": "29691" } }, "msg": "success" }