{"info":{"_postman_id":"5d02dc04-fce5-4b1a-8144-933cf5fea113","name":"Events-Hub","description":"<html><head></head><body><p>This is the API Documentation to the Events-Hub application.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13239911","collectionId":"5d02dc04-fce5-4b1a-8144-933cf5fea113","publishedId":"2s946bCaXB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-07-11T04:46:06.000Z"},"item":[{"name":"Admin endpoints","item":[{"name":"GET Countries","id":"6612d581-4292-41aa-bf06-191e72b58bf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/countries?page=1","description":"<p>Returns paginated list of countries.</p>\n","urlObject":{"path":["api","v1","super-admin","countries"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"3c6a5146-5d7c-442d-ba44-aac6138a40ac","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/countries?page=1","host":["http://localhost"],"path":["api","v1","super-admin","countries"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of countries."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"Slovekia\", ...}, ...}"}],"_postman_id":"6612d581-4292-41aa-bf06-191e72b58bf0"},{"name":"POST Country","id":"7849d447-c7f1-4eec-8b7c-93afc471d734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\":\"nid\"}"},"url":"http://localhost/api/v1/super-admin/countries","description":"<p>Creates a new country record.</p>\n","urlObject":{"path":["api","v1","super-admin","countries"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"a0811d7c-bba3-47c2-a82d-4d0c1b2eb567","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\":\"nid\"}"},"url":"http://localhost/api/v1/super-admin/countries","description":"Creates a new country record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"Slovekia\", ...}, ...}"},{"id":"ba92ec74-0660-4109-a468-0757509de500","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\":\"nid\"}"},"url":"http://localhost/api/v1/super-admin/countries","description":"Creates a new country record."},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"The name field is required.\",\"errors\":{\"name\":[\"The name field is required.\"]}, ...}"}],"_postman_id":"7849d447-c7f1-4eec-8b7c-93afc471d734"},{"name":"GET Country","id":"f735941d-7737-41e6-b22e-8d157e1e02ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/countries/:id","description":"<p>Returns a country record.</p>\n","urlObject":{"path":["api","v1","super-admin","countries",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"19bd8817-cdb7-4594-8126-ed71119c2dd4","description":{"content":"<p>The ID of the country.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp0xyr90h5vx4pn5hff2g","key":"id"}]}},"response":[{"id":"d1d2d613-06a0-468b-bc42-4bb131acb12f","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/countries/:id","host":["http://localhost"],"path":["api","v1","super-admin","countries",":id"],"variable":[{"id":"19bd8817-cdb7-4594-8126-ed71119c2dd4","key":"id","value":"01h3rdp0xyr90h5vx4pn5hff2g","description":"The ID of the country."}]},"description":"Returns a country record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"Slovekia\", ...}, ...}"},{"id":"d62c317d-28e9-4db4-81cf-692f3f84dc59","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/countries/:id","host":["http://localhost"],"path":["api","v1","super-admin","countries",":id"],"variable":[{"id":"19bd8817-cdb7-4594-8126-ed71119c2dd4","key":"id","value":"01h3rdp0xyr90h5vx4pn5hff2g","description":"The ID of the country."}]},"description":"Returns a country record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"f735941d-7737-41e6-b22e-8d157e1e02ab"},{"name":"PUT Country","id":"cebedef8-ab27-486a-934b-f8f6459ecdd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]"},"url":"http://localhost/api/v1/super-admin/countries/:id","description":"<p>Updates country record.</p>\n","urlObject":{"path":["api","v1","super-admin","countries",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"b41b8a53-baf9-466f-859d-3921ab8f5f4f","description":{"content":"<p>The ID of the country.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp0xyr90h5vx4pn5hff2g","key":"id"}]}},"response":[{"id":"cae7df17-17cc-45e1-976d-0e6557f79024","name":"response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]"},"url":{"raw":"http://localhost/api/v1/super-admin/countries/:id","host":["http://localhost"],"path":["api","v1","super-admin","countries",":id"],"variable":[{"id":"b41b8a53-baf9-466f-859d-3921ab8f5f4f","key":"id","value":"01h3rdp0xyr90h5vx4pn5hff2g","description":"The ID of the country."}]},"description":"Updates country record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"Slovekia\", ...}, ...}"}],"_postman_id":"cebedef8-ab27-486a-934b-f8f6459ecdd6"},{"name":"DELETE Country","id":"be8b9e7a-a51d-43d5-bd11-96bf3298fb7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/countries/:id","description":"<p>Deletes country record.</p>\n","urlObject":{"path":["api","v1","super-admin","countries",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"0ab18010-95ea-4f55-bcf3-a8adc3f86a91","description":{"content":"<p>The ID of the country.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp0xyr90h5vx4pn5hff2g","key":"id"}]}},"response":[{"id":"252d9e1e-93e1-474d-a785-95ecab975fc5","name":"response","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/countries/:id","host":["http://localhost"],"path":["api","v1","super-admin","countries",":id"],"variable":[{"id":"0ab18010-95ea-4f55-bcf3-a8adc3f86a91","key":"id","value":"01h3rdp0xyr90h5vx4pn5hff2g","description":"The ID of the country."}]},"description":"Deletes country record."},"code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"be8b9e7a-a51d-43d5-bd11-96bf3298fb7f"},{"name":"GET Currencies","id":"e75681bc-77a4-4f91-a6d3-61e199bd8e98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/currencies?page=1","description":"<p>Returns paginated list of currencies.</p>\n","urlObject":{"path":["api","v1","super-admin","currencies"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"409da9bb-38c1-4cf9-b41b-1592b2898a42","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/currencies?page=1","host":["http://localhost"],"path":["api","v1","super-admin","currencies"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of currencies."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"title\":\"First currency\",\"description\":\"This is the first currency\", ...}, ...}"}],"_postman_id":"e75681bc-77a4-4f91-a6d3-61e199bd8e98"},{"name":"POST Currency","id":"8e288abc-9b9a-417a-97df-64cb4d98a24c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"title\":\"wplbqbzdncwwrzig\",\"description\":\"Aut molestiae alias natus suscipit commodi.\"}"},"url":"http://localhost/api/v1/super-admin/currencies","description":"<p>Creates a new currency record.</p>\n","urlObject":{"path":["api","v1","super-admin","currencies"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"fee19346-4394-476e-9e2d-22ac43694142","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"title\":\"wplbqbzdncwwrzig\",\"description\":\"Aut molestiae alias natus suscipit commodi.\"}"},"url":"http://localhost/api/v1/super-admin/currencies","description":"Creates a new currency record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"title\":\"First currency\",\"description\":\"This is the first currency\", ...}, ...}"},{"id":"0dc83b59-d3ed-47e3-9888-b7eb37ad1a1e","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"title\":\"wplbqbzdncwwrzig\",\"description\":\"Aut molestiae alias natus suscipit commodi.\"}"},"url":"http://localhost/api/v1/super-admin/currencies","description":"Creates a new currency record."},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"The title field is required.\",\"errors\":{\"title\":[\"The title field is required.\"]}, ...}"}],"_postman_id":"8e288abc-9b9a-417a-97df-64cb4d98a24c"},{"name":"GET Currency","id":"21538697-7646-4562-ae7f-3dde9e7c4422","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/currencies/:id","description":"<p>Returns a currency record.</p>\n","urlObject":{"path":["api","v1","super-admin","currencies",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"3da6b066-3e8d-4f00-8ef9-ccffb0536997","description":{"content":"<p>The ID of the currency.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp0zyv2tf6k4andngsc93","key":"id"}]}},"response":[{"id":"068b8bc8-2383-4ec3-b894-fca918b2a268","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/currencies/:id","host":["http://localhost"],"path":["api","v1","super-admin","currencies",":id"],"variable":[{"id":"3da6b066-3e8d-4f00-8ef9-ccffb0536997","key":"id","value":"01h3rdp0zyv2tf6k4andngsc93","description":"The ID of the currency."}]},"description":"Returns a currency record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"title\":\"First currency\",\"description\":\"This is the first currency\", ...}, ...}"},{"id":"b0d6a561-648e-404d-b10b-ef376d2e4698","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/currencies/:id","host":["http://localhost"],"path":["api","v1","super-admin","currencies",":id"],"variable":[{"id":"3da6b066-3e8d-4f00-8ef9-ccffb0536997","key":"id","value":"01h3rdp0zyv2tf6k4andngsc93","description":"The ID of the currency."}]},"description":"Returns a currency record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"21538697-7646-4562-ae7f-3dde9e7c4422"},{"name":"PUT Currency","id":"776cfa4c-f560-4876-942d-da6263370582","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]"},"url":"http://localhost/api/v1/super-admin/currencies/:id","description":"<p>Updates currency record.</p>\n","urlObject":{"path":["api","v1","super-admin","currencies",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"ce3a9c8a-e3e9-4b2f-ac2f-2da5a6d17d02","description":{"content":"<p>The ID of the currency.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp0zyv2tf6k4andngsc93","key":"id"}]}},"response":[{"id":"1a86a536-5ac2-49d6-9731-d33088584ea4","name":"response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]"},"url":{"raw":"http://localhost/api/v1/super-admin/currencies/:id","host":["http://localhost"],"path":["api","v1","super-admin","currencies",":id"],"variable":[{"id":"ce3a9c8a-e3e9-4b2f-ac2f-2da5a6d17d02","key":"id","value":"01h3rdp0zyv2tf6k4andngsc93","description":"The ID of the currency."}]},"description":"Updates currency record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"title\":\"First currency\",\"description\":\"This is the first currency\", ...}, ...}"}],"_postman_id":"776cfa4c-f560-4876-942d-da6263370582"},{"name":"DELETE Currency","id":"a20eeffe-ae0f-472a-8a04-c7252361df04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/currencies/:id","description":"<p>Deletes currency record.</p>\n","urlObject":{"path":["api","v1","super-admin","currencies",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"e27c44b8-8060-4665-8c50-5fb3e924b737","description":{"content":"<p>The ID of the currency.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp0zyv2tf6k4andngsc93","key":"id"}]}},"response":[{"id":"f28f0e58-722c-449a-bc28-38c1824b8ce2","name":"response","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/currencies/:id","host":["http://localhost"],"path":["api","v1","super-admin","currencies",":id"],"variable":[{"id":"e27c44b8-8060-4665-8c50-5fb3e924b737","key":"id","value":"01h3rdp0zyv2tf6k4andngsc93","description":"The ID of the currency."}]},"description":"Deletes currency record."},"code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a20eeffe-ae0f-472a-8a04-c7252361df04"},{"name":"GET Events","id":"fa5379df-e9d6-4e37-a3b4-b23c5e436784","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/events?page=1","description":"<p>Returns paginated list of events.</p>\n","urlObject":{"path":["api","v1","super-admin","events"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"13c55241-ceb2-4b15-a5ed-4bfe03047153","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/events?page=1","host":["http://localhost"],"path":["api","v1","super-admin","events"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of events."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"event_hall\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event Hall\",\"description\":\"This is the first event hall.\"},\"host\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Host\"},\"title\":\"First Event\",\"slug\":\"first-event\",\"description\":\"This is the first event\",\"start_date\":\"2023-01-23\",\"start_time\":\"01:23\",\"end_date\":\"2023-01-23\",\"end_time\":\"01:23\",\"age_limit\":\"18\", ...}, ...}"}],"_postman_id":"fa5379df-e9d6-4e37-a3b4-b23c5e436784"},{"name":"POST Event","id":"3d368ebc-be98-41bf-9950-0816933e23c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\":\"inventore\",\"event_hall_id\":\"sed\",\"host_id\":\"et\",\"title\":\"nulla\",\"description\":\"distinctio\",\"start_date\":\"2023-07-11T04:39:06\",\"end_date\":\"2023-07-11T04:39:06\",\"age_limit\":58961.436}"},"url":"http://localhost/api/v1/super-admin/events","description":"<p>Creates a new event record.</p>\n","urlObject":{"path":["api","v1","super-admin","events"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"d472d923-8b5c-41c9-8940-aeb3dda72a90","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\":\"inventore\",\"event_hall_id\":\"sed\",\"host_id\":\"et\",\"title\":\"nulla\",\"description\":\"distinctio\",\"start_date\":\"2023-07-11T04:39:06\",\"end_date\":\"2023-07-11T04:39:06\",\"age_limit\":58961.436}"},"url":"http://localhost/api/v1/super-admin/events","description":"Creates a new event record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"event_hall\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event Hall\",\"description\":\"This is the first event hall.\"},\"host\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Host\"},\"title\":\"First Event\",\"slug\":\"first-event\",\"description\":\"This is the first event\",\"start_date\":\"2023-01-23\",\"start_time\":\"01:23\",\"end_date\":\"2023-01-23\",\"end_time\":\"01:23\",\"age_limit\":\"18\", ...}, ...}"},{"id":"7a691658-57b0-4013-9940-a92d11311624","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user_id\":\"inventore\",\"event_hall_id\":\"sed\",\"host_id\":\"et\",\"title\":\"nulla\",\"description\":\"distinctio\",\"start_date\":\"2023-07-11T04:39:06\",\"end_date\":\"2023-07-11T04:39:06\",\"age_limit\":58961.436}"},"url":"http://localhost/api/v1/super-admin/events","description":"Creates a new event record."},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"The title field is required.\",\"errors\":{\"title\":[\"The title field is required.\"]}, ...}"}],"_postman_id":"3d368ebc-be98-41bf-9950-0816933e23c4"},{"name":"GET Event","id":"b743db2d-391f-40bc-a8c4-4ac5135adadc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/events/:id","description":"<p>Returns a event record.</p>\n","urlObject":{"path":["api","v1","super-admin","events",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"d0823b1a-5359-4545-b2d2-6a4bee123bd1","description":{"content":"<p>The ID of the event.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp156apkxnycafx138fy1","key":"id"}]}},"response":[{"id":"f386647b-5675-4ac8-a493-4d5eed80503d","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/events/:id","host":["http://localhost"],"path":["api","v1","super-admin","events",":id"],"variable":[{"id":"d0823b1a-5359-4545-b2d2-6a4bee123bd1","key":"id","value":"01h3rdp156apkxnycafx138fy1","description":"The ID of the event."}]},"description":"Returns a event record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"event_hall\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event Hall\",\"description\":\"This is the first event hall.\"},\"host\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Host\"},\"title\":\"First Event\",\"slug\":\"first-event\",\"description\":\"This is the first event\",\"start_date\":\"2023-01-23\",\"start_time\":\"01:23\",\"end_date\":\"2023-01-23\",\"end_time\":\"01:23\",\"age_limit\":\"18\", ...}, ...}"},{"id":"2525c19d-265d-446b-bf2f-0a1372cfc2e2","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/events/:id","host":["http://localhost"],"path":["api","v1","super-admin","events",":id"],"variable":[{"id":"d0823b1a-5359-4545-b2d2-6a4bee123bd1","key":"id","value":"01h3rdp156apkxnycafx138fy1","description":"The ID of the event."}]},"description":"Returns a event record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"b743db2d-391f-40bc-a8c4-4ac5135adadc"},{"name":"PUT Event","id":"106a08eb-5c51-4568-855a-482f04ddecad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"start_date\":\"2023-07-11T04:39:06\",\"end_date\":\"2023-07-11T04:39:06\"}"},"url":"http://localhost/api/v1/super-admin/events/:id","description":"<p>Updates event record.</p>\n","urlObject":{"path":["api","v1","super-admin","events",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"7b9f1b54-00e8-4403-ba64-a4cc6d627d99","description":{"content":"<p>The ID of the event.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp156apkxnycafx138fy1","key":"id"}]}},"response":[{"id":"1583d622-dede-4d30-afe0-272b09386493","name":"response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"start_date\":\"2023-07-11T04:39:06\",\"end_date\":\"2023-07-11T04:39:06\"}"},"url":{"raw":"http://localhost/api/v1/super-admin/events/:id","host":["http://localhost"],"path":["api","v1","super-admin","events",":id"],"variable":[{"id":"7b9f1b54-00e8-4403-ba64-a4cc6d627d99","key":"id","value":"01h3rdp156apkxnycafx138fy1","description":"The ID of the event."}]},"description":"Updates event record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"event_hall\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event Hall\",\"description\":\"This is the first event hall.\"},\"host\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Host\"},\"title\":\"First Event\",\"slug\":\"first-event\",\"description\":\"This is the first event\",\"start_date\":\"2023-01-23\",\"start_time\":\"01:23\",\"end_date\":\"2023-01-23\",\"end_time\":\"01:23\",\"age_limit\":\"18\", ...}, ...}"}],"_postman_id":"106a08eb-5c51-4568-855a-482f04ddecad"},{"name":"DELETE Event","id":"d7032618-01b7-41ef-9630-145e6480e6b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/events/:id","description":"<p>Deletes event record.</p>\n","urlObject":{"path":["api","v1","super-admin","events",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"a3373380-2c05-4af1-92bb-c1c6edf89066","description":{"content":"<p>The ID of the event.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp156apkxnycafx138fy1","key":"id"}]}},"response":[{"id":"2c420d44-70d7-43b3-8488-13f7d28b3ae9","name":"response","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/events/:id","host":["http://localhost"],"path":["api","v1","super-admin","events",":id"],"variable":[{"id":"a3373380-2c05-4af1-92bb-c1c6edf89066","key":"id","value":"01h3rdp156apkxnycafx138fy1","description":"The ID of the event."}]},"description":"Deletes event record."},"code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"d7032618-01b7-41ef-9630-145e6480e6b7"},{"name":"GET Event Halls","id":"2b50dd1f-12b8-4d38-91a1-1051bd7a8ae0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/event-halls?page=1","description":"<p>Returns paginated list of event halls.</p>\n","urlObject":{"path":["api","v1","super-admin","event-halls"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"cf2dea9d-ea25-4ad8-9cd5-e9f1d5b189f6","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/event-halls?page=1","host":["http://localhost"],"path":["api","v1","super-admin","event-halls"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of event halls."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event Hall\",\"description\":\"This is the first event hall\", ...}, ...}"}],"_postman_id":"2b50dd1f-12b8-4d38-91a1-1051bd7a8ae0"},{"name":"POST Event Hall","id":"8b2b4992-463b-435e-952a-a7e7af17be6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\":\"gqvzngduleyko\"}"},"url":"http://localhost/api/v1/super-admin/event-halls","description":"<p>Creates a new event hall record.</p>\n","urlObject":{"path":["api","v1","super-admin","event-halls"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"771200e0-1af0-455f-95f3-7c602a7ff797","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\":\"gqvzngduleyko\"}"},"url":"http://localhost/api/v1/super-admin/event-halls","description":"Creates a new event hall record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event Hall\",\"description\":\"This is the first event hall\", ...}, ...}"},{"id":"19de6f68-46b2-480c-82f9-018edf894ad5","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\":\"gqvzngduleyko\"}"},"url":"http://localhost/api/v1/super-admin/event-halls","description":"Creates a new event hall record."},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"The name field is required.\",\"errors\":{\"name\":[\"The name field is required.\"]}, ...}"}],"_postman_id":"8b2b4992-463b-435e-952a-a7e7af17be6e"},{"name":"GET Event Hall","id":"253059a5-dfcb-4260-b38f-24ccac958ab4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/event-halls/:id","description":"<p>Returns a event hall record.</p>\n","urlObject":{"path":["api","v1","super-admin","event-halls",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"d5749688-1488-453c-a91c-9d79eb106853","description":{"content":"<p>The ID of the event hall.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp10z5hjx0pm45ng1gdea","key":"id"}]}},"response":[{"id":"3265c19c-9734-4cd2-87e2-52ffde6b3a88","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/event-halls/:id","host":["http://localhost"],"path":["api","v1","super-admin","event-halls",":id"],"variable":[{"id":"d5749688-1488-453c-a91c-9d79eb106853","key":"id","value":"01h3rdp10z5hjx0pm45ng1gdea","description":"The ID of the event hall."}]},"description":"Returns a event hall record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event Hall\",\"description\":\"This is the first event hall\", ...}, ...}"},{"id":"f1414d98-79c8-4133-9a21-ca0c83479b67","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/event-halls/:id","host":["http://localhost"],"path":["api","v1","super-admin","event-halls",":id"],"variable":[{"id":"d5749688-1488-453c-a91c-9d79eb106853","key":"id","value":"01h3rdp10z5hjx0pm45ng1gdea","description":"The ID of the event hall."}]},"description":"Returns a event hall record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"253059a5-dfcb-4260-b38f-24ccac958ab4"},{"name":"PUT Event Hall","id":"8a2956b0-2fb1-4e15-8377-60b3693d85a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]"},"url":"http://localhost/api/v1/super-admin/event-halls/:id","description":"<p>Updates event hall record.</p>\n","urlObject":{"path":["api","v1","super-admin","event-halls",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"4c9df00a-0e7b-4a72-907b-9eb2a792e4dc","description":{"content":"<p>The ID of the event hall.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp10z5hjx0pm45ng1gdea","key":"id"}]}},"response":[{"id":"06b3bbd6-193c-4074-97ee-b92a88495b5e","name":"response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]"},"url":{"raw":"http://localhost/api/v1/super-admin/event-halls/:id","host":["http://localhost"],"path":["api","v1","super-admin","event-halls",":id"],"variable":[{"id":"4c9df00a-0e7b-4a72-907b-9eb2a792e4dc","key":"id","value":"01h3rdp10z5hjx0pm45ng1gdea","description":"The ID of the event hall."}]},"description":"Updates event hall record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event Hall\",\"description\":\"This is the first event hall\", ...}, ...}"}],"_postman_id":"8a2956b0-2fb1-4e15-8377-60b3693d85a4"},{"name":"DELETE Event Hall","id":"875bdb69-a91f-4c53-9c47-8fa6a81b9a98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/event-halls/:id","description":"<p>Deletes event hall record.</p>\n","urlObject":{"path":["api","v1","super-admin","event-halls",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"e4876d73-1c18-4210-bd93-63c8fb5d05c7","description":{"content":"<p>The ID of the event hall.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp10z5hjx0pm45ng1gdea","key":"id"}]}},"response":[{"id":"5f70472e-5157-424c-bb03-6fec1672ecbd","name":"response","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/event-halls/:id","host":["http://localhost"],"path":["api","v1","super-admin","event-halls",":id"],"variable":[{"id":"e4876d73-1c18-4210-bd93-63c8fb5d05c7","key":"id","value":"01h3rdp10z5hjx0pm45ng1gdea","description":"The ID of the event hall."}]},"description":"Deletes event hall record."},"code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"875bdb69-a91f-4c53-9c47-8fa6a81b9a98"},{"name":"GET Feedbacks","id":"9cf1f7d0-e574-41eb-935b-b97a5c2647ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/feedbacks?page=1","description":"<p>Returns paginated list of feedbacks.</p>\n","urlObject":{"path":["api","v1","super-admin","feedbacks"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"bd4b5bbf-ef6e-44f0-9c42-0ccb0aedb478","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/feedbacks?page=1","host":["http://localhost"],"path":["api","v1","super-admin","feedbacks"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of feedbacks."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"added_by\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\"},\"subject\":\"Feedback Subject\",\"message\":\"This is the feedback message.\", ...}, ...}"}],"_postman_id":"9cf1f7d0-e574-41eb-935b-b97a5c2647ae"},{"name":"POST Feedback","id":"6bd972e4-2c0a-4f58-9fe8-8ee3b6b71154","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"subject\":\"lvkthnafqmoe\",\"message\":\"ofbc\"}"},"url":"http://localhost/api/v1/super-admin/feedbacks","description":"<p>Creates a new feedback record.</p>\n","urlObject":{"path":["api","v1","super-admin","feedbacks"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"367b8120-bcb4-42c3-adbd-8a677a135716","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"subject\":\"lvkthnafqmoe\",\"message\":\"ofbc\"}"},"url":"http://localhost/api/v1/super-admin/feedbacks","description":"Creates a new feedback record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"added_by\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\"},\"subject\":\"Feedback Subject\",\"message\":\"This is the feedback message.\", ...}, ...}"},{"id":"6b5e19f0-fa38-4844-a109-ffd7c8c7dda7","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"subject\":\"lvkthnafqmoe\",\"message\":\"ofbc\"}"},"url":"http://localhost/api/v1/super-admin/feedbacks","description":"Creates a new feedback record."},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"The subject field is required.\",\"errors\":{\"subject\":[\"The subject field is required.\"]}, ...}"}],"_postman_id":"6bd972e4-2c0a-4f58-9fe8-8ee3b6b71154"},{"name":"GET Feedback","id":"38450308-0a20-448f-b039-0d4f44425ce4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/feedbacks/:id","description":"<p>Returns a feedback record.</p>\n","urlObject":{"path":["api","v1","super-admin","feedbacks",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"b7298aa5-93d3-4d26-8632-17a74fcfc2bf","description":{"content":"<p>The ID of the feedback.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp1hab6xx7st0hqcshx6j","key":"id"}]}},"response":[{"id":"9b7d8892-e115-46a1-9a06-7a6174c9e11b","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/feedbacks/:id","host":["http://localhost"],"path":["api","v1","super-admin","feedbacks",":id"],"variable":[{"id":"b7298aa5-93d3-4d26-8632-17a74fcfc2bf","key":"id","value":"01h3rdp1hab6xx7st0hqcshx6j","description":"The ID of the feedback."}]},"description":"Returns a feedback record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"added_by\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\"},\"subject\":\"Feedback Subject\",\"message\":\"This is the feedback message.\", ...}, ...}"},{"id":"91cb6e4d-26c9-4c59-b5df-1c579f2be3a2","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/feedbacks/:id","host":["http://localhost"],"path":["api","v1","super-admin","feedbacks",":id"],"variable":[{"id":"b7298aa5-93d3-4d26-8632-17a74fcfc2bf","key":"id","value":"01h3rdp1hab6xx7st0hqcshx6j","description":"The ID of the feedback."}]},"description":"Returns a feedback record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"38450308-0a20-448f-b039-0d4f44425ce4"},{"name":"DELETE Feedback","id":"ddb1ba58-c61e-4ac4-95ec-86e7dc310710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/feedbacks/:id","description":"<p>Deletes feedback record.</p>\n","urlObject":{"path":["api","v1","super-admin","feedbacks",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"8cdb5ff4-c486-420d-a092-ab038890d653","description":{"content":"<p>The ID of the feedback.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp1hab6xx7st0hqcshx6j","key":"id"}]}},"response":[{"id":"a70d3aa6-1f87-4461-aceb-e6b81b096df8","name":"response","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/feedbacks/:id","host":["http://localhost"],"path":["api","v1","super-admin","feedbacks",":id"],"variable":[{"id":"8cdb5ff4-c486-420d-a092-ab038890d653","key":"id","value":"01h3rdp1hab6xx7st0hqcshx6j","description":"The ID of the feedback."}]},"description":"Deletes feedback record."},"code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"ddb1ba58-c61e-4ac4-95ec-86e7dc310710"},{"name":"GET Hosts","id":"42284140-e661-4f2b-86c4-d92d5974c55f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/hosts?page=1","description":"<p>Returns paginated list of hosts.</p>\n","urlObject":{"path":["api","v1","super-admin","hosts"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"8f73866a-fd26-468a-bf68-e14c69c1845c","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/hosts?page=1","host":["http://localhost"],"path":["api","v1","super-admin","hosts"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of hosts."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\",\"description\":\"John Snow is the king of pop.\", ...}, ...}"}],"_postman_id":"42284140-e661-4f2b-86c4-d92d5974c55f"},{"name":"POST Host","id":"a9e33aa2-4980-461f-867b-e61fbed5712a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\":\"zfjsnabvmgeuv\",\"description\":\"Suscipit tempora distinctio exercitationem a omnis voluptas eos commodi.\"}"},"url":"http://localhost/api/v1/super-admin/hosts","description":"<p>Creates a new host record.</p>\n","urlObject":{"path":["api","v1","super-admin","hosts"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"24f5e894-89b6-4499-822d-cc6de4a7d898","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\":\"zfjsnabvmgeuv\",\"description\":\"Suscipit tempora distinctio exercitationem a omnis voluptas eos commodi.\"}"},"url":"http://localhost/api/v1/super-admin/hosts","description":"Creates a new host record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\",\"description\":\"John Snow is the king of pop.\", ...}, ...}"},{"id":"06cbe528-237d-48c1-a808-a0d8bebb1afe","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\":\"zfjsnabvmgeuv\",\"description\":\"Suscipit tempora distinctio exercitationem a omnis voluptas eos commodi.\"}"},"url":"http://localhost/api/v1/super-admin/hosts","description":"Creates a new host record."},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"The name field is required.\",\"errors\":{\"name\":[\"The name field is required.\"]}, ...}"}],"_postman_id":"a9e33aa2-4980-461f-867b-e61fbed5712a"},{"name":"GET Host","id":"66d6a405-d227-47c1-89fe-941f8eabdb41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/hosts/:id","description":"<p>Returns a host record.</p>\n","urlObject":{"path":["api","v1","super-admin","hosts",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"5ac2548f-2938-4fcb-9488-c798f219d24e","description":{"content":"<p>The ID of the host.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp12ba4ss338wj4161gjq","key":"id"}]}},"response":[{"id":"906b0397-4bfb-407c-81af-9ded7e48c84e","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/hosts/:id","host":["http://localhost"],"path":["api","v1","super-admin","hosts",":id"],"variable":[{"id":"5ac2548f-2938-4fcb-9488-c798f219d24e","key":"id","value":"01h3rdp12ba4ss338wj4161gjq","description":"The ID of the host."}]},"description":"Returns a host record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\",\"description\":\"John Snow is the king of pop.\", ...}, ...}"},{"id":"231ed024-d1a8-4421-8dc8-e4947ada7389","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/hosts/:id","host":["http://localhost"],"path":["api","v1","super-admin","hosts",":id"],"variable":[{"id":"5ac2548f-2938-4fcb-9488-c798f219d24e","key":"id","value":"01h3rdp12ba4ss338wj4161gjq","description":"The ID of the host."}]},"description":"Returns a host record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"66d6a405-d227-47c1-89fe-941f8eabdb41"},{"name":"PUT Host","id":"0427134c-d0b8-473d-8c5f-deec93e31dbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]"},"url":"http://localhost/api/v1/super-admin/hosts/:id","description":"<p>Updates host record.</p>\n","urlObject":{"path":["api","v1","super-admin","hosts",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"9551f2ad-42e4-438d-9680-d9a497edb1e6","description":{"content":"<p>The ID of the host.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp12ba4ss338wj4161gjq","key":"id"}]}},"response":[{"id":"cae2daea-1eb9-4891-84a2-0ee54565d3d9","name":"response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]"},"url":{"raw":"http://localhost/api/v1/super-admin/hosts/:id","host":["http://localhost"],"path":["api","v1","super-admin","hosts",":id"],"variable":[{"id":"9551f2ad-42e4-438d-9680-d9a497edb1e6","key":"id","value":"01h3rdp12ba4ss338wj4161gjq","description":"The ID of the host."}]},"description":"Updates host record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\",\"description\":\"John Snow is the king of pop.\", ...}, ...}"}],"_postman_id":"0427134c-d0b8-473d-8c5f-deec93e31dbc"},{"name":"DELETE Host","id":"d0ec8176-7c38-4597-8f81-6be5c3c21dc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/hosts/:id","description":"<p>Deletes host record.</p>\n","urlObject":{"path":["api","v1","super-admin","hosts",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"d3a60899-786d-4e43-9a78-d8da962cd21b","description":{"content":"<p>The ID of the host.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp12ba4ss338wj4161gjq","key":"id"}]}},"response":[{"id":"ca07a33c-6f79-4b01-ae38-99ed6bd96b93","name":"response","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/hosts/:id","host":["http://localhost"],"path":["api","v1","super-admin","hosts",":id"],"variable":[{"id":"d3a60899-786d-4e43-9a78-d8da962cd21b","key":"id","value":"01h3rdp12ba4ss338wj4161gjq","description":"The ID of the host."}]},"description":"Deletes host record."},"code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"d0ec8176-7c38-4597-8f81-6be5c3c21dc9"},{"name":"GET Newsletters","id":"27858a9e-126f-430b-8ba8-4277755fbb07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/newsletters?page=1","description":"<p>Returns paginated list of newsletters.</p>\n","urlObject":{"path":["api","v1","super-admin","newsletters"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"a4326699-f7eb-4c4a-8195-5c57294cb78e","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/newsletters?page=1","host":["http://localhost"],"path":["api","v1","super-admin","newsletters"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of newsletters."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\",\"email\":\"john@snow.com\", ...}, ...}"}],"_postman_id":"27858a9e-126f-430b-8ba8-4277755fbb07"},{"name":"POST Newsletter","id":"7eadb11f-324e-4cdb-ae83-efe2f1272dac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\":\"mmztwxdiyvdqtunctbmw\",\"email\":\"ibrahim97@example.com\"}"},"url":"http://localhost/api/v1/super-admin/newsletters","description":"<p>Creates a new newsletter record.</p>\n","urlObject":{"path":["api","v1","super-admin","newsletters"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"3c9c0c8d-e4e0-4cd4-a6f6-604cb8a3acf5","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\":\"mmztwxdiyvdqtunctbmw\",\"email\":\"ibrahim97@example.com\"}"},"url":"http://localhost/api/v1/super-admin/newsletters","description":"Creates a new newsletter record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\",\"email\":\"john@snow.com\", ...}, ...}"},{"id":"0fbccd78-4b67-4070-9ba4-8389a07f7401","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\":\"mmztwxdiyvdqtunctbmw\",\"email\":\"ibrahim97@example.com\"}"},"url":"http://localhost/api/v1/super-admin/newsletters","description":"Creates a new newsletter record."},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"The name field is required.\",\"errors\":{\"name\":[\"The name field is required.\"]}, ...}"}],"_postman_id":"7eadb11f-324e-4cdb-ae83-efe2f1272dac"},{"name":"GET Newsletter","id":"0cd6fc2f-c219-4268-b965-2420d54712a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/newsletters/:id","description":"<p>Returns a newsletter record.</p>\n","urlObject":{"path":["api","v1","super-admin","newsletters",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"30203cd8-c142-4669-a70c-125b66ec30a2","description":{"content":"<p>The ID of the newsletter.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp1j9x2wx731hvzedf403","key":"id"}]}},"response":[{"id":"9523abf2-a6d3-40de-bfb3-7dc791934fa8","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/newsletters/:id","host":["http://localhost"],"path":["api","v1","super-admin","newsletters",":id"],"variable":[{"id":"30203cd8-c142-4669-a70c-125b66ec30a2","key":"id","value":"01h3rdp1j9x2wx731hvzedf403","description":"The ID of the newsletter."}]},"description":"Returns a newsletter record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\",\"email\":\"john@snow.com\", ...}, ...}"},{"id":"9e0b1156-92bc-4235-b186-c5f0bd23f6f3","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/newsletters/:id","host":["http://localhost"],"path":["api","v1","super-admin","newsletters",":id"],"variable":[{"id":"30203cd8-c142-4669-a70c-125b66ec30a2","key":"id","value":"01h3rdp1j9x2wx731hvzedf403","description":"The ID of the newsletter."}]},"description":"Returns a newsletter record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"0cd6fc2f-c219-4268-b965-2420d54712a7"},{"name":"PUT Newsletter","id":"9ec20add-7b2c-47b3-a8ee-64bb01b5ac4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"email\":\"wilfrid33@example.org\"}"},"url":"http://localhost/api/v1/super-admin/newsletters/:id","description":"<p>Updates newsletter record.</p>\n","urlObject":{"path":["api","v1","super-admin","newsletters",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"5b44ae19-7286-49b8-83d6-dfedc5d2ee05","description":{"content":"<p>The ID of the newsletter.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp1j9x2wx731hvzedf403","key":"id"}]}},"response":[{"id":"21107f5b-1ae9-4f99-9294-9c6ef19c6720","name":"response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"email\":\"wilfrid33@example.org\"}"},"url":{"raw":"http://localhost/api/v1/super-admin/newsletters/:id","host":["http://localhost"],"path":["api","v1","super-admin","newsletters",":id"],"variable":[{"id":"5b44ae19-7286-49b8-83d6-dfedc5d2ee05","key":"id","value":"01h3rdp1j9x2wx731hvzedf403","description":"The ID of the newsletter."}]},"description":"Updates newsletter record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\",\"email\":\"john@snow.com\", ...}, ...}"}],"_postman_id":"9ec20add-7b2c-47b3-a8ee-64bb01b5ac4d"},{"name":"DELETE Newsletter","id":"5e7a6f83-0181-48a6-9454-3103b5ca4e8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/newsletters/:id","description":"<p>Deletes newsletter record.</p>\n","urlObject":{"path":["api","v1","super-admin","newsletters",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"d0ef98e3-540a-44d2-bbf9-18a28907b916","description":{"content":"<p>The ID of the newsletter.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp1j9x2wx731hvzedf403","key":"id"}]}},"response":[{"id":"0267bd0f-14aa-448f-acff-6c1c031f8086","name":"response","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/newsletters/:id","host":["http://localhost"],"path":["api","v1","super-admin","newsletters",":id"],"variable":[{"id":"d0ef98e3-540a-44d2-bbf9-18a28907b916","key":"id","value":"01h3rdp1j9x2wx731hvzedf403","description":"The ID of the newsletter."}]},"description":"Deletes newsletter record."},"code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"5e7a6f83-0181-48a6-9454-3103b5ca4e8b"},{"name":"GET Tags","id":"aa50e7d8-df41-45a1-890d-a2ed653140e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/tags?page=1","description":"<p>Returns paginated list of tags.</p>\n","urlObject":{"path":["api","v1","super-admin","tags"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"991e622c-de60-4309-9301-0acdb5463865","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/tags?page=1","host":["http://localhost"],"path":["api","v1","super-admin","tags"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of tags."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"title\":\"Karaoke\",\"description\":\"This is the regular karaoke.\", ...}, ...}"}],"_postman_id":"aa50e7d8-df41-45a1-890d-a2ed653140e9"},{"name":"POST Tag","id":"a636146e-4f10-4f0c-bc1b-2e5a475cdd62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"title\":\"soluta\",\"description\":\"inventore\"}"},"url":"http://localhost/api/v1/super-admin/tags","description":"<p>Creates a new tag record.</p>\n","urlObject":{"path":["api","v1","super-admin","tags"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"10a7c3b3-18ad-4250-9fdb-c4a5d53bf4e8","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"title\":\"soluta\",\"description\":\"inventore\"}"},"url":"http://localhost/api/v1/super-admin/tags","description":"Creates a new tag record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"title\":\"Karaoke\",\"description\":\"This is the regular karaoke.\", ...}, ...}"},{"id":"51f05501-2702-4e4e-b186-ba2353e2bbe8","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"title\":\"soluta\",\"description\":\"inventore\"}"},"url":"http://localhost/api/v1/super-admin/tags","description":"Creates a new tag record."},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"The title field is required.\",\"errors\":{\"title\":[\"The title field is required.\"]}, ...}"}],"_postman_id":"a636146e-4f10-4f0c-bc1b-2e5a475cdd62"},{"name":"GET Tag","id":"f4cbd091-d021-4895-8a72-db824520867b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/tags/:id","description":"<p>Returns a tag record.</p>\n","urlObject":{"path":["api","v1","super-admin","tags",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"3f55807a-86ff-4d22-bf66-394131cc0c14","description":{"content":"<p>The ID of the tag.</p>\n","type":"text/plain"},"type":"any","value":"commodi","key":"id"}]}},"response":[{"id":"2181a135-ac52-4d12-a535-eae87321dc2b","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/tags/:id","host":["http://localhost"],"path":["api","v1","super-admin","tags",":id"],"variable":[{"id":"3f55807a-86ff-4d22-bf66-394131cc0c14","key":"id","value":"commodi","description":"The ID of the tag."}]},"description":"Returns a tag record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"title\":\"Karaoke\",\"description\":\"This is the regular karaoke.\", ...}, ...}"},{"id":"7ec476bf-ea65-4f8b-9c7c-57b35ab6de0a","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/tags/:id","host":["http://localhost"],"path":["api","v1","super-admin","tags",":id"],"variable":[{"id":"3f55807a-86ff-4d22-bf66-394131cc0c14","key":"id","value":"commodi","description":"The ID of the tag."}]},"description":"Returns a tag record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"f4cbd091-d021-4895-8a72-db824520867b"},{"name":"PUT Tag","id":"580d8158-290c-4aef-8edb-a86231cb3969","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]"},"url":"http://localhost/api/v1/super-admin/tags/:id","description":"<p>Updates tag record.</p>\n","urlObject":{"path":["api","v1","super-admin","tags",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"983a172f-55ac-4259-8486-2dce6501f1a6","description":{"content":"<p>The ID of the tag.</p>\n","type":"text/plain"},"type":"any","value":"unde","key":"id"}]}},"response":[{"id":"8e812dcf-b08a-42a8-a9bb-08c38777f793","name":"response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]"},"url":{"raw":"http://localhost/api/v1/super-admin/tags/:id","host":["http://localhost"],"path":["api","v1","super-admin","tags",":id"],"variable":[{"id":"983a172f-55ac-4259-8486-2dce6501f1a6","key":"id","value":"unde","description":"The ID of the tag."}]},"description":"Updates tag record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"title\":\"Karaoke\",\"description\":\"This is the regular karaoke.\", ...}, ...}"}],"_postman_id":"580d8158-290c-4aef-8edb-a86231cb3969"},{"name":"DELETE Tag","id":"0d3988be-3d99-46fd-98ea-be4a63eadd19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/tags/:id","description":"<p>Deletes tag record.</p>\n","urlObject":{"path":["api","v1","super-admin","tags",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"98e9788d-d20b-4df6-b781-1202cb7cb3e9","description":{"content":"<p>The ID of the tag.</p>\n","type":"text/plain"},"type":"any","value":"voluptas","key":"id"}]}},"response":[{"id":"8a9fff0c-690a-49b3-a054-f7fbd1e74168","name":"response","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/tags/:id","host":["http://localhost"],"path":["api","v1","super-admin","tags",":id"],"variable":[{"id":"98e9788d-d20b-4df6-b781-1202cb7cb3e9","key":"id","value":"voluptas","description":"The ID of the tag."}]},"description":"Deletes tag record."},"code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"0d3988be-3d99-46fd-98ea-be4a63eadd19"},{"name":"GET Tickets","id":"57e3ab8e-db11-451d-8693-34a680669c13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/tickets?page=1","description":"<p>Returns paginated list of tickets.</p>\n","urlObject":{"path":["api","v1","super-admin","tickets"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"8225a259-bf95-45bb-807e-8fceaac20c10","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/tickets?page=1","host":["http://localhost"],"path":["api","v1","super-admin","tickets"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of tickets."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15atksjr11hrck0d20230123\",\"event\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event\",\"description\":\"This is the first event\"},\"ticket_type\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Ticket Type\",\"description\":\"This is the first ticket type\"},\"added_by\":\"01h3hkhxrh15atksjr11hrck0d\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"USD\"},\"payment_confirmed\":0,\"payment_confirmed_by\":\"01h3hkhxrh15atksjr11hrck0d\", ...}, ...}"}],"_postman_id":"57e3ab8e-db11-451d-8693-34a680669c13"},{"name":"POST Ticket","id":"fc1914f2-6fb9-4402-9082-63ee34eaf10a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"event_id\":\"praesentium\",\"ticket_type_id\":\"illo\",\"user_id\":\"voluptatem\",\"amount_paid\":987819,\"currency_id\":\"itaque\",\"payment_confirmed\":false}"},"url":"http://localhost/api/v1/super-admin/tickets","description":"<p>Creates a new ticket record.</p>\n","urlObject":{"path":["api","v1","super-admin","tickets"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"394d13fb-0db3-4460-9d12-bfb4c3b017ba","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"event_id\":\"praesentium\",\"ticket_type_id\":\"illo\",\"user_id\":\"voluptatem\",\"amount_paid\":987819,\"currency_id\":\"itaque\",\"payment_confirmed\":false}"},"url":"http://localhost/api/v1/super-admin/tickets","description":"Creates a new ticket record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15atksjr11hrck0d20230123\",\"event\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event\",\"description\":\"This is the first event\"},\"ticket_type\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Ticket Type\",\"description\":\"This is the first ticket type\"},\"added_by\":\"01h3hkhxrh15atksjr11hrck0d\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"USD\"},\"payment_confirmed\":0,\"payment_confirmed_by\":\"01h3hkhxrh15atksjr11hrck0d\", ...}, ...}"},{"id":"1aa02698-86f8-4082-b60f-b8964066a7a9","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"event_id\":\"praesentium\",\"ticket_type_id\":\"illo\",\"user_id\":\"voluptatem\",\"amount_paid\":987819,\"currency_id\":\"itaque\",\"payment_confirmed\":false}"},"url":"http://localhost/api/v1/super-admin/tickets","description":"Creates a new ticket record."},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"The added_by field is required.\",\"errors\":{\"added_by\":[\"The added_by field is required.\"]}, ...}"}],"_postman_id":"fc1914f2-6fb9-4402-9082-63ee34eaf10a"},{"name":"GET Ticket","id":"e8de882b-5a33-47b3-a2bc-feb847238a0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/tickets/:id","description":"<p>Returns a ticket record.</p>\n","urlObject":{"path":["api","v1","super-admin","tickets",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"62f5c37d-17ad-4005-b9a6-e9f8588f5382","description":{"content":"<p>The ID of the ticket.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp1cem74kxrvdgm08208g","key":"id"}]}},"response":[{"id":"7b5f1ecd-9876-474b-844d-9463facc18bf","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/tickets/:id","host":["http://localhost"],"path":["api","v1","super-admin","tickets",":id"],"variable":[{"id":"62f5c37d-17ad-4005-b9a6-e9f8588f5382","key":"id","value":"01h3rdp1cem74kxrvdgm08208g","description":"The ID of the ticket."}]},"description":"Returns a ticket record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15atksjr11hrck0d20230123\",\"event\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event\",\"description\":\"This is the first event\"},\"ticket_type\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Ticket Type\",\"description\":\"This is the first ticket type\"},\"added_by\":\"01h3hkhxrh15atksjr11hrck0d\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"USD\"},\"payment_confirmed\":0,\"payment_confirmed_by\":\"01h3hkhxrh15atksjr11hrck0d\", ...}, ...}"},{"id":"9bfd5cae-8afe-46ee-8efc-30565a94f88b","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/tickets/:id","host":["http://localhost"],"path":["api","v1","super-admin","tickets",":id"],"variable":[{"id":"62f5c37d-17ad-4005-b9a6-e9f8588f5382","key":"id","value":"01h3rdp1cem74kxrvdgm08208g","description":"The ID of the ticket."}]},"description":"Returns a ticket record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"e8de882b-5a33-47b3-a2bc-feb847238a0e"},{"name":"PUT Ticket","id":"043096f1-80c6-469f-b348-5ddae196bd6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"payment_confirmed\":false}"},"url":"http://localhost/api/v1/super-admin/tickets/:id","description":"<p>Updates ticket record.</p>\n","urlObject":{"path":["api","v1","super-admin","tickets",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"d169d287-d9c6-4213-9043-b76f388533af","description":{"content":"<p>The ID of the ticket.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp1cem74kxrvdgm08208g","key":"id"}]}},"response":[{"id":"936daccd-34aa-4985-a235-71020c711c3a","name":"response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"payment_confirmed\":false}"},"url":{"raw":"http://localhost/api/v1/super-admin/tickets/:id","host":["http://localhost"],"path":["api","v1","super-admin","tickets",":id"],"variable":[{"id":"d169d287-d9c6-4213-9043-b76f388533af","key":"id","value":"01h3rdp1cem74kxrvdgm08208g","description":"The ID of the ticket."}]},"description":"Updates ticket record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15atksjr11hrck0d20230123\",\"event\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event\",\"description\":\"This is the first event\"},\"ticket_type\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Ticket Type\",\"description\":\"This is the first ticket type\"},\"added_by\":\"01h3hkhxrh15atksjr11hrck0d\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"USD\"},\"payment_confirmed\":0,\"payment_confirmed_by\":\"01h3hkhxrh15atksjr11hrck0d\", ...}, ...}"}],"_postman_id":"043096f1-80c6-469f-b348-5ddae196bd6b"},{"name":"DELETE Ticket","id":"e3eddc23-d668-48dd-9ad4-bfadc44c6aca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/tickets/:id","description":"<p>Deletes ticket record.</p>\n","urlObject":{"path":["api","v1","super-admin","tickets",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"2cf97c34-85bb-4809-a600-44afde12a9f8","description":{"content":"<p>The ID of the ticket.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp1cem74kxrvdgm08208g","key":"id"}]}},"response":[{"id":"b41a58ea-7ca8-46b6-82f0-5a5d9a9fdc5f","name":"response","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/tickets/:id","host":["http://localhost"],"path":["api","v1","super-admin","tickets",":id"],"variable":[{"id":"2cf97c34-85bb-4809-a600-44afde12a9f8","key":"id","value":"01h3rdp1cem74kxrvdgm08208g","description":"The ID of the ticket."}]},"description":"Deletes ticket record."},"code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"e3eddc23-d668-48dd-9ad4-bfadc44c6aca"},{"name":"GET Ticket Types","id":"d450d457-f466-4e97-83fd-f4d3f74089be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/ticket-types?page=1","description":"<p>Returns paginated list of ticket types.</p>\n","urlObject":{"path":["api","v1","super-admin","ticket-types"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"7c8d59a9-564e-4ce0-9b16-5a23ef055717","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/ticket-types?page=1","host":["http://localhost"],"path":["api","v1","super-admin","ticket-types"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of ticket types."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"event\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event\",\"description\":\"This is the first event\"},\"title\":\"First event\",\"slug\":\"first-event-sample\",\"description\":\"This is the first event\",\"available_tickets\":200,\"price\":200,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"USD\"}, ...}, ...}"}],"_postman_id":"d450d457-f466-4e97-83fd-f4d3f74089be"},{"name":"POST Ticket Type","id":"b9da6fc9-27ff-4d38-8cf2-43d0c1200915","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"event_id\":\"illum\",\"title\":\"pvq\",\"description\":\"Odit eaque debitis occaecati voluptatem ipsa sit vel.\",\"available_tickets\":135.7,\"price\":\"magni\",\"currency_id\":\"vel\"}"},"url":"http://localhost/api/v1/super-admin/ticket-types","description":"<p>Creates a new ticket type record.</p>\n","urlObject":{"path":["api","v1","super-admin","ticket-types"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"8fa5f85e-9ded-4d29-9cb9-755a227b5ce9","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"event_id\":\"illum\",\"title\":\"pvq\",\"description\":\"Odit eaque debitis occaecati voluptatem ipsa sit vel.\",\"available_tickets\":135.7,\"price\":\"magni\",\"currency_id\":\"vel\"}"},"url":"http://localhost/api/v1/super-admin/ticket-types","description":"Creates a new ticket type record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"event\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event\",\"description\":\"This is the first event\"},\"title\":\"First event\",\"slug\":\"first-event-sample\",\"description\":\"This is the first event\",\"available_tickets\":200,\"price\":200,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"USD\"}, ...}, ...}"},{"id":"34e5745a-9229-47af-b349-b68421b7fd81","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"event_id\":\"illum\",\"title\":\"pvq\",\"description\":\"Odit eaque debitis occaecati voluptatem ipsa sit vel.\",\"available_tickets\":135.7,\"price\":\"magni\",\"currency_id\":\"vel\"}"},"url":"http://localhost/api/v1/super-admin/ticket-types","description":"Creates a new ticket type record."},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"The title field is required.\",\"errors\":{\"title\":[\"The title field is required.\"]}, ...}"}],"_postman_id":"b9da6fc9-27ff-4d38-8cf2-43d0c1200915"},{"name":"GET Ticket Type","id":"f4883736-7ce8-4d7d-af07-0c53469f0e71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/ticket-types/:id","description":"<p>Returns a ticket type record.</p>\n","urlObject":{"path":["api","v1","super-admin","ticket-types",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"2a6e32e5-4868-4e31-a47b-9f1e90ea9b66","description":{"content":"<p>The ID of the ticket type.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp18hfrez47mhs1pjp6xe","key":"id"}]}},"response":[{"id":"bddaf177-2a8d-43a2-9b0c-3b8d5ebaaa20","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/ticket-types/:id","host":["http://localhost"],"path":["api","v1","super-admin","ticket-types",":id"],"variable":[{"id":"2a6e32e5-4868-4e31-a47b-9f1e90ea9b66","key":"id","value":"01h3rdp18hfrez47mhs1pjp6xe","description":"The ID of the ticket type."}]},"description":"Returns a ticket type record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"event\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event\",\"description\":\"This is the first event\"},\"title\":\"First event\",\"slug\":\"first-event-sample\",\"description\":\"This is the first event\",\"available_tickets\":200,\"price\":200,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"USD\"}, ...}, ...}"},{"id":"bbd1b0dd-c051-4d94-ae38-72453459e3f4","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/ticket-types/:id","host":["http://localhost"],"path":["api","v1","super-admin","ticket-types",":id"],"variable":[{"id":"2a6e32e5-4868-4e31-a47b-9f1e90ea9b66","key":"id","value":"01h3rdp18hfrez47mhs1pjp6xe","description":"The ID of the ticket type."}]},"description":"Returns a ticket type record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"f4883736-7ce8-4d7d-af07-0c53469f0e71"},{"name":"PUT Ticket type","id":"4abef809-66e2-4003-8dcc-77797e243913","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]"},"url":"http://localhost/api/v1/super-admin/ticket-types/:id","description":"<p>Updates ticket type record.</p>\n","urlObject":{"path":["api","v1","super-admin","ticket-types",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"2199b29d-c02f-4fa6-b9e3-4745b503742b","description":{"content":"<p>The ID of the ticket type.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp18hfrez47mhs1pjp6xe","key":"id"}]}},"response":[{"id":"8f1a0a8b-07f8-4a4b-ac17-945ff48f7c10","name":"response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]"},"url":{"raw":"http://localhost/api/v1/super-admin/ticket-types/:id","host":["http://localhost"],"path":["api","v1","super-admin","ticket-types",":id"],"variable":[{"id":"2199b29d-c02f-4fa6-b9e3-4745b503742b","key":"id","value":"01h3rdp18hfrez47mhs1pjp6xe","description":"The ID of the ticket type."}]},"description":"Updates ticket type record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"event\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event\",\"description\":\"This is the first event\"},\"title\":\"First event\",\"slug\":\"first-event-sample\",\"description\":\"This is the first event\",\"available_tickets\":200,\"price\":200,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"USD\"}, ...}, ...}"}],"_postman_id":"4abef809-66e2-4003-8dcc-77797e243913"},{"name":"DELETE Ticket Type","id":"e8367638-bd75-4b68-b9a3-b34948ec2a0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/ticket-types/:id","description":"<p>Deletes ticket type record.</p>\n","urlObject":{"path":["api","v1","super-admin","ticket-types",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"b9f4e5a7-e7eb-4c6c-b56e-3851a79922b3","description":{"content":"<p>The ID of the ticket type.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp18hfrez47mhs1pjp6xe","key":"id"}]}},"response":[{"id":"6f7d561c-7a35-436c-b13c-e01b04e2fd32","name":"response","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/ticket-types/:id","host":["http://localhost"],"path":["api","v1","super-admin","ticket-types",":id"],"variable":[{"id":"b9f4e5a7-e7eb-4c6c-b56e-3851a79922b3","key":"id","value":"01h3rdp18hfrez47mhs1pjp6xe","description":"The ID of the ticket type."}]},"description":"Deletes ticket type record."},"code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"e8367638-bd75-4b68-b9a3-b34948ec2a0e"},{"name":"GET Ticket Verifications","id":"450e303f-97fe-4571-82da-c506a91fde52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/ticket-verifications?page=1","description":"<p>Returns paginated list of ticket verifications.</p>\n","urlObject":{"path":["api","v1","super-admin","ticket-verifications"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"99d6c5f9-24ee-4ed3-89f1-92729b3a0c8f","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/ticket-verifications?page=1","host":["http://localhost"],"path":["api","v1","super-admin","ticket-verifications"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of ticket verifications."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15SAMPLE\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"title\":\"USD\"}},\"user\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\",\"username\":\"user1\"},\"payment_confirmed\":0, ...}, ...}"}],"_postman_id":"450e303f-97fe-4571-82da-c506a91fde52"},{"name":"POST Ticket Verification","id":"55ef58c7-05f8-42d0-9858-0c2e2b382912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"ticket_id\":\"neque\",\"user_id\":\"consequatur\",\"payment_confirmed\":\"rerum\"}"},"url":"http://localhost/api/v1/super-admin/ticket-verifications","description":"<p>Creates a new ticket verification record.</p>\n","urlObject":{"path":["api","v1","super-admin","ticket-verifications"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"1386adac-665c-43da-bd51-a6659bbb1324","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"ticket_id\":\"neque\",\"user_id\":\"consequatur\",\"payment_confirmed\":\"rerum\"}"},"url":"http://localhost/api/v1/super-admin/ticket-verifications","description":"Creates a new ticket verification record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15SAMPLE\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"title\":\"USD\"}},\"user\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\",\"username\":\"user1\"},\"payment_confirmed\":0, ...}, ...}"}],"_postman_id":"55ef58c7-05f8-42d0-9858-0c2e2b382912"},{"name":"GET Ticket Verification","id":"81bc16de-4271-4a4d-8ab8-39f84dbe8c6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/ticket-verifications/:id","description":"<p>Returns a ticket verification record.</p>\n","urlObject":{"path":["api","v1","super-admin","ticket-verifications",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"93ca600a-ac55-4cdc-8d7d-b64801e14226","description":{"content":"<p>The ID of the ticket verification.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp1ft3ms6a8vx8z71wqe1","key":"id"}]}},"response":[{"id":"d264abb3-7609-4fd7-973b-2abacf5efa7e","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/ticket-verifications/:id","host":["http://localhost"],"path":["api","v1","super-admin","ticket-verifications",":id"],"variable":[{"id":"93ca600a-ac55-4cdc-8d7d-b64801e14226","key":"id","value":"01h3rdp1ft3ms6a8vx8z71wqe1","description":"The ID of the ticket verification."}]},"description":"Returns a ticket verification record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15SAMPLE\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"title\":\"USD\"}},\"user\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\",\"username\":\"user1\"},\"payment_confirmed\":0, ...}, ...}"},{"id":"ad9f72bb-d7ca-4985-8f92-36ddf9636a5a","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/ticket-verifications/:id","host":["http://localhost"],"path":["api","v1","super-admin","ticket-verifications",":id"],"variable":[{"id":"93ca600a-ac55-4cdc-8d7d-b64801e14226","key":"id","value":"01h3rdp1ft3ms6a8vx8z71wqe1","description":"The ID of the ticket verification."}]},"description":"Returns a ticket verification record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"81bc16de-4271-4a4d-8ab8-39f84dbe8c6e"},{"name":"PUT Ticket Verification","id":"8b041815-42e7-41aa-bbd6-e8d04b069ee7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]"},"url":"http://localhost/api/v1/super-admin/ticket-verifications/:id","description":"<p>Updates ticket verification record.</p>\n","urlObject":{"path":["api","v1","super-admin","ticket-verifications",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"5619f660-9146-4558-92b6-7f31d240cfc2","description":{"content":"<p>The ID of the ticket verification.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp1ft3ms6a8vx8z71wqe1","key":"id"}]}},"response":[{"id":"efffa8b8-d243-4afd-a23d-d1703ed7dd20","name":"response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]"},"url":{"raw":"http://localhost/api/v1/super-admin/ticket-verifications/:id","host":["http://localhost"],"path":["api","v1","super-admin","ticket-verifications",":id"],"variable":[{"id":"5619f660-9146-4558-92b6-7f31d240cfc2","key":"id","value":"01h3rdp1ft3ms6a8vx8z71wqe1","description":"The ID of the ticket verification."}]},"description":"Updates ticket verification record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15SAMPLE\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"title\":\"USD\"}},\"user\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\",\"username\":\"user1\"},\"payment_confirmed\":0, ...}, ...}"}],"_postman_id":"8b041815-42e7-41aa-bbd6-e8d04b069ee7"},{"name":"DELETE Ticket Verification","id":"673a5faa-a65b-41d9-b83f-4eec9cde07dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/ticket-verifications/:id","description":"<p>Deletes ticket verification record.</p>\n","urlObject":{"path":["api","v1","super-admin","ticket-verifications",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"30001266-f05f-469a-90ca-e90a8b5e494d","description":{"content":"<p>The ID of the ticket verification.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp1ft3ms6a8vx8z71wqe1","key":"id"}]}},"response":[{"id":"fc74321b-5501-4e0d-a52a-e1bc768b78df","name":"response","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/ticket-verifications/:id","host":["http://localhost"],"path":["api","v1","super-admin","ticket-verifications",":id"],"variable":[{"id":"30001266-f05f-469a-90ca-e90a8b5e494d","key":"id","value":"01h3rdp1ft3ms6a8vx8z71wqe1","description":"The ID of the ticket verification."}]},"description":"Deletes ticket verification record."},"code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"673a5faa-a65b-41d9-b83f-4eec9cde07dc"},{"name":"GET Users","id":"36332968-7a08-45b6-8bf2-c4717b57c363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/users?page=1","description":"<p>Returns paginated list of users.</p>\n","urlObject":{"path":["api","v1","super-admin","users"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"76ac3595-10b8-43ae-af2f-678527acea4a","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/users?page=1","host":["http://localhost"],"path":["api","v1","super-admin","users"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of users."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"role_id\":\"01h3hkhxrh15atksjr11hrck0d\",\"username\":\"user1\",\"name\":\"John Snow\",\"email\":\"john@snow.com\", ...}, ...}"}],"_postman_id":"36332968-7a08-45b6-8bf2-c4717b57c363"},{"name":"POST User","id":"e5f1739f-6668-4306-a655-c4a4dbadd408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/users","description":"<p>Creates a new user record.</p>\n","urlObject":{"path":["api","v1","super-admin","users"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"6c771e9d-0519-4f96-a82a-142d169bacd8","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/users","description":"Creates a new user record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"role_id\":\"01h3hkhxrh15atksjr11hrck0d\",\"username\":\"user1\",\"name\":\"John Snow\",\"email\":\"john@snow.com\", ...}, ...}"},{"id":"1712331e-07ad-41bb-96d2-b74a31760f3d","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/users","description":"Creates a new user record."},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"The name field is required.\",\"errors\":{\"name\":[\"The name field is required.\"]}, ...}"}],"_postman_id":"e5f1739f-6668-4306-a655-c4a4dbadd408"},{"name":"GET User","id":"c15df217-c6f4-4331-8765-28d09b86ff1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/users/:id","description":"<p>Returns a user record.</p>\n","urlObject":{"path":["api","v1","super-admin","users",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"4ecd2ae2-c708-4e48-b84a-cbca6e1dcae4","description":{"content":"<p>The ID of the user.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp0q7x270z9z8amap0fbq","key":"id"}]}},"response":[{"id":"49ff9402-b1d0-4b8f-99ad-24edab3a4ee3","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/users/:id","host":["http://localhost"],"path":["api","v1","super-admin","users",":id"],"variable":[{"id":"4ecd2ae2-c708-4e48-b84a-cbca6e1dcae4","key":"id","value":"01h3rdp0q7x270z9z8amap0fbq","description":"The ID of the user."}]},"description":"Returns a user record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"role_id\":\"01h3hkhxrh15atksjr11hrck0d\",\"username\":\"user1\",\"name\":\"John Snow\",\"email\":\"john@snow.com\", ...}, ...}"},{"id":"a308088f-b035-4d02-933b-65a7ff38b07a","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/users/:id","host":["http://localhost"],"path":["api","v1","super-admin","users",":id"],"variable":[{"id":"4ecd2ae2-c708-4e48-b84a-cbca6e1dcae4","key":"id","value":"01h3rdp0q7x270z9z8amap0fbq","description":"The ID of the user."}]},"description":"Returns a user record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"c15df217-c6f4-4331-8765-28d09b86ff1b"},{"name":"PUT User","id":"3aca78eb-8a9b-4808-b5b1-24c40ddf66a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/users/:id","description":"<p>Updates user record.</p>\n","urlObject":{"path":["api","v1","super-admin","users",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"e0ef1f65-a404-4142-9ca9-96088e1a26fb","description":{"content":"<p>The ID of the user.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp0q7x270z9z8amap0fbq","key":"id"}]}},"response":[{"id":"3743b4e2-0cfc-45c3-b586-9ce6dee795c2","name":"response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/users/:id","host":["http://localhost"],"path":["api","v1","super-admin","users",":id"],"variable":[{"id":"e0ef1f65-a404-4142-9ca9-96088e1a26fb","key":"id","value":"01h3rdp0q7x270z9z8amap0fbq","description":"The ID of the user."}]},"description":"Updates user record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"role_id\":\"01h3hkhxrh15atksjr11hrck0d\",\"username\":\"user1\",\"name\":\"John Snow\",\"email\":\"john@snow.com\", ...}, ...}"}],"_postman_id":"3aca78eb-8a9b-4808-b5b1-24c40ddf66a5"},{"name":"DELETE User","id":"8caffc2f-8c68-4f90-ad51-8eb6db7f4459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/super-admin/users/:id","description":"<p>Deletes user record.</p>\n","urlObject":{"path":["api","v1","super-admin","users",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"1b0ecc2e-5014-4367-b051-079937411d03","description":{"content":"<p>The ID of the user.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp0q7x270z9z8amap0fbq","key":"id"}]}},"response":[{"id":"8581820b-af1e-4b5a-8c63-c63d5542ea85","name":"response","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/super-admin/users/:id","host":["http://localhost"],"path":["api","v1","super-admin","users",":id"],"variable":[{"id":"1b0ecc2e-5014-4367-b051-079937411d03","key":"id","value":"01h3rdp0q7x270z9z8amap0fbq","description":"The ID of the user."}]},"description":"Deletes user record."},"code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"8caffc2f-8c68-4f90-ad51-8eb6db7f4459"},{"name":"GET Events","id":"4b20803f-196d-4ae5-ad79-fee80089c259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/admin/events?page=1","description":"<p>Returns paginated list of events.</p>\n","urlObject":{"path":["api","v1","admin","events"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"bbfd265e-a9d7-4553-95a3-669f17f3ca05","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/admin/events?page=1","host":["http://localhost"],"path":["api","v1","admin","events"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of events."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"event_hall\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event Hall\",\"description\":\"This is the first event hall.\"},\"host\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Host\"},\"title\":\"First Event\",\"slug\":\"first-event\",\"description\":\"This is the first event\",\"start_date\":\"2023-01-23\",\"start_time\":\"01:23\",\"end_date\":\"2023-01-23\",\"end_time\":\"01:23\",\"age_limit\":\"18\", ...}, ...}"}],"_postman_id":"4b20803f-196d-4ae5-ad79-fee80089c259"},{"name":"GET Event","id":"19345ec2-a776-4ff9-a1f4-2190f2e7c83b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/admin/events/:id","description":"<p>Returns a event record.</p>\n","urlObject":{"path":["api","v1","admin","events",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"640cc62d-f99c-4236-9100-9165551f4b7a","description":{"content":"<p>The ID of the event.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp156apkxnycafx138fy1","key":"id"}]}},"response":[{"id":"b42f0fe3-6109-489f-9dc4-5ff807ab65d5","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/admin/events/:id","host":["http://localhost"],"path":["api","v1","admin","events",":id"],"variable":[{"id":"640cc62d-f99c-4236-9100-9165551f4b7a","key":"id","value":"01h3rdp156apkxnycafx138fy1","description":"The ID of the event."}]},"description":"Returns a event record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"event_hall\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event Hall\",\"description\":\"This is the first event hall.\"},\"host\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Host\"},\"title\":\"First Event\",\"slug\":\"first-event\",\"description\":\"This is the first event\",\"start_date\":\"2023-01-23\",\"start_time\":\"01:23\",\"end_date\":\"2023-01-23\",\"end_time\":\"01:23\",\"age_limit\":\"18\", ...}, ...}"},{"id":"b29ac021-7960-4999-a0a4-45501c8c06f9","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/admin/events/:id","host":["http://localhost"],"path":["api","v1","admin","events",":id"],"variable":[{"id":"640cc62d-f99c-4236-9100-9165551f4b7a","key":"id","value":"01h3rdp156apkxnycafx138fy1","description":"The ID of the event."}]},"description":"Returns a event record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"19345ec2-a776-4ff9-a1f4-2190f2e7c83b"},{"name":"PUT Event","id":"9dee483e-a748-490f-a63a-5045275c9fb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/admin/events/:event_slug/tickets","description":"<p>Updates event record.</p>\n","urlObject":{"path":["api","v1","admin","events",":event_slug","tickets"],"host":["http://localhost"],"query":[],"variable":[{"id":"60e33d42-1c8f-43b6-8b46-0f22cbcc3b55","description":{"content":"<p>The slug of the event.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp156apkxnycafx138fy1","key":"event_slug"}]}},"response":[{"id":"c22b4b2c-909e-4a40-9bf7-b819f24e2746","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/admin/events/:event_slug/tickets","host":["http://localhost"],"path":["api","v1","admin","events",":event_slug","tickets"],"variable":[{"id":"60e33d42-1c8f-43b6-8b46-0f22cbcc3b55","key":"event_slug","value":"01h3rdp156apkxnycafx138fy1","description":"The slug of the event."}]},"description":"Updates event record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"event_hall\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event Hall\",\"description\":\"This is the first event hall.\"},\"host\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Host\"},\"title\":\"First Event\",\"slug\":\"first-event\",\"description\":\"This is the first event\",\"start_date\":\"2023-01-23\",\"start_time\":\"01:23\",\"end_date\":\"2023-01-23\",\"end_time\":\"01:23\",\"age_limit\":\"18\", ...}, ...}"}],"_postman_id":"9dee483e-a748-490f-a63a-5045275c9fb6"},{"name":"GET Tickets","id":"8c96fcc5-cdac-42c2-b2ae-ccf500c578ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/admin/tickets?page=1","description":"<p>Returns paginated list of tickets.</p>\n","urlObject":{"path":["api","v1","admin","tickets"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"7f5d65be-71fc-4c5a-9504-767a02df6eb2","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/admin/tickets?page=1","host":["http://localhost"],"path":["api","v1","admin","tickets"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of tickets."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15atksjr11hrck0d20230123\",\"event\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event\",\"description\":\"This is the first event\"},\"ticket_type\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Ticket Type\",\"description\":\"This is the first ticket type\"},\"added_by\":\"01h3hkhxrh15atksjr11hrck0d\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"USD\"},\"payment_confirmed\":0,\"payment_confirmed_by\":\"01h3hkhxrh15atksjr11hrck0d\", ...}, ...}"}],"_postman_id":"8c96fcc5-cdac-42c2-b2ae-ccf500c578ea"},{"name":"POST Ticket","id":"d4554149-b2a9-4c62-876c-ebee44d5a09a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"event_id\":\"assumenda\",\"ticket_type_id\":\"sunt\",\"user_id\":\"itaque\",\"amount_paid\":170558.382145,\"currency_id\":\"labore\",\"payment_confirmed\":true}"},"url":"http://localhost/api/v1/admin/tickets","description":"<p>Creates a new ticket record.</p>\n","urlObject":{"path":["api","v1","admin","tickets"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"b54800d4-9254-4ed0-adfb-e0eb1245cdd3","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"event_id\":\"assumenda\",\"ticket_type_id\":\"sunt\",\"user_id\":\"itaque\",\"amount_paid\":170558.382145,\"currency_id\":\"labore\",\"payment_confirmed\":true}"},"url":"http://localhost/api/v1/admin/tickets","description":"Creates a new ticket record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15atksjr11hrck0d20230123\",\"event\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event\",\"description\":\"This is the first event\"},\"ticket_type\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Ticket Type\",\"description\":\"This is the first ticket type\"},\"added_by\":\"01h3hkhxrh15atksjr11hrck0d\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"USD\"},\"payment_confirmed\":0,\"payment_confirmed_by\":\"01h3hkhxrh15atksjr11hrck0d\", ...}, ...}"},{"id":"3a5073fd-b3b6-43d0-b2f2-f7a2217fe7dd","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"event_id\":\"assumenda\",\"ticket_type_id\":\"sunt\",\"user_id\":\"itaque\",\"amount_paid\":170558.382145,\"currency_id\":\"labore\",\"payment_confirmed\":true}"},"url":"http://localhost/api/v1/admin/tickets","description":"Creates a new ticket record."},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"The added_by field is required.\",\"errors\":{\"added_by\":[\"The added_by field is required.\"]}, ...}"}],"_postman_id":"d4554149-b2a9-4c62-876c-ebee44d5a09a"},{"name":"GET Ticket","id":"9f391d8c-9cae-4bb9-b710-4578e6767102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/admin/tickets/:id","description":"<p>Returns a ticket record.</p>\n","urlObject":{"path":["api","v1","admin","tickets",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"0e157b8c-9c8d-4358-82c0-7328cc98e866","description":{"content":"<p>The ID of the ticket.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp1cem74kxrvdgm08208g","key":"id"}]}},"response":[{"id":"79095307-e286-4bfe-a850-b875b5b1167c","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/admin/tickets/:id","host":["http://localhost"],"path":["api","v1","admin","tickets",":id"],"variable":[{"id":"0e157b8c-9c8d-4358-82c0-7328cc98e866","key":"id","value":"01h3rdp1cem74kxrvdgm08208g","description":"The ID of the ticket."}]},"description":"Returns a ticket record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15atksjr11hrck0d20230123\",\"event\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event\",\"description\":\"This is the first event\"},\"ticket_type\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Ticket Type\",\"description\":\"This is the first ticket type\"},\"added_by\":\"01h3hkhxrh15atksjr11hrck0d\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"USD\"},\"payment_confirmed\":0,\"payment_confirmed_by\":\"01h3hkhxrh15atksjr11hrck0d\", ...}, ...}"},{"id":"8993b7c4-c566-48e7-be07-2620e435fc04","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/admin/tickets/:id","host":["http://localhost"],"path":["api","v1","admin","tickets",":id"],"variable":[{"id":"0e157b8c-9c8d-4358-82c0-7328cc98e866","key":"id","value":"01h3rdp1cem74kxrvdgm08208g","description":"The ID of the ticket."}]},"description":"Returns a ticket record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"9f391d8c-9cae-4bb9-b710-4578e6767102"},{"name":"GET Ticket Verifications","id":"8b40d620-4864-4a76-8996-d8168e49e6e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/admin/ticket-verifications?page=1","description":"<p>Returns paginated list of ticket verifications.</p>\n","urlObject":{"path":["api","v1","admin","ticket-verifications"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"6e4f961b-7f2c-4fcb-822a-013b2169eca2","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/admin/ticket-verifications?page=1","host":["http://localhost"],"path":["api","v1","admin","ticket-verifications"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of ticket verifications."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15SAMPLE\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"title\":\"USD\"}},\"user\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\",\"username\":\"user1\"},\"payment_confirmed\":0, ...}, ...}"}],"_postman_id":"8b40d620-4864-4a76-8996-d8168e49e6e0"},{"name":"POST Ticket Verification","id":"35d973a5-3b16-46f3-aecb-e5d007b90025","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"ticket_id\":\"quos\",\"user_id\":\"molestias\",\"payment_confirmed\":\"itaque\"}"},"url":"http://localhost/api/v1/admin/ticket-verifications","description":"<p>Creates a new ticket verification record.</p>\n","urlObject":{"path":["api","v1","admin","ticket-verifications"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"6b0ed0da-f848-44a8-b9c8-16f9638416ef","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"ticket_id\":\"quos\",\"user_id\":\"molestias\",\"payment_confirmed\":\"itaque\"}"},"url":"http://localhost/api/v1/admin/ticket-verifications","description":"Creates a new ticket verification record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15SAMPLE\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"title\":\"USD\"}},\"user\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\",\"username\":\"user1\"},\"payment_confirmed\":0, ...}, ...}"}],"_postman_id":"35d973a5-3b16-46f3-aecb-e5d007b90025"},{"name":"GET Ticket Verification","id":"1e34f7df-53f9-4a69-b915-11fffb9f82b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/admin/ticket-verifications/:id","description":"<p>Returns a ticket verification record.</p>\n","urlObject":{"path":["api","v1","admin","ticket-verifications",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"0dc77ead-f481-4186-9d60-4b89d36bc10b","description":{"content":"<p>The ID of the ticket verification.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp1ft3ms6a8vx8z71wqe1","key":"id"}]}},"response":[{"id":"64a40a29-d0c8-4ef3-bae3-23a926d1a69c","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/admin/ticket-verifications/:id","host":["http://localhost"],"path":["api","v1","admin","ticket-verifications",":id"],"variable":[{"id":"0dc77ead-f481-4186-9d60-4b89d36bc10b","key":"id","value":"01h3rdp1ft3ms6a8vx8z71wqe1","description":"The ID of the ticket verification."}]},"description":"Returns a ticket verification record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15SAMPLE\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"title\":\"USD\"}},\"user\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\",\"username\":\"user1\"},\"payment_confirmed\":0, ...}, ...}"},{"id":"2d614efb-dd67-4132-bea4-f729ca2d7a1f","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/admin/ticket-verifications/:id","host":["http://localhost"],"path":["api","v1","admin","ticket-verifications",":id"],"variable":[{"id":"0dc77ead-f481-4186-9d60-4b89d36bc10b","key":"id","value":"01h3rdp1ft3ms6a8vx8z71wqe1","description":"The ID of the ticket verification."}]},"description":"Returns a ticket verification record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"1e34f7df-53f9-4a69-b915-11fffb9f82b3"}],"id":"78972d9b-451e-442b-84d2-2312a6ec2cc3","_postman_id":"78972d9b-451e-442b-84d2-2312a6ec2cc3","description":""},{"name":"Auth endpoints","item":[{"name":"POST Register","id":"aca947b0-f370-41e6-a92e-ecb7746d1399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"username\":\"hlnwcdfsda\",\"name\":\"aqspazatqc\",\"email\":\"feeney.melvina@example.net\",\"password\":\"non\"}"},"url":"http://localhost/api/v1/register","description":"<p>Register with an existing user.</p>\n","urlObject":{"path":["api","v1","register"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"ee8a93ca-24e2-4f70-9af1-9b1124d4f497","name":"response","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"username\":\"hlnwcdfsda\",\"name\":\"aqspazatqc\",\"email\":\"feeney.melvina@example.net\",\"password\":\"non\"}"},"url":"http://localhost/api/v1/register","description":"Register with an existing user."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"access_token\":\"1|HvglYzIrLURVGx6Xe41HKj1CrNsxRxe4pLA2oISo\",\"name\":\"John Snow\",\"role\":4}"},{"id":"d30e977a-b142-4063-b484-b9d1ea4fe1a6","name":"response","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"username\":\"hlnwcdfsda\",\"name\":\"aqspazatqc\",\"email\":\"feeney.melvina@example.net\",\"password\":\"non\"}"},"url":"http://localhost/api/v1/register","description":"Register with an existing user."},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"error\": \"The provided credentials are incorrect.\"}"}],"_postman_id":"aca947b0-f370-41e6-a92e-ecb7746d1399"},{"name":"POST Login","id":"04d894cd-2e14-4a28-9adb-ae310e10a3e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"username\":\"5b0upp3\",\"password\":\"consequatur\"}"},"url":"http://localhost/api/v1/login","description":"<p>Login with an existing user.</p>\n","urlObject":{"path":["api","v1","login"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"ed29dc7b-ca68-4bb2-bc8e-ac31b3ac23bd","name":"response","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"username\":\"5b0upp3\",\"password\":\"consequatur\"}"},"url":"http://localhost/api/v1/login","description":"Login with an existing user."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"access_token\":\"1|HvglYzIrLURVGx6Xe41HKj1CrNsxRxe4pLA2oISo\",\"name\":\"John Snow\",\"role\":4}"},{"id":"f69595ff-957c-4ae2-9e63-262a241da971","name":"response","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"username\":\"5b0upp3\",\"password\":\"consequatur\"}"},"url":"http://localhost/api/v1/login","description":"Login with an existing user."},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"error\": \"The provided credentials are incorrect.\"}"}],"_postman_id":"04d894cd-2e14-4a28-9adb-ae310e10a3e0"},{"name":"PUT Reset Password","id":"9d0954ee-1af1-4848-8dbf-ebe5133de5d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"current_password\":\"recusandae\",\"password\":\"suscipit\"}"},"url":"http://localhost/api/v1/password-reset","description":"<p>Reset Password of an existing user.</p>\n","urlObject":{"path":["api","v1","password-reset"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"61c3c9c5-fc26-4050-8a56-b5680f5b499a","name":"response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"current_password\":\"recusandae\",\"password\":\"suscipit\"}"},"url":"http://localhost/api/v1/password-reset","description":"Reset Password of an existing user."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"success\":\"Your password has been updated.\"}"}],"_postman_id":"9d0954ee-1af1-4848-8dbf-ebe5133de5d5"},{"name":"POST Logout","id":"5aa80fcf-b3ba-4b81-8c42-15055eff9150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/logout","description":"<p>Logout authenticated user.</p>\n","urlObject":{"path":["api","v1","logout"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"0fcc52b5-b92b-4f91-b3d5-721010950f36","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/logout","description":"Logout authenticated user."},"code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"5aa80fcf-b3ba-4b81-8c42-15055eff9150"}],"id":"d06bc44a-03c2-4ddd-af71-506a7e167608","_postman_id":"d06bc44a-03c2-4ddd-af71-506a7e167608","description":""},{"name":"Public endpoints","item":[{"name":"GET Events","id":"a8810594-668c-42cc-be41-116627130f9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/events?page=1","description":"<p>Returns paginated list of events.</p>\n","urlObject":{"path":["api","v1","events"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"0bc629b4-837b-4f48-aeee-17806f601843","name":"response","originalRequest":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/events?page=1","host":["http://localhost"],"path":["api","v1","events"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of events."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"event_hall\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event Hall\",\"description\":\"This is the first event hall.\"},\"host\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Host\"},\"title\":\"First Event\",\"slug\":\"first-event\",\"description\":\"This is the first event\",\"start_date\":\"2023-01-23\",\"start_time\":\"01:23\",\"end_date\":\"2023-01-23\",\"end_time\":\"01:23\",\"age_limit\":\"18\", ...}, ...}"}],"_postman_id":"a8810594-668c-42cc-be41-116627130f9b"},{"name":"GET Event","id":"e98fcfe1-0c7d-455f-b15f-35aa21d78b9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/events/:id","description":"<p>Returns a event record.</p>\n","urlObject":{"path":["api","v1","events",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"ab9ec274-326a-480a-b428-8270e921fc50","description":{"content":"<p>The ID of the event.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp156apkxnycafx138fy1","key":"id"}]}},"response":[{"id":"a56f8326-2feb-4694-b46d-2d9ce761e2f0","name":"response","originalRequest":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/events/:id","host":["http://localhost"],"path":["api","v1","events",":id"],"variable":[{"id":"ab9ec274-326a-480a-b428-8270e921fc50","key":"id","value":"01h3rdp156apkxnycafx138fy1","description":"The ID of the event."}]},"description":"Returns a event record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"event_hall\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event Hall\",\"description\":\"This is the first event hall.\"},\"host\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Host\"},\"title\":\"First Event\",\"slug\":\"first-event\",\"description\":\"This is the first event\",\"start_date\":\"2023-01-23\",\"start_time\":\"01:23\",\"end_date\":\"2023-01-23\",\"end_time\":\"01:23\",\"age_limit\":\"18\", ...}, ...}"},{"id":"ffdfb1d1-985a-4264-b37e-851c55e5ea59","name":"response","originalRequest":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/events/:id","host":["http://localhost"],"path":["api","v1","events",":id"],"variable":[{"id":"ab9ec274-326a-480a-b428-8270e921fc50","key":"id","value":"01h3rdp156apkxnycafx138fy1","description":"The ID of the event."}]},"description":"Returns a event record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"e98fcfe1-0c7d-455f-b15f-35aa21d78b9c"},{"name":"GET Ticket by Event","id":"b61f219d-8240-41d6-9f4c-75b96383e7a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/events/:event_slug/tickets","description":"<p>Retrieves tickets by event record.</p>\n","urlObject":{"path":["api","v1","events",":event_slug","tickets"],"host":["http://localhost"],"query":[],"variable":[{"id":"f934685a-0258-4661-93d1-c599ea90e596","description":{"content":"<p>The slug of the event.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp156apkxnycafx138fy1","key":"event_slug"}]}},"response":[{"id":"2bc547cf-e546-4d8b-bd5f-c7802ac83568","name":"response","originalRequest":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/events/:event_slug/tickets","host":["http://localhost"],"path":["api","v1","events",":event_slug","tickets"],"variable":[{"id":"f934685a-0258-4661-93d1-c599ea90e596","key":"event_slug","value":"01h3rdp156apkxnycafx138fy1","description":"The slug of the event."}]},"description":"Retrieves tickets by event record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15atksjr11hrck0d20230123\",\"event\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event\",\"description\":\"This is the first event\"},\"ticket_type\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Ticket Type\",\"description\":\"This is the first ticket type\"},\"added_by\":\"01h3hkhxrh15atksjr11hrck0d\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"USD\"},\"payment_confirmed\":0,\"payment_confirmed_by\":\"01h3hkhxrh15atksjr11hrck0d\", ...}, ...}"}],"_postman_id":"b61f219d-8240-41d6-9f4c-75b96383e7a7"},{"name":"POST Feedback","id":"a5da3819-33d6-4e74-bad0-f85984c72a59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"subject\":\"nqupev\",\"message\":\"jkuzwefbhkcu\"}"},"url":"http://localhost/api/v1/feedbacks","description":"<p>Creates a new feedback record.</p>\n","urlObject":{"path":["api","v1","feedbacks"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"e3b4d820-a2c0-4b56-bc67-6edcd5262a5e","name":"response","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"subject\":\"nqupev\",\"message\":\"jkuzwefbhkcu\"}"},"url":"http://localhost/api/v1/feedbacks","description":"Creates a new feedback record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"added_by\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\"},\"subject\":\"Feedback Subject\",\"message\":\"This is the feedback message.\", ...}, ...}"},{"id":"b7d53bbe-8c56-4b7c-9757-cf75ae04feb8","name":"response","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"subject\":\"nqupev\",\"message\":\"jkuzwefbhkcu\"}"},"url":"http://localhost/api/v1/feedbacks","description":"Creates a new feedback record."},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"The subject field is required.\",\"errors\":{\"subject\":[\"The subject field is required.\"]}, ...}"}],"_postman_id":"a5da3819-33d6-4e74-bad0-f85984c72a59"}],"id":"f6d2f159-9c43-4e99-825d-0d6a5095b59b","_postman_id":"f6d2f159-9c43-4e99-825d-0d6a5095b59b","description":""},{"name":"User endpoints","item":[{"name":"GET Events","id":"415fe26d-995a-45ce-8808-6f5e56d18cca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/user/events?page=1","description":"<p>Returns paginated list of events.</p>\n","urlObject":{"path":["api","v1","user","events"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"b742fde8-f379-4d77-be9a-42b3b6409d46","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/user/events?page=1","host":["http://localhost"],"path":["api","v1","user","events"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of events."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"event_hall\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event Hall\",\"description\":\"This is the first event hall.\"},\"host\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Host\"},\"title\":\"First Event\",\"slug\":\"first-event\",\"description\":\"This is the first event\",\"start_date\":\"2023-01-23\",\"start_time\":\"01:23\",\"end_date\":\"2023-01-23\",\"end_time\":\"01:23\",\"age_limit\":\"18\", ...}, ...}"}],"_postman_id":"415fe26d-995a-45ce-8808-6f5e56d18cca"},{"name":"GET Event","id":"e392ca70-445c-4dab-97a9-c38e907170a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/user/events/:id","description":"<p>Returns a event record.</p>\n","urlObject":{"path":["api","v1","user","events",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"42aafe7e-ee37-4779-9616-d52d04410ba8","description":{"content":"<p>The ID of the event.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp156apkxnycafx138fy1","key":"id"}]}},"response":[{"id":"c0a2b63b-2b3c-462d-a02a-744eb7af93cd","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/user/events/:id","host":["http://localhost"],"path":["api","v1","user","events",":id"],"variable":[{"id":"42aafe7e-ee37-4779-9616-d52d04410ba8","key":"id","value":"01h3rdp156apkxnycafx138fy1","description":"The ID of the event."}]},"description":"Returns a event record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"event_hall\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event Hall\",\"description\":\"This is the first event hall.\"},\"host\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Host\"},\"title\":\"First Event\",\"slug\":\"first-event\",\"description\":\"This is the first event\",\"start_date\":\"2023-01-23\",\"start_time\":\"01:23\",\"end_date\":\"2023-01-23\",\"end_time\":\"01:23\",\"age_limit\":\"18\", ...}, ...}"},{"id":"faa1f452-cba4-403a-808f-5ddac9b4b42a","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/user/events/:id","host":["http://localhost"],"path":["api","v1","user","events",":id"],"variable":[{"id":"42aafe7e-ee37-4779-9616-d52d04410ba8","key":"id","value":"01h3rdp156apkxnycafx138fy1","description":"The ID of the event."}]},"description":"Returns a event record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"e392ca70-445c-4dab-97a9-c38e907170a4"},{"name":"GET Tickets by Event","id":"b2d429bc-514c-43d1-8482-694dc4431826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/user/events/:event_slug/tickets","description":"<p>Retrieves tickets by event record.</p>\n","urlObject":{"path":["api","v1","user","events",":event_slug","tickets"],"host":["http://localhost"],"query":[],"variable":[{"id":"8205b732-d972-40ba-aa71-5a7983b06145","description":{"content":"<p>The slug of the event.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp156apkxnycafx138fy1","key":"event_slug"}]}},"response":[{"id":"946a5c5f-27eb-408d-9fd3-9857736b7dd7","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/user/events/:event_slug/tickets","host":["http://localhost"],"path":["api","v1","user","events",":event_slug","tickets"],"variable":[{"id":"8205b732-d972-40ba-aa71-5a7983b06145","key":"event_slug","value":"01h3rdp156apkxnycafx138fy1","description":"The slug of the event."}]},"description":"Retrieves tickets by event record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15atksjr11hrck0d20230123\",\"event\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event\",\"description\":\"This is the first event\"},\"ticket_type\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Ticket Type\",\"description\":\"This is the first ticket type\"},\"added_by\":\"01h3hkhxrh15atksjr11hrck0d\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"USD\"},\"payment_confirmed\":0,\"payment_confirmed_by\":\"01h3hkhxrh15atksjr11hrck0d\", ...}, ...}"}],"_postman_id":"b2d429bc-514c-43d1-8482-694dc4431826"},{"name":"GET Tickets","id":"0004bad0-a81e-4706-be0f-e13ad19db4a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/user/tickets?page=1","description":"<p>Returns paginated list of tickets.</p>\n","urlObject":{"path":["api","v1","user","tickets"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"677994e0-19a4-41e9-9cff-d75f6b676775","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/user/tickets?page=1","host":["http://localhost"],"path":["api","v1","user","tickets"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of tickets."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15atksjr11hrck0d20230123\",\"event\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event\",\"description\":\"This is the first event\"},\"ticket_type\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Ticket Type\",\"description\":\"This is the first ticket type\"},\"added_by\":\"01h3hkhxrh15atksjr11hrck0d\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"USD\"},\"payment_confirmed\":0,\"payment_confirmed_by\":\"01h3hkhxrh15atksjr11hrck0d\", ...}, ...}"}],"_postman_id":"0004bad0-a81e-4706-be0f-e13ad19db4a6"},{"name":"POST Ticket","id":"8c8d8ac2-87d9-4e58-b360-76d60cd12aba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"event_id\":\"voluptatem\",\"ticket_type_id\":\"distinctio\",\"user_id\":\"corporis\",\"amount_paid\":351667040,\"currency_id\":\"expedita\",\"payment_confirmed\":false}"},"url":"http://localhost/api/v1/user/tickets","description":"<p>Creates a new ticket record.</p>\n","urlObject":{"path":["api","v1","user","tickets"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"ebab8061-7a4c-4261-a2d6-3a0106d963c3","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"event_id\":\"voluptatem\",\"ticket_type_id\":\"distinctio\",\"user_id\":\"corporis\",\"amount_paid\":351667040,\"currency_id\":\"expedita\",\"payment_confirmed\":false}"},"url":"http://localhost/api/v1/user/tickets","description":"Creates a new ticket record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15atksjr11hrck0d20230123\",\"event\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event\",\"description\":\"This is the first event\"},\"ticket_type\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Ticket Type\",\"description\":\"This is the first ticket type\"},\"added_by\":\"01h3hkhxrh15atksjr11hrck0d\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"USD\"},\"payment_confirmed\":0,\"payment_confirmed_by\":\"01h3hkhxrh15atksjr11hrck0d\", ...}, ...}"},{"id":"7f06d9ef-8acc-45c5-b49b-08b02e09ff1b","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"event_id\":\"voluptatem\",\"ticket_type_id\":\"distinctio\",\"user_id\":\"corporis\",\"amount_paid\":351667040,\"currency_id\":\"expedita\",\"payment_confirmed\":false}"},"url":"http://localhost/api/v1/user/tickets","description":"Creates a new ticket record."},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"The added_by field is required.\",\"errors\":{\"added_by\":[\"The added_by field is required.\"]}, ...}"}],"_postman_id":"8c8d8ac2-87d9-4e58-b360-76d60cd12aba"},{"name":"GET Ticket","id":"f1defaeb-3881-4d24-8e9f-907081ef92f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/user/tickets/:id","description":"<p>Returns a ticket record.</p>\n","urlObject":{"path":["api","v1","user","tickets",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"99646b2c-8386-4e11-a539-3e5e99d5f8bb","description":{"content":"<p>The ID of the ticket.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp1cem74kxrvdgm08208g","key":"id"}]}},"response":[{"id":"6ce93f52-e82f-4d7e-8ff8-64c120668161","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/user/tickets/:id","host":["http://localhost"],"path":["api","v1","user","tickets",":id"],"variable":[{"id":"99646b2c-8386-4e11-a539-3e5e99d5f8bb","key":"id","value":"01h3rdp1cem74kxrvdgm08208g","description":"The ID of the ticket."}]},"description":"Returns a ticket record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"ticket_number\":\"01h3hkhxrh15atksjr11hrck0d20230123\",\"event\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Event\",\"description\":\"This is the first event\"},\"ticket_type\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"First Ticket Type\",\"description\":\"This is the first ticket type\"},\"added_by\":\"01h3hkhxrh15atksjr11hrck0d\",\"amount_paid\":12,\"currency\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"USD\"},\"payment_confirmed\":0,\"payment_confirmed_by\":\"01h3hkhxrh15atksjr11hrck0d\", ...}, ...}"},{"id":"494b5544-5b66-4a19-a528-4b3547744657","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/user/tickets/:id","host":["http://localhost"],"path":["api","v1","user","tickets",":id"],"variable":[{"id":"99646b2c-8386-4e11-a539-3e5e99d5f8bb","key":"id","value":"01h3rdp1cem74kxrvdgm08208g","description":"The ID of the ticket."}]},"description":"Returns a ticket record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"f1defaeb-3881-4d24-8e9f-907081ef92f3"},{"name":"DELETE Ticket","id":"17c33b4c-e874-44ec-98fe-6888659e2f31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/user/tickets/:id","description":"<p>Deletes ticket record.</p>\n","urlObject":{"path":["api","v1","user","tickets",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"b6a91867-537f-4861-9bdf-550116ba94d2","description":{"content":"<p>The ID of the ticket.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp1cem74kxrvdgm08208g","key":"id"}]}},"response":[{"id":"64292152-5fa7-46ec-84ce-5428766d95a1","name":"response","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/user/tickets/:id","host":["http://localhost"],"path":["api","v1","user","tickets",":id"],"variable":[{"id":"b6a91867-537f-4861-9bdf-550116ba94d2","key":"id","value":"01h3rdp1cem74kxrvdgm08208g","description":"The ID of the ticket."}]},"description":"Deletes ticket record."},"code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"17c33b4c-e874-44ec-98fe-6888659e2f31"},{"name":"GET Feedbacks","id":"280527c6-c1f7-4bd8-9564-93fe0f8d1b1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/user/feedbacks?page=1","description":"<p>Returns paginated list of feedbacks.</p>\n","urlObject":{"path":["api","v1","user","feedbacks"],"host":["http://localhost"],"query":[{"description":{"content":"<p>Page number.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"4fbcc442-d3e2-4999-b0a6-2aba5d10d10b","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/user/feedbacks?page=1","host":["http://localhost"],"path":["api","v1","user","feedbacks"],"query":[{"key":"page","value":"1","description":"Page number."}]},"description":"Returns paginated list of feedbacks."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"added_by\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\"},\"subject\":\"Feedback Subject\",\"message\":\"This is the feedback message.\", ...}, ...}"}],"_postman_id":"280527c6-c1f7-4bd8-9564-93fe0f8d1b1b"},{"name":"POST Feedback","id":"a5fe02d3-b98f-4142-9ed3-99eb4c2a5972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"subject\":\"bhjbigsntloslv\",\"message\":\"gcvourqhkawlkgryjpslabegl\"}"},"url":"http://localhost/api/v1/user/feedbacks","description":"<p>Creates a new feedback record.</p>\n","urlObject":{"path":["api","v1","user","feedbacks"],"host":["http://localhost"],"query":[],"variable":[]}},"response":[{"id":"3355cc1b-4844-40ec-8e2f-cc04b05e7618","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"subject\":\"bhjbigsntloslv\",\"message\":\"gcvourqhkawlkgryjpslabegl\"}"},"url":"http://localhost/api/v1/user/feedbacks","description":"Creates a new feedback record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"added_by\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\"},\"subject\":\"Feedback Subject\",\"message\":\"This is the feedback message.\", ...}, ...}"},{"id":"b7f5b21b-cd2e-42b2-a332-bf9c07b2934a","name":"response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\"subject\":\"bhjbigsntloslv\",\"message\":\"gcvourqhkawlkgryjpslabegl\"}"},"url":"http://localhost/api/v1/user/feedbacks","description":"Creates a new feedback record."},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"The subject field is required.\",\"errors\":{\"subject\":[\"The subject field is required.\"]}, ...}"}],"_postman_id":"a5fe02d3-b98f-4142-9ed3-99eb4c2a5972"},{"name":"GET Feedback","id":"2c4e7c5a-0f60-45ef-8b4c-433526b5cab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/user/feedbacks/:id","description":"<p>Returns a feedback record.</p>\n","urlObject":{"path":["api","v1","user","feedbacks",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"a7a1be8b-1c7c-487f-a313-a9174db41b65","description":{"content":"<p>The ID of the feedback.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp1hab6xx7st0hqcshx6j","key":"id"}]}},"response":[{"id":"91e4ce4b-cff1-48f0-bb49-cf8c7d9d071e","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/user/feedbacks/:id","host":["http://localhost"],"path":["api","v1","user","feedbacks",":id"],"variable":[{"id":"a7a1be8b-1c7c-487f-a313-a9174db41b65","key":"id","value":"01h3rdp1hab6xx7st0hqcshx6j","description":"The ID of the feedback."}]},"description":"Returns a feedback record."},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"added_by\":{\"id\":\"01h3hkhxrh15atksjr11hrck0d\",\"name\":\"John Snow\"},\"subject\":\"Feedback Subject\",\"message\":\"This is the feedback message.\", ...}, ...}"},{"id":"46ac8aa3-7743-4a47-a8ad-2d2abac0439a","name":"response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/user/feedbacks/:id","host":["http://localhost"],"path":["api","v1","user","feedbacks",":id"],"variable":[{"id":"a7a1be8b-1c7c-487f-a313-a9174db41b65","key":"id","value":"01h3rdp1hab6xx7st0hqcshx6j","description":"The ID of the feedback."}]},"description":"Returns a feedback record."},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"Record not found.\"}"}],"_postman_id":"2c4e7c5a-0f60-45ef-8b4c-433526b5cab2"},{"name":"DELETE Feedback","id":"f2084262-37e4-462d-a999-fd7a054b163c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost/api/v1/user/feedbacks/:id","description":"<p>Deletes feedback record.</p>\n","urlObject":{"path":["api","v1","user","feedbacks",":id"],"host":["http://localhost"],"query":[],"variable":[{"id":"e4874838-3273-4b13-8f4e-1728af5fb681","description":{"content":"<p>The ID of the feedback.</p>\n","type":"text/plain"},"type":"any","value":"01h3rdp1hab6xx7st0hqcshx6j","key":"id"}]}},"response":[{"id":"6f9a14af-8aad-4189-8aa3-609ad8abe7b1","name":"response","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"http://localhost/api/v1/user/feedbacks/:id","host":["http://localhost"],"path":["api","v1","user","feedbacks",":id"],"variable":[{"id":"e4874838-3273-4b13-8f4e-1728af5fb681","key":"id","value":"01h3rdp1hab6xx7st0hqcshx6j","description":"The ID of the feedback."}]},"description":"Deletes feedback record."},"code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"f2084262-37e4-462d-a999-fd7a054b163c"}],"id":"a4e4881d-df67-454b-b2e1-8fb90a7b7af7","_postman_id":"a4e4881d-df67-454b-b2e1-8fb90a7b7af7","description":""}],"event":[{"listen":"prerequest","script":{"id":"2f627c97-503e-4994-ad9f-1a3cfd71534e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"73641449-5afb-4198-8746-c2985828501c","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"http://localhost","type":"string"}]}