pub async fn send_request( client: &MoltbookClient, to: Option<String>, message: Option<String>, by_owner: bool, ) -> Result<(), ApiError>