Authorization: Bearer ********************
{
"name": "Super NFT",
"description": "This is really super!",
"onchain_image": "https://avatars.mds.yandex.net/get-mpic/5283122/2a00000190ab13989b372dc056c45244f7a0/90x120",
"collection_address": "EQCD39VS5jcptHL8vMjEXrzGaRcCVYto7HUn4bpAOg8xqB2N"
}
curl --location --request POST 'https://app.apiton.org/v2.NftContract/MintNft' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Super NFT",
"description": "This is really super!",
"onchain_image": "https://avatars.mds.yandex.net/get-mpic/5283122/2a00000190ab13989b372dc056c45244f7a0/90x120",
"collection_address": "EQCD39VS5jcptHL8vMjEXrzGaRcCVYto7HUn4bpAOg8xqB2N"
}'
{
"nft_address": "string"
}