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