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"
Note
This post is a thought. Itβs a short note that I make about someone elseβs content online #thoughts