Need help with http-functions.js - POST

Perfect. I had to parse the JSON and create an object, but it worked.

  var obj = JSON.parse(body) 
      let toInsert = {
      "firstName":   ['FirstName'],
      "lastName":    ['LastName']
	}

Thanks!