{
"cidr": "192.0.2.0/24"
}
curl --location --request POST 'https://api.cloudflare.com/client/v4/accounts//addressing/prefixes//delegations' \
--header 'Content-Type: application/json' \
--data-raw '{
"cidr": "192.0.2.0/24"
}'
{
"errors": [],
"messages": [],
"result": {
"cidr": "192.0.2.0/24",
"created_at": "2014-01-01T05:20:00.12345Z",
"delegated_account_id": "b1946ac92492d2347c6235b4d2611184",
"id": "d933b1530bc56c9953cf8ce166da8004",
"modified_at": "2014-01-01T05:20:00.12345Z",
"parent_prefix_id": "023e105f4ecef8ad9ca31a8372d0c353"
},
"success": true
}