body

abstract val body: RequestBody?

Object of a particular Type of data that is serialized into HTTP body .

This must either be a primitive or a class for which Moshi JSON adaptor is generated.