Just noticed this site exists:

https://justuse.org/curl/

Just use cURL

curl + jq is the answer to alot of things
@bagder
@p @bagder Yeah, I've written more than my share of complex programs as just 'curl <args> | jq <args> | curl <args>'
@diazona @p @bagder "... | jq | sh" is a favorite of mine, output adhoc shell script from jq