API endpoint template

  • Base address: Top-level domain of API

  • Method: POST/GET/whatever

  • Status code: Expected status code for success

Request headers

headers: go here

Request body

{
    "json": "goes here"
}

Response headers

headers: go here

Response

{
    "json": "goes here"
}

Notes

  • Write down any remarks or comments here