POST request will have the following data in its body:
Content Details Request
uniqueId and metadata properties will contain the values defined during
content import.
The expected response to this is a json object with the following format
Response

Content details
fields
This is used to create custom inputs on a block. The values defined will be stored
in the block’s sources.integration.metadata property.
The values set by the fields options are stored in the sources.integration.metadata property of a Block.
See IntegrationField for information on how to use them.
subResources
This is used to be able to add custom quick addable sub resources to a block (using the blue button with a plus icon). The format of this is as follows:
ContentSubrow
block.multi_product_data as a subrow.
customSubrows
Custom subrows are predefined subrows that will be added to block.multi_product_data automatically. These are usually
internal subrows that the user should not be able to modify. Therefore it can be good to set the
hideSubrows property to true when using it.