Skip to content

Instantly share code, notes, and snippets.

@martinov
Created July 17, 2020 10:04
Show Gist options
  • Save martinov/92a8720352156592530957e312a17e54 to your computer and use it in GitHub Desktop.
Save martinov/92a8720352156592530957e312a17e54 to your computer and use it in GitHub Desktop.
#!/bin/bash
curl -X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer another-super-secret-key" \
-d @"${0%/*}/data.json" \
http://dikar-consult.mmartinov.com:3030/incoming-order
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment