Earlier quoted context omitted.
Not to mention saving headers, tokens, doing multiple requests using the results from the previous, etc. This guy would say "just use bash" and ignore the average user experience.
You can do all that in a shell script though
_plz() {
curl [rest of common args]
}
Then: _plz GET endpoint