Request composition
Enter the endpoint and select its method, then add the headers, authentication values, and payload required by that endpoint. The body and Content-Type header are separate parts of the request. Declaring application/json does not repair or convert malformed JSON. Fetch requests using GET or HEAD cannot carry a body, so payload testing requires a method that permits one.