### **Description** Implement a new API endpoint to calculate the reputation score for a specific NFT holder. Endpoint: `ntf/:tokenId/:address/reputation-score` ### **Parameters:** - platforms: Array of platforms to include (enum: discourse, discord). ### **Tasks** - [x] Retrieve the module associated with the provided tokenId. - [x] Fetch the community platforms linked to the module. - [x] Obtain user profiles by making an HTTP request to the OCI Backend. - [x] Filter the data based on the specified platforms. - [x] Execute Cypher queries to compute the reputation score using the user profile IDs.
Description
Implement a new API endpoint to calculate the reputation score for a specific NFT holder.
Endpoint:
ntf/:tokenId/:address/reputation-scoreParameters:
Tasks