x-api-key: ********************
curl --location --request POST 'https://prod.your-api-server.com/api/publisher/v2/blocks' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "data": {} }