Created
April 24, 2024 12:20
-
-
Save AntonIXO/fd2bf06f5631ef55a694a928c7928ae9 to your computer and use it in GitHub Desktop.
http req
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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