Customer REST Web Service

This REST API offers the following endpoints:

Note: all requests require a HTTP Header parameter of:
Bearer: abcdefghijklmnopqrst...uvwxyz where this string is a valid JWT token.

  JSON formatted Customer object

		{
		   "location":       {
		      "city": "London",
		      "country": "UK"
		   },
		   "firstName": "Thomas",
		   "lastName": "Hardy",
		   "phone": {"number": "(171) 555-7788"},
		   "id": 4
		}