{"info":{"_postman_id":"b86711ee-92e5-41f5-88eb-52fa6efc89cc","name":"Minizalo App","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"12371540","collectionId":"b86711ee-92e5-41f5-88eb-52fa6efc89cc","publishedId":"UVCB943H","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-16T13:47:11.000Z"},"item":[{"name":"Sign in","id":"490ec4bb-5ad8-4dbd-b373-a4a9a38b018b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"addaddad45@gmail.com\",\n  \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/signin","urlObject":{"protocol":"http","port":"5000","path":["api","auth","signin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"490ec4bb-5ad8-4dbd-b373-a4a9a38b018b"},{"name":"Sign up","id":"9c91f566-e675-4794-85eb-a7dd9544eed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"userName\": \"kkyler\",\n  \"email\": \"addaddad45@gmail.com\",\n  \"password\": \"123456\",\n  \"createdAt\": \"2021-11-15T10:26:58.743Z\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/signup","urlObject":{"protocol":"http","port":"5000","path":["api","auth","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c91f566-e675-4794-85eb-a7dd9544eed6"},{"name":"Sign out","id":"a70efd4e-33d8-49f8-b9de-00d18c1e63a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/auth/signout","urlObject":{"protocol":"http","port":"5000","path":["api","auth","signout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a70efd4e-33d8-49f8-b9de-00d18c1e63a7"},{"name":"Get user data","id":"968e3de4-187a-4ea1-ab76-f153e8642ab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/auth/user","urlObject":{"protocol":"http","port":"5000","path":["api","auth","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"968e3de4-187a-4ea1-ab76-f153e8642ab7"},{"name":"Get user inboxes","id":"2e0b837c-61ee-44dd-895e-32d7bfbbff4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/inbox/user","urlObject":{"protocol":"http","port":"5000","path":["api","inbox","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e0b837c-61ee-44dd-895e-32d7bfbbff4c"},{"name":"Create inbox","id":"facdf07f-6344-4b3b-931c-7b12b8c066b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"test","type":"text"},{"key":"background","value":"No background","type":"text"},{"key":"type","value":"group","type":"text"},{"key":"memberIds","value":"1703caf4-4172-43d5-9ce5-100517f5d62f","type":"text"},{"key":"memberIds","value":"9661b17e-443d-48f6-bf1c-54291be7ad62","type":"text"},{"key":"ownerId","value":"9661b17e-443d-48f6-bf1c-54291be7ad62","type":"text"},{"key":"file","type":"file","src":"/home/kkyler/Pictures/Images/login.jpg"}]},"url":"http://localhost:5000/api/inbox/create","urlObject":{"protocol":"http","port":"5000","path":["api","inbox","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"facdf07f-6344-4b3b-931c-7b12b8c066b1"},{"name":"Create message","id":"9969add3-15b6-4140-b13b-54081aa20306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"9661b17e-443d-48f6-bf1c-54291be7ad62","type":"text"},{"key":"username","value":"Quang Khai","type":"text"},{"key":"avatar","value":"https://avatars.githubusercontent.com/u/66368949?v=4","type":"text"},{"key":"content","value":"\"\"","type":"text"},{"key":"type","value":"image","type":"text"},{"key":"inboxRefId","value":"48334e6d-af86-4c6c-8d17-65483ea86760","type":"text"},{"key":"file","type":"file","src":"/home/kkyler/Pictures/Images/knight.jpg"}]},"url":"http://localhost:5000/api/message/create","urlObject":{"protocol":"http","port":"5000","path":["api","message","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9969add3-15b6-4140-b13b-54081aa20306"},{"name":"Get user friends","id":"56fc3baf-7487-4475-9432-292c8a60dca4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/friend","urlObject":{"protocol":"http","port":"5000","path":["api","friend"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"56fc3baf-7487-4475-9432-292c8a60dca4"},{"name":"Add friend","id":"64d4d13c-9fee-4596-a2fe-642f5c55dfb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"friendId\": \"1703caf4-4172-43d5-9ce5-100517f5d62f\",\n    \"userRefId\": \"9661b17e-443d-48f6-bf1c-54291be7ad62\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/friend/add","urlObject":{"protocol":"http","port":"5000","path":["api","friend","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"64d4d13c-9fee-4596-a2fe-642f5c55dfb1"},{"name":"Search for friends","id":"9b5d74b2-3c64-41ea-bf61-ec5a24e3b7b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:5000/api/friend/search?keyword=khai","urlObject":{"protocol":"http","port":"5000","path":["api","friend","search"],"host":["localhost"],"query":[{"key":"keyword","value":"khai"}],"variable":[]}},"response":[],"_postman_id":"9b5d74b2-3c64-41ea-bf61-ec5a24e3b7b0"}]}