void BearHttpsRequest_send_body_str(BearHttpsRequest *self, char *content);Sends a string as the request body using the default ownership strategy (copy). This is a convenience function for sending text data, JSON strings, or other string-based content.
self: Pointer to theBearHttpsRequestobjectcontent: Pointer to the null-terminated string to send
This function does not return a value.