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.
JSON
For example -
{ todo: "Go to the gym" }