Little helper to call Taskcluster api calls in command line
Main problem that auth uses HAWK which requires libraries to calculate hmac of the authorization header
Usage in shell:
tc_api POST queue/v1/task '{payload here'}
tc_api GET auth/v1/ping
More info about hawk: https://blog.mozilla.org/services/2015/02/05/whats-hawk-and-how-to-use-it/