Mint an NFT using an NFT Template.

REQUEST


curl -X 'POST' \\
  '<https://api.momint.so/templates/nt_61f26fe173d309c61f66d856/mint>' \\
  -H 'accept: application/json' \\
  -H 'api-key: api_key' \\
  -H 'Content-Type: application/json' \\
  -d '{
  "tasks": [
    {
      "editions": 2
    }
  ]
}'

RESPONSE


{
  "id": "61f2746673d309c61f66d857",
  "editions": 2,
  "emails": 0,
  "mintingCost": 2.6
}