curl --location --request POST 'https://egpnfts.srblabs.io/api/v1/nftcontract/getAssetBatch' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
],
"network": "string",
"programAddress": "string"
}'[
{
"content": {
"property1": "string",
"property2": "string"
},
"id": "string",
"interface": "string",
"ownership": {
"property1": "string",
"property2": "string"
}
}
]