***Antipattern***
Count: 2
-POST  /users/{phonenumber}/mutualcontacts/ Lists the mutual contacts for all of the contacts of the phonenumbers given in the path
-POST  /users/{phonenumber}/mutualcontacts/{mutualcontact} Lists the mutual contacts of the phonenumbers given in the path

***Pattern***
Count: 5
-PUT  /users/{phonenumber}/status Sets status for the given number with an optional custom text or context text & app values
-GET  /users/{phonenumber}/contacts Get the contacts list of a given phone number.
-PUT  /users/{phonenumber}/context Sets contextualized status message for the given number
-GET  /users/{phonenumber}/status Get status information for the given user
-GET  /users/{phonenumber}/geoloc Get geolocation information for the given user
