curl -X PUT -H "Authorization: Token 0123456789abcdef0123456789abcdef01234567" -H "Content-Type: application/json" -H "Accept: application/json; indent=4" "
http://localhost:8000/api/ipam/prefixes/767/" -d "{ \"prefix\": \"
172.20.1.0/26\", \"site\": 2, \"vrf\": 0, \"tenant\": 0, \"vlan\":3, \"status\": \"container\", \"role\": 0, \"is_pool\": true, \"description\": \"string\", \"tags\": [ { \"name\": \"string\", \"slug\": \"string\", \"color\": \"string\" } ], \"custom_fields\": {}}"