Operations related to authentication tokens
curl -i -X GET \
https://subdomain.dealpos.net/api/v3/Tax \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'
[ { "ID": "58a4e4c8-36e8-478a-bdde-aae8c413f69b", "Name": "No Tax", "Rate": 0, "Type": "Add" }, { "ID": "bb57893b-58ad-4375-9ee1-7a39d3aeeadb", "Name": "PPN 10%", "Rate": 10, "Type": "Include" } ]