pub async fn fetch_json_with_limit<T: DeserializeOwned>( client: &Client, url: &str, max_bytes: u64, ) -> Result<T, AppError>
JSONをサイズ上限制御の上で取得してパース