{"info":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"13215606","collectionId":"75fba25c-4f3c-4b0f-a710-12fc83660d16","publishedId":"2sA3BrXqBq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-04-24T09:14:07.000Z"},"item":[{"name":"users","item":[{"name":"Get All Users","id":"b1a00507-0a8a-40f5-8bab-0fbe26ed2552","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/api/v1/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6157a8f0-e8aa-497a-b3a2-e755d696fe0d","name":"No users found","originalRequest":{"method":"GET","header":[],"url":"localhost:3000/api/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"fe171e5a490b271b8028b1859dc05a6e\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"9f42c34f-faa0-4df3-ac4d-8c8d346377ad"},{"key":"x-runtime","value":"0.120248"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=2.97, process_action.action_controller;dur=31.62"},{"key":"Content-Length","value":"26"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No users found\"\n}"},{"id":"17dddf08-cca6-476d-9254-23c7f0d98244","name":"Users found","originalRequest":{"method":"GET","header":[],"url":"localhost:3000/api/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"8d09bec44a2aabb6a7ac6524ec56057e\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"3174677e-1069-480f-8cb0-cc434218c685"},{"key":"x-runtime","value":"0.029992"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=0.72, instantiation.active_record;dur=0.12, process_action.action_controller;dur=15.51"},{"key":"Content-Length","value":"160"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"username\": \"rmdnhgzy\",\n            \"created_at\": \"2024-04-23T18:25:10.465Z\",\n            \"updated_at\": \"2024-04-23T18:25:10.465Z\",\n            \"email\": \"r@gmail.com\"\n        }\n    ],\n    \"message\": \"Users found\"\n}"}],"_postman_id":"b1a00507-0a8a-40f5-8bab-0fbe26ed2552"},{"name":"Get User By username","id":"82cff774-16c4-4d7a-b2a6-3f3a49c864b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/api/v1/users/:username","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","users",":username"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"rmdn","key":"username"}]}},"response":[{"id":"50e76fa8-2c52-4a19-9617-f87eb9b0c1b8","name":"User not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/api/v1/users/:username","host":["localhost"],"port":"3000","path":["api","v1","users",":username"],"variable":[{"key":"username","value":"rmdnhgzy"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"2e0565b1-d05f-44ea-af03-f5c7364e3e2b"},{"key":"x-runtime","value":"0.011108"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=0.29, instantiation.active_record;dur=0.03, process_action.action_controller;dur=2.59"},{"key":"Content-Length","value":"26"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"User not found\"\n}"},{"id":"60e97c6d-b428-41aa-9321-ea5e7fedf1b1","name":"User found","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/api/v1/users/:username","host":["localhost"],"port":"3000","path":["api","v1","users",":username"],"variable":[{"key":"username","value":"rmdnhgzy"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"b187f30f8467d7f07250e4e0d009c288\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"aa420d08-7d87-46b7-93c3-9028582f68e4"},{"key":"x-runtime","value":"0.009933"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=0.34, instantiation.active_record;dur=0.06, process_action.action_controller;dur=2.29"},{"key":"Content-Length","value":"125"}],"cookie":[],"responseTime":null,"body":"{\n    \"username\": \"rmdnhgzy\",\n    \"created_at\": \"2024-04-23T18:25:10.465Z\",\n    \"updated_at\": \"2024-04-23T18:25:10.465Z\",\n    \"email\": \"r@gmail.com\"\n}"}],"_postman_id":"82cff774-16c4-4d7a-b2a6-3f3a49c864b5"},{"name":"Create A User","id":"621a0a14-a01d-45f3-9bd1-3cc68af5fab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"r@gmail.com\",\n    \"username\": \"rmdnhgzy\",\n    \"password\": \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/v1/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"359c2e50-2456-4066-81b8-59bb94306f6c","name":"User created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"r@gmail.com\",\n    \"username\": \"rmdnhgzy\",\n    \"password\": \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/v1/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"location","value":"http://localhost:3000/api/v1/users/1"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"3f15551069aea4c056d415b3f91c703b\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"18358e07-5a4e-4ab5-8048-337a42a8de23"},{"key":"x-runtime","value":"0.335236"},{"key":"server-timing","value":"sql.active_record;dur=20.06, start_processing.action_controller;dur=0.01, unpermitted_parameters.action_controller;dur=0.01, transaction.active_record;dur=19.95, process_action.action_controller;dur=324.06"},{"key":"Content-Length","value":"159"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"username\": \"rmdnhgzy\",\n        \"created_at\": \"2024-04-23T18:25:10.465Z\",\n        \"updated_at\": \"2024-04-23T18:25:10.465Z\",\n        \"email\": \"r@gmail.com\"\n    },\n    \"message\": \"User created\"\n}"}],"_postman_id":"621a0a14-a01d-45f3-9bd1-3cc68af5fab0"},{"name":"Delete A User By Id","id":"12c0844b-0248-4d2e-8cc4-ca0cc717338e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:3000/api/v1/users/:username","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","users",":username"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"rmdnhgzy","key":"username"}]}},"response":[],"_postman_id":"12c0844b-0248-4d2e-8cc4-ca0cc717338e"},{"name":"Update A User By Id","id":"59423692-ec62-4603-bbaf-61f1e690ac71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"rmdn\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/v1/users/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","users",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"59423692-ec62-4603-bbaf-61f1e690ac71"},{"name":"Register A New User","event":[{"listen":"test","script":{"id":"4e0c6106-7953-48ca-b421-5ae1230ef605","exec":["pm.globals.set('jwt', pm.response.headers.get(\"authorization\").split(' ').pop())"],"type":"text/javascript","packages":{}}}],"id":"b36af126-afc0-4d34-8403-2dbf5552f367","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user\": {\n        \"username\": \"rmdnhgzy\",\n        \"email\": \"r@gmail.com\",\n        \"password\": \"1234\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/signup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1736ac44-406a-410b-9fe0-a8279761301d","name":"The User Created With Error Thrown!","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user\": {\n        \"username\": \"seconduser\",\n        \"email\": \"r2@gmail.com\",\n        \"password\": \"1234\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/signup"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"ac7135bc-71b3-44a3-b9af-34c5f4a8fb02"},{"key":"x-runtime","value":"0.579539"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=25.97, transaction.active_record;dur=26.24, process_action.action_controller;dur=390.47"},{"key":"Content-Length","value":"116"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Your application has sessions disabled. To write to the session you must first configure a session store\"\n}"}],"_postman_id":"b36af126-afc0-4d34-8403-2dbf5552f367"},{"name":"Login","event":[{"listen":"prerequest","script":{"id":"aad43f26-0e10-4055-83df-7df776b623e0","exec":["pm.request.removeHeader('authorization')"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"34a55c08-3699-446f-89f2-edfc64bea4c1","exec":["pm.globals.set('jwt', pm.response.headers.get(\"authorization\").split(' ').pop())"],"type":"text/javascript","packages":{}}}],"id":"e40cea31-c5ad-4b9a-90fe-4927563cd566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user\": {\n        \"email\": \"r@gmail.com\",\n        \"password\": \"123456\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e40cea31-c5ad-4b9a-90fe-4927563cd566"},{"name":"Logout","event":[{"listen":"test","script":{"id":"016f1957-93a8-4517-bb54-cd70bf1177c1","exec":["pm.globals.set('jwt', '')"],"type":"text/javascript","packages":{}}}],"id":"cf0e6ec2-8e5c-42ac-9cee-09b0a53824d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:3000/logout","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf0e6ec2-8e5c-42ac-9cee-09b0a53824d2"}],"id":"5246747c-ecab-4bdf-880a-937b16ff8c81","_postman_id":"5246747c-ecab-4bdf-880a-937b16ff8c81","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}}},{"name":"applications","item":[{"name":"Create New Application","id":"4cd39801-33ab-46fc-a668-c97f103d85ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"My First Application\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/v1/applications","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","applications"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"28691dcf-291d-43ea-a199-4a263a890110","name":"Application Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"My First Application\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/v1/applications"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"location","value":"http://localhost:3000/api/v1/applications/1"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"79fd4d1a50206025f3d43ac362291471\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"303008ba-01a3-46e3-81b2-4e4f4b1f0b31"},{"key":"x-runtime","value":"0.135392"},{"key":"server-timing","value":"sql.active_record;dur=18.72, start_processing.action_controller;dur=0.01, instantiation.active_record;dur=0.02, transaction.active_record;dur=17.66, process_action.action_controller;dur=124.33"},{"key":"Content-Length","value":"189"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"My First Application\",\n        \"token\": \"9c901ef0bb\",\n        \"chats_count\": 0,\n        \"created_at\": \"2024-04-23T17:56:11.726Z\",\n        \"updated_at\": \"2024-04-23T17:56:11.726Z\"\n    },\n    \"message\": \"Application created\"\n}"}],"_postman_id":"4cd39801-33ab-46fc-a668-c97f103d85ab"},{"name":"Get All Applications","id":"b15aa3c9-6b5a-4cd6-8da7-73a6291fc733","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/api/v1/applications","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","applications"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d21bbb41-635c-456f-b23b-cd133915cd24","name":"Applications found","originalRequest":{"method":"GET","header":[],"url":"localhost:3000/api/v1/applications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"bef1feefd314b8f9fb32e4b52e8c45c9\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"e749c760-4e9a-4d33-964a-4f41f8a94f5b"},{"key":"x-runtime","value":"0.100953"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=13.47, instantiation.active_record;dur=4.26, process_action.action_controller;dur=23.81"},{"key":"Content-Length","value":"338"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"Edited Application\",\n            \"token\": \"bdfe300a16\",\n            \"chats_count\": 74,\n            \"created_at\": \"2024-04-19T17:37:29.193Z\",\n            \"updated_at\": \"2024-04-22T18:37:04.651Z\"\n        },\n        {\n            \"name\": \"A Second Application\",\n            \"token\": \"a9171f7709\",\n            \"chats_count\": 0,\n            \"created_at\": \"2024-04-19T18:44:42.029Z\",\n            \"updated_at\": \"2024-04-19T18:44:42.029Z\"\n        }\n    ],\n    \"message\": \"Applications found\"\n}"},{"id":"d1d16c1a-dde8-4aaa-9ca6-f0bd457bdd1b","name":"No applications found","originalRequest":{"method":"GET","header":[],"url":"localhost:3000/api/v1/applications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"fc6a446ec3787c00a77f0b23f99e6ce7\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"a8e4c894-b2ad-48a0-8415-ec94f4eba0e0"},{"key":"x-runtime","value":"1.296156"},{"key":"server-timing","value":"sql.active_record;dur=5.83, start_processing.action_controller;dur=0.01, process_action.action_controller;dur=209.22"},{"key":"Content-Length","value":"35"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No applications found\"\n}"}],"_postman_id":"b15aa3c9-6b5a-4cd6-8da7-73a6291fc733"},{"name":"Get Application By Id","id":"a683d07f-83c0-498d-a0a2-a683a2fc3690","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/applications/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["applications",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"af6b0b7d-16bb-46af-b182-6640b849331a","name":"Application not found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Berear eyJzdWIiOiIxMCIsInNjcCI6InVzZXIiLCJhdWQiOm51bGwsImlhdCI6MTcxMzc5NDU0NywiZXhwIjoxNzEzODgwOTQ3LCJqdGkiOiI4ZGFjZGIzOS00MjA5LTQ4ZWQtYjhiYS03MWJhMmNmMGM1OTcifQ","type":"text"}],"url":{"raw":"localhost:3000/api/v1/applications/:id","host":["localhost"],"port":"3000","path":["api","v1","applications",":id"],"variable":[{"key":"id","value":"93e2dc3745"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"ba7e7db9189f5337b9547f8457ddc2bd\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"e36dac4c-55ce-4517-967f-1d5460fa2ee6"},{"key":"x-runtime","value":"0.016986"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=0.31, instantiation.active_record;dur=0.02, process_action.action_controller;dur=3.67"},{"key":"Content-Length","value":"35"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Application not found\"\n}"},{"id":"c6dc8fed-bd32-4de9-ba8f-1fe9f733374c","name":"Application found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Berear eyJzdWIiOiIxMCIsInNjcCI6InVzZXIiLCJhdWQiOm51bGwsImlhdCI6MTcxMzc5NDU0NywiZXhwIjoxNzEzODgwOTQ3LCJqdGkiOiI4ZGFjZGIzOS00MjA5LTQ4ZWQtYjhiYS03MWJhMmNmMGM1OTcifQ","type":"text"}],"url":{"raw":"localhost:3000/api/v1/applications/:id","host":["localhost"],"port":"3000","path":["api","v1","applications",":id"],"variable":[{"key":"id","value":"9c901ef0bb"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"5bdd2f99c734fcaecbebae7c5a4e906b\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"91f09d12-7b4d-48d9-a057-d49bb500e5d1"},{"key":"x-runtime","value":"0.020227"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=0.37, instantiation.active_record;dur=0.06, process_action.action_controller;dur=5.55"},{"key":"Content-Length","value":"187"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"My First Application\",\n        \"token\": \"9c901ef0bb\",\n        \"chats_count\": 0,\n        \"created_at\": \"2024-04-23T17:56:11.726Z\",\n        \"updated_at\": \"2024-04-23T17:56:11.726Z\"\n    },\n    \"message\": \"Application found\"\n}"}],"_postman_id":"a683d07f-83c0-498d-a0a2-a683a2fc3690"},{"name":"Update Application","id":"dd0b7fad-092d-471e-88f8-41c24f8b9ae1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Edited Application\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/v1/applications/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","applications",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"bdfe300a16","key":"id"}]}},"response":[],"_postman_id":"dd0b7fad-092d-471e-88f8-41c24f8b9ae1"},{"name":"Delete An Application By Id","id":"9ed91df3-b1c9-4f12-a71d-7671305e74d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:3000/api/v1/applications/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","applications",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"93e2dc3740","key":"id"}]}},"response":[],"_postman_id":"9ed91df3-b1c9-4f12-a71d-7671305e74d7"}],"id":"69e92794-895c-48b6-88d8-e3dd5fc14f56","_postman_id":"69e92794-895c-48b6-88d8-e3dd5fc14f56","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}}},{"name":"Chats","item":[{"name":"Get All Chats","id":"6a2864a6-9288-44a5-b135-bb9a99aa2164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/api/v1/applications/:token/chats","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","applications",":token","chats"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"37b50beabd","key":"token"}]}},"response":[{"id":"df4b7af9-468b-4ae1-9b27-1e1fced912f1","name":"No chats found","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/api/v1/applications/:token/chats","host":["localhost"],"port":"3000","path":["api","v1","applications",":token","chats"],"variable":[{"key":"token","value":"9c901ef0bb"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"c717f75161317c893218cd86fdfac38e\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"50d88ee3-488b-4f21-b3c6-1e8628d53186"},{"key":"x-runtime","value":"0.016206"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.02, sql.active_record;dur=2.12, instantiation.active_record;dur=0.06, process_action.action_controller;dur=7.26"},{"key":"Content-Length","value":"28"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No chats found\"\n}"},{"id":"0f678592-fcfb-464c-8534-e2472170acb3","name":"Chats found","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/api/v1/applications/:token/chats","host":["localhost"],"port":"3000","path":["api","v1","applications",":token","chats"],"variable":[{"key":"token","value":"9c901ef0bb"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"c43e2a20c6b00b4407aa792e12b0368f\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"44df10d5-547c-41f0-8989-ec138707aad1"},{"key":"x-runtime","value":"0.057001"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=4.09, instantiation.active_record;dur=12.57, process_action.action_controller;dur=33.84"},{"key":"Content-Length","value":"165"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"number\": 1,\n            \"application_id\": 1,\n            \"messages_count\": 0,\n            \"created_at\": \"2024-04-23T18:36:57.088Z\",\n            \"updated_at\": \"2024-04-23T18:36:57.088Z\"\n        }\n    ],\n    \"message\": \"Chats found\"\n}"}],"_postman_id":"6a2864a6-9288-44a5-b135-bb9a99aa2164"},{"name":"Get A Chats By Number","id":"ce9f1d94-6d8b-455d-b2d6-cdeefc3c814c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/api/v1/applications/:token/chats/:number","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","applications",":token","chats",":number"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"37b50beabd","key":"token"},{"type":"any","value":"1","key":"number"}]}},"response":[{"id":"0f26cfe1-4bae-4a6f-958b-1515a08a345a","name":"Chat not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/api/v1/applications/:token/chats/:number","host":["localhost"],"port":"3000","path":["api","v1","applications",":token","chats",":number"],"variable":[{"key":"token","value":"9c901ef0bb"},{"key":"number","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"7dd8f722699cf8989863817b4a54276c\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"64d869d6-2300-4166-94b2-be5c04c80857"},{"key":"x-runtime","value":"0.014634"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=0.84, instantiation.active_record;dur=0.10, process_action.action_controller;dur=4.35"},{"key":"Content-Length","value":"28"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Chat not found\"\n}"},{"id":"26ff134b-36c8-472b-aa04-baa7d5d10cbc","name":"Chat found","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/api/v1/applications/:token/chats/:number","host":["localhost"],"port":"3000","path":["api","v1","applications",":token","chats",":number"],"variable":[{"key":"token","value":"9c901ef0bb"},{"key":"number","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"2373f1a5d8131bb924f8b7a10e8c4851\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"2cdddf45-af9d-439f-b4a6-78410f8517f5"},{"key":"x-runtime","value":"0.028814"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=0.55, instantiation.active_record;dur=0.11, process_action.action_controller;dur=19.53"},{"key":"Content-Length","value":"162"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"number\": 1,\n        \"application_id\": 1,\n        \"messages_count\": 0,\n        \"created_at\": \"2024-04-23T18:36:57.088Z\",\n        \"updated_at\": \"2024-04-23T18:36:57.088Z\"\n    },\n    \"message\": \"Chat found\"\n}"}],"_postman_id":"ce9f1d94-6d8b-455d-b2d6-cdeefc3c814c"},{"name":"Delete A Chats By Number","id":"c8024afb-990a-4557-aee2-d2dd3e773f23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:3000/api/v1/applications/:token/chats/:chat_number","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","applications",":token","chats",":chat_number"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"77505f8f3d","key":"token"},{"type":"any","value":"1","key":"chat_number"}]}},"response":[],"_postman_id":"c8024afb-990a-4557-aee2-d2dd3e773f23"},{"name":"Update A Chats By Number","id":"8827e2f8-1b19-4504-abf9-a7534f4d9d1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/v1/applications/:token/chats/:number","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","applications",":token","chats",":number"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"bdfe300a16","key":"token"},{"type":"any","value":"1","key":"number"}]}},"response":[],"_postman_id":"8827e2f8-1b19-4504-abf9-a7534f4d9d1a"}],"id":"311abe3d-38fa-4a53-9d8c-762782c03a6e","_postman_id":"311abe3d-38fa-4a53-9d8c-762782c03a6e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}}},{"name":"Messages","item":[{"name":"Get All Chat Messages","id":"7df50c31-929d-44cc-ba1d-ad80904a8e88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/api/v1/applications/:application_token/chats/:chat_number/messages?page=1&size=30","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","applications",":application_token","chats",":chat_number","messages"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"30"}],"variable":[{"type":"any","value":"9c901ef0bb","key":"application_token"},{"type":"any","value":"1","key":"chat_number"}]}},"response":[{"id":"bc76143b-f5b0-4820-9996-1484dd4c9fe3","name":"No messages found","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/api/v1/applications/:application_token/chats/:chat_number/messages?page=1&size=30","host":["localhost"],"port":"3000","path":["api","v1","applications",":application_token","chats",":chat_number","messages"],"query":[{"key":"page","value":"1"},{"key":"size","value":"30"}],"variable":[{"key":"application_token","value":"9c901ef0bb"},{"key":"chat_number","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"f9acd198ee2cea0ff02baef5109ac006\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"f7ad2630-958e-43b2-bb2c-12443bf20768"},{"key":"x-runtime","value":"0.085962"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=3.07, instantiation.active_record;dur=0.12, process_action.action_controller;dur=37.85"},{"key":"Content-Length","value":"31"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No messages found\"\n}"},{"id":"8e27cf2b-e151-43ea-9a48-061d22d24cf5","name":"Messages found","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/api/v1/applications/:application_token/chats/:chat_number/messages?page=1&size=30","host":["localhost"],"port":"3000","path":["api","v1","applications",":application_token","chats",":chat_number","messages"],"query":[{"key":"page","value":"1"},{"key":"size","value":"30"}],"variable":[{"key":"application_token","value":"9c901ef0bb"},{"key":"chat_number","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"374dc54c09240cf2fb63b0e0bd1680fe\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"ba72a369-2a91-45ed-8d24-d0b1f761ad72"},{"key":"x-runtime","value":"0.017769"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=1.38, instantiation.active_record;dur=0.22, process_action.action_controller;dur=8.45"},{"key":"Content-Length","value":"175"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"body\": \"Hello, Chat\",\n            \"number\": 1,\n            \"user_id\": 1,\n            \"chat_id\": 1,\n            \"created_at\": \"2024-04-23T18:43:46.420Z\",\n            \"updated_at\": \"2024-04-23T18:43:46.420Z\"\n        }\n    ],\n    \"message\": \"Messages found\"\n}"}],"_postman_id":"7df50c31-929d-44cc-ba1d-ad80904a8e88"},{"name":"Search Chat Messages","id":"5dc6133b-631b-4208-a38f-9a206c811c79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/api/v1/applications/:application_token/chats/:chat_number/messages/search?page=1&size=30&q=hello","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","applications",":application_token","chats",":chat_number","messages","search"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"30"},{"key":"q","value":"hello"}],"variable":[{"type":"any","value":"9c901ef0bb","key":"application_token"},{"type":"any","value":"1","key":"chat_number"}]}},"response":[{"id":"2d752466-998f-427f-b3b3-09dd270d381f","name":"Messages found","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/api/v1/applications/:application_token/chats/:chat_number/messages/search?page=1&size=30&q=hello","host":["localhost"],"port":"3000","path":["api","v1","applications",":application_token","chats",":chat_number","messages","search"],"query":[{"key":"page","value":"1"},{"key":"size","value":"30"},{"key":"q","value":"hello"}],"variable":[{"key":"application_token","value":"9c901ef0bb"},{"key":"chat_number","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"374dc54c09240cf2fb63b0e0bd1680fe\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"2cb45a67-39b5-41da-a4cc-7cb081fc4714"},{"key":"x-runtime","value":"0.144733"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=1.39, instantiation.active_record;dur=9.99, process_action.action_controller;dur=128.83"},{"key":"Content-Length","value":"175"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"body\": \"Hello, Chat\",\n            \"number\": 1,\n            \"user_id\": 1,\n            \"chat_id\": 1,\n            \"created_at\": \"2024-04-23T18:43:46.420Z\",\n            \"updated_at\": \"2024-04-23T18:43:46.420Z\"\n        }\n    ],\n    \"message\": \"Messages found\"\n}"},{"id":"b22d7a3f-a7b3-477f-b95b-55e96466ae5c","name":"Partial Message search with fuzzy finding","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/api/v1/applications/:application_token/chats/:chat_number/messages/search?page=1&size=30&q=wLLo","host":["localhost"],"port":"3000","path":["api","v1","applications",":application_token","chats",":chat_number","messages","search"],"query":[{"key":"page","value":"1"},{"key":"size","value":"30"},{"key":"q","value":"wLLo"}],"variable":[{"key":"application_token","value":"9c901ef0bb"},{"key":"chat_number","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"374dc54c09240cf2fb63b0e0bd1680fe\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"b5403d46-05ef-4fb3-ab38-2b745909990d"},{"key":"x-runtime","value":"0.043248"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=1.53, instantiation.active_record;dur=0.19, process_action.action_controller;dur=22.97"},{"key":"Content-Length","value":"175"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"body\": \"Hello, Chat\",\n            \"number\": 1,\n            \"user_id\": 1,\n            \"chat_id\": 1,\n            \"created_at\": \"2024-04-23T18:43:46.420Z\",\n            \"updated_at\": \"2024-04-23T18:43:46.420Z\"\n        }\n    ],\n    \"message\": \"Messages found\"\n}"}],"_postman_id":"5dc6133b-631b-4208-a38f-9a206c811c79"},{"name":"Get A Chat Message By number","id":"906ae93a-fecb-4b20-98fc-c7a3347c0306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/api/v1/applications/:token/chats/:chat_number/messages/:message_number","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","applications",":token","chats",":chat_number","messages",":message_number"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"9c901ef0bb","key":"token"},{"type":"any","value":"1","key":"chat_number"},{"type":"any","value":"1","key":"message_number"}]}},"response":[{"id":"d4ec066a-0be1-4f2c-8f5a-9fe7f7197107","name":"Message not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/api/v1/applications/:token/chats/:chat_number/messages/:message_number","host":["localhost"],"port":"3000","path":["api","v1","applications",":token","chats",":chat_number","messages",":message_number"],"variable":[{"key":"token","value":"9c901ef0bb"},{"key":"chat_number","value":"1"},{"key":"message_number","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"151a92d4593ff79b53c40124e732d061\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"d956d2b0-668a-4158-95ed-0810fa998aa3"},{"key":"x-runtime","value":"0.016025"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=1.04, instantiation.active_record;dur=0.13, process_action.action_controller;dur=5.71"},{"key":"Content-Length","value":"31"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Message not found\"\n}"},{"id":"3b4e63a5-213a-442d-9a10-67f34fa728b0","name":"Message found","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/api/v1/applications/:token/chats/:chat_number/messages/:message_number","host":["localhost"],"port":"3000","path":["api","v1","applications",":token","chats",":chat_number","messages",":message_number"],"variable":[{"key":"token","value":"9c901ef0bb"},{"key":"chat_number","value":"1"},{"key":"message_number","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"5d3710a0918a120a41a019189dd88a91\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"26eedfe8-0e4d-4b1f-a990-d59bb91887be"},{"key":"x-runtime","value":"0.015829"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=1.26, instantiation.active_record;dur=0.22, process_action.action_controller;dur=6.09"},{"key":"Content-Length","value":"172"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"body\": \"Hello, Chat\",\n        \"number\": 1,\n        \"user_id\": 1,\n        \"chat_id\": 1,\n        \"created_at\": \"2024-04-23T18:43:46.420Z\",\n        \"updated_at\": \"2024-04-23T18:43:46.420Z\"\n    },\n    \"message\": \"Message found\"\n}"}],"_postman_id":"906ae93a-fecb-4b20-98fc-c7a3347c0306"},{"name":"Update A Chat Message Body","id":"7073c0ca-f2a8-4935-87f8-c2cfc6b45373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"body\": \"Not Hello, Redis!\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/v1/applications/:token/chats/:chat_number/messages/:message_number","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","applications",":token","chats",":chat_number","messages",":message_number"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"bdfe300a16","key":"token"},{"type":"any","value":"1","key":"chat_number"},{"type":"any","value":"1","key":"message_number"}]}},"response":[],"_postman_id":"7073c0ca-f2a8-4935-87f8-c2cfc6b45373"},{"name":"Delete A Chat Message","id":"51396724-759d-44a4-87ce-f237435ba5e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:3000/api/v1/applications/:token/chats/:chat_number/messages/:message_number","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}},"urlObject":{"port":"3000","path":["api","v1","applications",":token","chats",":chat_number","messages",":message_number"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"37b50beabd","key":"token"},{"type":"any","value":"1","key":"chat_number"},{"type":"any","value":"1","key":"message_number"}]}},"response":[],"_postman_id":"51396724-759d-44a4-87ce-f237435ba5e6"}],"id":"5932554a-c9a9-49cf-a4f3-80a2de6e1e74","_postman_id":"5932554a-c9a9-49cf-a4f3-80a2de6e1e74","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}}},{"name":"Action Cable","item":[],"id":"b710f2c3-3ac2-46df-bb7b-5b4ecf14bdfe","_postman_id":"b710f2c3-3ac2-46df-bb7b-5b4ecf14bdfe","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":true,"source":{"_postman_id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","id":"75fba25c-4f3c-4b0f-a710-12fc83660d16","name":"Chatapp","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]}},"event":[{"listen":"prerequest","script":{"id":"8b9dcc7b-5ad9-42aa-ae7b-6239f1ca7816","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"e9c97de1-114f-4b2b-9b63-af34cf92c88d","type":"text/javascript","packages":{},"exec":[""]}}]}