Operations related to authentication tokens
curl -i -X GET \
https://subdomain.dealpos.net/api/v3/rate_limit \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'
{ "PermitLimit": 100, "Window": 60, "QueueLimit": 30 }