Send a custom HTTP request.
def send_custom_request(http_method: str, url: str, post_data: str) -> None: ...
This method can be used to send a custom HTTP request to the server.