{"info":{"_postman_id":"96fb9dc1-4f50-4dbc-b4ec-b2acf47242e3","name":"Users","description":"<html><head></head><body><p>Add your description here</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6370155","collectionId":"96fb9dc1-4f50-4dbc-b4ec-b2acf47242e3","publishedId":"TWDZHw6w","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-02-23T21:23:28.000Z"},"item":[{"name":"Get Users","id":"500bab8f-5333-40be-93e7-5082e40b4ba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8080/api/test-users","urlObject":{"protocol":"http","port":"8080","path":["api","test-users"],"host":["localhost"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"13faabdc-82e4-4e6f-9890-49a12a6990c8","name":"Get Users","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"http://localhost:8080/api/test-users","protocol":"http","host":["localhost"],"port":"8080","path":["api","test-users"],"query":[{"key":"","type":"text","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8080"},{"key":"Date","value":"Tue, 23 Feb 2021 20:26:46 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.34-16+ubuntu20.04.1+deb.sury.org+1"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Perry White\",\n            \"gender\": \"female\",\n            \"email\": \"adaa@gmail.com\",\n            \"created_at\": \"2021-02-04 15:21:02\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Ogo Mgbede\",\n            \"gender\": \"female\",\n            \"email\": \"ogo@gmail.com\",\n            \"created_at\": \"2021-02-04 15:21:02\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"David Mgbede\",\n            \"gender\": \"male\",\n            \"email\": \"david@gmail.com\",\n            \"created_at\": \"2021-02-04 15:21:02\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"John Smith\",\n            \"gender\": \"male\",\n            \"email\": \"johnsmith@example.com\",\n            \"created_at\": \"2021-02-22 21:57:25\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Mark Smith\",\n            \"gender\": \"male\",\n            \"email\": \"marksmith@example.com\",\n            \"created_at\": \"2021-02-22 22:05:00\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Mark Smith\",\n            \"gender\": \"male\",\n            \"email\": \"marksmith@exampl.com\",\n            \"created_at\": \"2021-02-22 22:07:34\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Mark Smith\",\n            \"gender\": \"male\",\n            \"email\": \"marksmith@exampl.com\",\n            \"created_at\": \"2021-02-22 22:08:52\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Mark Smith\",\n            \"gender\": \"male\",\n            \"email\": \"marksmith@examp.com\",\n            \"created_at\": \"2021-02-22 22:13:41\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Mark Smith\",\n            \"gender\": \"male\",\n            \"email\": \"marksmith@examp.com\",\n            \"created_at\": \"2021-02-22 22:15:27\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Mark Smith\",\n            \"gender\": \"male\",\n            \"email\": \"marksmith@exam.com\",\n            \"created_at\": \"2021-02-22 22:16:36\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Mark Smith\",\n            \"gender\": \"male\",\n            \"email\": \"marksmith@exa.com\",\n            \"created_at\": \"2021-02-22 22:18:02\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Mark Smith\",\n            \"gender\": \"male\",\n            \"email\": \"marksmith@mailer.com\",\n            \"created_at\": \"2021-02-22 22:18:39\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Jessy Ojo\",\n            \"gender\": \"female\",\n            \"email\": \"jessyojo@mailer.com\",\n            \"created_at\": \"2021-02-23 09:58:55\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Jessy Ojo\",\n            \"gender\": \"female\",\n            \"email\": \"jessyojo@mailer.com\",\n            \"created_at\": \"2021-02-23 14:56:32\"\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Jessy Jone\",\n            \"gender\": \"female\",\n            \"email\": \"jessyjone@mailer.com\",\n            \"created_at\": \"2021-02-23 15:16:58\"\n        }\n    ]\n}"}],"_postman_id":"500bab8f-5333-40be-93e7-5082e40b4ba1"},{"name":"Create User","id":"27909c82-5803-4865-821f-ecfb1857d3b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"Jessy Jone"},{"key":"email","type":"text","value":"jessyjone@mailer.com"},{"key":"gender","type":"text","value":"female"}]},"url":"http://localhost:8080/api/test-users","urlObject":{"protocol":"http","port":"8080","path":["api","test-users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"aaa45e75-e420-444e-b55b-381448497706","name":"Create User","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"Jessy Jone"},{"key":"email","type":"text","value":"jessyjone@mailer.com"},{"key":"gender","type":"text","value":"female"}],"options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/test-users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8080"},{"key":"Date","value":"Tue, 23 Feb 2021 20:27:44 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.2.34-16+ubuntu20.04.1+deb.sury.org+1"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"name\": \"Jessy Jone\",\n        \"email\": \"jessyjone@mailer.com\",\n        \"gender\": \"female\",\n        \"created_at\": \"2021-02-23 21:27:43\",\n        \"id\": 16\n    }\n}"}],"_postman_id":"27909c82-5803-4865-821f-ecfb1857d3b2"},{"name":"http://localhost:8080/api/test-users/1","id":"99ad5ea4-e73f-40da-b403-0ef1d68ab421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8080/api/test-users/1","urlObject":{"protocol":"http","port":"8080","path":["api","test-users","1"],"host":["localhost"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"99ad5ea4-e73f-40da-b403-0ef1d68ab421"}]}