curl --request ${1|GET,POST,DELETE,PUT|} -sL \
--user-agent '${2|Shellman,Your custom user agent|}' \
--cookie ${3|'key=value',"${key}=${value}"|} \
--url ${4|'http://example.com',"${url}"|}
curl --request ${1|GET,POST,DELETE,PUT|} -sL \
--user-agent '${2|Shellman,Your custom user agent|}' \
--cookie ${3|'key=value',"${key}=${value}"|} \
--url ${4|'http://example.com',"${url}"|}