pub async fn chunks(
rpc_url: &str,
api_base_url: &str,
keypair: &Ed25519PrivateKey,
sender: &Address,
platform_usdc_address: &Address,
q: &str,
wiki: &str,
owner: Option<&str>,
limit: u32,
expand: Option<bool>,
article_ids: Option<Vec<String>>,
) -> Result<ChunksResponse>Expand description
POST to the chunks endpoint. Returns the response.