[![enter image description here][1]][1]
Below image has command [1]: https://i.stack.imgur.com/aTH9u.png
[![enter image description here][1]][1]
Below image has command [1]: https://i.stack.imgur.com/aTH9u.png
HTTP/2 is negotiated in one of three ways:
You are using HTTP not HTTPS so the first option it not available to you.
So it used the second option. It DID use HTTP/2 - you can see that in the second half of your request. But see my note about deprecation.
If you want ti go straight to HTTP/2 for curl you can use the --http2-prior-knowledge
command line option.