Operations related to authentication tokens
curl -i -X GET \
https://subdomain.dealpos.net/api/v3/LogisticsService \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'
[ { "ID": "09f0fe38-79b2-4535-a014-f45d3d18a5c8", "Name": "JNE (Regular)", "Code": "JNE-R" }, { "ID": "09f0fe38-79b2-4535-a014-f45d3ah9828", "Name": "JNE (Express)", "Code": "JNE-E" } ]