curl -H "X-Forwarded-For: 1.2.3.4" https://example.com
doesn't work for cloudflare proxied domain if it is specifically removed.
We may be still able to "workaround" it by connecting directly to the server.
curl -H "X-Forwarded-For: 1.2.3.4" --resolve example.com:443:$SERVER_IP https://example.com