{"info":{"_postman_id":"e8845cc0-24d0-473a-82a5-17605dbf5210","name":"MyGram API","description":"<html><head></head><body><p>MyGram adalah aplikasi yang memungkinkan pengguna untuk menyimpan foto dan membuat komentar pada foto orang lain. Aplikasi ini dilengkapi dengan proses CRUD pada tabel dan alur yang dijelaskan di bawah ini. Autentikasi diperlukan untuk mengakses data pada tabel SocialMedia, Photo, dan Comment menggunakan JsonWebToken. Proses otorisasi diperlukan untuk memodifikasi data kepemilikan seperti update atau delete.</p>\n<h2 id=\"endpoints\">Endpoints</h2>\n<h3 id=\"authentication\">Authentication</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>Endpoint</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>POST</td>\n<td><code>/api/v1/authentication/register</code></td>\n<td>Register a new user</td>\n</tr>\n<tr>\n<td>POST</td>\n<td><code>/api/v1/authentication/login</code></td>\n<td>Login and retrieve access token</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"users\">Users</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>Endpoint</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GET</td>\n<td><code>/api/v1/users/list</code></td>\n<td>Get a list of users</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"photos\">Photos</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>Endpoint</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>POST</td>\n<td><code>/api/v1/photos/</code></td>\n<td>Create a new photo</td>\n</tr>\n<tr>\n<td>GET</td>\n<td><code>/api/v1/photos/</code></td>\n<td>Get a list of photos</td>\n</tr>\n<tr>\n<td>GET</td>\n<td><code>/api/v1/photos/:id</code></td>\n<td>Get a specific photo</td>\n</tr>\n<tr>\n<td>PUT</td>\n<td><code>/api/v1/photos/:id</code></td>\n<td>Update a specific photo</td>\n</tr>\n<tr>\n<td>DELETE</td>\n<td><code>/api/v1/photos/:id</code></td>\n<td>Delete a specific photo</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"comments\">Comments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>Endpoint</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>POST</td>\n<td><code>/api/v1/comments/</code></td>\n<td>Create a new comment</td>\n</tr>\n<tr>\n<td>GET</td>\n<td><code>/api/v1/comments/</code></td>\n<td>Get a list of comments</td>\n</tr>\n<tr>\n<td>GET</td>\n<td><code>/api/v1/comments/:id</code></td>\n<td>Get a specific comment</td>\n</tr>\n<tr>\n<td>PUT</td>\n<td><code>/api/v1/comments/:id</code></td>\n<td>Update a specific comment</td>\n</tr>\n<tr>\n<td>DELETE</td>\n<td><code>/api/v1/comments/:id</code></td>\n<td>Delete a specific comment</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"media\">Media</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>Endpoint</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>POST</td>\n<td><code>/api/v1/media/</code></td>\n<td>Create a new media</td>\n</tr>\n<tr>\n<td>GET</td>\n<td><code>/api/v1/media/</code></td>\n<td>Get a list of media</td>\n</tr>\n<tr>\n<td>GET</td>\n<td><code>/api/v1/media/:id</code></td>\n<td>Get a specific media</td>\n</tr>\n<tr>\n<td>PUT</td>\n<td><code>/api/v1/media/:id</code></td>\n<td>Update a specific media</td>\n</tr>\n<tr>\n<td>DELETE</td>\n<td><code>/api/v1/media/:id</code></td>\n<td>Delete a specific media</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"dokumentasi-akses\">Dokumentasi Akses</h2>\n<ul>\n<li>Swagger: <a href=\"https://mygram-api-production-09d0.up.railway.app/swagger/index.html#/\">https://mygram-api-production-09d0.up.railway.app/swagger/index.html#/</a></li>\n<li>Postman: <a href=\"https://documenter.getpostman.com/view/15041975/2s93Xx1k31\">https://documenter.getpostman.com/view/15041975/2s93Xx1k31</a></li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15041975","collectionId":"e8845cc0-24d0-473a-82a5-17605dbf5210","publishedId":"2s93Xx1k31","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-04-15T00:24:25.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","id":"7aa911f8-9956-4291-8933-4b6305793c06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"hyrezaalf\",\r\n    \"email\": \"hyrezaalf@gmail.com\",\r\n    \"password\": \"rahasia\",\r\n    \"age\": 22\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/authentication/register","urlObject":{"protocol":"https","path":["api","v1","authentication","register"],"host":["mygram-api-production-09d0","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"742fbce2-024e-4ec3-8870-8bf8fc61ba62","name":"Register Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"hyrezaalf\",\r\n    \"email\": \"hyrezaalf@gmail.com\",\r\n    \"password\": \"rahasia\",\r\n    \"age\": 22\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/authentication/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 00:52:55 GMT"},{"key":"content-length","value":"272"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully created user!\",\n    \"data\": {\n        \"id\": \"d6391d94-19fa-4c61-87fa-f6e46cae9e27\",\n        \"username\": \"hyrezaalf\",\n        \"email\": \"hyrezaalf@gmail.com\",\n        \"age\": 22,\n        \"created_at\": \"2023-04-15T00:52:55.311075394Z\",\n        \"updated_at\": \"2023-04-15T00:52:55.311075394Z\"\n    }\n}"},{"id":"0bd52f79-988c-41f3-a8ed-06890b078f69","name":"Register Failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"hyrezaalf\",\r\n    \"email\": \"hyrezaalf@gmail.com\",\r\n    // \"password\": \"rahasia\",\r\n    \"age\": 22\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/authentication/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 00:53:26 GMT"},{"key":"content-length","value":"203"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"status\": \"Error\",\n    \"message\": \"Registration Failed!\",\n    \"errors\": [\n        \"ERROR: Invalid Password (Key: 'CreateUserRequest.Password' Error:Field validation for 'Password' failed on the 'required' tag)!\"\n    ]\n}"},{"id":"21fb3ea9-de11-41bc-809a-4779c3320364","name":"Register Failed Duplicated","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"hyrezaalf\",\r\n    \"email\": \"hyrezaalf@gmail.com\",\r\n    \"password\": \"rahasia\",\r\n    \"age\": 22\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/authentication/register"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 03:05:45 GMT"},{"key":"content-length","value":"185"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"status\": \"Internal Server Error\",\n    \"message\": \"Registration Failed!\",\n    \"errors\": [\n        \"ERROR: duplicate key value violates unique constraint \\\"idx_users_username\\\" (SQLSTATE 23505)\"\n    ]\n}"}],"_postman_id":"7aa911f8-9956-4291-8933-4b6305793c06"},{"name":"Login","id":"f4d05d53-daa3-4a99-85d8-bbe327c42f4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"hyrezaalf\",\r\n    \"password\": \"rahasia\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/authentication/login","urlObject":{"protocol":"https","path":["api","v1","authentication","login"],"host":["mygram-api-production-09d0","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"7699bfb5-7845-46d2-88d8-fc09c54ef3a4","name":"Login Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"hyrezaalf\",\r\n    \"password\": \"rahasia\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/authentication/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 00:54:50 GMT"},{"key":"content-length","value":"312"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully log in!\",\n    \"data\": {\n        \"token_type\": \"Bearer\",\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2ODE1MjM2OTAsImlhdCI6MTY4MTUyMDA5MCwibmJmIjoxNjgxNTIwMDkwLCJzdWIiOiJkNjM5MWQ5NC0xOWZhLTRjNjEtODdmYS1mNmU0NmNhZTllMjcifQ.C24mO1kCjeGtkVF0NbXPZUaEtMm2KfSQQCIufnZj5JQ\"\n    }\n}"},{"id":"c743875c-42b7-4a37-a44b-0e2ab8298d54","name":"Login Failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"hyrezaalf\",\r\n    \"password\": \"salah\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/authentication/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 00:55:14 GMT"},{"key":"content-length","value":"76"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"status\": \"Bad Request\",\n    \"message\": \"Invalid username or password\"\n}"}],"_postman_id":"f4d05d53-daa3-4a99-85d8-bbe327c42f4a"},{"name":"Get Users","id":"652d7889-fe13-4774-b03b-2fc17d08f243","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/users/list","urlObject":{"protocol":"https","path":["api","v1","users","list"],"host":["mygram-api-production-09d0","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"029fb9e0-640c-4d5c-9643-751ceb630f0f","name":"Get Users Success","originalRequest":{"method":"GET","header":[],"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/users/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 00:57:02 GMT"},{"key":"content-length","value":"275"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully fetch all user data!\",\n    \"data\": [\n        {\n            \"id\": \"d6391d94-19fa-4c61-87fa-f6e46cae9e27\",\n            \"username\": \"hyrezaalf\",\n            \"email\": \"hyrezaalf@gmail.com\",\n            \"age\": 22,\n            \"created_at\": \"2023-04-15T00:52:55.311075Z\",\n            \"updated_at\": \"2023-04-15T00:52:55.311075Z\"\n        }\n    ]\n}"},{"id":"07a0dba6-4f40-4bea-bd73-2a472dca3b80","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/users/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 03:07:08 GMT"},{"key":"content-length","value":"64"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"invalidate token: Token is expired\",\n    \"status\": \"fail\"\n}"}],"_postman_id":"652d7889-fe13-4774-b03b-2fc17d08f243"}],"id":"fcceb1a2-0483-44d4-8686-496da4818221","_postman_id":"fcceb1a2-0483-44d4-8686-496da4818221","description":""},{"name":"Photo","item":[{"name":"Create Photo","id":"0147e30a-bb2d-4e20-89f6-2178ff1067f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Photo Reza 21\",\r\n    \"caption\": \"New Photo23as\",\r\n    \"photo_url\": \"New Photo Url23\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/photos","urlObject":{"protocol":"https","path":["api","v1","photos"],"host":["mygram-api-production-09d0","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"cde929db-ea3d-4d4a-bafc-556209391e3a","name":"Create Photo Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Photo Reza 1\",\r\n    \"caption\": \"New Photo23\",\r\n    \"photo_url\": \"New Photo Url23\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/photos"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 00:58:35 GMT"},{"key":"content-length","value":"64"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"invalidate token: Token is expired\",\n    \"status\": \"fail\"\n}"},{"id":"b3f3aa54-3fd0-4fb9-bddd-4b57dac72d66","name":"Create Photo Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Photo Reza 1\",\r\n    \"caption\": \"New Photo23\",\r\n    \"photo_url\": \"New Photo Url23\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/photos"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 00:59:25 GMT"},{"key":"content-length","value":"347"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully upload photo!\",\n    \"data\": {\n        \"ID\": \"58754883-325c-4a2e-80b8-2d9fa6f51026\",\n        \"title\": \"Photo Reza 1\",\n        \"caption\": \"New Photo23\",\n        \"photo_url\": \"New Photo Url23\",\n        \"UserID\": \"d6391d94-19fa-4c61-87fa-f6e46cae9e27\",\n        \"comments\": null,\n        \"CreatedAt\": \"2023-04-15T00:59:25.21253817Z\",\n        \"UpdatedAt\": \"2023-04-15T00:59:25.21253817Z\"\n    }\n}"},{"id":"8328528e-93cd-4982-92bf-808351018fd6","name":"Failed Required Field","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Photo Reza 21\",\r\n    \"caption\": \"New Photo23as\",\r\n    \"photo_url\": \"New Photo Url23\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/photos"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:02:59 GMT"},{"key":"content-length","value":"195"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"status\": \"Error\",\n    \"message\": \"Upload Photo Failed!\",\n    \"errors\": [\n        \"ERROR: Invalid Title (Key: 'CreatePhotoRequest.Title' Error:Field validation for 'Title' failed on the 'required' tag)!\"\n    ]\n}"}],"_postman_id":"0147e30a-bb2d-4e20-89f6-2178ff1067f0"},{"name":"Get All","id":"fe9984ba-51f4-43a7-8cb7-c58441e86c55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/photos","urlObject":{"protocol":"https","path":["api","v1","photos"],"host":["mygram-api-production-09d0","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"63deabde-29c9-44e8-8212-33c74f369f63","name":"Get All Success","originalRequest":{"method":"GET","header":[],"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/photos"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:00:10 GMT"},{"key":"content-length","value":"352"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully fetch all photos data!\",\n    \"data\": [\n        {\n            \"ID\": \"58754883-325c-4a2e-80b8-2d9fa6f51026\",\n            \"title\": \"Photo Reza 1\",\n            \"caption\": \"New Photo23\",\n            \"photo_url\": \"New Photo Url23\",\n            \"UserID\": \"d6391d94-19fa-4c61-87fa-f6e46cae9e27\",\n            \"comments\": [],\n            \"CreatedAt\": \"2023-04-15T00:59:25.212538Z\",\n            \"UpdatedAt\": \"2023-04-15T00:59:25.212538Z\"\n        }\n    ]\n}"}],"_postman_id":"fe9984ba-51f4-43a7-8cb7-c58441e86c55"},{"name":"Get One","id":"6d348ca3-1932-4d8e-966a-f4d0b11457ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/photos/:id","urlObject":{"protocol":"https","path":["api","v1","photos",":id"],"host":["mygram-api-production-09d0","up","railway","app"],"query":[{"disabled":true,"key":"id","value":"11b11952-dd11-493a-9287-069132862d23"}],"variable":[{"type":"any","value":"9be2d12f-587c-4710-b5ce-e72eef4b2d08","key":"id"}]}},"response":[{"id":"792b3110-9b69-4c62-b11b-f2b94f0e7632","name":"Get One Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://mygram-api-production-09d0.up.railway.app/api/v1/photos/:id","protocol":"https","host":["mygram-api-production-09d0","up","railway","app"],"path":["api","v1","photos",":id"],"query":[{"key":"id","value":"11b11952-dd11-493a-9287-069132862d23","type":"text","disabled":true}],"variable":[{"key":"id","value":"58754883-325c-4a2e-80b8-2d9fa6f51026"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:01:35 GMT"},{"key":"content-length","value":"345"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully fetch photo data!\",\n    \"data\": {\n        \"ID\": \"58754883-325c-4a2e-80b8-2d9fa6f51026\",\n        \"title\": \"Photo Reza 1\",\n        \"caption\": \"New Photo23\",\n        \"photo_url\": \"New Photo Url23\",\n        \"UserID\": \"d6391d94-19fa-4c61-87fa-f6e46cae9e27\",\n        \"comments\": [],\n        \"CreatedAt\": \"2023-04-15T00:59:25.212538Z\",\n        \"UpdatedAt\": \"2023-04-15T00:59:25.212538Z\"\n    }\n}"},{"id":"ff6fea6e-5761-41d8-b216-838061c75640","name":"Get Photo Failed","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://mygram-api-production-09d0.up.railway.app/api/v1/photos/:id","protocol":"https","host":["mygram-api-production-09d0","up","railway","app"],"path":["api","v1","photos",":id"],"query":[{"key":"id","value":"11b11952-dd11-493a-9287-069132862d23","type":"text","disabled":true}],"variable":[{"key":"id","value":"58754883-325c-4a2e-80b8-2d9fa6f510212"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:02:06 GMT"},{"key":"content-length","value":"179"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"status\": \"Bad Request\",\n    \"message\": \"photos not found\",\n    \"errors\": [\n        \"ERROR: invalid input syntax for type uuid: \\\"58754883-325c-4a2e-80b8-2d9fa6f510212\\\" (SQLSTATE 22P02)\"\n    ]\n}"}],"_postman_id":"6d348ca3-1932-4d8e-966a-f4d0b11457ea"},{"name":"Update Photo","id":"36d9327d-133c-47ce-ac92-ac4768b7dd47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"caption\": \"caption kok ilang\",\r\n    \"photo_url\": \"New Photo Url23 updated\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/photos/:id","urlObject":{"protocol":"https","path":["api","v1","photos",":id"],"host":["mygram-api-production-09d0","up","railway","app"],"query":[],"variable":[{"type":"any","value":"58754883-325c-4a2e-80b8-2d9fa6f51026","key":"id"}]}},"response":[{"id":"a519f3b0-40f9-4f7b-9fc0-4fff6e4d558c","name":"Update Photo Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"New Photo23 updated v2\",\r\n    \"caption\": \"caption kok ilang\",\r\n    \"photo_url\": \"New Photo Url23 updated\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://mygram-api-production-09d0.up.railway.app/api/v1/photos/:id","protocol":"https","host":["mygram-api-production-09d0","up","railway","app"],"path":["api","v1","photos",":id"],"variable":[{"key":"id","value":"58754883-325c-4a2e-80b8-2d9fa6f51026"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:04:34 GMT"},{"key":"content-length","value":"369"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully updated photo!\",\n    \"data\": {\n        \"ID\": \"58754883-325c-4a2e-80b8-2d9fa6f51026\",\n        \"title\": \"New Photo23 updated v2\",\n        \"caption\": \"caption kok ilang\",\n        \"photo_url\": \"New Photo Url23 updated\",\n        \"UserID\": \"d6391d94-19fa-4c61-87fa-f6e46cae9e27\",\n        \"comments\": [],\n        \"CreatedAt\": \"2023-04-15T00:59:25.212538Z\",\n        \"UpdatedAt\": \"2023-04-15T01:04:34.492954426Z\"\n    }\n}"},{"id":"b4374105-3b9c-4ec5-bd64-08c0dfbb330a","name":"Update Photo Required Field","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"caption\": \"caption kok ilang\",\r\n    \"photo_url\": \"New Photo Url23 updated\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://mygram-api-production-09d0.up.railway.app/api/v1/photos/:id","protocol":"https","host":["mygram-api-production-09d0","up","railway","app"],"path":["api","v1","photos",":id"],"variable":[{"key":"id","value":"58754883-325c-4a2e-80b8-2d9fa6f51026"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:05:08 GMT"},{"key":"content-length","value":"195"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"status\": \"Error\",\n    \"message\": \"Update Photo Failed!\",\n    \"errors\": [\n        \"ERROR: Invalid Title (Key: 'UpdatePhotoRequest.Title' Error:Field validation for 'Title' failed on the 'required' tag)!\"\n    ]\n}"}],"_postman_id":"36d9327d-133c-47ce-ac92-ac4768b7dd47"},{"name":"Delete Photo","id":"07c7c731-36e8-4e6f-899e-3919a02d8273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/photos/:id","urlObject":{"protocol":"https","path":["api","v1","photos",":id"],"host":["mygram-api-production-09d0","up","railway","app"],"query":[],"variable":[{"type":"any","value":"58754883-325c-4a2e-80b8-2d9fa6f51026","key":"id"}]}},"response":[{"id":"8bb5f94c-655c-4d8d-a1e0-df6c148a12f6","name":"Delete Failed  Access Denied","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://mygram-api-production-09d0.up.railway.app/api/v1/photos/:id","protocol":"https","host":["mygram-api-production-09d0","up","railway","app"],"path":["api","v1","photos",":id"],"variable":[{"key":"id","value":"58754883-325c-4a2e-80b8-2d9fa6f51026"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 14 Apr 2023 23:42:02 GMT"},{"key":"Content-Length","value":"89"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Access Denied: You are not authorized to modify this data !\",\n    \"status\": \"fail\"\n}"},{"id":"e1850667-a3fc-4484-bb40-bd329d252ff2","name":"Delete Success","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://mygram-api-production-09d0.up.railway.app/api/v1/photos/:id","protocol":"https","host":["mygram-api-production-09d0","up","railway","app"],"path":["api","v1","photos",":id"],"variable":[{"key":"id","value":"58754883-325c-4a2e-80b8-2d9fa6f51026"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:07:09 GMT"},{"key":"content-length","value":"66"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully deleted photo!\"\n}"}],"_postman_id":"07c7c731-36e8-4e6f-899e-3919a02d8273"}],"id":"72c8f917-be9c-4ff5-9806-864d6220fecf","_postman_id":"72c8f917-be9c-4ff5-9806-864d6220fecf","description":""},{"name":"Comment","item":[{"name":"Create Comment","id":"27fd9ad6-1c56-40b1-b41f-5e2d4d7725f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"photo_id\": \"9be2d12f-587c-4710-b5ce-e72eef4b2d08\",\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/comments","urlObject":{"protocol":"https","path":["api","v1","comments"],"host":["mygram-api-production-09d0","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"26a1ceb7-1638-4bb9-9835-6737596c0c30","name":"Create Comment Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"photo_id\": \"9be2d12f-587c-4710-b5ce-e72eef4b2d08\",\r\n    \"message\" : \"Mantap bro\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:08:30 GMT"},{"key":"content-length","value":"331"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully created comment!\",\n    \"data\": {\n        \"ID\": \"8b7a676d-02c8-4317-81a3-d0354673404d\",\n        \"UserID\": \"d6391d94-19fa-4c61-87fa-f6e46cae9e27\",\n        \"PhotoID\": \"9be2d12f-587c-4710-b5ce-e72eef4b2d08\",\n        \"message\": \"Mantap bro\",\n        \"CreatedAt\": \"2023-04-15T01:08:30.733654355Z\",\n        \"UpdatedAt\": \"2023-04-15T01:08:30.733654355Z\"\n    }\n}"},{"id":"9bc18419-8c1e-45d5-ba33-436514b46dc8","name":"Create Comment Failed Require Field","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"photo_id\": \"9be2d12f-587c-4710-b5ce-e72eef4b2d08\",\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/comments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:08:50 GMT"},{"key":"content-length","value":"328"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"status\": \"Error\",\n    \"message\": \"Comment Failed!\",\n    \"errors\": [\n        \"ERROR: Invalid PhotoId (Key: 'CreateCommentRequest.PhotoId' Error:Field validation for 'PhotoId' failed on the 'required' tag)!\",\n        \"ERROR: Invalid Message (Key: 'CreateCommentRequest.Message' Error:Field validation for 'Message' failed on the 'required' tag)!\"\n    ]\n}"}],"_postman_id":"27fd9ad6-1c56-40b1-b41f-5e2d4d7725f5"},{"name":"Get All","id":"b3873947-ab86-4a47-ac2d-c2bb4c1b8d8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/comments","urlObject":{"protocol":"https","path":["api","v1","comments"],"host":["mygram-api-production-09d0","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"baefa4dd-126f-456f-bb51-3bcc82554b8c","name":"Get All Success","originalRequest":{"method":"GET","header":[],"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:09:43 GMT"},{"key":"content-length","value":"328"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully fetched comments!\",\n    \"data\": [\n        {\n            \"ID\": \"8b7a676d-02c8-4317-81a3-d0354673404d\",\n            \"UserID\": \"d6391d94-19fa-4c61-87fa-f6e46cae9e27\",\n            \"PhotoID\": \"9be2d12f-587c-4710-b5ce-e72eef4b2d08\",\n            \"message\": \"Mantap bro\",\n            \"CreatedAt\": \"2023-04-15T01:08:30.733654Z\",\n            \"UpdatedAt\": \"2023-04-15T01:08:30.733654Z\"\n        }\n    ]\n}"}],"_postman_id":"b3873947-ab86-4a47-ac2d-c2bb4c1b8d8e"},{"name":"Get One","id":"f96f7a73-fdd6-421e-aff6-b5b68d211ed7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/comments/:id","urlObject":{"protocol":"https","path":["api","v1","comments",":id"],"host":["mygram-api-production-09d0","up","railway","app"],"query":[],"variable":[{"type":"any","value":"8b7a676d-02c8-4317-81a3-d0354673404a","key":"id"}]}},"response":[{"id":"86164a44-cd07-4007-91b1-f5c9991c69cb","name":"Get One Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://mygram-api-production-09d0.up.railway.app/api/v1/comments/:id","protocol":"https","host":["mygram-api-production-09d0","up","railway","app"],"path":["api","v1","comments",":id"],"variable":[{"key":"id","value":"8b7a676d-02c8-4317-81a3-d0354673404d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:10:43 GMT"},{"key":"content-length","value":"325"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully fetched comment!\",\n    \"data\": {\n        \"ID\": \"8b7a676d-02c8-4317-81a3-d0354673404d\",\n        \"UserID\": \"d6391d94-19fa-4c61-87fa-f6e46cae9e27\",\n        \"PhotoID\": \"9be2d12f-587c-4710-b5ce-e72eef4b2d08\",\n        \"message\": \"Mantap bro\",\n        \"CreatedAt\": \"2023-04-15T01:08:30.733654Z\",\n        \"UpdatedAt\": \"2023-04-15T01:08:30.733654Z\"\n    }\n}"},{"id":"0e6a6fdd-4e11-4baa-9473-894a2fe84f43","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://mygram-api-production-09d0.up.railway.app/api/v1/comments/:id","protocol":"https","host":["mygram-api-production-09d0","up","railway","app"],"path":["api","v1","comments",":id"],"variable":[{"key":"id","value":"8b7a676d-02c8-4317-81a3-d0354673404a"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:11:12 GMT"},{"key":"content-length","value":"95"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"status\": \"Not Found\",\n    \"message\": \"Comment not found!\",\n    \"errors\": [\n        \"comment not found\"\n    ]\n}"}],"_postman_id":"f96f7a73-fdd6-421e-aff6-b5b68d211ed7"},{"name":"Update Comment","id":"97f338ce-05fb-447a-bf11-326146737523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message\" : \"Keren cuy lanjutkan :)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/comments/:id","urlObject":{"protocol":"https","path":["api","v1","comments",":id"],"host":["mygram-api-production-09d0","up","railway","app"],"query":[],"variable":[{"type":"any","value":"8b7a676d-02c8-4317-81a3-d0354673404d","key":"id"}]}},"response":[{"id":"29f06b52-7944-4875-8b42-8d822e2f8c4b","name":"Access Denied","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message\" : \"Keren cuy lanjutkan :)\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:8888/api/v1/comments/:id","host":["localhost"],"port":"8888","path":["api","v1","comments",":id"],"variable":[{"key":"id","value":"04cf7936-2644-4d4d-8948-9a37ed66da60"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 14 Apr 2023 23:51:05 GMT"},{"key":"Content-Length","value":"89"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Access Denied: You are not authorized to modify this data !\",\n    \"status\": \"fail\"\n}"},{"id":"b8ca5995-d3d5-4023-beac-c085f63aaf68","name":"Update Comment Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message\" : \"Keren cuy lanjutkan :)\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://mygram-api-production-09d0.up.railway.app/api/v1/comments/:id","protocol":"https","host":["mygram-api-production-09d0","up","railway","app"],"path":["api","v1","comments",":id"],"variable":[{"key":"id","value":"8b7a676d-02c8-4317-81a3-d0354673404d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:12:41 GMT"},{"key":"content-length","value":"340"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully updated comment!\",\n    \"data\": {\n        \"ID\": \"8b7a676d-02c8-4317-81a3-d0354673404d\",\n        \"UserID\": \"d6391d94-19fa-4c61-87fa-f6e46cae9e27\",\n        \"PhotoID\": \"9be2d12f-587c-4710-b5ce-e72eef4b2d08\",\n        \"message\": \"Keren cuy lanjutkan :)\",\n        \"CreatedAt\": \"2023-04-15T01:08:30.733654Z\",\n        \"UpdatedAt\": \"2023-04-15T01:12:41.597429246Z\"\n    }\n}"}],"_postman_id":"97f338ce-05fb-447a-bf11-326146737523"},{"name":"Delete Comment","id":"7eb18667-2b1f-40ac-91eb-3db00b399211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/comments/:id","urlObject":{"protocol":"https","path":["api","v1","comments",":id"],"host":["mygram-api-production-09d0","up","railway","app"],"query":[],"variable":[{"type":"any","value":"8b7a676d-02c8-4317-81a3-d0354673404d","key":"id"}]}},"response":[{"id":"e533e8ad-ed8e-4b21-b823-e54347083417","name":"Access Denied","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:8888/api/v1/comments/:id","host":["localhost"],"port":"8888","path":["api","v1","comments",":id"],"variable":[{"key":"id","value":"04cf7936-2644-4d4d-8948-9a37ed66da60"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 14 Apr 2023 23:51:30 GMT"},{"key":"Content-Length","value":"89"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Access Denied: You are not authorized to modify this data !\",\n    \"status\": \"fail\"\n}"},{"id":"e5273e7b-0367-4ddb-9138-ee38a3a30e4d","name":"Delete Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://mygram-api-production-09d0.up.railway.app/api/v1/comments/:id","protocol":"https","host":["mygram-api-production-09d0","up","railway","app"],"path":["api","v1","comments",":id"],"variable":[{"key":"id","value":"8b7a676d-02c8-4317-81a3-d0354673404d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:13:22 GMT"},{"key":"content-length","value":"68"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully deleted comment!\"\n}"}],"_postman_id":"7eb18667-2b1f-40ac-91eb-3db00b399211"}],"id":"e84a19cb-723c-4a65-b467-df25c946aee8","_postman_id":"e84a19cb-723c-4a65-b467-df25c946aee8","description":""},{"name":"Media","item":[{"name":"Create Media","id":"f6e934fb-dbc1-4935-97a8-b23f5b43c625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"Instagram\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/media","urlObject":{"protocol":"https","path":["api","v1","media"],"host":["mygram-api-production-09d0","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"4160038e-2ff1-408e-88e1-8f06acc2a497","name":"Create Media Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"Instagram\",\r\n    \"social_media_url\" : \"Instagram.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/media"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sat, 15 Apr 2023 01:21:55 GMT"},{"key":"Content-Length","value":"315"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully created media!\",\n    \"data\": {\n        \"ID\": \"b493361e-fabd-4e7a-8e9e-e8990a50a3a4\",\n        \"name\": \"Instagram\",\n        \"social_media_url\": \"Instagram.com\",\n        \"UserID\": \"d6391d94-19fa-4c61-87fa-f6e46cae9e27\",\n        \"CreatedAt\": \"2023-04-15T08:21:55.858331+07:00\",\n        \"UpdatedAt\": \"2023-04-15T08:21:55.858331+07:00\"\n    }\n}"},{"id":"7910e4d7-e901-4cbe-a595-a7f253970c43","name":"Create Media Failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"Instagram\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/media"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:24:14 GMT"},{"key":"content-length","value":"228"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"status\": \"Error\",\n    \"message\": \"Create Media Failed!\",\n    \"errors\": [\n        \"ERROR: Invalid Social_media_url (Key: 'CreateMediaRequest.Social_media_url' Error:Field validation for 'Social_media_url' failed on the 'required' tag)!\"\n    ]\n}"}],"_postman_id":"f6e934fb-dbc1-4935-97a8-b23f5b43c625"},{"name":"Get All","id":"4f5857be-20ab-49bd-bffe-9801a5ce477c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/media","urlObject":{"protocol":"https","path":["api","v1","media"],"host":["mygram-api-production-09d0","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"4ff71b36-9e7e-40eb-84e9-5263ab955e1c","name":"Get All Failed","originalRequest":{"method":"GET","header":[],"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/media"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:14:41 GMT"},{"key":"content-length","value":"51"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"You are not logged in\",\n    \"status\": \"fail\"\n}"},{"id":"6fcaf1e8-5f39-4313-8e39-a1f626c10c7a","name":"Get All Success","originalRequest":{"method":"GET","header":[],"url":"https://mygram-api-production-09d0.up.railway.app/api/v1/media"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:24:52 GMT"},{"key":"content-length","value":"778"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully fetch all media data!\",\n    \"data\": [\n        {\n            \"ID\": \"d94823d1-dfb5-4f99-9a8d-3972f358398c\",\n            \"name\": \"Instagram\",\n            \"social_media_url\": \"Instagram.com\",\n            \"UserID\": \"d6391d94-19fa-4c61-87fa-f6e46cae9e27\",\n            \"CreatedAt\": \"2023-04-15T01:24:45.994296Z\",\n            \"UpdatedAt\": \"2023-04-15T01:24:45.994296Z\"\n        },\n        {\n            \"ID\": \"ed123944-75f7-4097-8e98-6cee08604c43\",\n            \"name\": \"Instagram\",\n            \"social_media_url\": \"Instagram.com\",\n            \"UserID\": \"d6391d94-19fa-4c61-87fa-f6e46cae9e27\",\n            \"CreatedAt\": \"2023-04-15T01:24:47.261494Z\",\n            \"UpdatedAt\": \"2023-04-15T01:24:47.261494Z\"\n        },\n        {\n            \"ID\": \"c9f5fce6-6a27-42f1-8dd6-f0d29ae2cee6\",\n            \"name\": \"Instagram\",\n            \"social_media_url\": \"Instagram.com\",\n            \"UserID\": \"d6391d94-19fa-4c61-87fa-f6e46cae9e27\",\n            \"CreatedAt\": \"2023-04-15T01:24:49.066043Z\",\n            \"UpdatedAt\": \"2023-04-15T01:24:49.066043Z\"\n        }\n    ]\n}"}],"_postman_id":"4f5857be-20ab-49bd-bffe-9801a5ce477c"},{"name":"Get One","id":"c65d6872-bcbe-48d9-acbc-bffaef7defbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8888/api/v1/media/:id","urlObject":{"port":"8888","path":["api","v1","media",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"edcc3b8b-b856-47b6-9197-64cf19107fcf","key":"id"}]}},"response":[{"id":"5b5abf9c-438e-4321-8f3b-787da0d69e88","name":"Get One Failed","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8888/api/v1/media/:id","host":["localhost"],"port":"8888","path":["api","v1","media",":id"],"variable":[{"key":"id","value":"edcc3b8b-b856-47b6-9197-64cf19107fcf"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 14 Apr 2023 22:54:14 GMT"},{"key":"Content-Length","value":"93"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"status\": \"Bad Request\",\n    \"message\": \"media not found\",\n    \"errors\": [\n        \"record not found\"\n    ]\n}"},{"id":"f9815b0d-7178-4f6a-977b-a66a39917c1b","name":"Get One Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://mygram-api-production-09d0.up.railway.app/api/v1/media/:id","protocol":"https","host":["mygram-api-production-09d0","up","railway","app"],"path":["api","v1","media",":id"],"variable":[{"key":"id","value":"d94823d1-dfb5-4f99-9a8d-3972f358398c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:25:59 GMT"},{"key":"content-length","value":"308"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully fetch media data!\",\n    \"data\": {\n        \"ID\": \"d94823d1-dfb5-4f99-9a8d-3972f358398c\",\n        \"name\": \"Instagram\",\n        \"social_media_url\": \"Instagram.com\",\n        \"UserID\": \"d6391d94-19fa-4c61-87fa-f6e46cae9e27\",\n        \"CreatedAt\": \"2023-04-15T01:24:45.994296Z\",\n        \"UpdatedAt\": \"2023-04-15T01:24:45.994296Z\"\n    }\n}"}],"_postman_id":"c65d6872-bcbe-48d9-acbc-bffaef7defbc"},{"name":"Update Media","id":"e800b5e6-0873-4002-b855-38d084554f52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"Instagram updated\",\r\n    \"social_media_url\" : \"Instagram.com\"\r\n}","options":{"raw":{"language":"json"}}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"581bd0c1-dc4d-476b-9e76-b6473c40d408","name":"Update Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"Instagram updated\",\r\n    \"social_media_url\" : \"Instagram.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://mygram-api-production-09d0.up.railway.app/api/v1/media/:id","protocol":"https","host":["mygram-api-production-09d0","up","railway","app"],"path":["api","v1","media",":id"],"variable":[{"key":"id","value":"d94823d1-dfb5-4f99-9a8d-3972f358398c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:26:57 GMT"},{"key":"content-length","value":"316"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully updated media!\",\n    \"data\": {\n        \"ID\": \"d94823d1-dfb5-4f99-9a8d-3972f358398c\",\n        \"name\": \"Instagram updated\",\n        \"social_media_url\": \"Instagram.com\",\n        \"UserID\": \"d6391d94-19fa-4c61-87fa-f6e46cae9e27\",\n        \"CreatedAt\": \"2023-04-15T01:24:45.994296Z\",\n        \"UpdatedAt\": \"2023-04-15T01:26:57.052110462Z\"\n    }\n}"}],"_postman_id":"e800b5e6-0873-4002-b855-38d084554f52"},{"name":"Delete Media","id":"7ad4a665-7cba-417b-aaf7-dd6a1c5dd08a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:8888/api/v1/media/:id","urlObject":{"port":"8888","path":["api","v1","media",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"edcc3b8b-b856-47b6-9197-64cf19107fcf","key":"id"}]}},"response":[{"id":"82d9c66c-3412-4b2e-a68c-0a0e626e0333","name":"Access Denied","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://mygram-api-production-09d0.up.railway.app/api/v1/media/:id","protocol":"https","host":["mygram-api-production-09d0","up","railway","app"],"path":["api","v1","media",":id"],"variable":[{"key":"id","value":"d94823d1-dfb5-4f99-9a8d-3972f358398c"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 14 Apr 2023 23:52:40 GMT"},{"key":"Content-Length","value":"89"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Access Denied: You are not authorized to modify this data !\",\n    \"status\": \"fail\"\n}"},{"id":"17de5b64-256f-4161-9db3-8be152043d92","name":"Delete Media Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://mygram-api-production-09d0.up.railway.app/api/v1/media/:id","protocol":"https","host":["mygram-api-production-09d0","up","railway","app"],"path":["api","v1","media",":id"],"variable":[{"key":"id","value":"d94823d1-dfb5-4f99-9a8d-3972f358398c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Sat, 15 Apr 2023 01:28:00 GMT"},{"key":"content-length","value":"66"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Ok\",\n    \"message\": \"Successfully deleted media!\"\n}"}],"_postman_id":"7ad4a665-7cba-417b-aaf7-dd6a1c5dd08a"}],"id":"3b5955d4-fd18-44da-b397-bf4e986ffdcb","_postman_id":"3b5955d4-fd18-44da-b397-bf4e986ffdcb","description":""}]}