pub fn create_token( subject: String, resource: String, operation: String, key: KeyPair, ) -> Result<String, Box<dyn Error>>