curl --location -g --request PUT 'http:///V1/cmsBlock/' \
--header 'Content-Type: application/json' \
--data-raw '{
"block": {
"active": true,
"content": "string",
"creation_time": "string",
"id": 0,
"identifier": "string",
"title": "string",
"update_time": "string"
}
}'
{
"active": true,
"content": "string",
"creation_time": "string",
"id": 0,
"identifier": "string",
"title": "string",
"update_time": "string"
}