POST / PUT /task/user/{userId}/task/{taskId} Associer une tâche à un utilisateur DELETE /task/user/{userId}/task/{taskId} Retirer l'association tâche ↔ ...
Create REST endpoints that reads the above JSON feed using HTTP. The service should perform the following tasks: Count endpoint Tally the number of unique user Ids in the JSON and return in a JSON ...