Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleCalling YOUR API Call
 > CURL -X POST http://127.0.0.1:4000/...

...

Code Block
languagejs
titleYOUR API responseResponse
{
	"result": true,
	"data": {
		"_id": "57063608622c47b5c097d19b",
		"..."
	}
}