{"info":{"_postman_id":"e330dedd-dd1f-7082-9b92-abcdd12161fa","name":"Request Deserializer","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"273296","collectionId":"e330dedd-dd1f-7082-9b92-abcdd12161fa","publishedId":"6fVVjhS","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2017-07-03T09:26:43.000Z"},"item":[{"name":"Pagination request","id":"e7a751e3-0e82-c709-aad3-ae4f56ddc4dc","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"{{host}}/api/example?page=1","urlObject":{"path":["api","example"],"host":["{{host}}"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"e7a751e3-0e82-c709-aad3-ae4f56ddc4dc"},{"name":"Create calendar event request","id":"5feea87f-5521-4899-d87f-b576809dc99c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Laracon meeting\",\n\t\"starts_at\": \"2017-06-25T19:00:00+0200\",\n\t\"ends_at\": \"2017-06-25T20:00:00+0200\",\n\t\"attendees\": [\n\t\t{\n\t\t\t\"email\": \"foobar@gmail.com\",\n\t\t\t\"required\": true\n\t\t},\n\t\t{\n\t\t\t\"email\": \"baz@gmail.com\"\n\t\t}\n\t]\n}"},"url":"{{host}}/api/example","urlObject":{"path":["api","example"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5feea87f-5521-4899-d87f-b576809dc99c"}]}