pub async fn set_meta_value( pool: &State<Pool<MySql>>, key: String, value: String, ) -> (Status, String)