githubEdit

JSON format interaction

JSON Format: {"whatever":"etc"}

Interactions:

1)

curl -X POST "http://WHATEVER.com/api" -H "Content-Type: application/json" -d '{"username":"NAME", "password":"PASSWORD"}' 

Last updated