fn api_send( method: &str, host: &str, path: &str, token: &str, content_type: &str, body: Option<&[u8]>, ) -> Result<HttpsGetResult, &'static str>
Bearer トークン付き API 送信(GET 以外の任意メソッド + ボディ)。