200 is the Standard response for successful HTTP requests. The actual response will depend on the
request method used. In a GET request, the response will contain an entity corresponding to the
requested resource. In a POST request the response will contain an entity describing or containing
the result of the action.
This status code implies that the request has succeeded. The information returned with the response
is dependent on the method used in the request, for example:
GET: an entity corresponding to the requested resource is sent in the response
POST: an entity describing or containing the result of the action