Operations related to authentication tokens
curl -i -X GET \
https://subdomain.dealpos.net/api/v3/Apps/List \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'
[ { "ID": 1, "Name": "Marketplace" }, { "ID": 2, "Name": "TADA" }, { "ID": 3, "Name": "Jurnal" }, { "ID": 4, "Name": "Jubelio" } ]
curl -i -X GET \
https://subdomain.dealpos.net/api/v3/Apps/Active \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'