curl --location --request PATCH 'https://prod.your-api-server.com/publisher/v2/block-configurations/3d636848-ebbc-4830-9ae5-da4fc11486c1' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"block_type": "content",
"name": "string",
"key": "string",
"min": 0,
"max": 0,
"required_contents_per_subdivision": 0,
"max_contents_per_subdivision": 0
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"block_type": "content",
"name": "string",
"key": "string",
"min": 0,
"max": 0,
"required_contents_per_subdivision": 0,
"max_contents_per_subdivision": 0,
"inserted_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}