Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save daleharvey/a1c2aff2f92f20b29c837f9dd18cec6e to your computer and use it in GitHub Desktop.
Save daleharvey/a1c2aff2f92f20b29c837f9dd18cec6e to your computer and use it in GitHub Desktop.
curl -X POST ${SERVER}/buckets/main/collections/${CID}/records \
-d '{"data": {"name": "world"}}' \
-H 'Content-Type:application/json' \
-u ${BASIC_AUTH}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment