Skip to content

Instantly share code, notes, and snippets.

@AntonIXO
Created April 24, 2024 12:20
Show Gist options
  • Save AntonIXO/fd2bf06f5631ef55a694a928c7928ae9 to your computer and use it in GitHub Desktop.
Save AntonIXO/fd2bf06f5631ef55a694a928c7928ae9 to your computer and use it in GitHub Desktop.
http req
curl http://localhost:8080/mint \
--include \
--header "Content-Type: application/json" \
--request "POST" \
--data '{"collection": "EQDkK48IVosaVe-Pqv9_hw1Ncqkb4bbtxlveMBDZRlZBUScg", "owner": "0QB7iQE5HXLvciSWADKQcILzdIoOMAQX7hNasEBqAg_-tjUw", "name": "nmbt!", "description": "testing"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment