use revolt_quark::{EmptyResponse, Result}; #[put("//ack")] pub async fn req(/*user: UserRef, target: Ref*/ target: String) -> Result { todo!() }