pub async fn search_background(
name: String,
client_id: i32,
) -> Result<Background, Error>Expand description
Searches for a background by its name
ยงArguments
name- The name of the backgroundclient_id- The client id to send the request to