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": {},
"id": "string",
"interface": "string",
"ownership": {}
}
]