access-token: ********************{
"subnet_netmask": 64,
"subnet_number": 5
}curl --location '/admin//ipv6/block/auto' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"subnet_netmask": 64,
"subnet_number": 5
}'{
"success": true
}