API requests are made up of a few key components which we need to know.
URL Method Headers Query Parameters Body We break down what each component means and is used for.
Body componets are commonly written in JSON, so we also run over what JSON as a format is and how you can leverage it.
A good tool to check JSON with is https://jsonlint.com/