Step 2: Inbound Template Request Body
Define the expected request body
If the selected Method in the previous page is GET, there is no need to define a request body. Only POST, PUT, PATCH, and DELETE methods support request bodies.
The first input lets you select between different Request Body types.
- If you select JSON (application/json) in the Request Body Format input, a JSON builder will appear for defining the expected request body.
- If you select Form URL Encoded (x-www-form-urlencoded) in the Request Body Format input, you’ll see a builder specifically for that format.