Operations related to authentication tokens
curl -i -X GET \
'https://subdomain.dealpos.net/api/v3/User/ID?ListID=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
[ { "ID": "550e8400-e29b-41d4-a716-446655440000", "Name": "Admin" }, { "ID": "7b27bbfe-71c4-4f3d-9957-fd1cd57c5f1c", "Name": "Cashier" } ]