entries array.curl --location -g --request PUT 'https://prod.your-api-server.com/api/community/v2/organizations/{{community_org_id}}/blocks/e304c9f5-e57b-4f6a-b18d-e653c1edd4f2/entries' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"content_id": "713e4c61-5a69-43fb-a600-2e2699462e14",
"relation_id": "db83d865-cb76-4d51-8e9b-097dfcf4e259"
}
]'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"content_id": "713e4c61-5a69-43fb-a600-2e2699462e14",
"relation_id": "db83d865-cb76-4d51-8e9b-097dfcf4e259"
}
]
}