Step 3: Callout Template Request Body
Define the callout request body
This step will vary based on the Method and Request Body Format you selected in the first step:
- If the Method is GET, you cannot define a request body. Only POST, PUT, PATCH, and DELETE methods support request bodies.
- If the Request Body Format is JSON (application/json), a JSON builder will appear for defining the request body.
- If the Request Body Format is Form URL Encoded (x-www-form-urlencoded), you’ll see a builder specifically for that format.