+1 vote
in POSTMAN by
What is the Payload in Postman?

1 Answer

0 votes
by
The Payload of an API Module is the body of your request and response message. When making an API request, it contains the data you send to the server. You can send and receive Payload in various formats, for example, JSON or XML.
...