contentType

abstract fun contentType(): String

The MIME type of the request body (e.g., application/json).

This is typically used for methods like POST or PUT to indicate the format of the body content.