Operations related to authentication tokens
curl -i -X GET \
https://subdomain.dealpos.net/api/v3/PaymentMethod \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'
[ { "ID": 1, "Name": "Cash", "Type": "Cash", "Suspended": false }, { "ID": 2, "Name": "Debit Card", "Type": "Card", "Suspended": false }, { "ID": 2, "Name": "Credit Card", "Type": "Card", "Suspended": true } ]