Authorization: Bearer ********************curl --location --request GET '/global_ip_protocols' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"code": "tcp",
"name": "TCP",
"record_type": "global_ip_protocol"
}
]
}