Getting 404 Error While Trying to GET data from API using RESTClient

@dkayiwa

POST: http://localhost:8080/openmrs/ws/rest/v1/patient HEADER: Content-Type: application/json Username: admin Password: test BODY: {“gender”: “M”, “names”: [{“givenName”:“Joe”, “familyName”:“Smith”}]}

Error I am Getting: HTTP ERROR 404

Problem accessing /openmrs/ws/rest/v1/patientidentifiertype. Reason:

Not Found

Powered by Jetty:// 9.3.3.v20150827

Please Help me If you can. I am stuck with it for couple of days.