Other[note] cURL CLI本頁導覽[note] cURL CLI學習資源Linux Curl Command 指令與基本操作入門教學 @ tech bridgecURL TutorialEverything cURLCLI# verbose / debugcurl -v ftp://ftp.upload.com/ # verbose/debugcurl --trace trace.txt www.haxx.se# -X/--request [GET|POST|PUT|DELETE|PATCH]curl -X GET "http://localhost:8080/api/v1/tags?state=6"