Authorization: Bearer ********************{
"protocol": "ipv4"
}curl --location --request POST '/tools/api/v1/admin/network/switch-protocol' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"protocol": "ipv4"
}'{}