read / write
The HTTP request body.
For form data or JSON data, use formData or json instead of setting this directly. Those methods will set this property to the encoded value. For other content types, this value must be the encoded HTTP request body and contentType must also be set to an appropriate value.