{"info":{"_postman_id":"29c0257d-2c69-42b5-8fde-faa1c1e9386a","name":"API-SERVER","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"26092599","collectionId":"29c0257d-2c69-42b5-8fde-faa1c1e9386a","publishedId":"2s93RRwYe6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-03-29T06:22:25.000Z"},"item":[{"name":"User","item":[{"name":"sign up","id":"756dccdb-24eb-4916-a9c6-77c7174cf67d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"01011111111\",\n    \"name\": \"정지원11\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/user/signup","urlObject":{"path":["user","signup"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ef10f151-4a45-4176-a26c-df90432a97df","name":"201 - Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"01051849798\",\n    \"name\": \"정지원\"\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/user/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"183"},{"key":"ETag","value":"W/\"b7-Ht9ytYghMhoFZbI0iNFYo8vcNW0\""},{"key":"Date","value":"Mon, 20 Mar 2023 10:56:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"data\": {\n        \"created\": true,\n        \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE2NzkzMDk3NzEsImV4cCI6MTcxMDg2NzM3MX0.PsM-AI5gVRPDGTccDvB6zHVkeJ9_vH5BwQ3ifvNHkWw\"\n    }\n}"},{"id":"a0a8f7f0-26e1-4cf0-84e8-f0dd6366ccbe","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"01051849798\",\n    \"name\": \"정지원\"\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/user/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"ETag","value":"W/\"5a-D3pmEcfc/He7vgI/b+1bpsOvDW4\""},{"key":"Date","value":"Mon, 20 Mar 2023 11:19:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": [\n        \"phone_number must be a phone number\"\n    ],\n    \"error\": \"Bad Request\"\n}"}],"_postman_id":"756dccdb-24eb-4916-a9c6-77c7174cf67d"},{"name":"login","id":"65cc81a7-1999-4d4a-8c2e-8cf90f688c63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"01051849798\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/user/login","urlObject":{"path":["user","login"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"488d021a-46ba-4f04-9061-84cb04dae4fa","name":"200 - OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"01051849798\"\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"193"},{"key":"ETag","value":"W/\"c1-Q8w03qe9NGHPXeFghuIx7qAybUs\""},{"key":"Date","value":"Mon, 20 Mar 2023 10:57:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"created\": false,\n        \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiaWF0IjoxNjc5MzA5ODQxLCJleHAiOjE3MTA4Njc0NDF9.2wQVpEqWw5HViLJL3YPi2dMQtgK0iswvpbJ3QEJSI00\"\n    }\n}"},{"id":"38c560a5-1241-4e23-a884-3667c4cf33ec","name":"404 - Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"01051849798\"\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/user/login"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"117"},{"key":"ETag","value":"W/\"75-beQJZWoCa4zVBO4KiKSxTh+qqA4\""},{"key":"Date","value":"Mon, 20 Mar 2023 11:07:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"message\": [\n        \"Could not find any entity of type \\\"User\\\" matching: [object Object]\"\n    ],\n    \"error\": \"NOT_FOUND\"\n}"}],"_postman_id":"65cc81a7-1999-4d4a-8c2e-8cf90f688c63"},{"name":"get user info","id":"532bb1ff-f6d3-4dbb-860d-44dfe3906451","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/user/info","urlObject":{"path":["user","info"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"eda824a8-e346-4a70-9251-0dcfebfda4da","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":"{{localhost}}/user/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"118"},{"key":"ETag","value":"W/\"76-KdG37MKUWNW+Rm6/AfH53jlBdvI\""},{"key":"Date","value":"Mon, 20 Mar 2023 10:58:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"정지원\",\n        \"phone_number\": \"01051849798\",\n        \"created_at\": \"2023-03-20T10:56:11.012Z\"\n    }\n}"},{"id":"7aad5970-a0ce-4378-818b-e665ff10dd01","name":"401 - Unauthorized","originalRequest":{"method":"GET","header":[],"url":"{{localhost}}/user/info"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"ETag","value":"W/\"53-xdT5CqRpi/135mkaYNGZ2YavjCM\""},{"key":"Date","value":"Mon, 20 Mar 2023 10:59:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 401,\n    \"message\": [\n        \"No 'Authorization' Header Found\"\n    ],\n    \"error\": \"UNAUTHORIZED\"\n}"}],"_postman_id":"532bb1ff-f6d3-4dbb-860d-44dfe3906451"},{"name":"Device Token Registration","id":"bd6c9445-01b0-42f1-ac92-56185001839c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"deviceToken\": \"dKt9TB9ATuuAQ-sPQjKh4N:APA91bEGV7YXX0u2QOP5YqlOPTR4l3xu9WwPO-wescdCtU44My83Aw6uFYEcNGKL16zrF7qTAt35_ZwzErEmlSJ1jR39HZ53ZJYsfaX6G_9e3VPTJh54rjVqHcQ2Q-qd7sm7Ib14Gp77\",\n    \"deviceType\": \"GCM\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/user/device","urlObject":{"path":["user","device"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd6c9445-01b0-42f1-ac92-56185001839c"}],"id":"1e7c73a4-51eb-47c1-8b83-a02136d5e900","_postman_id":"1e7c73a4-51eb-47c1-8b83-a02136d5e900","description":""},{"name":"Protector","item":[{"name":"get request protector","id":"d748821b-c240-41a2-bcc7-6fd31e577d42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/user/protector/request","urlObject":{"path":["user","protector","request"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0a24ad4f-c4b5-4d05-b2b9-7d3a42707ad1","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":"{{localhost}}/user/protector/request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"285"},{"key":"ETag","value":"W/\"11d-IgkSKNVclDOJ/Gkd3LPbYxyODdg\""},{"key":"Date","value":"Tue, 21 Mar 2023 08:19:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": 17,\n            \"accept\": false,\n            \"request_date\": \"2023-03-20T22:19:52.068Z\",\n            \"ward\": {\n                \"id\": 1,\n                \"name\": \"정지원\",\n                \"phone_number\": \"01051849798\"\n            }\n        },\n        {\n            \"id\": 18,\n            \"accept\": false,\n            \"request_date\": \"2023-03-20T22:20:10.800Z\",\n            \"ward\": {\n                \"id\": 1,\n                \"name\": \"정지원\",\n                \"phone_number\": \"01051849798\"\n            }\n        }\n    ]\n}"}],"_postman_id":"d748821b-c240-41a2-bcc7-6fd31e577d42"},{"name":"request protector","id":"a6d8fb85-89f0-4d07-acfa-4807d2932bdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone_number\" : \"01071834720\"\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/user/protector","urlObject":{"path":["user","protector"],"host":["{{localhost}}"],"query":[],"variable":[]}},"response":[{"id":"e67e86d6-79d1-44a2-937a-edcb9f1506e3","name":"200 - OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone_number\" : \"01051849798\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/user/protector"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"113"},{"key":"ETag","value":"W/\"71-UdGfbgxwKuaTpGDjMSHu8cqdAkw\""},{"key":"Date","value":"Sun, 21 May 2023 15:01:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"user\": {\n            \"name\": \"정지원\",\n            \"id\": 1\n        },\n        \"protector\": {\n            \"name\": \"정지원\",\n            \"id\": 1\n        },\n        \"accept\": false\n    }\n}"}],"_postman_id":"a6d8fb85-89f0-4d07-acfa-4807d2932bdd"},{"name":"accept request","id":"8064aa77-19dc-4a8e-856e-871fcf89de1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"wardId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/user/protector/allow","urlObject":{"path":["user","protector","allow"],"host":["{{localhost}}"],"query":[],"variable":[]}},"response":[{"id":"72e049d8-f6b4-458a-925e-d9d38704ab3d","name":"202 - Accepted","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"wardId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/user/protector/allow"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"221"},{"key":"ETag","value":"W/\"dd-Gll/jLLIHYbRY8E7Im+9Xmy4qDA\""},{"key":"Date","value":"Tue, 21 Mar 2023 10:36:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 202,\n    \"data\": {\n        \"id\": 17,\n        \"accept\": true,\n        \"request_date\": \"2023-03-20T22:19:52.068Z\",\n        \"ward\": {\n            \"id\": 1,\n            \"name\": \"정지원\",\n            \"phone_number\": \"01051849798\"\n        },\n        \"protector\": {\n            \"id\": 2,\n            \"name\": \"정지원2\",\n            \"phone_number\": \"01011111111\"\n        }\n    }\n}"}],"_postman_id":"8064aa77-19dc-4a8e-856e-871fcf89de1d"},{"name":"get protector","id":"9999e708-5a02-44d8-ad2e-97a1c3ff211f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/user/protector","urlObject":{"path":["user","protector"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"86d62629-9f24-43bf-9190-7b65005a028d","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":"{{localhost}}/user/protector"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"151"},{"key":"ETag","value":"W/\"97-nDFPbJJyfFZTRT4lV2+xImpOeHE\""},{"key":"Date","value":"Tue, 21 Mar 2023 11:31:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"accept\": true,\n            \"request_date\": \"2023-03-20T22:19:52.068Z\",\n            \"protector\": {\n                \"id\": 2,\n                \"name\": \"정지원2\",\n                \"phone_number\": \"01011111111\"\n            }\n        }\n    ]\n}"}],"_postman_id":"9999e708-5a02-44d8-ad2e-97a1c3ff211f"}],"id":"090e69e6-6144-4775-bac7-70bd21df7456","_postman_id":"090e69e6-6144-4775-bac7-70bd21df7456","description":""},{"name":"Auth","item":[{"name":"push SMS","id":"084085db-301c-4856-9c1c-93f52a5d06fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"01051849798\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/auth/SMS","urlObject":{"path":["auth","SMS"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"317c57d1-475c-4cce-a0d9-f874a2730d29","name":"200 - OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"01051849798\"\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/auth/SMS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"231"},{"key":"ETag","value":"W/\"e7-zeoqJlMMit2WRMqh3fkZHzIQwlA\""},{"key":"Date","value":"Mon, 20 Mar 2023 11:21:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"createdVerify\": {\n            \"identifiers\": [\n                {\n                    \"id\": 1\n                }\n            ],\n            \"generatedMaps\": [\n                {\n                    \"id\": 1,\n                    \"created_at\": \"2023-03-20T11:21:12.497Z\"\n                }\n            ],\n            \"raw\": {\n                \"fieldCount\": 0,\n                \"affectedRows\": 1,\n                \"insertId\": 1,\n                \"info\": \"\",\n                \"serverStatus\": 2,\n                \"warningStatus\": 0\n            }\n        }\n    }\n}"}],"_postman_id":"084085db-301c-4856-9c1c-93f52a5d06fc"},{"name":"verify Code","id":"97e8b4e7-ec60-4423-a176-58dd60b1d945","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"01051849798\",\n    \"code\": \"176130\"\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/auth/code","urlObject":{"path":["auth","code"],"host":["{{localhost}}"],"query":[],"variable":[]}},"response":[{"id":"5afc325d-d82b-4b1e-b370-528874854722","name":"404 - Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"01051849798\",\n    \"code\": \"222\"\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/auth/code"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"119"},{"key":"ETag","value":"W/\"77-eHhdkBpkOpEkXlWk1cuL1C4XRYQ\""},{"key":"Date","value":"Mon, 20 Mar 2023 11:23:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"message\": [\n        \"Could not find any entity of type \\\"Verify\\\" matching: [object Object]\"\n    ],\n    \"error\": \"NOT_FOUND\"\n}"},{"id":"f816c866-b51a-4ddc-91de-b74c4c89861c","name":"202 - Accepted","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"01051849798\",\n    \"code\": \"176130\"\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/auth/code"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"115"},{"key":"ETag","value":"W/\"73-56aLIodJuP7qc7nM8RXzOVhVOdk\""},{"key":"Date","value":"Mon, 20 Mar 2023 11:24:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 202,\n    \"data\": {\n        \"id\": 2,\n        \"code\": \"176130\",\n        \"phone_number\": \"01051849798\",\n        \"created_at\": \"2023-03-20T11:24:43.182Z\"\n    }\n}"}],"_postman_id":"97e8b4e7-ec60-4423-a176-58dd60b1d945"}],"id":"392b31c1-df8a-459d-bbd3-5a0a2d76bd78","_postman_id":"392b31c1-df8a-459d-bbd3-5a0a2d76bd78","description":""},{"name":"Report","item":[{"name":"Create Report","id":"a753c951-8c68-4623-9eb5-740559982a90","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/jeongjiwon/Library/Mobile Documents/com~apple~CloudDocs/study/졸업프로젝트/중간평가 예제 음성/sexual_18300_label.wav"}]},"url":"{{host}}/report","urlObject":{"path":["report"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"67177722-091b-4283-a53b-2746c383cd00","name":"201 - Created (Single Audio)","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/jeongjiwon/Library/Mobile Documents/com~apple~CloudDocs/study/졸업프로젝트/중간평가 예제 음성/1.강제추행(성범죄)_18300_label.wav"}]},"url":"{{host}}/report"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2613"},{"key":"ETag","value":"W/\"a35-u+0L+TyqQrGAPcLY3k1W9/vob9w\""},{"key":"Date","value":"Tue, 30 May 2023 17:50:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"data\": {\n        \"id\": 81,\n        \"protector_interruption\": false,\n        \"reporter_interruption\": false,\n        \"original_sound_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685469027445-1.%E1%84%80%E1%85%A1%E1%86%BC%E1%84%8C%E1%85%A6%E1%84%8E%E1%85%AE%E1%84%92%E1%85%A2%E1%86%BC%28%E1%84%89%E1%85%A5%E1%86%BC%E1%84%87%E1%85%A5%E1%86%B7%E1%84%8C%E1%85%AC%29_18300_label.wav\",\n        \"end_at\": null,\n        \"created_at\": \"2023-05-30T17:50:27.942Z\",\n        \"voices\": [\n            {\n                \"id\": 57,\n                \"voice_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685469028126-0_1.%E1%84%80%E1%85%A1%E1%86%BC%E1%84%8C%E1%85%A6%E1%84%8E%E1%85%AE%E1%84%92%E1%85%A2%E1%86%BC%28%E1%84%89%E1%85%A5%E1%86%BC%E1%84%87%E1%85%A5%E1%86%B7%E1%84%8C%E1%85%AC%29_18300_label.wav\",\n                \"note\": \"네 번 맡기지 마!\",\n                \"prediction\": {\n                    \"id\": 56,\n                    \"combined_label\": \"robbery\",\n                    \"combined_feature\": [\n                        \"0.12223687767982483\",\n                        \"0.07699485868215561\",\n                        \"0.29197463393211365\",\n                        \"0.2588852643966675\",\n                        \"0.09512130171060562\",\n                        \"0.154787078499794\"\n                    ],\n                    \"audio_label\": \"sexual\",\n                    \"audio_feature\": [\n                        \"-2.9123079776763916\",\n                        \"-6.850467681884766\",\n                        \"-4.872117519378662\",\n                        \"6.839287757873535\",\n                        \"-4.470519542694092\",\n                        \"-1.2940222024917603\"\n                    ],\n                    \"text_label\": \"robbery\",\n                    \"text_feature\": [\n                        \"-0.6773043274879456\",\n                        \"-1.335929036140442\",\n                        \"4.246368885040283\",\n                        \"-0.9267313480377197\",\n                        \"-1.2619425058364868\",\n                        \"-0.18647707998752594\"\n                    ]\n                }\n            },\n            {\n                \"id\": 58,\n                \"voice_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685469036340-1_1.%E1%84%80%E1%85%A1%E1%86%BC%E1%84%8C%E1%85%A6%E1%84%8E%E1%85%AE%E1%84%92%E1%85%A2%E1%86%BC%28%E1%84%89%E1%85%A5%E1%86%BC%E1%84%87%E1%85%A5%E1%86%B7%E1%84%8C%E1%85%AC%29_18300_label.wav\",\n                \"note\": \"맡기지 마\",\n                \"prediction\": {\n                    \"id\": 57,\n                    \"combined_label\": \"sexual\",\n                    \"combined_feature\": [\n                        \"0.04424179345369339\",\n                        \"0.14592981338500977\",\n                        \"0.21425218880176544\",\n                        \"0.2750082015991211\",\n                        \"0.12314482033252716\",\n                        \"0.19742316007614136\"\n                    ],\n                    \"audio_label\": \"sexual\",\n                    \"audio_feature\": [\n                        \"-4.14484167098999\",\n                        \"0.9601312875747681\",\n                        \"-2.0305275917053223\",\n                        \"1.396374225616455\",\n                        \"-1.0664769411087036\",\n                        \"-1.2246055603027344\"\n                    ],\n                    \"text_label\": \"robbery\",\n                    \"text_feature\": [\n                        \"-2.369447946548462\",\n                        \"-1.5291779041290283\",\n                        \"2.3637681007385254\",\n                        \"0.6951186060905457\",\n                        \"-0.6319511532783508\",\n                        \"1.402480959892273\"\n                    ]\n                }\n            }\n        ],\n        \"user\": {\n            \"id\": 1,\n            \"name\": \"정지원\",\n            \"phone_number\": \"01051849798\",\n            \"created_at\": \"2023-05-10T03:11:46.550Z\",\n            \"protectors\": [\n                {\n                    \"id\": 3,\n                    \"accept\": false,\n                    \"request_date\": \"2023-05-21T15:01:26.464Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"accept\": false,\n                    \"request_date\": \"2023-05-21T15:00:43.343Z\"\n                },\n                {\n                    \"id\": 1,\n                    \"accept\": true,\n                    \"request_date\": \"2023-05-10T03:12:20.125Z\"\n                }\n            ]\n        },\n        \"categories\": {\n            \"categoryList\": [\n                \"robbery\",\n                \"sexual\"\n            ],\n            \"allIsRegular\": false,\n            \"countedCategories\": {\n                \"robbery\": 1,\n                \"sexual\": 1\n            },\n            \"mostCategory\": \"sexual\"\n        }\n    }\n}"}],"_postman_id":"a753c951-8c68-4623-9eb5-740559982a90"},{"name":"Create Report - Multi Voice","id":"a8ea7c5d-f558-4b14-9392-b8faa1f3f028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"audio","type":"file","src":"/Users/jeongjiwon/Library/Mobile Documents/com~apple~CloudDocs/study/졸업프로젝트/중간평가 예제 음성/1.강제추행(성범죄)_18176_label.wav"},{"key":"audio","type":"file","src":"/Users/jeongjiwon/Library/Mobile Documents/com~apple~CloudDocs/study/졸업프로젝트/중간평가 예제 음성/1.강제추행(성범죄)_18300_label.wav"}]},"url":"{{host}}/report/multiVoice","urlObject":{"path":["report","multiVoice"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6677092e-b1b7-4a37-90f2-88861a688cea","name":"201 - Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"audio","type":"file","src":"/Users/jeongjiwon/Library/Mobile Documents/com~apple~CloudDocs/study/졸업프로젝트/중간평가 예제 음성/1.강제추행(성범죄)_18176_label.wav"},{"key":"audio","type":"file","src":"/Users/jeongjiwon/Library/Mobile Documents/com~apple~CloudDocs/study/졸업프로젝트/중간평가 예제 음성/1.강제추행(성범죄)_18300_label.wav"}]},"url":"{{host}}/report/multiVoice"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1964"},{"key":"ETag","value":"W/\"7ac-Tl4RTIddL90D8PrFO4QSqblCBdI\""},{"key":"Date","value":"Tue, 30 May 2023 12:53:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"data\": {\n        \"id\": 75,\n        \"protector_interruption\": false,\n        \"reporter_interruption\": false,\n        \"category\": \"robbery\",\n        \"end_at\": null,\n        \"created_at\": \"2023-05-30T12:53:38.845Z\",\n        \"voices\": [\n            {\n                \"id\": 35,\n                \"voice_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685451218848-1.%E1%84%80%E1%85%A1%E1%86%BC%E1%84%8C%E1%85%A6%E1%84%8E%E1%85%AE%E1%84%92%E1%85%A2%E1%86%BC%28%E1%84%89%E1%85%A5%E1%86%BC%E1%84%87%E1%85%A5%E1%86%B7%E1%84%8C%E1%85%AC%29_18176_label.wav\",\n                \"note\": \"내 몸 만지지마\",\n                \"prediction\": {\n                    \"id\": 34,\n                    \"combined_label\": \"sexual\",\n                    \"combined_probabilities\": [],\n                    \"audio_label\": \"sexual\",\n                    \"audio_feature\": [\n                        \"-5.3180766105651855\",\n                        \"-6.634802341461182\",\n                        \"-6.181406021118164\",\n                        \"11.78082275390625\",\n                        \"-3.3700337409973145\",\n                        \"-3.982781410217285\"\n                    ],\n                    \"text_label\": \"sexual\",\n                    \"text_feature\": [\n                        \"-0.9664152264595032\",\n                        \"-0.49766072630882263\",\n                        \"-1.025199294090271\",\n                        \"4.1911115646362305\",\n                        \"-1.141197919845581\",\n                        \"-0.7920357584953308\"\n                    ]\n                }\n            },\n            {\n                \"id\": 36,\n                \"voice_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685451228577-1.%E1%84%80%E1%85%A1%E1%86%BC%E1%84%8C%E1%85%A6%E1%84%8E%E1%85%AE%E1%84%92%E1%85%A2%E1%86%BC%28%E1%84%89%E1%85%A5%E1%86%BC%E1%84%87%E1%85%A5%E1%86%B7%E1%84%8C%E1%85%AC%29_18300_label.wav\",\n                \"note\": \"네 번 맡기지 마!\",\n                \"prediction\": {\n                    \"id\": 35,\n                    \"combined_label\": \"robbery\",\n                    \"combined_probabilities\": [],\n                    \"audio_label\": \"sexual\",\n                    \"audio_feature\": [\n                        \"-3.2493324279785156\",\n                        \"-4.893802165985107\",\n                        \"-3.509915351867676\",\n                        \"5.2933149337768555\",\n                        \"2.339237689971924\",\n                        \"-5.8270344734191895\"\n                    ],\n                    \"text_label\": \"robbery\",\n                    \"text_feature\": [\n                        \"-0.6773043274879456\",\n                        \"-1.335929036140442\",\n                        \"4.246368885040283\",\n                        \"-0.9267313480377197\",\n                        \"-1.2619425058364868\",\n                        \"-0.18647707998752594\"\n                    ]\n                }\n            }\n        ],\n        \"user\": {\n            \"id\": 1,\n            \"name\": \"정지원\",\n            \"phone_number\": \"01051849798\",\n            \"created_at\": \"2023-05-10T03:11:46.550Z\",\n            \"protectors\": [\n                {\n                    \"id\": 3,\n                    \"accept\": false,\n                    \"request_date\": \"2023-05-21T15:01:26.464Z\"\n                },\n                {\n                    \"id\": 2,\n                    \"accept\": false,\n                    \"request_date\": \"2023-05-21T15:00:43.343Z\"\n                },\n                {\n                    \"id\": 1,\n                    \"accept\": true,\n                    \"request_date\": \"2023-05-10T03:12:20.125Z\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"a8ea7c5d-f558-4b14-9392-b8faa1f3f028"},{"name":"Update Report","id":"574d6cfb-2a3d-4b4d-8bc2-804034bcfe94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/jeongjiwon/Downloads/위급상황 음성_음향/Validation/[원천]1.강제추행(성범죄)_1/1.강제추행(성범죄)_18255_label.wav"}]},"url":"{{localhost}}/report?id=2","urlObject":{"path":["report"],"host":["{{localhost}}"],"query":[{"key":"id","value":"2"}],"variable":[]}},"response":[{"id":"7c9eb22b-4fb0-47af-97d6-1aee90327c08","name":"Update Report","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/jeongjiwon/Downloads/위급상황 음성_음향/Validation/[원천]1.강제추행(성범죄)_1/1.강제추행(성범죄)_18255_label.wav"}]},"url":{"raw":"{{localhost}}/report?id=2","host":["{{localhost}}"],"path":["report"],"query":[{"key":"id","value":"2"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5101"},{"key":"ETag","value":"W/\"13ed-ARtXQFs8Uygdk16K99kIdt7eaEk\""},{"key":"Date","value":"Thu, 30 Mar 2023 06:34:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 202,\n    \"data\": {\n        \"id\": 2,\n        \"interruption\": false,\n        \"category\": \"sexual\",\n        \"end_at\": null,\n        \"created_at\": \"2023-03-29T21:11:50.648Z\",\n        \"voices\": [\n            {\n                \"id\": 1,\n                \"voice_url\": \"https://emerdy-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1680156710671-1.%E1%84%80%E1%85%A1%E1%86%BC%E1%84%8C%E1%85%A6%E1%84%8E%E1%85%AE%E1%84%92%E1%85%A2%E1%86%BC%28%E1%84%89%E1%85%A5%E1%86%BC%E1%84%87%E1%85%A5%E1%86%B7%E1%84%8C%E1%85%AC%29_18030_label.wav\",\n                \"note\": \"내 몸먼지지막\",\n                \"prediction\": {\n                    \"id\": 1,\n                    \"combined_label\": \"theft\",\n                    \"audio_label\": \"theft\",\n                    \"audio_probabilities\": [\n                        \"-12.166053771972656\",\n                        \"3.851985216140747\",\n                        \"-16.28723907470703\",\n                        \"-11.359956741333008\",\n                        \"7.429478168487549\",\n                        \"5.241720676422119\"\n                    ],\n                    \"text_label\": \"sexual\",\n                    \"text_probabilities\": [\n                        \"-2.4501078128814697\",\n                        \"-1.1076037883758545\",\n                        \"-1.0573419332504272\",\n                        \"2.154981851577759\",\n                        \"-0.1762162297964096\",\n                        \"1.7783448696136475\"\n                    ]\n                }\n            },\n            {\n                \"id\": 2,\n                \"voice_url\": \"https://emerdy-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1680157528195-1.%E1%84%80%E1%85%A1%E1%86%BC%E1%84%8C%E1%85%A6%E1%84%8E%E1%85%AE%E1%84%92%E1%85%A2%E1%86%BC%28%E1%84%89%E1%85%A5%E1%86%BC%E1%84%87%E1%85%A5%E1%86%B7%E1%84%8C%E1%85%AC%29_18036_label.wav\",\n                \"note\": \"네 번 만지지마\",\n                \"prediction\": {\n                    \"id\": 2,\n                    \"combined_label\": \"sexual\",\n                    \"audio_label\": \"help\",\n                    \"audio_probabilities\": [\n                        \"-9.653773307800293\",\n                        \"7.98805570602417\",\n                        \"-9.854787826538086\",\n                        \"-19.911800384521484\",\n                        \"2.8431124687194824\",\n                        \"6.255218029022217\"\n                    ],\n                    \"text_label\": \"sexual\",\n                    \"text_probabilities\": [\n                        \"-1.5064605474472046\",\n                        \"-0.8816246390342712\",\n                        \"-1.321268916130066\",\n                        \"4.011280536651611\",\n                        \"-1.503600835800171\",\n                        \"0.6611629724502563\"\n                    ]\n                }\n            },\n            {\n                \"id\": 3,\n                \"voice_url\": \"https://emerdy-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1680157665122-1.%E1%84%80%E1%85%A1%E1%86%BC%E1%84%8C%E1%85%A6%E1%84%8E%E1%85%AE%E1%84%92%E1%85%A2%E1%86%BC%28%E1%84%89%E1%85%A5%E1%86%BC%E1%84%87%E1%85%A5%E1%86%B7%E1%84%8C%E1%85%AC%29_18053_label.wav\",\n                \"note\": \"매번 만지지마\",\n                \"prediction\": {\n                    \"id\": 3,\n                    \"combined_label\": \"sexual\",\n                    \"audio_label\": \"help\",\n                    \"audio_probabilities\": [\n                        \"-3.4246177673339844\",\n                        \"6.534335136413574\",\n                        \"-14.927680969238281\",\n                        \"-13.915400505065918\",\n                        \"0.2250729203224182\",\n                        \"4.717282772064209\"\n                    ],\n                    \"text_label\": \"sexual\",\n                    \"text_probabilities\": [\n                        \"-1.2322639226913452\",\n                        \"-0.8863468766212463\",\n                        \"-1.4051258563995361\",\n                        \"4.186509609222412\",\n                        \"-0.9716842770576477\",\n                        \"-0.27506422996520996\"\n                    ]\n                }\n            },\n            {\n                \"id\": 4,\n                \"voice_url\": \"https://emerdy-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1680157795253-1.%E1%84%80%E1%85%A1%E1%86%BC%E1%84%8C%E1%85%A6%E1%84%8E%E1%85%AE%E1%84%92%E1%85%A2%E1%86%BC%28%E1%84%89%E1%85%A5%E1%86%BC%E1%84%87%E1%85%A5%E1%86%B7%E1%84%8C%E1%85%AC%29_18255_label.wav\",\n                \"note\": \"네 번 만지지마\",\n                \"prediction\": {\n                    \"id\": 4,\n                    \"combined_label\": \"sexual\",\n                    \"audio_label\": \"violence\",\n                    \"audio_probabilities\": [\n                        \"1.9324719905853271\",\n                        \"2.1792192459106445\",\n                        \"-11.330538749694824\",\n                        \"-17.924991607666016\",\n                        \"-0.46039748191833496\",\n                        \"6.654514789581299\"\n                    ],\n                    \"text_label\": \"sexual\",\n                    \"text_probabilities\": [\n                        \"-1.5064605474472046\",\n                        \"-0.8816246390342712\",\n                        \"-1.321268916130066\",\n                        \"4.011280536651611\",\n                        \"-1.503600835800171\",\n                        \"0.6611629724502563\"\n                    ]\n                }\n            },\n            {\n                \"id\": 5,\n                \"voice_url\": \"https://emerdy-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1680157846606-1.%E1%84%80%E1%85%A1%E1%86%BC%E1%84%8C%E1%85%A6%E1%84%8E%E1%85%AE%E1%84%92%E1%85%A2%E1%86%BC%28%E1%84%89%E1%85%A5%E1%86%BC%E1%84%87%E1%85%A5%E1%86%B7%E1%84%8C%E1%85%AC%29_18255_label.wav\",\n                \"note\": \"네 번 만지지마\",\n                \"prediction\": {\n                    \"id\": 5,\n                    \"combined_label\": \"sexual\",\n                    \"audio_label\": \"violence\",\n                    \"audio_probabilities\": [\n                        \"1.9324719905853271\",\n                        \"2.1792192459106445\",\n                        \"-11.330538749694824\",\n                        \"-17.924991607666016\",\n                        \"-0.46039748191833496\",\n                        \"6.654514789581299\"\n                    ],\n                    \"text_label\": \"sexual\",\n                    \"text_probabilities\": [\n                        \"-1.5064605474472046\",\n                        \"-0.8816246390342712\",\n                        \"-1.321268916130066\",\n                        \"4.011280536651611\",\n                        \"-1.503600835800171\",\n                        \"0.6611629724502563\"\n                    ]\n                }\n            },\n            {\n                \"id\": 6,\n                \"voice_url\": \"https://emerdy-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1680158011783-1.%E1%84%80%E1%85%A1%E1%86%BC%E1%84%8C%E1%85%A6%E1%84%8E%E1%85%AE%E1%84%92%E1%85%A2%E1%86%BC%28%E1%84%89%E1%85%A5%E1%86%BC%E1%84%87%E1%85%A5%E1%86%B7%E1%84%8C%E1%85%AC%29_18255_label.wav\",\n                \"note\": \"네 번 만지지마\",\n                \"prediction\": {\n                    \"id\": 6,\n                    \"combined_label\": \"sexual\",\n                    \"audio_label\": \"violence\",\n                    \"audio_probabilities\": [\n                        \"1.9324719905853271\",\n                        \"2.1792192459106445\",\n                        \"-11.330538749694824\",\n                        \"-17.924991607666016\",\n                        \"-0.46039748191833496\",\n                        \"6.654514789581299\"\n                    ],\n                    \"text_label\": \"sexual\",\n                    \"text_probabilities\": [\n                        \"-1.5064605474472046\",\n                        \"-0.8816246390342712\",\n                        \"-1.321268916130066\",\n                        \"4.011280536651611\",\n                        \"-1.503600835800171\",\n                        \"0.6611629724502563\"\n                    ]\n                }\n            },\n            {\n                \"id\": 7,\n                \"voice_url\": \"https://emerdy-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1680158057916-1.%E1%84%80%E1%85%A1%E1%86%BC%E1%84%8C%E1%85%A6%E1%84%8E%E1%85%AE%E1%84%92%E1%85%A2%E1%86%BC%28%E1%84%89%E1%85%A5%E1%86%BC%E1%84%87%E1%85%A5%E1%86%B7%E1%84%8C%E1%85%AC%29_18255_label.wav\",\n                \"note\": \"네 번 만지지마\",\n                \"prediction\": {\n                    \"id\": 7,\n                    \"combined_label\": \"sexual\",\n                    \"audio_label\": \"violence\",\n                    \"audio_probabilities\": [\n                        \"1.9324719905853271\",\n                        \"2.1792192459106445\",\n                        \"-11.330538749694824\",\n                        \"-17.924991607666016\",\n                        \"-0.46039748191833496\",\n                        \"6.654514789581299\"\n                    ],\n                    \"text_label\": \"sexual\",\n                    \"text_probabilities\": [\n                        \"-1.5064605474472046\",\n                        \"-0.8816246390342712\",\n                        \"-1.321268916130066\",\n                        \"4.011280536651611\",\n                        \"-1.503600835800171\",\n                        \"0.6611629724502563\"\n                    ]\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"574d6cfb-2a3d-4b4d-8bc2-804034bcfe94"},{"name":"getOne","id":"711db6f5-cd48-4198-be85-adf566b14e9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/report?id=291","urlObject":{"path":["report"],"host":["{{host}}"],"query":[{"key":"id","value":"291"}],"variable":[]}},"response":[{"id":"63c1bfd2-938e-4fd9-815b-c91a20465b8f","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/report?id=231","host":["{{host}}"],"path":["report"],"query":[{"key":"id","value":"231"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 03 Jun 2023 16:35:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1360"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.0"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"550-fvAHla+c2OkPJY4g8GXkH7q6cC8\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"id\": 231,\n        \"protector_interruption\": true,\n        \"reporter_interruption\": true,\n        \"original_sound_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685804685946-recording.wav\",\n        \"end_at\": null,\n        \"created_at\": \"2023-06-04T00:04:46.162Z\",\n        \"voices\": [\n            {\n                \"id\": 150,\n                \"voice_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685804686786-0_recording.wav\",\n                \"note\": \"empty\",\n                \"prediction\": {\n                    \"id\": 150,\n                    \"combined_label\": \"regular\",\n                    \"combined_probabilities\": [\n                        \"1\",\n                        \"0\",\n                        \"0\",\n                        \"0\",\n                        \"0\",\n                        \"0\"\n                    ],\n                    \"audio_label\": \"regular\",\n                    \"audio_feature\": [\n                        \"9.611039161682129\",\n                        \"-10.717950820922852\"\n                    ],\n                    \"text_label\": \"regular\",\n                    \"text_feature\": [\n                        \"10\",\n                        \"0\",\n                        \"0\",\n                        \"0\",\n                        \"0\",\n                        \"0\"\n                    ]\n                }\n            },\n            {\n                \"id\": 151,\n                \"voice_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685804698452-1_recording.wav\",\n                \"note\": \"안심부분 했고\",\n                \"prediction\": {\n                    \"id\": 151,\n                    \"combined_label\": \"regular\",\n                    \"combined_probabilities\": [\n                        \"1\",\n                        \"0\",\n                        \"0\",\n                        \"0\",\n                        \"0\",\n                        \"0\"\n                    ],\n                    \"audio_label\": \"regular\",\n                    \"audio_feature\": [\n                        \"3.1700639724731445\",\n                        \"-2.9531993865966797\"\n                    ],\n                    \"text_label\": \"regular\",\n                    \"text_feature\": [\n                        \"10\",\n                        \"0\",\n                        \"0\",\n                        \"0\",\n                        \"0\",\n                        \"0\"\n                    ]\n                }\n            }\n        ],\n        \"user\": {\n            \"id\": 28,\n            \"name\": \"kkkk\",\n            \"phone_number\": \"01071834720\",\n            \"created_at\": \"2023-06-03T21:14:46.906Z\",\n            \"protectors\": []\n        },\n        \"interruption\": true,\n        \"categories\": {\n            \"categoryList\": [\n                \"regular\",\n                \"regular\"\n            ],\n            \"allIsRegular\": true,\n            \"countedCategories\": {\n                \"regular\": 2\n            },\n            \"categoriesRatio\": {\n                \"regular\": \"100%\"\n            },\n            \"mostCategory\": \"regular\"\n        }\n    }\n}"}],"_postman_id":"711db6f5-cd48-4198-be85-adf566b14e9b"},{"name":"getAll","id":"22445006-98c8-4419-b1f4-422b295b800b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/report/protect","urlObject":{"path":["report","protect"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b888d65e-3f5f-4bb2-a362-1e86fd67e454","name":"200 - OK [protect]","originalRequest":{"method":"GET","header":[],"url":"{{localhost}}/report/protect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8380"},{"key":"ETag","value":"W/\"20bc-H0C3EQK/cGZZKnenIGQ/t0PuiPU\""},{"key":"Date","value":"Sat, 03 Jun 2023 09:07:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": 81,\n            \"original_sound_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685469027445-1.%E1%84%80%E1%85%A1%E1%86%BC%E1%84%8C%E1%85%A6%E1%84%8E%E1%85%AE%E1%84%92%E1%85%A2%E1%86%BC%28%E1%84%89%E1%85%A5%E1%86%BC%E1%84%87%E1%85%A5%E1%86%B7%E1%84%8C%E1%85%AC%29_18300_label.wav\",\n            \"end_at\": null,\n            \"created_at\": \"2023-05-31T02:50:27.942Z\",\n            \"user\": {\n                \"id\": 1,\n                \"name\": \"정지원\",\n                \"phone_number\": \"01051849798\",\n                \"created_at\": \"2023-05-10T12:11:46.550Z\",\n                \"protectors\": [\n                    {\n                        \"id\": 2,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:00:43.343Z\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:01:26.464Z\"\n                    }\n                ]\n            },\n            \"interruption\": false,\n            \"categories\": {\n                \"categoryList\": [\n                    \"robbery\",\n                    \"sexual\"\n                ],\n                \"allIsRegular\": false,\n                \"countedCategories\": {\n                    \"robbery\": 1,\n                    \"sexual\": 1\n                },\n                \"categoriesRatio\": {\n                    \"robbery\": \"50%\",\n                    \"sexual\": \"50%\"\n                },\n                \"mostCategory\": \"sexual\"\n            }\n        },\n        {\n            \"id\": 82,\n            \"original_sound_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685507264726-%E1%84%87%E1%85%A1%E1%86%A9%E1%84%8B%E1%85%A6%E1%84%89%E1%85%A5+%E1%84%80%E1%85%A5%E1%86%AE%E1%84%82%E1%85%B3%E1%86%AB+%E1%84%89%E1%85%A9%E1%84%85%E1%85%B5.wav\",\n            \"end_at\": null,\n            \"created_at\": \"2023-05-31T13:27:45.841Z\",\n            \"user\": {\n                \"id\": 1,\n                \"name\": \"정지원\",\n                \"phone_number\": \"01051849798\",\n                \"created_at\": \"2023-05-10T12:11:46.550Z\",\n                \"protectors\": [\n                    {\n                        \"id\": 2,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:00:43.343Z\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:01:26.464Z\"\n                    }\n                ]\n            },\n            \"interruption\": false,\n            \"categories\": {\n                \"categoryList\": [\n                    \"regular\",\n                    \"regular\",\n                    \"regular\",\n                    \"regular\",\n                    \"regular\",\n                    \"regular\",\n                    \"regular\"\n                ],\n                \"allIsRegular\": true,\n                \"countedCategories\": {\n                    \"regular\": 7\n                },\n                \"categoriesRatio\": {\n                    \"regular\": \"100%\"\n                },\n                \"mostCategory\": \"regular\"\n            }\n        },\n        {\n            \"id\": 83,\n            \"original_sound_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685515633141-%E1%84%87%E1%85%A1%E1%86%A9%E1%84%8B%E1%85%A6%E1%84%89%E1%85%A5+%E1%84%80%E1%85%A5%E1%86%AE%E1%84%82%E1%85%B3%E1%86%AB+%E1%84%89%E1%85%A9%E1%84%85%E1%85%B5.wav\",\n            \"end_at\": null,\n            \"created_at\": \"2023-05-31T15:47:14.322Z\",\n            \"user\": {\n                \"id\": 1,\n                \"name\": \"정지원\",\n                \"phone_number\": \"01051849798\",\n                \"created_at\": \"2023-05-10T12:11:46.550Z\",\n                \"protectors\": [\n                    {\n                        \"id\": 2,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:00:43.343Z\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:01:26.464Z\"\n                    }\n                ]\n            },\n            \"interruption\": false,\n            \"categories\": {\n                \"categoryList\": [\n                    \"regular\",\n                    \"regular\",\n                    \"regular\",\n                    \"regular\"\n                ],\n                \"allIsRegular\": true,\n                \"countedCategories\": {\n                    \"regular\": 4\n                },\n                \"categoriesRatio\": {\n                    \"regular\": \"100%\"\n                },\n                \"mostCategory\": \"regular\"\n            }\n        },\n        {\n            \"id\": 84,\n            \"original_sound_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685515738685-%E1%84%87%E1%85%A1%E1%86%A9%E1%84%8B%E1%85%A6%E1%84%89%E1%85%A5+%E1%84%80%E1%85%A5%E1%86%AE%E1%84%82%E1%85%B3%E1%86%AB+%E1%84%89%E1%85%A9%E1%84%85%E1%85%B5.wav\",\n            \"end_at\": null,\n            \"created_at\": \"2023-05-31T15:48:59.714Z\",\n            \"user\": {\n                \"id\": 1,\n                \"name\": \"정지원\",\n                \"phone_number\": \"01051849798\",\n                \"created_at\": \"2023-05-10T12:11:46.550Z\",\n                \"protectors\": [\n                    {\n                        \"id\": 2,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:00:43.343Z\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:01:26.464Z\"\n                    }\n                ]\n            },\n            \"interruption\": true,\n            \"categories\": {\n                \"categoryList\": [\n                    \"regular\",\n                    \"regular\",\n                    \"regular\",\n                    \"regular\",\n                    \"regular\",\n                    \"regular\",\n                    \"regular\"\n                ],\n                \"allIsRegular\": true,\n                \"countedCategories\": {\n                    \"regular\": 7\n                },\n                \"categoriesRatio\": {\n                    \"regular\": \"100%\"\n                },\n                \"mostCategory\": \"regular\"\n            }\n        },\n        {\n            \"id\": 85,\n            \"original_sound_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685781458876-%E1%84%87%E1%85%A1%E1%86%A9%E1%84%8B%E1%85%A6%E1%84%89%E1%85%A5+%E1%84%80%E1%85%A5%E1%86%AE%E1%84%82%E1%85%B3%E1%86%AB+%E1%84%89%E1%85%A9%E1%84%85%E1%85%B5.wav\",\n            \"end_at\": null,\n            \"created_at\": \"2023-06-03T17:37:39.695Z\",\n            \"user\": {\n                \"id\": 1,\n                \"name\": \"정지원\",\n                \"phone_number\": \"01051849798\",\n                \"created_at\": \"2023-05-10T12:11:46.550Z\",\n                \"protectors\": [\n                    {\n                        \"id\": 2,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:00:43.343Z\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:01:26.464Z\"\n                    }\n                ]\n            },\n            \"interruption\": false,\n            \"categories\": {\n                \"categoryList\": [],\n                \"allIsRegular\": false,\n                \"countedCategories\": {},\n                \"categoriesRatio\": {}\n            }\n        },\n        {\n            \"id\": 86,\n            \"original_sound_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685781566141-%E1%84%87%E1%85%A1%E1%86%A9%E1%84%8B%E1%85%A6%E1%84%89%E1%85%A5+%E1%84%80%E1%85%A5%E1%86%AE%E1%84%82%E1%85%B3%E1%86%AB+%E1%84%89%E1%85%A9%E1%84%85%E1%85%B5.wav\",\n            \"end_at\": null,\n            \"created_at\": \"2023-06-03T17:39:26.977Z\",\n            \"user\": {\n                \"id\": 1,\n                \"name\": \"정지원\",\n                \"phone_number\": \"01051849798\",\n                \"created_at\": \"2023-05-10T12:11:46.550Z\",\n                \"protectors\": [\n                    {\n                        \"id\": 2,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:00:43.343Z\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:01:26.464Z\"\n                    }\n                ]\n            },\n            \"interruption\": false,\n            \"categories\": {\n                \"categoryList\": [],\n                \"allIsRegular\": false,\n                \"countedCategories\": {},\n                \"categoriesRatio\": {}\n            }\n        },\n        {\n            \"id\": 87,\n            \"original_sound_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685781618609-%E1%84%87%E1%85%A1%E1%86%A9%E1%84%8B%E1%85%A6%E1%84%89%E1%85%A5+%E1%84%80%E1%85%A5%E1%86%AE%E1%84%82%E1%85%B3%E1%86%AB+%E1%84%89%E1%85%A9%E1%84%85%E1%85%B5.wav\",\n            \"end_at\": null,\n            \"created_at\": \"2023-06-03T17:40:19.424Z\",\n            \"user\": {\n                \"id\": 1,\n                \"name\": \"정지원\",\n                \"phone_number\": \"01051849798\",\n                \"created_at\": \"2023-05-10T12:11:46.550Z\",\n                \"protectors\": [\n                    {\n                        \"id\": 2,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:00:43.343Z\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:01:26.464Z\"\n                    }\n                ]\n            },\n            \"interruption\": false,\n            \"categories\": {\n                \"categoryList\": [],\n                \"allIsRegular\": false,\n                \"countedCategories\": {},\n                \"categoriesRatio\": {}\n            }\n        },\n        {\n            \"id\": 88,\n            \"original_sound_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685781647437-%E1%84%87%E1%85%A1%E1%86%A9%E1%84%8B%E1%85%A6%E1%84%89%E1%85%A5+%E1%84%80%E1%85%A5%E1%86%AE%E1%84%82%E1%85%B3%E1%86%AB+%E1%84%89%E1%85%A9%E1%84%85%E1%85%B5.wav\",\n            \"end_at\": null,\n            \"created_at\": \"2023-06-03T17:40:48.150Z\",\n            \"user\": {\n                \"id\": 1,\n                \"name\": \"정지원\",\n                \"phone_number\": \"01051849798\",\n                \"created_at\": \"2023-05-10T12:11:46.550Z\",\n                \"protectors\": [\n                    {\n                        \"id\": 2,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:00:43.343Z\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:01:26.464Z\"\n                    }\n                ]\n            },\n            \"interruption\": false,\n            \"categories\": {\n                \"categoryList\": [],\n                \"allIsRegular\": false,\n                \"countedCategories\": {},\n                \"categoriesRatio\": {}\n            }\n        },\n        {\n            \"id\": 89,\n            \"original_sound_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685781711824-%E1%84%87%E1%85%A1%E1%86%A9%E1%84%8B%E1%85%A6%E1%84%89%E1%85%A5+%E1%84%80%E1%85%A5%E1%86%AE%E1%84%82%E1%85%B3%E1%86%AB+%E1%84%89%E1%85%A9%E1%84%85%E1%85%B5.wav\",\n            \"end_at\": null,\n            \"created_at\": \"2023-06-03T17:41:52.627Z\",\n            \"user\": {\n                \"id\": 1,\n                \"name\": \"정지원\",\n                \"phone_number\": \"01051849798\",\n                \"created_at\": \"2023-05-10T12:11:46.550Z\",\n                \"protectors\": [\n                    {\n                        \"id\": 2,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:00:43.343Z\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:01:26.464Z\"\n                    }\n                ]\n            },\n            \"interruption\": false,\n            \"categories\": {\n                \"categoryList\": [],\n                \"allIsRegular\": false,\n                \"countedCategories\": {},\n                \"categoriesRatio\": {}\n            }\n        },\n        {\n            \"id\": 90,\n            \"original_sound_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685781850171-%E1%84%87%E1%85%A1%E1%86%A9%E1%84%8B%E1%85%A6%E1%84%89%E1%85%A5+%E1%84%80%E1%85%A5%E1%86%AE%E1%84%82%E1%85%B3%E1%86%AB+%E1%84%89%E1%85%A9%E1%84%85%E1%85%B5.wav\",\n            \"end_at\": null,\n            \"created_at\": \"2023-06-03T17:44:11.180Z\",\n            \"user\": {\n                \"id\": 1,\n                \"name\": \"정지원\",\n                \"phone_number\": \"01051849798\",\n                \"created_at\": \"2023-05-10T12:11:46.550Z\",\n                \"protectors\": [\n                    {\n                        \"id\": 2,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:00:43.343Z\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:01:26.464Z\"\n                    }\n                ]\n            },\n            \"interruption\": false,\n            \"categories\": {\n                \"categoryList\": [\n                    \"regular\",\n                    \"regular\",\n                    \"regular\",\n                    \"regular\",\n                    \"regular\",\n                    \"regular\",\n                    \"regular\"\n                ],\n                \"allIsRegular\": true,\n                \"countedCategories\": {\n                    \"regular\": 7\n                },\n                \"categoriesRatio\": {\n                    \"regular\": \"100%\"\n                },\n                \"mostCategory\": \"regular\"\n            }\n        },\n        {\n            \"id\": 91,\n            \"original_sound_url\": \"https://emerdy-app-bucket.s3.ap-northeast-2.amazonaws.com/Audio/1685782092087-%E1%84%87%E1%85%A1%E1%86%A9%E1%84%8B%E1%85%A6%E1%84%89%E1%85%A5+%E1%84%80%E1%85%A5%E1%86%AE%E1%84%82%E1%85%B3%E1%86%AB+%E1%84%89%E1%85%A9%E1%84%85%E1%85%B5.wav\",\n            \"end_at\": \"2023-06-03T18:05:57.000Z\",\n            \"created_at\": \"2023-06-03T17:48:12.886Z\",\n            \"user\": {\n                \"id\": 1,\n                \"name\": \"정지원\",\n                \"phone_number\": \"01051849798\",\n                \"created_at\": \"2023-05-10T12:11:46.550Z\",\n                \"protectors\": [\n                    {\n                        \"id\": 2,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:00:43.343Z\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"accept\": false,\n                        \"request_date\": \"2023-05-22T00:01:26.464Z\"\n                    }\n                ]\n            },\n            \"interruption\": false,\n            \"categories\": {\n                \"categoryList\": [\n                    \"regular\",\n                    \"regular\",\n                    \"regular\",\n                    \"regular\",\n                    \"regular\",\n                    \"regular\",\n                    \"regular\"\n                ],\n                \"allIsRegular\": true,\n                \"countedCategories\": {\n                    \"regular\": 7\n                },\n                \"categoriesRatio\": {\n                    \"regular\": \"100%\"\n                },\n                \"mostCategory\": \"regular\"\n            }\n        }\n    ]\n}"}],"_postman_id":"22445006-98c8-4419-b1f4-422b295b800b"},{"name":"Update interrupt","id":"1f521ba4-0327-4fdd-b693-4c9db9b550db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"url":"{{localhost}}/report/interrupt?id=110","urlObject":{"path":["report","interrupt"],"host":["{{localhost}}"],"query":[{"key":"id","value":"110"}],"variable":[]}},"response":[{"id":"d75ab309-10c6-4683-8423-e0dbdcc6d750","name":"202 - Accerted (Protector)","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{localhost}}/report/interrupt?id=2","host":["{{localhost}}"],"path":["report","interrupt"],"query":[{"key":"id","value":"2"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"164"},{"key":"ETag","value":"W/\"a4-lOsLB65gUY0tT0yhHm+NeqGB3kY\""},{"key":"Date","value":"Thu, 30 Mar 2023 07:27:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 202,\n    \"data\": {\n        \"id\": 2,\n        \"protector_interruption\": true,\n        \"reporter_interruption\": false,\n        \"category\": \"sexual\",\n        \"end_at\": null,\n        \"created_at\": \"2023-03-29T21:11:50.648Z\"\n    }\n}"},{"id":"ee747137-cb04-462d-ae36-20e7a69d01e0","name":"202 - Accepted(Reporter)","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{localhost}}/report/interrupt?id=2","host":["{{localhost}}"],"path":["report","interrupt"],"query":[{"key":"id","value":"2"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"163"},{"key":"ETag","value":"W/\"a3-735l5A0b6UFjNhD9rurXDnGmKaQ\""},{"key":"Date","value":"Thu, 30 Mar 2023 07:28:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 202,\n    \"data\": {\n        \"id\": 2,\n        \"protector_interruption\": true,\n        \"reporter_interruption\": true,\n        \"category\": \"sexual\",\n        \"end_at\": null,\n        \"created_at\": \"2023-03-29T21:11:50.648Z\"\n    }\n}"}],"_postman_id":"1f521ba4-0327-4fdd-b693-4c9db9b550db"}],"id":"a797c456-c2b0-4fe5-a680-2abc17f7b577","_postman_id":"a797c456-c2b0-4fe5-a680-2abc17f7b577","description":""},{"name":"Location","item":[{"name":"Create Location","id":"b763c366-2c1f-494e-8aa9-ceacf844ed11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reportId\": 92,\n    \"payload\": {\n        \"latitude\": 37.566296,\n        \"longitude\": 126.977943\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/location","urlObject":{"path":["location"],"host":["{{localhost}}"],"query":[],"variable":[]}},"response":[{"id":"a5917337-2224-4ca3-a60d-ecd80abf03c8","name":"add Location","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reportId\": 1,\n    \"payload\": {\n        \"latitude\": 37.404396302892295,\n        \"longitude\": 127.10885712411076\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/location"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"122"},{"key":"ETag","value":"W/\"7a-gm/uulIr88/Tu+5Dv+6NvfRGR+g\""},{"key":"Date","value":"Mon, 10 Apr 2023 06:49:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"data\": {\n        \"userId\": 2,\n        \"message\": {\n            \"latitude\": 37.404396302892295,\n            \"longitude\": 127.10885712411076\n        },\n        \"roomName\": \"1\"\n    }\n}"},{"id":"c4dab6fa-3148-4b5f-9038-80dbda33b29c","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"payload\": {\n        \"latitude\": 37.566296,\n        \"longitude\": 126.977943\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/location"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"ETag","value":"W/\"78-e+/kDO3IRx6J5gkz4HvnfuzNuFk\""},{"key":"Date","value":"Sat, 03 Jun 2023 09:56:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": [\n        \"reportId must be an integer number\",\n        \"reportId should not be empty\"\n    ],\n    \"error\": \"Bad Request\"\n}"}],"_postman_id":"b763c366-2c1f-494e-8aa9-ceacf844ed11"},{"name":"Update Location","id":"861a1094-895b-483e-a80b-1b025fa187c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"reportId\": 92,\n    \"payload\": {\n        \"latitude\": 37.566062,\n        \"longitude\": 126.979033\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/location","urlObject":{"path":["location"],"host":["{{localhost}}"],"query":[],"variable":[]}},"response":[{"id":"0dab9f8e-5bb4-411b-9c89-f5cf95005e95","name":"200 - OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"reportId\": 81,\n    \"payload\": {\n        \"latitude\": 37.566060,\n        \"longitude\": 126.979030\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/location"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"125"},{"key":"ETag","value":"W/\"7d-tMVf76fgJvbO1QPtEMqLAbAcdu4\""},{"key":"Date","value":"Fri, 02 Jun 2023 08:47:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"message\": {\n            \"userId\": 1,\n            \"body\": {\n                \"route\": [\n                    [\n                        126.977943,\n                        37.566296\n                    ],\n                    [\n                        126.97903,\n                        37.56606\n                    ]\n                ]\n            },\n            \"roomName\": \"81\"\n        }\n    }\n}"},{"id":"37553894-e50e-488c-85e7-88d8fcd524f5","name":"403 - Report Interrupted","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"reportId\": 84,\n    \"payload\": {\n        \"latitude\": 37.566060,\n        \"longitude\": 126.979030\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/location"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-d3hPGESwiYQrm3V9HaB6UcGCrJ4\""},{"key":"Date","value":"Fri, 02 Jun 2023 08:49:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 403,\n    \"data\": {\n        \"reportInterrupted\": true\n    }\n}"},{"id":"cf2a2c2a-53c4-4545-8909-77ccbba5c904","name":"400 - Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\n    \"payload\": {\n        \"latitude\": 37.566062,\n        \"longitude\": 126.979033\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/location"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"ETag","value":"W/\"78-e+/kDO3IRx6J5gkz4HvnfuzNuFk\""},{"key":"Date","value":"Sat, 03 Jun 2023 09:56:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": [\n        \"reportId must be an integer number\",\n        \"reportId should not be empty\"\n    ],\n    \"error\": \"Bad Request\"\n}"}],"_postman_id":"861a1094-895b-483e-a80b-1b025fa187c5"},{"name":"New Request","id":"b70df5f4-92ea-4e22-a217-7dc933471d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 9\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/location","urlObject":{"path":["location"],"host":["{{localhost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b70df5f4-92ea-4e22-a217-7dc933471d1e"}],"id":"40a820ab-4f02-4fc4-af82-3dcc1196769a","_postman_id":"40a820ab-4f02-4fc4-af82-3dcc1196769a","description":""}]}