pub fn generate_jwt_token_with_uuid( user_id: Uuid, token_uuid: Uuid, ttl: i64, private_key: &str, ) -> Result<TokenDetails, Error>