curl --location --request GET 'https://metadata.dlab.ovh/api/models?chainId=ethereum&collectionAddress=0x0F5CA769A8f6b303F6be2C64ae17e49Ff566C577&page=0&pageSize=100'
{ "models": [ { "id": 0, "chainId": "string", "collectionAddress": "string", "modelId": "string", "metadata": { "name": "string", "description": "string", "imageUrl": "string", "animationUrl": "string", "externalUrl": "string", "properties": "string" }, "createdAt": "string", "updatedAt": "string" } ] }