Skip to content

Instantly share code, notes, and snippets.

@namgivu
Created October 19, 2020 08:09
Show Gist options
  • Save namgivu/0e73f1eda4381b55126f5517194033af to your computer and use it in GitHub Desktop.
Save namgivu/0e73f1eda4381b55126f5517194033af to your computer and use it in GitHub Desktop.
curl -s -o /dev/null -w "%{http_code}" -X POST https://reqbin.com/echo/post/json <<EODATA
{
"Id": 78912,
"Customer": "Jason Sweet",
"Quantity": 1,
"Price": 18.00
}
EODATA
shoud_have='
200
'
ref. https://reqbin.com/req/v0crmky0/rest-api-post-example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment