PUT
Inserts a mood to an experience
Uses experience id to identify experience
URL: /mood/id/{id}/{username}/{moodX}/{moodY}
Consumes a Mood as JSON or XML.
PUT
Inserts a mood to an experience only by parameters,
and no content needed
Uses experience id to identify experience
Merely for testing.Should use the method taking in mood as JSON, not in parameters.