The res.send() function basically sends the HTTP response. The body parameter can be a String or a Buffer object or an object or an Array.
Syntax:
Parameter: This function accepts a single parameter body that describes the body which is to be sent in the response.
Returns: It returns an Object.