curl --location --request GET 'https://api.cloudflare.com/client/v4/zones//rulesets/phases/http_request_origin/entrypoint'
{
"description": "",
"id": "2f2feab2026849078ba485f918791bdc",
"kind": "zone",
"name": "default",
"phase": "http_request_origin",
"rules": [
{
"action": "route",
"action_parameters": {
"host_header": "foo.example.com",
"origin": {
"host": "foo.example.com",
"port": 0
},
"sni": {
"value": "foo.example.com"
}
},
"description": "change the host header, origin, and SNI",
"expression": "http.cookie contains \"something\"",
"id": "3a03d665bac047339bb530ecb439a90d",
"version": "1"
}
]
}