设置通用的请求体。 客户端会根据 body 的实际类型(如 String, ByteArray)来尝试推断 Content-Type。
body
String
ByteArray
Content-Type
请求体内容。可以是字符串、字节数组等。