Stop using `&str` with lifetime for the params and instead use `impl Into<String>`
Stop using
&strwith lifetime for the params and instead useimpl Into<String>