{"info":{"_postman_id":"f3f49269-907a-4899-b948-a2c787092c03","name":"Steganography API","description":"<html><head></head><body><p>Collection available for running Successful tests and Failed cases</p>\n<p><a href=\"https://app.getpostman.com/run-collection/16227218-f3f49269-907a-4899-b948-a2c787092c03?action=collection%2Ffork&amp;collection-url=entityId%3D16227218-f3f49269-907a-4899-b948-a2c787092c03%26entityType%3Dcollection%26workspaceId%3D68ac0672-2bf2-40f8-a03e-c77bc6f362eb\"><img src=\"https://run.pstmn.io/button.svg\" alt=\"Run in Postman\"></a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16227218","collectionId":"f3f49269-907a-4899-b948-a2c787092c03","publishedId":"UVCCdNVx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-18T00:36:23.000Z"},"item":[{"name":"File","item":[{"name":"Upload","id":"f85f23df-ac6f-4729-967e-4ebc6bab6a63","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","contentType":"","src":"/home/danilo-ac/Downloads/test.bmp"}]},"url":"localhost:3003/upload","description":"<ul>\n<li>upload a bmp image for encode a message<ul>\n<li>response: a new file name;</li>\n<li>only accepts bmp image files</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["upload"],"host":["localhost:3003"],"query":[],"variable":[]}},"response":[{"id":"e80e8d3a-a95d-4031-8a68-39f9be36c5c4","name":"Upload_Success","originalRequest":{"method":"POST","header":[{"key":"enctype","value":"multipart/form-data","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","contentType":"","src":"/home/danilo-ac/Downloads/test.bmp"}],"options":{"raw":{"language":"json"}}},"url":"localhost:3003/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"ETag","value":"W/\"52-vmvAYkrESwcGdwtKRyEakDphiSI\""},{"key":"Date","value":"Wed, 17 Nov 2021 23:26:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success to upload. File name in data:\",\n    \"data\": \"1637191610320test.bmp\"\n}"},{"id":"8f481fe0-789d-477c-9a10-0b851d488d33","name":"Upload_Error_InvalidFileExtension","originalRequest":{"method":"POST","header":[{"key":"enctype","value":"multipart/form-data","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","contentType":"","src":"/home/danilo-ac/Downloads/test.xcf"}],"options":{"raw":{"language":"json"}}},"url":"localhost:3003/upload"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"ETag","value":"W/\"48-K7/KqU9XkyHT1exZZ6CobdE3kIc\""},{"key":"Date","value":"Wed, 17 Nov 2021 23:24:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid file type. Only bitmap image is allowed.\",\n    \"data\": \"\"\n}"}],"_postman_id":"f85f23df-ac6f-4729-967e-4ebc6bab6a63"},{"name":"Download","id":"d1fff65e-be97-4d06-b995-3390ce9b212b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3003/get-image?fileName=1637167884402.bmp","description":"<ul>\n<li>download a embed steganography image file</li>\n</ul>\n","urlObject":{"path":["get-image"],"host":["localhost:3003"],"query":[{"description":{"content":"<p>bmp file with steganography</p>\n","type":"text/plain"},"key":"fileName","value":"1637167884402.bmp"}],"variable":[]}},"response":[{"id":"c62992ed-dac9-4e33-a5b9-078b4ff45354","name":"Download_Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3003/get-image?fileName=1637167884402.bmp","host":["localhost:3003"],"path":["get-image"],"query":[{"key":"fileName","value":"1637167884402.bmp"}]}},"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express","description":"","type":"text"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text"},{"key":"Content-Disposition","value":"attachment; filename=\"1637167884402.bmp\"","description":"","type":"text"},{"key":"Accept-Ranges","value":"bytes","description":"","type":"text"},{"key":"Cache-Control","value":"public, max-age=0","description":"","type":"text"},{"key":"Last-Modified","value":"Wed, 17 Nov 2021 16:51:24 GMT","description":"","type":"text"},{"key":"ETag","value":"W/\"4b8a-17d2ecf68d7\"","description":"","type":"text"},{"key":"Content-Type","value":"image/bmp","description":"","type":"text"},{"key":"Content-Length","value":"19338","description":"","type":"text"},{"key":"Date","value":"Wed, 17 Nov 2021 18:53:49 GMT","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Keep-Alive","value":"timeout=5","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":null},{"id":"356bdd33-b746-4a0d-ad03-7c17ec571efe","name":"Download_Error_EmptyFileName","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3003/get-image?fileName","host":["localhost:3003"],"path":["get-image"],"query":[{"key":"fileName","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"ETag","value":"W/\"44-tjNFbWxWHOP1epAtN7E/DmtZ8aw\""},{"key":"Date","value":"Wed, 17 Nov 2021 18:48:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The following queries are needed: 'fileName'\",\n    \"data\": \"\"\n}"},{"id":"dddc050d-b1aa-4be5-b3a2-d0fb4ea56673","name":"Download_Error_InvalidFileExtension","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3003/get-image?fileName=1637167884402.png","host":["localhost:3003"],"path":["get-image"],"query":[{"key":"fileName","value":"1637167884402.png"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-vXRD5EFHUlC0wxhicIRNlXY+uMU\""},{"key":"Date","value":"Wed, 17 Nov 2021 18:50:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid or missing file name\",\n    \"data\": \"\"\n}"},{"id":"34dae6dd-f872-4b26-9700-a0bd3ecf03c3","name":"Download_Error_NonExistentFile","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3003/get-image?fileName=non-existent.bmp","host":["localhost:3003"],"path":["get-image"],"query":[{"key":"fileName","value":"non-existent.bmp"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-vXRD5EFHUlC0wxhicIRNlXY+uMU\""},{"key":"Date","value":"Wed, 17 Nov 2021 18:51:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid or missing file name\",\n    \"data\": \"\"\n}"}],"_postman_id":"d1fff65e-be97-4d06-b995-3390ce9b212b"}],"id":"b809887d-160a-4c69-b874-ea9b6c1c89a4","description":"<h1 id=\"endpoints-downloadupload-image\">Endpoints Download/Upload Image</h1>\n","_postman_id":"b809887d-160a-4c69-b874-ea9b6c1c89a4"},{"name":"Steganography","item":[{"name":"writeMessageOnImage","id":"2c64d925-7ac6-4ebc-a291-2f5b491b11dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fileName\": \"\",\n    \"message\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/write-message-on-image","description":"<ul>\n<li>write a message in image file using steganography method</li>\n</ul>\n","urlObject":{"path":["write-message-on-image"],"host":["localhost:3003"],"query":[],"variable":[]}},"response":[{"id":"e6a526d1-1b92-4fe0-a42e-101f868b973b","name":"writeMessageOnImage_Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fileName\": \"test.bmp\",\n    \"message\": \"Here successfully test for a valid file and message that is supported in file size\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/write-message-on-image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"85"},{"key":"ETag","value":"W/\"55-6DIZqOBEkp8GnMCGbR3wmU/r7JY\""},{"key":"Date","value":"Wed, 17 Nov 2021 16:51:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success to encode. A new image was generated\",\n    \"data\": \"1637167884402.bmp\"\n}"},{"id":"dc6230f5-a911-4e82-969c-f655c6f00b4e","name":"writeMessageOnImage_Error_InvalidFileExtension","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fileName\": \"test.jpeg\",\n    \"message\": \"Here is a failed test for not acceptable file extension\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/write-message-on-image"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-vXRD5EFHUlC0wxhicIRNlXY+uMU\""},{"key":"Date","value":"Wed, 17 Nov 2021 16:46:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid or missing file name\",\n    \"data\": \"\"\n}"},{"id":"2fa3d5b0-6696-4e05-b81f-e6d81a180ba4","name":"writeMessageOnImage_Error_NonExistentFIle","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fileName\": \"inexistent.bmp\",\n    \"message\": \"Here is a failed test for non-existent file\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/write-message-on-image"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-vXRD5EFHUlC0wxhicIRNlXY+uMU\""},{"key":"Date","value":"Wed, 17 Nov 2021 16:48:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid or missing file name\",\n    \"data\": \"\"\n}"},{"id":"3c2521e1-5f20-473f-bb4d-7828ca9e21b6","name":"writeMessageOnImage_Error_InsufficientSizeFile","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fileName\": \"tiny.bmp\",\n    \"message\": \"Here is a failed test for a message that is not supported in file size\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/write-message-on-image"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"70"},{"key":"ETag","value":"W/\"46-6JBjR8atltt2MSEZ1e/bXydBva4\""},{"key":"Date","value":"Wed, 17 Nov 2021 16:54:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"File has not enough size to have steganography\",\n    \"data\": \"\"\n}"},{"id":"7cfe17a1-1b0a-45ab-9f8d-a1bcd80ae049","name":"writeMessageOnImage_Error_EmptyMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fileName\": \"test.bmp\",\n    \"message\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/write-message-on-image"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50"},{"key":"ETag","value":"W/\"32-9E5gK6s+XbaRaE3JdCWzbq7ypTs\""},{"key":"Date","value":"Wed, 17 Nov 2021 16:56:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid or missing message\",\n    \"data\": \"\"\n}"},{"id":"ca6f704f-50a3-4e59-9abf-e4ab01d100e4","name":"writeMessageOnImage_Error_EmptyFields","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fileName\": \"\",\n    \"message\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/write-message-on-image"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"ETag","value":"W/\"4b-bfkB0tU5kdeojU7vzZLyE9N3aQw\""},{"key":"Date","value":"Wed, 17 Nov 2021 17:16:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The following keys are needed: 'fileName' 'message'\",\n    \"data\": \"\"\n}"},{"id":"65c3a47f-7dce-4866-b735-7b831c2da4ac","name":"writeMessageOnImage_Error_NoBody","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:3003/write-message-on-image"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"ETag","value":"W/\"4b-bfkB0tU5kdeojU7vzZLyE9N3aQw\""},{"key":"Date","value":"Wed, 17 Nov 2021 17:17:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The following keys are needed: 'fileName' 'message'\",\n    \"data\": \"\"\n}"},{"id":"1b170389-84ba-400f-8ebf-e09a2b8e2ab1","name":"writeMessageOnImage_Error_InvalidBodyKeys","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fileNam\": \"\",\n    \"mensagem\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3003/write-message-on-image"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"ETag","value":"W/\"4b-bfkB0tU5kdeojU7vzZLyE9N3aQw\""},{"key":"Date","value":"Wed, 17 Nov 2021 17:18:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The following keys are needed: 'fileName' 'message'\",\n    \"data\": \"\"\n}"}],"_postman_id":"2c64d925-7ac6-4ebc-a291-2f5b491b11dc"},{"name":"decodeMessageFromImage","id":"e094276c-fb75-4303-8491-13e0c47bab08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3003/decode-message-from-image?fileName=1637167884402.bmp","description":"<ul>\n<li>get and decode a message of a specific image file</li>\n</ul>\n","urlObject":{"path":["decode-message-from-image"],"host":["localhost:3003"],"query":[{"description":{"content":"<p>bmp file name with encode msg</p>\n","type":"text/plain"},"key":"fileName","value":"1637167884402.bmp"}],"variable":[]}},"response":[{"id":"e3c360d1-4b78-41ac-84a6-d52a0b8ee9c2","name":"decodeMessageFromImage_Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3003/decode-message-from-image?fileName=1637167884402.bmp","host":["localhost:3003"],"path":["decode-message-from-image"],"query":[{"key":"fileName","value":"1637167884402.bmp","description":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"132"},{"key":"ETag","value":"W/\"84-4FbbcRVkD+bnpufXFEiMUtLK8HE\""},{"key":"Date","value":"Wed, 17 Nov 2021 18:08:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success to decode message\",\n    \"data\": \"Here successfully test for a valid file and message that is supported in file size.\"\n}"},{"id":"dbcfa73e-f2f4-403e-8a3e-444a9a3b05a1","name":"decodeMessageFromImage_Error_NoFileNameQuery","originalRequest":{"method":"GET","header":[],"url":"localhost:3003/decode-message-from-image"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"ETag","value":"W/\"44-tjNFbWxWHOP1epAtN7E/DmtZ8aw\""},{"key":"Date","value":"Wed, 17 Nov 2021 17:56:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The following queries are needed: 'fileName'\",\n    \"data\": \"\"\n}"},{"id":"e067e166-0889-4d9d-ba5d-6b9624a67808","name":"decodeMessageFromImage_Error_NonExistentFile","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3003/decode-message-from-image?fileName=inexistent.bmp","host":["localhost:3003"],"path":["decode-message-from-image"],"query":[{"key":"fileName","value":"inexistent.bmp","description":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-vXRD5EFHUlC0wxhicIRNlXY+uMU\""},{"key":"Date","value":"Wed, 17 Nov 2021 18:03:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid or missing file name\",\n    \"data\": \"\"\n}"},{"id":"f5842c72-8ebe-4cbf-88d5-4641d3c6dd57","name":"decodeMessageFromImage_Error_InvalidFileExtension","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3003/decode-message-from-image?fileName=test.png","host":["localhost:3003"],"path":["decode-message-from-image"],"query":[{"key":"fileName","value":"test.png","description":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-vXRD5EFHUlC0wxhicIRNlXY+uMU\""},{"key":"Date","value":"Wed, 17 Nov 2021 18:04:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid or missing file name\",\n    \"data\": \"\"\n}"}],"_postman_id":"e094276c-fb75-4303-8491-13e0c47bab08"}],"id":"c3148b6e-68e0-42ab-ae0b-41a9e6f94e41","description":"<h1 id=\"endpoints-for-write-and-read-message\">Endpoints for Write and Read Message</h1>\n","_postman_id":"c3148b6e-68e0-42ab-ae0b-41a9e6f94e41"}],"event":[{"listen":"prerequest","script":{"id":"95d725e1-d349-4b6c-975a-91ef986197a7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0c3ad87e-e3e6-460a-9194-26251fce5eb7","type":"text/javascript","exec":[""]}}],"variable":[{"key":"BASE_STEGANOGRAPHY","value":"localhost:3003"}]}