[
{
"property1": "string",
"property2": "string"
}
]
curl --location --request POST 'https://api.neucron.io/v1/asset/certificate/mint?assetID' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"property1": "string",
"property2": "string"
}
]'
{
"property1": "string",
"property2": "string"
}