Authentication
curl "https://api.vvvorg.com/" \
-H "Authoriztion: bearer <user access token>"curl "https://cloud-api.vvvorg.com/" \
-H "App-token: <app access token>"curl "https://api.vvvorg.com/oauth2/token/" \
-H "Basic: base64_encode(<client_id>:<client_secret>)"Last updated