Send an HTTP response with status code 200
to indicate a successful request. The HTTP response status line is then:
HTTP/1.1 200 OK
The status text OK
is only informative. The response body (message payload) should contain a representation of the requested resource. If there is no representation 201 No Content should be used.