curl --location --request POST 'https://ownerfy.com/api/v1/nft/create'
--data-raw '{
"contract": "0x6aC3beCE6DA0af3E30b1af95F0B5f67140b7353B",
"nfts": [
{
"name": "First Asset Name",
"description": "description of my asset",
"image": "https://examplehost.com/assetimage.jpg"
},
{
"name": "Second Asset Name",
"description": "description of my asset",
"image": "https://examplehost.com/assetimage.jpg"
},
]
}'