{"info":{"_postman_id":"07993734-c077-4310-8279-2e45feca5995","name":"My Collection","description":"<html><head></head><body><h3 id=\"welcome-to-postman-this-is-your-first-collection\">Welcome to Postman! This is your first collection.</h3>\n<p>Collections are your starting point for building and testing APIs. You can use this one to:</p>\n<p>• Group related requests\n• Test your API in real-world scenarios\n• Document and share your requests</p>\n<p>Update the name and overview whenever you’re ready to make it yours.</p>\n<p><a href=\"https://learning.postman.com/docs/collections/collections-overview/\">Learn more about Postman Collections.</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"51663183","collectionId":"07993734-c077-4310-8279-2e45feca5995","publishedId":"2sBXVkCVNS","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-01-23T21:08:41.000Z"},"item":[{"name":"Get data","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"]}}],"id":"d6ef2c71-f786-474b-968a-2c2ebd17e096","request":{"method":"GET","header":[],"url":"","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"d6ef2c71-f786-474b-968a-2c2ebd17e096"},{"name":"Post data","event":[{"listen":"test","script":{"id":"d89fd9ed-1bb9-47a4-a822-a7fd3d90841d","exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201]);","});",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"8234c72a-0e09-43ac-8252-07557a89b1b9","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Add your name in the body\"\n}","options":{"raw":{"language":"json"}}},"url":"https://portfilio-backend-mbjp.onrender.com/api/testimonials","description":"<p>This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response.</p>\n<p>A successful POST request typically returns a <code>200 OK</code> or <code>201 Created</code> response code.</p>\n","urlObject":{"protocol":"https","path":["api","testimonials"],"host":["portfilio-backend-mbjp","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8234c72a-0e09-43ac-8252-07557a89b1b9"}]}