cURL

-X HTTPプロトコルを指定
-I レスポンスヘッダーのみ表示
-d クエリをつけて送信

curl -X POST http://localhost:3000/users -d name=fugafuga
//{name:"fugafuga"}をpost