Future chengeRole(int participantId, int newRoleId) { return client.put("/event/participant/$participantId", {"role_id": newRoleId}); }