How do I post form data using Curl? Waylon Walker Author Aug 10, 2023 1 min read !https://reqbin.com/req/c-sma2qrvp/curl-post-form-example Copy this post URL Rich Markdown Text View Markdown View Text curl .ansi How do I post form data using Curl? ReqBin is the most popular online API testing tool for REST, SOAP and HTTP APIs. ReqBin · reqbin.com How to pass form data with curl, give it the d. curl -X POST https://reqbin.com/echo/post/form -H "Content-Type: application/x-www-form-urlencoded" -d "param1=value1¶m2=value2"