{
"content": "QmPZ9gcCEpqKTo6aq61g2nXGUhM4iCL3ewB6LDXZCtioEB",
"description": "this is my content list entry",
"type": "cid"
}
curl --location --request POST 'https://api.cloudflare.com/client/v4/zones//web3/hostnames//ipfs_universal_path/content_list/entries' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "QmPZ9gcCEpqKTo6aq61g2nXGUhM4iCL3ewB6LDXZCtioEB",
"description": "this is my content list entry",
"type": "cid"
}'
{
"errors": [],
"messages": [],
"result": {
"content": "QmPZ9gcCEpqKTo6aq61g2nXGUhM4iCL3ewB6LDXZCtioEB",
"created_on": "2014-01-01T05:20:00.12345Z",
"description": "this is my content list entry",
"id": "023e105f4ecef8ad9ca31a8372d0c353",
"modified_on": "2014-01-01T05:20:00.12345Z",
"type": "cid"
},
"success": true
}