Skip to content

Instantly share code, notes, and snippets.

@domcleal
Created May 20, 2022 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domcleal/922605d06c7abc9ee3acc4bad5a5ee40 to your computer and use it in GitHub Desktop.
Save domcleal/922605d06c7abc9ee3acc4bad5a5ee40 to your computer and use it in GitHub Desktop.
curl https://api.sandbox.freeagent.com/v2/sandbox/bills/generate \
-H "Authorization: Bearer TOKEN" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-X POST \
-d '{"months": 3}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment