pub async fn ssh_key_remove(
__arg0: State<Arc<AppState>>,
__arg1: Extension<JWTAuthMiddleware>,
__arg2: Form<RemoveKeyForm>,
) -> Result<Response, (StatusCode, Json<Value>)>pub async fn ssh_key_remove(
__arg0: State<Arc<AppState>>,
__arg1: Extension<JWTAuthMiddleware>,
__arg2: Form<RemoveKeyForm>,
) -> Result<Response, (StatusCode, Json<Value>)>