curl --location 'https://prod.your-api-server.com/publisher/v2/block-configurations' \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"block_type": "content",
"name": "string",
"key": "string",
"inserted_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
}