In HTTP communications, the body (or payload) refers to the part of an HTTP message that contains the actual data being sent to the server.

It is usually JSON data that is transferred to the server.

For example -

{
    todo: "Go to the gym"
}

Screenshot 2024-08-25 at 7.23.43 PM.png