{"info":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"27644216","collectionId":"0dc30d24-641f-4d86-b410-1755a8ee7853","publishedId":"2sA3rzHrot","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-08-06T19:11:58.000Z"},"item":[{"name":"Authentication","item":[{"name":"Sign Up","item":[{"name":"1st Step - Create Sign Up","id":"c7ef0137-7b18-4c6d-9339-56490304b8c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"Haylee76@hotmail.com\",\n  \"fullName\": \"Jo Beer\",\n  \"entity\": \"Gaylord, Swift and Reynolds\",\n  \"website\": \"http://zelma.info\",\n  \"mastersToTransfer\": \"968\",\n  \"channelUrl\": \"https://www.youtube.com/channel/01d24e46-bd68-4ff0-ba08-9b98a86243a9\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/signUp","description":"<h3 id=\"sign-up\">Sign Up</h3>\n<p>This endpoint is used to sign up with the provided user information.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>email</code> (string, required): The email address of the user.</p>\n</li>\n<li><p><code>fullName</code> (string, required): The full name of the user.</p>\n</li>\n<li><p><code>entity</code> (string, required): The entity associated with the user.</p>\n</li>\n<li><p><code>website</code> (string, required): The website of the user.</p>\n</li>\n<li><p><code>mastersToTransfer</code> (string, required): Information about masters to transfer.</p>\n</li>\n<li><p><code>channelUrl</code> (string, required): The URL of the user's channel.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will contain a message indicating the status of the sign-up process.</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"Sign up successful\"\n}\n\n</code></pre>\n<h4 id=\"example\">Example</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"Sign up successful\"\n}\n\n</code></pre>\n<p>This request returns a 200 status code upon successful sign-up.</p>\n","urlObject":{"path":["signUp"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"9e1ddd2b-36a4-49f7-98cb-036d40956045","name":"1st Step - Create Sign Up","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"Carol_Torp@yahoo.com\",\n  \"fullName\": \"Vernon Johns\",\n  \"entity\": \"Nolan LLC\",\n  \"website\": \"https://nadia.org\",\n  \"mastersToTransfer\": \"1\",\n  \"channelUrl\": \"https://www.youtube.com/channel/93e111ae-331c-4fff-a6c3-ed77c7052c22\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/signUp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"45"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Aug 2024 16:37:04 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"8ddd735e-4763-4c77-a263-b548079df5c6"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cJZbUEACIAMEesg="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b3a2ae-208017875c7c90187fec7387;Parent=13bec9dec7398680;Sampled=0;lineage=06f4a895:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9ce6f24fb0926cbce6af5c4d329d8ee0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"Cc7sigrKoAg-Mzn588TSkJM4RecaiI_VUouo715EEb_BATKfUN8Lag=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Sign Up code sent to the email.\"\n}"}],"_postman_id":"c7ef0137-7b18-4c6d-9339-56490304b8c5"},{"name":"2nd Step - Validate Sign Up","id":"d2495bc6-0334-4cd6-94c9-8d1d655af386","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"signUpCode\": \"{{signup-code}}\",\n    \"email\": \"{{registering-user-email}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/signUp/validate","description":"<h3 id=\"sign-up-validation\">Sign Up Validation</h3>\n<p>This endpoint is used to validate the sign-up code and email for user registration.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>signUpCode</code> (string, required): The sign-up code for validation.</p>\n</li>\n<li><p><code>email</code> (string, required): The email address for validation.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><code>message</code> (string): A message indicating the result of the validation.</li>\n</ul>\n<h4 id=\"example\">Example</h4>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"signUpCode\": \"exampleSignUpCode\",\n  \"email\": \"user@example.com\"\n}\n\n</code></pre>\n<p>Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"Validation successful\"\n}\n\n</code></pre>\n<h4 id=\"related-responses\">Related Responses</h4>\n<p>Other endpoints in the API return similar response data with a 200 status code.</p>\n","urlObject":{"path":["signUp","validate"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"0ec2af08-5d7e-4eeb-831b-d57e66f59f3b","name":"2nd Step - Validate Sign Up","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"signUpCode\": \"{{signup-code}}\",\n    \"email\": \"{{registering-user-email}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/signUp/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Aug 2024 16:38:49 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"860046c1-66e8-433f-bb79-9359067a539c"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cJZsAGdcoAMEsug="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b3a319-78e5b9160cab60fc70410832;Parent=757ce29c36870125;Sampled=0;lineage=06f4a895:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9ce6f24fb0926cbce6af5c4d329d8ee0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"oA_d_dZsPe3hzIwVkbzVksL3CcjElOcimZEkMlpTfrpEXdofZQ3zjg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Reset code verified.\"\n}"}],"_postman_id":"d2495bc6-0334-4cd6-94c9-8d1d655af386"},{"name":"3rd Step - Confirm Sign Up","event":[{"listen":"prerequest","script":{"id":"a8f78337-5268-4e8d-8b86-06af4ce5eead","exec":["// pm.environment.set(\"new-nickname\",)"],"type":"text/javascript","packages":{}}}],"id":"f452c05c-34b2-4f91-8038-3ef8ecde8952","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{new-nickname}}\",\n    \"password\": \"{{new-password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/invites/confirm/:inviteCode","description":"<h3 id=\"confirm-invitation\">Confirm Invitation</h3>\n<p>This endpoint is used to confirm an invitation by providing the invite code and user details.</p>\n<p><strong>Request Body</strong></p>\n<ul>\n<li><p><code>name</code> (string, required): The name of the user confirming the invitation.</p>\n</li>\n<li><p><code>password</code> (string, required): The password of the user confirming the invitation.</p>\n</li>\n</ul>\n<p><strong>Response</strong></p>\n<ul>\n<li><p>Status: 200 OK</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"token\": \"\",\n    \"user\": {\n        \"id\": \"\",\n        \"name\": \"\",\n        \"email\": \"\",\n        \"role\": \"\",\n        \"fullName\": \"\",\n        \"labelNames\": [],\n        \"band\": [],\n        \"rateUser\": 0\n    }\n}\n\n</code></pre>\n<p><strong>Related Responses</strong></p>\n<ul>\n<li><p>Example 1:</p>\n<ul>\n<li><p>Status: 200 OK</p>\n</li>\n<li><p>Response: <code>{\"message\":\"\"}</code></p>\n</li>\n</ul>\n</li>\n<li><p>Example 2:</p>\n<ul>\n<li><p>Status: 200 OK</p>\n</li>\n<li><p>Response: <code>{\"message\":\"\"}</code></p>\n</li>\n</ul>\n</li>\n<li><p>Example 3:</p>\n<ul>\n<li><p>Status: 200 OK</p>\n</li>\n<li><p>Response: <code>{\"message\":\"\"}</code></p>\n</li>\n</ul>\n</li>\n<li><p>Example 4:</p>\n<ul>\n<li><p>Status: 200 OK</p>\n</li>\n<li><p>Response: <code>{\"message\":\"\"}</code></p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["invites","confirm",":inviteCode"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>Invite Code which has arrived to user email</p>\n","type":"text/plain"},"type":"any","value":"{{invite-code}}","key":"inviteCode"}]}},"response":[{"id":"a33d46c6-e36f-4344-9ef2-d17f01c1c8db","name":"3rd Step - Confirm Sign Up","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{new-nickname}}\",\n    \"password\": \"{{new-password}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api-url}}/invites/confirm/:inviteCode","host":["{{api-url}}"],"path":["invites","confirm",":inviteCode"],"variable":[{"key":"inviteCode","value":"{{invite-code}}","description":"Invite Code which has arrived to user email"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"350"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Aug 2024 16:47:23 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"b1088321-0183-458a-838f-e6678745bf24"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cJa8OEZWIAMEvDQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b3a51a-348d9e1d1731eca10efe77bb;Parent=7599120c82174a3a;Sampled=0;lineage=fd52c81f:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0fe3a6affd9c75a6ee8c84eec56ea508.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"nY9poBNhOw0-Cp3ql0ZroqQW_ge6pScq7lt7zYbnVd0mfzKXYdIf-Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY2YjNhMzE5YjIzNDJjOTU0NzQ0NTc1OSIsImlhdCI6MTcyMzA0OTI0MywiZXhwIjoxNzMwODI1MjQzfQ.5Ew7i7BE9hL0XyYltzRPSgoRbFHBHL3jdHU8tHXNKaE\",\n    \"user\": {\n        \"id\": \"66b3a319b2342c9547445759\",\n        \"name\": \"nickname\",\n        \"email\": \"Sunny44@gmail.com\",\n        \"role\": \"LABEL\",\n        \"fullName\": \"Guy Bednar\",\n        \"labelNames\": [],\n        \"band\": [],\n        \"rateUser\": 0.9\n    }\n}"}],"_postman_id":"f452c05c-34b2-4f91-8038-3ef8ecde8952"}],"id":"7f9f4b89-d26a-427f-b5d7-e80be4ecca98","_postman_id":"7f9f4b89-d26a-427f-b5d7-e80be4ecca98","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Sign In","item":[{"name":"Sign In","event":[{"listen":"test","script":{"id":"e6d3b3c5-1d23-45c8-9045-8ddb2b1ce4ba","exec":["var jsonData = JSON.parse(responseBody);","","postman.setEnvironmentVariable(\"token\", jsonData.token);"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"b8ccf911-ac76-4ece-afcd-f7b1ece3e3e0","exec":["var req = JSON.parse(request.data);\r","pm.test(\"Request body to have email value\", function () {\r","    pm.expect(req.email, 'Email is not null').to.be.a(\"string\").and.is.not.null.and.to.not.be.undefined.and.is.not.empty;\r","});\r","pm.test(\"Request body to have password value\", function () {\r","    pm.expect(req.password).to.be.a(\"string\").and.is.not.null.and.to.not.be.undefined.and.is.not.empty;\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"2d586146-de9b-449f-ab07-4520405448b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@zil.gl\",\n    \"password\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["login"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"7cf8dd1a-1c61-4c49-9fb4-650202438ca4","name":"Login (Label)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{label-email}}\",\n    \"password\": \"{{label-password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"391"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Aug 2024 23:51:55 GMT"},{"key":"x-amzn-RequestId","value":"67ecb6bd-4120-40dd-89ab-e8e4ba18572e"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cKZINFyOoAMEt_A="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b4089a-447b2e51280666603dae791f;Parent=64dc4c016de58f56;Sampled=0;lineage=90d1e3fd:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2f66aa06710fece8ed203ab0ea81eb56.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"ri_jSbUHa7p-3CuBJhDm-evYyx_dRlDElPBRLDD1h6CTHHDbXbMsuQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY2NWZiMDU3YmI5NDNjNWRjMjA0NmVkNCIsImlhdCI6MTcyMzA3NDcxNSwiZXhwIjoxNzMwODUwNzE1fQ.A2-HPGflOXTD32mfWHh0GjvAKXOB_EaXiszdl-yJyz8\",\n    \"user\": {\n        \"id\": \"665fb057bb943c5dc2046ed4\",\n        \"name\": \"Testing User\",\n        \"email\": \"testing@user.com\",\n        \"role\": \"LABEL\",\n        \"fullName\": \"Testing User\",\n        \"legals\": \"63e399fc01d6f858172331d1\",\n        \"labelNames\": [],\n        \"band\": [],\n        \"rateUser\": 0.9\n    }\n}"},{"id":"8f60e4a9-dc2b-4fec-aa15-e303c7140915","name":"Login (Admin)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{vault:admin-email}}\",\n    \"password\": \"{{admin-password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"296"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 19:46:08 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"febb1e6c-8d38-4082-b369-ef88f08f691f"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGiMEHsEoAMESLQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b27d80-1f5b2017330047684bbedce1;Parent=71d3051fc665f96d;Sampled=0;lineage=90d1e3fd:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0cb00dba44e934eba233bf107f219370.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"OCjqJYS9yLsC83SCW93QoT1gPZNfPR4c5DBITBWIzWK1q4jS16-9CA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYwZGYyNDFhNmI5MmZkZjA4OTUyYThhNCIsImlhdCI6MTcyMjk3MzU2OCwiZXhwIjoxNzMwNzQ5NTY4fQ.m1Atjk5sSxmH2LM7kCWlsT2Qv9av0bzFPrXhNo1di8k\",\n    \"user\": {\n        \"id\": \"60df241a6b92fdf08952a8a4\",\n        \"name\": \"Admin\",\n        \"email\": \"admin@zil.gl\",\n        \"role\": \"ADMIN\",\n        \"fullName\": \"Admin\"\n    }\n}"}],"_postman_id":"2d586146-de9b-449f-ab07-4520405448b7"}],"id":"2adb79a3-fc80-49d9-93f6-cfa30ece4d82","_postman_id":"2adb79a3-fc80-49d9-93f6-cfa30ece4d82","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Change Password","item":[{"name":"Change Password","event":[{"listen":"prerequest","script":{"id":"56b69b37-853a-43d0-9301-13b2e7810402","exec":["var req = JSON.parse(request.data);\r","pm.test(\"Request body to have old password value\", function () {\r","    pm.expect(req.oldPassword).to.be.a(\"string\").and.is.not.null.and.to.not.be.undefined.and.is.not.empty;\r","});\r","pm.test(\"Request body to have new password value\", function () {\r","    pm.expect(req.newPassword).to.be.a(\"string\").and.is.not.null.and.to.not.be.undefined.and.is.not.empty;\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"71bff966-9dcc-41c2-a24a-d49cef612202","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"oldPassword\": \"VuHA7wniv6z1oqa\",\n    \"newPassword\": \"4vNIHkDxjSm7RjX\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/me/changePassword","description":"<h3 id=\"change-password\">Change Password</h3>\n<p>This endpoint is used to change the user's password.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>oldPassword</code> (string, required): The user's current password.</p>\n</li>\n<li><p><code>newPassword</code> (string, required): The new password for the user.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response of this request can be documented as a JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"token\": {\"type\": \"string\"},\n    \"user\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"id\": {\"type\": \"string\"},\n        \"name\": {\"type\": \"string\"},\n        \"email\": {\"type\": \"string\"},\n        \"role\": {\"type\": \"string\"},\n        \"fullName\": {\"type\": \"string\"},\n        \"cellPhone\": {\"type\": \"string\"},\n        \"profilePicture\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"original\": {\"type\": \"string\"},\n            \"thumbnail\": {\"type\": \"string\"}\n          }\n        },\n        \"legals\": {\"type\": \"string\"},\n        \"labelNames\": {\n          \"type\": \"array\",\n          \"items\": {\"type\": \"string\"}\n        },\n        \"labelUsers\": {\n          \"type\": \"array\",\n          \"items\": {\"type\": \"string\"}\n        },\n        \"band\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"roles\": {\n                \"type\": \"array\",\n                \"items\": {\"type\": \"string\"}\n              },\n              \"name\": {\"type\": \"string\"},\n              \"id\": {\"type\": \"string\"}\n            }\n          }\n        },\n        \"rateUser\": {\"type\": \"number\"}\n      }\n    }\n  }\n}\n\n</code></pre>\n<p>The response will indicate the success or failure of the password change request.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["me","changePassword"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"a27e3624-7109-4f87-946d-5d3400126e3d","name":"Change Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"oldPassword\": \"{{current-password}}\",\n    \"newPassword\": \"{{new-password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/me/changePassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 19:38:54 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"64eb20ed-e564-494d-97ff-695729c8a3c7"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGhICHM4IAMEpzA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b27bcc-712e57ff3d0dd887084c45d8;Parent=1b53def030af6cc4;Sampled=0;lineage=5cf411e8:0|dcf1f261:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c9ee8f4db300f36de6f80a83a46ef2b8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"OsHGgACQiLn-BZn1WUzZc-IbqC1yLaLcdj-cXxiq4ke1AYNdiZOQCA=="}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"71bff966-9dcc-41c2-a24a-d49cef612202"}],"id":"3fd59b0e-cb70-46e0-9a0e-97c0217e19d2","_postman_id":"3fd59b0e-cb70-46e0-9a0e-97c0217e19d2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Restore Password","item":[{"name":"1st Step - Create Reset Code","id":"cee18267-7f21-445e-b222-3702793627f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{registered-user-email}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/auth/restore","description":"<h3 id=\"initiate-restoration-process\">Initiate Restoration Process</h3>\n<p>This endpoint initiates the restoration process for a user's authentication credentials.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>email</code> (string, required): The email address of the user for whom the authentication restoration process is initiated.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will contain the status of the restoration process. An example response for a successful request is:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"Reset code sent to the email.\"\n}\n\n</code></pre>\n<p>This returned a 200 status code.</p>\n<h4 id=\"json-schema-for-response\">JSON Schema for Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"message\": {\n            \"type\": \"string\"\n        }\n    },\n    \"required\": [\"message\"]\n}\n\n</code></pre>\n","urlObject":{"path":["auth","restore"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"67dfa65f-185c-44d8-8113-59030c4856ed","name":"1st Step - Create Reset Code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{registered-user-email}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/auth/restore"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"43"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Aug 2024 16:29:53 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"7ab241d2-a853-4730-acb9-94da3364ad1b"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cJYX-FJeIAMEAKA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b3a0ff-3536d8ef3d09a9b3068b4a1e;Parent=5f314bb7d224a082;Sampled=0;lineage=5b4efc27:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9ce6f24fb0926cbce6af5c4d329d8ee0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"f2ugkmmWDZE97O6jgdgXt__EAFkgBPNhSAKbfWQHhklUUnFZjv12Zg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Reset code sent to the email.\"\n}"}],"_postman_id":"cee18267-7f21-445e-b222-3702793627f9"},{"name":"2nd Step - Validate Reset Code","id":"b8c09990-f6f0-4fa6-ad53-06c64b27803b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"code\": \"364202\",\n    \"email\": \"{{registered-user-email}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/auth/restore/validate","description":"<h3 id=\"validate-restore-code\">Validate Restore Code</h3>\n<p>This endpoint is used to validate a restore code for a user's email.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>code</code> (string, required): The restore code to be validated.</p>\n</li>\n<li><p><code>email</code> (string, required): The user's email for which the code is being validated.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will include the status of the code validation.</p>\n<h4 id=\"request-body-1\">Request Body</h4>\n<ul>\n<li><p><code>code</code> (string, required): The restore code to be validated.</p>\n</li>\n<li><p><code>email</code> (string, required): The user's email for which the code is being validated.</p>\n</li>\n</ul>\n<h4 id=\"response-body\">Response Body</h4>\n<p>The response will include a message indicating the status of the code validation.</p>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"\"\n}\n\n</code></pre>\n<p>This returned a 200 status code</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["auth","restore","validate"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"27a4491b-cb06-45ea-a1af-19877a27c2da","name":"2nd Step - Validate Reset Code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"code\": \"364202\",\n    \"email\": \"{{registered-user-email}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/auth/restore/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Aug 2024 16:31:02 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"b24fb04c-6a45-477c-95a5-8f986705e9db"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cJYi9HzVIAMEulw="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b3a145-5642fc3f76018977203d9430;Parent=44a8e88f80040647;Sampled=0;lineage=5b4efc27:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9ce6f24fb0926cbce6af5c4d329d8ee0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"HYo6znYhRE1-jsGBT9NGUu6Xye_lvw17qS2AYV3vfMOxq3xcdqeVfg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Reset code verified.\"\n}"}],"_postman_id":"b8c09990-f6f0-4fa6-ad53-06c64b27803b"},{"name":"3rd Step - Reset Password","event":[{"listen":"prerequest","script":{"id":"95e494c0-6b3c-4344-b965-c01c06da8286","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"097bec53-c195-4d96-af7d-5fbda38112cb","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9fdca291-1c16-4e12-ab37-1471baeeeb32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"code\": \"364202\",\n    \"email\": \"{{registered-user-email}}\",\n    \"password\": \"{{new-password}}\",\n    \"confirmPassword\": \"{{new-password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/auth/restore/password","description":"<h3 id=\"auth-restore-password\">Auth Restore Password</h3>\n<p>This endpoint is used to restore a user's password after receiving a restore code.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: POST</p>\n</li>\n<li><p>Endpoint: <code>{{api-url}}/auth/restore/password</code></p>\n</li>\n<li><p>Headers:</p>\n<ul>\n<li>Content-Type: application/json</li>\n</ul>\n</li>\n<li><p>Body:</p>\n<ul>\n<li><p>code (string, required): The restore code received by the user.</p>\n</li>\n<li><p>email (string, required): The email address of the user.</p>\n</li>\n<li><p>password (string, required): The new password for the user's account.</p>\n</li>\n<li><p>confirmPassword (string, required): Confirmation of the new password.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"token\": {\n      \"type\": \"string\"\n    },\n    \"user\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"id\": {\n          \"type\": \"string\"\n        },\n        \"name\": {\n          \"type\": \"string\"\n        },\n        \"email\": {\n          \"type\": \"string\"\n        },\n        \"role\": {\n          \"type\": \"string\"\n        },\n        \"fullName\": {\n          \"type\": \"string\"\n        },\n        \"cellPhone\": {\n          \"type\": \"string\"\n        },\n        \"profilePicture\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"original\": {\n              \"type\": \"string\"\n            },\n            \"thumbnail\": {\n              \"type\": \"string\"\n            }\n          }\n        },\n        \"legals\": {\n          \"type\": \"string\"\n        },\n        \"labelNames\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"string\"\n          }\n        },\n        \"labelUsers\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"string\"\n          }\n        },\n        \"band\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"roles\": {\n                \"type\": \"array\",\n                \"items\": {\n                  \"type\": \"string\"\n                }\n              },\n              \"name\": {\n                \"type\": \"string\"\n              },\n              \"id\": {\n                \"type\": \"string\"\n              }\n            }\n          }\n        },\n        \"rateUser\": {\n          \"type\": \"number\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<p>The response includes a <code>token</code> and <code>user</code> object containing various user details such as <code>id</code>, <code>name</code>, <code>email</code>, <code>role</code>, <code>fullName</code>, <code>cellPhone</code>, <code>profilePicture</code>, <code>legals</code>, <code>labelNames</code>, <code>labelUsers</code>, <code>band</code>, and <code>rateUser</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["auth","restore","password"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"7a8f9013-a38c-44dc-98f7-d0f3ca674ad4","name":"3rd Step - Reset Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"code\": \"364202\",\n    \"email\": \"{{registered-user-email}}\",\n    \"password\": \"{{new-password}}\",\n    \"confirmPassword\": \"{{new-password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/auth/restore/password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"913"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Aug 2024 16:33:20 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"558fd38a-0275-4f51-8bfb-5d2105bbdd45"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cJY4bHx9IAMEg1g="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b3a1cf-7f5d90f43e4b354b5d6e6468;Parent=0390a4e8ae2b79fe;Sampled=0;lineage=5b4efc27:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9ce6f24fb0926cbce6af5c4d329d8ee0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"MWirWseSifc8evBJ5dWsoiJxg1LKA3Nd2d8t3PK1s5cz16Lhupbgag=="}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYxYmNmNGY1YzZlZDliM2ZjODVlNDZiMSIsImlhdCI6MTcyMzA0ODQwMCwiZXhwIjoxNzMwODI0NDAwfQ.zGS4zEjQvITwPLYTy1-aDsSSTe6m7BOaCiEXqghPqlo\",\n    \"user\": {\n        \"id\": \"61bcf4f5c6ed9b3fc85e46b1\",\n        \"name\": \"Vicenta\",\n        \"email\": \"label@zil.gl\",\n        \"role\": \"LABEL\",\n        \"fullName\": \"I'm Labell\",\n        \"cellPhone\": \"+5-123-123-123\",\n        \"profilePicture\": {\n            \"original\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/BBdxOMqR_Wac_nearside_3000.jpg\",\n            \"thumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/t8XvxWYv_Wac_nearside_3000.PNG\"\n        },\n        \"legals\": \"63e399fc01d6f858172331d1\",\n        \"labelNames\": [\n            \"Label Test\",\n            \"Label Test 2\"\n        ],\n        \"labelUsers\": [\n            \"66a16eaf89f28e264fe91083\"\n        ],\n        \"band\": [\n            {\n                \"roles\": [\n                    \"producer\"\n                ],\n                \"name\": \"Michael Jared Caabay\",\n                \"id\": \"63179c075e3e16cc25963ef0\"\n            },\n            {\n                \"roles\": [\n                    \"songwriter\",\n                    \"featuring\"\n                ],\n                \"name\": \"Daudé Thibaut\",\n                \"id\": \"62fd46b14972823cf1bc95ec\"\n            }\n        ],\n        \"rateUser\": 0.8\n    }\n}"}],"_postman_id":"9fdca291-1c16-4e12-ab37-1471baeeeb32"}],"id":"4da4e0b1-8c68-483a-830a-b3a3cd99b93d","_postman_id":"4da4e0b1-8c68-483a-830a-b3a3cd99b93d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Update User","event":[{"listen":"test","script":{"id":"cf38107f-9160-48cc-88e9-390496196844","exec":["pm.test(\"Schema is valid\", function () {\r","  var schema = {\r","    type: \"object\",\r","    properties: {\r","      band: {\r","        type: \"array\",\r","        items: {\r","          type: \"string\"\r","        },\r","      },\r","      _id: {\r","        type: \"string\",\r","      },\r","      email: {\r","        type: \"string\",\r","      },\r","      name: {\r","        type: \"string\",\r","      },\r","      password: {\r","        type: \"string\",\r","      },\r","      role: {\r","        type: \"string\",\r","      },\r","      updatedAt: {\r","        type: \"string\",\r","      },\r","      labelNames: {\r","        type: \"array\",\r","        items: {\r","          type: \"string\"\r","        },\r","      },\r","      fullName: {\r","        type: \"string\",\r","      },\r","      cellPhone: {\r","        type: \"string\",\r","      },\r","      rateUser: {\r","        type: \"array\",\r","        items: {\r","          type: \"object\",\r","          properties: {\r","            _id: { type: \"string\" },\r","            date: { type: \"string\" },\r","            value: { type: \"number\" }\r","          }\r","        },\r","      },\r","      createdAt: {\r","        type: \"string\",\r","      },\r","      legals: {\r","        type: \"string\",\r","      },\r","      beneficiaries: {\r","        type: \"array\",\r","        items: {\r","          type: \"object\",\r","          properties: {\r","            id: { type: \"string\" }\r","          }\r","        },\r","      },\r","      priceIds: {\r","        type: \"array\",\r","        items: {\r","          type: \"string\"\r","        },\r","      },\r","      subscriptionCustomer: {\r","        type: \"string\",\r","      },\r","      dashgoId: {\r","        type: \"string\",\r","      },\r","      invitedBy: {\r","        type: \"string\",\r","      },\r","      artisticName: { \r","        type: \"string\"\r","      },\r","      lastAdminLogin: {\r","        type: \"string\",\r","      },\r","    },\r","    required: [\"_id\", \"email\", \"name\", \"password\", \"role\", \"updatedAt\", \"createdAt\"],\r","  };\r","\r","  var response = pm.response.json();\r","  pm.expect(tv4.validate(response, schema)).to.be.true;\r","});"],"type":"text/javascript","packages":{}}}],"id":"afa7b280-d439-4fad-844b-8f67539c74c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Haleigh\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/me","description":"<h3 id=\"update-user-profile\">Update User Profile</h3>\n<p>This endpoint allows the user to update their profile information.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>name</code> (string, required): The new name to be updated.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will include the updated user profile information in JSON format, including the user's profile picture, email, full name, role, phone number, and other related data.</p>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"profilePicture\": {\n        \"original\": \"\",\n        \"thumbnail\": \"\"\n    },\n    \"_id\": \"\",\n    \"email\": \"\",\n    \"fullName\": \"\",\n    \"name\": \"\",\n    \"password\": \"\",\n    \"role\": \"\",\n    \"updatedAt\": \"\",\n    \"legals\": \"\",\n    \"labelNames\": [\"\"],\n    \"rateUser\": [\n        {\n            \"_id\": \"\",\n            \"date\": \"\",\n            \"value\": 0\n        }\n    ],\n    \"createdAt\": \"\",\n    \"band\": [\n        {\n            \"_id\": \"\",\n            \"artist\": \"\",\n            \"roles\": [\"\"]\n        }\n    ],\n    \"beneficiaries\": [\n        {\n            \"id\": \"\",\n            \"favorite\": true\n        }\n    ],\n    \"priceIds\": [\"\"],\n    \"subscriptionCustomer\": \"\",\n    \"cellPhone\": \"\",\n    \"enabled\": true,\n    \"lastAdminLogin\": \"\",\n    \"labelUsers\": [\"\"]\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["me"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"14bfff38-5fa9-4be7-963b-c66c9b93d7ba","name":"Update name","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Genevieve\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"638"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Aug 2024 16:56:14 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"ab2ffd9c-e64f-4889-aa53-8e7e56b602c0"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cJcPOG7QIAMEkXw="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b3a72d-534402066f41aacf452ab6f2;Parent=5ad8ca44086a04c5;Sampled=0;lineage=5cf411e8:0|dcf1f261:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0fe3a6affd9c75a6ee8c84eec56ea508.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"7YbNUo6TU-5kE6YRd2yvUwJHo741otQQIInidqbZazyT6KiuHJ8Lgw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"66b3a319b2342c9547445759\",\n    \"entity\": \"Hermiston - Hand\",\n    \"mastersToTransfer\": \"135\",\n    \"channelUrl\": \"https://www.youtube.com/channel/aaec62f5-5006-4c12-a946-f2497cb076bc\",\n    \"rateUser\": [\n        {\n            \"date\": \"2024-08-07T16:38:49.352Z\",\n            \"value\": 0.9,\n            \"_id\": \"66b3a319b2342c954744575a\"\n        }\n    ],\n    \"labelNames\": [],\n    \"name\": \"Sarina\",\n    \"email\": \"sunny44@gmail.com\",\n    \"fullName\": \"Guy Bednar\",\n    \"role\": \"LABEL\",\n    \"priceIds\": [\n        \"663e4dd94590d717050b6d6d\"\n    ],\n    \"band\": [],\n    \"beneficiaries\": [],\n    \"createdAt\": \"2024-08-07T16:38:49.367Z\",\n    \"updatedAt\": \"2024-08-07T16:56:14.054Z\",\n    \"__v\": 0,\n    \"password\": \"$2a$12$xnLhWQAbMY.h7asavlGIT.4wocD3U2TU29JA6v.umOGLGdExhY0lq\",\n    \"lastAdminLogin\": \"2024-08-07T16:54:06.342Z\"\n}"}],"_postman_id":"afa7b280-d439-4fad-844b-8f67539c74c0"},{"name":"Get User Details","id":"fc97d23f-664a-4c17-9d70-5c4cbf63cf5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/me","description":"<p>The <code>GET</code> request to <code>/me</code> endpoint retrieves user information. The response is a JSON object with fields such as <code>id</code>, <code>name</code>, <code>email</code>, <code>role</code>, <code>fullName</code>, <code>cellPhone</code>, <code>profilePicture</code>, <code>legals</code>, <code>labelNames</code>, <code>labelUsers</code>, <code>band</code>, and <code>rateUser</code>. The response data is required to have these fields and returns a <code>200</code> status code.</p>\n<p>Here is a JSON schema representing the response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"id\": { \"type\": \"string\" },\n    \"name\": { \"type\": \"string\" },\n    \"email\": { \"type\": \"string\" },\n    \"role\": { \"type\": \"string\" },\n    \"fullName\": { \"type\": \"string\" },\n    \"cellPhone\": { \"type\": \"string\" },\n    \"profilePicture\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"original\": { \"type\": \"string\" },\n        \"thumbnail\": { \"type\": \"string\" }\n      }\n    },\n    \"legals\": { \"type\": \"string\" },\n    \"labelNames\": {\n      \"type\": \"array\",\n      \"items\": { \"type\": \"string\" }\n    },\n    \"labelUsers\": {\n      \"type\": \"array\",\n      \"items\": { \"type\": \"string\" }\n    },\n    \"band\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"roles\": {\n            \"type\": \"array\",\n            \"items\": { \"type\": \"string\" }\n          },\n          \"name\": { \"type\": \"string\" },\n          \"id\": { \"type\": \"string\" }\n        }\n      }\n    },\n    \"rateUser\": { \"type\": \"number\" }\n  },\n  \"required\": [\"id\", \"name\", \"email\", \"role\", \"fullName\", \"cellPhone\", \"profilePicture\", \"legals\", \"labelNames\", \"labelUsers\", \"band\", \"rateUser\"],\n  \"additionalProperties\": false\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["me"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"e55c9a2e-5c0e-4596-9570-90c8bfdebde0","name":"Me","originalRequest":{"method":"GET","header":[],"url":"{{api-url}}/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"157"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Aug 2024 16:56:31 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"be7e6fe9-4843-4189-95fc-466aa0fbe78d"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cJcR4Ed0IAMEgjQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b3a73e-4c5409596cb62c883bc8f302;Parent=04e19a3e557189aa;Sampled=0;lineage=5cf411e8:0|dcf1f261:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0fe3a6affd9c75a6ee8c84eec56ea508.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"Y1jBZsXjRVBKpWkky_xT7WKjLT6aMBP7-AkexG9YU_KJfpxIlDnV5Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66b3a319b2342c9547445759\",\n    \"name\": \"Sarina\",\n    \"email\": \"sunny44@gmail.com\",\n    \"role\": \"LABEL\",\n    \"fullName\": \"Guy Bednar\",\n    \"labelNames\": [],\n    \"band\": [],\n    \"rateUser\": 0.9\n}"}],"_postman_id":"fc97d23f-664a-4c17-9d70-5c4cbf63cf5c"}],"id":"f2809d97-ee44-45fc-bc38-02f19f496588","description":"<p>Endpoints in this category will handle all aspects of user authentication. These endpoints are accessible to all user roles.</p>\n<ol>\n<li><p><strong>Login</strong>: Authenticates a user by verifying their credentials and provides a token for session management.</p>\n</li>\n<li><p><strong>Sign Up</strong>: Allows new users to create an account by providing necessary details such as username, password, and email.</p>\n</li>\n<li><p><strong>Change Password</strong>: Allows a user to change their current password.</p>\n</li>\n<li><p><strong>Restore Password</strong>: Facilitates password recovery by sending a reset link to the user's registered email address.</p>\n</li>\n<li><p><strong>Get account details</strong>: Retrieves the current user's profile information.</p>\n</li>\n<li><p><strong>Update account</strong>: Updates the user's profile information, including profile picture and other details.</p>\n</li>\n</ol>\n","_postman_id":"f2809d97-ee44-45fc-bc38-02f19f496588","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Account Management","item":[{"name":"Taxes & Legals","item":[{"name":"Taxes","item":[{"name":"Create a Tax","event":[{"listen":"test","script":{"id":"97182601-f076-46d1-9a61-d5a2db7f63b0","exec":["var jsonData = JSON.parse(responseBody);\r","pm.environment.set(\"tax-id\", jsonData.data._id);"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"c68e8e08-2cb2-4425-ac1e-bdf303f9d7c2","exec":["pm.variables.set(\"jsonSchema\", JSON.stringify({\r","    \"$schema\": \"https://json-schema.org/draft/2019-09/schema\",\r","    \"$id\": \"http://example.com/example.json\",\r","    \"type\": \"object\",\r","    \"default\": {},\r","    \"title\": \"Root Schema\",\r","    \"required\": [\r","        \"rate\",\r","        \"type\",\r","        \"countryCode\",\r","        \"url\"\r","    ],\r","    \"properties\": {\r","        \"rate\": {\r","            \"type\": \"number\",\r","            \"default\": 0.0,\r","            \"title\": \"The rate Schema\",\r","            \"examples\": [\r","                0.8\r","            ]\r","        },\r","        \"type\": {\r","            \"type\": \"string\",\r","            \"default\": \"\",\r","            \"title\": \"The type Schema\",\r","            \"examples\": [\r","                \"W-8\",\r","                \"W-9\"\r","            ]\r","        },\r","        \"countryCode\": {\r","            \"type\": \"string\",\r","            \"default\": \"\",\r","            \"title\": \"The countryCode Schema\",\r","            \"examples\": [\r","                \"JO\"\r","            ]\r","        },\r","        \"url\": {\r","            \"type\": \"string\",\r","            \"default\": \"\",\r","            \"title\": \"The url Schema\",\r","            \"examples\": [\r","                \"https://example.com/tax.pdf\"\r","            ]\r","        }\r","    },\r","    \"examples\": [{\r","        \"rate\": 0.8,\r","        \"type\": \"W-8\",\r","        \"countryCode\": \"ZW\",\r","        \"url\": \"https://example.com/tax.pdf\"\r","    }]\r","}));"],"type":"text/javascript","packages":{}}}],"id":"40bcbb8c-2dd9-49a1-aeab-9459fe3b392e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rate\": 0.8,\r\n    \"type\": \"W-8\", // W-8 | W-9\r\n    \"countryCode\": \"SE\",\r\n    \"url\": \"https://example.com/tax.pdf\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/taxes","description":"<h3 id=\"post-taxes\">POST /taxes</h3>\n<p>This endpoint allows the user to submit tax information.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>rate</code> (number): The tax rate.</p>\n</li>\n<li><p><code>type</code> (string): The type of tax form (W-8 or W-9).</p>\n</li>\n<li><p><code>countryCode</code> (string): The country code for tax purposes.</p>\n</li>\n<li><p><code>url</code> (string): The URL of the tax document.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format and follows the schema below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"\",\n  \"rate\": 0,\n  \"url\": \"\",\n  \"status\": \"\",\n  \"user\": \"\",\n  \"countryCode\": \"\",\n  \"createdBy\": \"\",\n  \"_id\": \"\",\n  \"createdAt\": \"\",\n  \"updatedAt\": \"\",\n  \"__v\": 0\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["taxes"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"fcacc294-9476-4104-852c-204537b03107","name":"Create a Tax","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rate\": 0.8,\r\n    \"type\": \"W-8\", // W-8 | W-9\r\n    \"countryCode\": \"CD\",\r\n    \"url\": \"https://example.com/tax.pdf\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/taxes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"304"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:56:55 GMT"},{"key":"x-amzn-RequestId","value":"34dc2505-75e3-40de-a539-f5c0306147db"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cG1WKE__oAMEYuQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b29c27-3880739476eb18f26c3cfe5b;Parent=448687a5c803ece2;Sampled=0;lineage=5cf411e8:0|a7849f1c:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ffa4b37ccdc94a8c62bf6b6414725210.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"sbF2s24qkunOsVgY_QBENi3FlxVn5VmAYuy1vk4EjwXNnwyjNyByUQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"W-8\",\n        \"rate\": 0.8,\n        \"url\": \"https://example.com/tax.pdf\",\n        \"status\": \"underReview\",\n        \"user\": \"60df241a6b92fdf08952a8a4\",\n        \"countryCode\": \"ZM\",\n        \"createdBy\": \"60df241a6b92fdf08952a8a4\",\n        \"_id\": \"66b29c270e224f3a01d198b5\",\n        \"createdAt\": \"2024-08-06T21:56:55.224Z\",\n        \"updatedAt\": \"2024-08-06T21:56:55.224Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"40bcbb8c-2dd9-49a1-aeab-9459fe3b392e"},{"name":"Update a Tax","id":"5f2795ff-b361-429e-9125-e5dca67ba369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rate\": 0.6\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/taxes/:taxId","description":"<h3 id=\"update-tax-rate\">Update Tax Rate</h3>\n<p>This endpoint allows the user to update the tax rate by sending an HTTP PATCH request to <code>{{api-url}}/taxes/:taxId</code>.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>The request body should be in raw format with a JSON payload.</p>\n<ul>\n<li><code>rate</code> (number, required): The new tax rate to be updated.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {\n    \"_id\": \"\",\n    \"type\": \"\",\n    \"rate\": 0,\n    \"url\": \"\",\n    \"status\": \"\",\n    \"user\": \"\",\n    \"countryCode\": \"\",\n    \"createdBy\": \"\",\n    \"createdAt\": \"\",\n    \"updatedAt\": \"\",\n    \"__v\": 0,\n    \"updatedBy\": \"\"\n  }\n}\n\n</code></pre>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {\n    \"_id\": \"\",\n    \"type\": \"\",\n    \"rate\": 0,\n    \"url\": \"\",\n    \"status\": \"\",\n    \"user\": \"\",\n    \"countryCode\": \"\",\n    \"createdBy\": \"\",\n    \"createdAt\": \"\",\n    \"updatedAt\": \"\",\n    \"__v\": 0,\n    \"updatedBy\": \"\"\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["taxes",":taxId"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>Tax ID</p>\n","type":"text/plain"},"type":"any","value":"{{tax-id}}","key":"taxId"}]}},"response":[{"id":"952cc7d7-d92d-44cb-8103-af80e530ee44","name":"Update Tax Url","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://example.com/tax2.pdf\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api-url}}/taxes/:taxId","host":["{{api-url}}"],"path":["taxes",":taxId"],"variable":[{"key":"taxId","value":"{{tax-id}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"dc78dc48-ff43-43f6-acf0-6cb44c9fae91","name":"Update a Tax Status","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"reviewed\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api-url}}/taxes/:taxId","host":["{{api-url}}"],"path":["taxes",":taxId"],"variable":[{"key":"taxId","value":"{{tax-id}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"b98a5d52-ab3b-48c3-b4dd-da0f2d5a9698","name":"Update a Tax Rate","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rate\": 0.6\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api-url}}/taxes/:taxId","host":["{{api-url}}"],"path":["taxes",":taxId"],"variable":[{"key":"taxId","value":"{{tax-id}}","description":"Tax ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"343"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:58:19 GMT"},{"key":"x-amzn-RequestId","value":"1c964c21-f643-446a-836b-c4f761bc8cf4"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cG1jVGiYoAMEsIQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b29c7b-16e3c6da66f66ad625b981de;Parent=5dfea483ea487e67;Sampled=0;lineage=5cf411e8:0|a7849f1c:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 76a7fdbced88b6eccf433c4e386bae40.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"6l8j6xe0oW0dBoxe2uWBcMIC9fB1RK3FJQ8PZbmvOe7V-6lbsaEjfA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"66b29c770e224f3a01d198be\",\n        \"type\": \"W-8\",\n        \"rate\": 0.6,\n        \"url\": \"https://example.com/tax.pdf\",\n        \"status\": \"underReview\",\n        \"user\": \"60df241a6b92fdf08952a8a4\",\n        \"countryCode\": \"AR\",\n        \"createdBy\": \"60df241a6b92fdf08952a8a4\",\n        \"createdAt\": \"2024-08-06T21:58:15.771Z\",\n        \"updatedAt\": \"2024-08-06T21:58:19.456Z\",\n        \"__v\": 0,\n        \"updatedBy\": \"60df241a6b92fdf08952a8a4\"\n    }\n}"}],"_postman_id":"5f2795ff-b361-429e-9125-e5dca67ba369"},{"name":"Get list of Taxes","id":"91531030-b783-4a7d-84b4-7d9f45b1fa66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/taxes/","description":"<p>The endpoint retrieves a list of taxes.</p>\n<p>The response of the request can be documented as a JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"data\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"_id\": {\n            \"type\": \"string\"\n          },\n          \"type\": {\n            \"type\": \"string\"\n          },\n          \"rate\": {\n            \"type\": \"number\"\n          },\n          \"url\": {\n            \"type\": \"string\"\n          },\n          \"status\": {\n            \"type\": \"string\"\n          },\n          \"user\": {\n            \"type\": \"string\"\n          },\n          \"countryCode\": {\n            \"type\": \"string\"\n          },\n          \"createdBy\": {\n            \"type\": \"string\"\n          },\n          \"createdAt\": {\n            \"type\": \"string\"\n          },\n          \"updatedAt\": {\n            \"type\": \"string\"\n          },\n          \"__v\": {\n            \"type\": \"number\"\n          },\n          \"updatedBy\": {\n            \"type\": \"string\"\n          }\n        },\n        \"required\": [\n          \"_id\",\n          \"type\",\n          \"rate\",\n          \"url\",\n          \"status\",\n          \"user\",\n          \"countryCode\",\n          \"createdBy\",\n          \"createdAt\",\n          \"updatedAt\",\n          \"__v\",\n          \"updatedBy\"\n        ]\n      }\n    }\n  },\n  \"required\": [\"data\"]\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["taxes",""],"host":["{{api-url}}"],"query":[{"disabled":true,"key":"status","value":"reviewed"},{"disabled":true,"key":"status","value":"underReview"},{"disabled":true,"key":"status","value":"voided"},{"disabled":true,"key":"status","value":"rejected"}],"variable":[]}},"response":[{"id":"c25788ab-ce70-4fd3-9fa6-5e99d1f1f257","name":"List All Taxes","originalRequest":{"method":"GET","header":[],"url":"{{api-url}}/taxes/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"8cbd810d-6005-4b92-a097-00e0c3e0066a","name":"List By Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/taxes/?status=reviewed","host":["{{api-url}}"],"path":["taxes",""],"query":[{"key":"status","value":"reviewed","type":"text"},{"key":"status","value":"underReview","type":"text","disabled":true},{"key":"status","value":"voided","type":"text","disabled":true},{"key":"status","value":"rejected","type":"text","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"91531030-b783-4a7d-84b4-7d9f45b1fa66"}],"id":"a1edc66f-aac7-44fc-a9b8-c7ca8daa5e07","_postman_id":"a1edc66f-aac7-44fc-a9b8-c7ca8daa5e07","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Legals","item":[{"name":"Get current Legal","id":"44a98328-8ccc-455c-be57-36befb50ad85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/legals","description":"<p>The endpoint makes an HTTP GET request to retrieve legal information. The response for this request follows the JSON schema below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"date\": {\n      \"type\": \"string\"\n    },\n    \"href\": {\n      \"type\": \"string\"\n    },\n    \"_id\": {\n      \"type\": \"string\"\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["legals"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"a146282a-f56d-4dce-9155-6848ae9f3057","name":"Get current Legal","originalRequest":{"method":"GET","header":[],"url":"{{api-url}}/legals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"155"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 20:52:58 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"6c7f1924-43d3-429f-a0d0-6be4ff8b79ca"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGr-sHL3IAMEWjw="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b28d2a-425c3476746ef44f5ed67035;Parent=2924ef2f9c2a7ce0;Sampled=0;lineage=5cf411e8:0|16fe5459:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c8ecc3e92074bcb21534fcd1728e78a6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"REuMsXtOxrQ0WMG8elQyQd6nkpGjmy44UvYG8zASEFiwiwd5Dh0awQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"date\": \"2022-09-14T15:50:05.000Z\",\n    \"href\": \"https://zil-files-prod.s3.amazonaws.com/Legals/Terms__Conditions_ZIL.docx.pdf\",\n    \"_id\": \"62e96b5f340bfafd5e56fe61\"\n}"}],"_postman_id":"44a98328-8ccc-455c-be57-36befb50ad85"},{"name":"Get Legal signature status","id":"ee4cf102-1fde-4905-9ec8-115cb78cc72e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/legals/check","description":"<h3 id=\"check-legals\">Check Legals</h3>\n<p>This endpoint sends an HTTP GET request to {{api-url}}/legals/check to retrieve the status of the latest legals acceptance.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>This request does not require a request body.</p>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><code>hasAcceptedLatestLegals</code> (boolean): Indicates whether the user has accepted the latest legals.</p>\n<ul>\n<li><p><code>true</code> if the user has accepted the latest legals.</p>\n</li>\n<li><p><code>false</code> if the user has not accepted the latest legals.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["legals","check"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"b3753ccb-c3f5-40f3-a764-c4303d18d19f","name":"Get Legal signature status","originalRequest":{"method":"GET","header":[],"url":"{{api-url}}/legals/check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 20:53:37 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"9f087ed1-99e1-4245-bd9e-5658bce03481"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGsEyGdQoAMEJgQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b28d51-44cdf48c5d951b7e41b18809;Parent=666211e672221593;Sampled=0;lineage=5cf411e8:0|16fe5459:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c8ecc3e92074bcb21534fcd1728e78a6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"nRdHFQ6pnU47D4TMiS85bZHaw9ikTiPDGR27notpUs-CAgCIkSI-nQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"hasAcceptedLatestLegals\": false\n}"}],"_postman_id":"ee4cf102-1fde-4905-9ec8-115cb78cc72e"}],"id":"ae955bab-affa-4fcd-bc03-f0d4047170d5","_postman_id":"ae955bab-affa-4fcd-bc03-f0d4047170d5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}}],"id":"53c6b081-777c-4ed7-8128-c8b5789f4b0d","_postman_id":"53c6b081-777c-4ed7-8128-c8b5789f4b0d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Subscriptions","item":[{"name":"Create a Suscription","id":"23e411b6-959f-4f46-8d79-7bf04384f76a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"priceId\": \"{{priceId}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/subscriptions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["subscriptions"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"23e411b6-959f-4f46-8d79-7bf04384f76a"},{"name":"List available suscriptions","id":"4e7c15f7-b8fc-4989-a014-7f30065d2089","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/subscriptions/prices","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["subscriptions","prices"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"dc6ea6ae-f576-4c51-b52a-8f112dc9f8fe","name":"List available suscriptions","originalRequest":{"method":"GET","header":[],"url":"{{api-url}}/subscriptions/prices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"103"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Aug 2024 18:32:43 GMT"},{"key":"x-amzn-RequestId","value":"dd1a9f66-75ab-4edd-906b-369828a173c6"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cJqXtFD-oAMEIZA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b3bdca-28cbb10d23efe38d33523ad8;Parent=3c559df10280da61;Sampled=0;lineage=5cf411e8:0|efc7b079:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d4b41c13595dcfd327649d8cdea72ce8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"npRwxdERmr33R-IBnSdF6Cc-555qF8UGnldYHrZbDOVELUrKKrhURw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"price\": {\n                \"id\": \"price_1P2FqzBAnIkolD0UTcutByrV\",\n                \"name\": \"Zil Distribution\",\n                \"amount\": 23.99\n            }\n        }\n    ]\n}"}],"_postman_id":"4e7c15f7-b8fc-4989-a014-7f30065d2089"},{"name":"List linked cards","id":"5a235110-f2e3-447f-9e48-5c3aa50d956a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/subscriptions/cards","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["subscriptions","cards"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a235110-f2e3-447f-9e48-5c3aa50d956a"}],"id":"7bf73275-780e-428e-9bca-34d703360f24","_postman_id":"7bf73275-780e-428e-9bca-34d703360f24","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Notifications","item":[{"name":"Get list of Notifications","id":"0ed45fbe-3b1f-45a1-875f-e4730ba7fb77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/notifications","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["notifications"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"629ff9bd-fbdd-4ac0-abee-a529d31c1d20","name":"Get list of Notifications","originalRequest":{"method":"GET","header":[],"url":"{{api-url}}/notifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"83090"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 20:28:33 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"ce0beb12-5a2f-49e5-9367-8458988c3082"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGoZjH-XIAMEkXw="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b28770-03f19be02e7adae756b86689;Parent=192367a05cfff1e9;Sampled=0;lineage=5cf411e8:0|9324e1d0:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 f8be080a6fac1759b42996f2d4762506.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"kUq18TVFTAnUK0IPamjNKYLZU5XJAMA910fYK087aKcd95cFUgb6hA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"66ae6469eaaa6e4642f13fa0\",\n            \"title\": \"Welcome to Zil Distribution!\",\n            \"message\": \"\\n    <table border=\\\"0\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\"\\n      style=\\\"width:100%!important;max-width:600px!important;margin:auto;background:#F1F2F3\\\">\\n      <tbody>\\n        <tr>\\n          <td>\\n            <center>\\n  <table width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"color:black;background:white;min-width:550px\\\">\\n    <tbody>\\n      <tr>\\n        <td style=\\\"\\\">\\n          <a href=\\\"https://zil.gl\\\" target=\\\"_blank\\\">\\n            <img src=\\\"https://zil-mail-images.s3.amazonaws.com/Zil+Header.png\\\" width=\\\"100%\\\">\\n          </a>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n            <table style=\\\"background-color:#ffffff;background:white\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n  <tbody>\\n    <tr>\\n      <td align=\\\"center\\\">\\n        <center>\\n          <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"90%\\\">\\n            <tbody>\\n              <tr>\\n                <center>\\n                  <center>\\n                    <table style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td height=\\\"50\\\">&nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                          <td align=\\\"center\\\">\\n                            <center>\\n                              <table width=\\\"100%\\\" style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                                <tbody>\\n                                  <tr>\\n                                    <td align=\\\"center\\\">\\n                                      <img width=\\\"105px\\\" src=https://zil-mail-images.s3.amazonaws.com/Bottle.png>\\n                                    </td>\\n                                  </tr>\\n                                </tbody>\\n                              </table>\\n                            </center>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                  <center>\\n              </tr>\\n              <tr>\\n                <td align=\\\"center\\\" style=\\\"padding:2px; font-size:9px;color:#838999;font-family:'Roboto';font-family:sans-serif;white-space:nowrap\\\">Important Notice for Frantisek Fiala at Zil Distribution</td>\\n              </tr>\\n              <tr>\\n                <td>\\n                  <center>\\n                    <table width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:25px;font-weight:700;line-height:0.5;vertical-align:bottom;font-family:'Roboto';font-family:sans-serif;text-align:center;font-size:24px;font-weight:700\\\">\\n                            <p class=\\\"\\\" style=\\\"margin: 14px;margin-top:16px\\\">Your account is now live</p>\\n                          </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap;padding-bottom:5px\\\"> We're excited to welcome you! </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap\\\">Now, let's prepare your profile for distribution</td>\\n                        </tr>\\n                        <tr>\\n                          <td height=\\\"80\\\" align=\\\"center\\\">\\n                            <a href=https://zil.gl/register?code&#x3D;6GcHo4KTFUPB style=\\\"text-decoration:none\\\" target=\\\"_blank\\\">\\n                              <table height=\\\"30\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"180\\\" bgcolor=\\\"black\\\" style=\\\"color:#ffffff;text-align:center;font-family:'Circular Std Book',sans-serif;border-radius:8px;font-size:14px\\\">\\n                                <tbody>\\n                                  <tr>\\n                                    <td height=\\\"28\\\" width=\\\"100%\\\" style=\\\"font-size:12px;text-decoration:none;color:#F2F3F4;font-family:sans-serif;max-width:550\\\"> Let's Begin </td>\\n                                  </tr>\\n                                </tbody>\\n                              </table>\\n                            </a>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                </td>\\n              </tr>\\n            </tbody>\\n          </table>\\n        </center>\\n      </td>\\n    </tr>\\n    \\n  <center>\\n  <table width=\\\"100%\\\" style=\\\"\\\">\\n    <tbody>\\n      <tr>\\n        <td>\\n          <center>\\n            <table width=\\\"100%\\\">\\n              <tbody>\\n                <tr>\\n                  <td height=\\\"40\\\" style=\\\"background: white;\\\"></td>\\n                </tr>\\n                <center>\\n                  <div style=\\\"margin-left:60px;margin-right:60px;border-radius:2px; height: 2px; background: #C2C2C2;\\\"></div>\\n                </center>\\n                <tr>\\n                  <td height=\\\"10\\\" style=\\\"\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\">\\n                    <a height=\\\"18\\\" style=\\\"font-size:14px;color:black;padding-left:60px;font-weight:600;font-family:'Arial';text-decoration:none\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\"> Latest news </a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"5\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\" style=\\\"font-size:18px;line-height:1.5;font-family:'Arial';padding-left:60px;font-weight: 600;padding-right:60px\\\">\\n                    <a style=\\\"color:black;\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">Zil Global Announces Its Revolutionary Distribution Platform For Labels, In Collaboration With Downtown Music Services</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"15\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td style=\\\"font-size:10px;color:black;font-family:'Arial';font-weight:500;padding-left:60px\\\">\\n                    <a style=\\\"text-decoration:none;color:black;text-transform: uppercase\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">May 02, 2023 - By Business Insider</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"80\\\"></td>\\n                </tr>\\n              </tbody>\\n            </table>\\n          </center>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n    \\n  </tbody>\\n</table>\\n            <table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" role=\\\"presentation\\\" style=\\\"width:100%\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"text-align:center;vertical-align:bottom;background: white;\\\">\\n        <a href=\\\"https://zil.gl\\\" style=\\\"font-size: 12px;font-weight:500;line-height: 1;font-family:'Roboto';white-space:nowrap;color:black\\\" target=\\\"_blank\\\">Dashboard Access</a>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">This email has been generated automatically. Please do not reply to it. </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">Zil Distribution, LLC </td>\\n    </tr>\\n  </tbody>\\n</table>\\n          </td>\\n        </tr>\\n      </tbody>\\n    </table>\\n  \",\n            \"type\": \"success\",\n            \"seen\": false,\n            \"createdAt\": \"2024-08-03T17:10:01.456Z\",\n            \"updatedAt\": \"2024-08-03T17:10:01.456Z\"\n        },\n        {\n            \"id\": \"66ae6454eaaa6e4642f13f94\",\n            \"title\": \"Verify your account\",\n            \"message\": \"\\n    <table border=\\\"0\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\"\\n      style=\\\"width:100%!important;max-width:600px!important;margin:auto;background:#F1F2F3\\\">\\n      <tbody>\\n        <tr>\\n          <td>\\n            <center>\\n  <table width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"color:black;background:white;min-width:550px\\\">\\n    <tbody>\\n      <tr>\\n        <td style=\\\"\\\">\\n          <a href=\\\"https://zil.gl\\\" target=\\\"_blank\\\">\\n            <img src=\\\"https://zil-mail-images.s3.amazonaws.com/Zil+Header.png\\\" width=\\\"100%\\\">\\n          </a>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n            <table style=\\\"background-color:#ffffff;background:white\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n  <tbody>\\n    <tr>\\n      <td align=\\\"center\\\">\\n        <center>\\n          <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"90%\\\">\\n            <tbody>\\n              <tr>\\n                <center>\\n                  <center>\\n                    <table style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td height=\\\"50\\\">&nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                          <td align=\\\"center\\\">\\n                            <center>\\n                              <table width=\\\"100%\\\" style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                                <tbody>\\n                                  <tr>\\n                                    <td align=\\\"center\\\">\\n                                      <img width=\\\"65px\\\" src=https://zil-mail-images.s3.amazonaws.com/Reset+Password.png>\\n                                    </td>\\n                                  </tr>\\n                                </tbody>\\n                              </table>\\n                            </center>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                  <center>\\n              </tr>\\n              <tr>\\n                <td align=\\\"center\\\" style=\\\"padding:8px; font-size:9px;color:#838999;font-family:'Roboto';font-family:sans-serif;white-space:nowrap\\\">Important Notice for  at Zil Distribution</td>\\n              </tr>\\n              <tr>\\n                <td>\\n                  <center>\\n                    <table width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:25px;font-weight:700;line-height:0.5;vertical-align:bottom;font-family:'Roboto';font-family:sans-serif;text-align:center;font-size:24px;font-weight:700\\\">\\n                            <p class=\\\"\\\" style=\\\"margin: 14px;margin-top:16px\\\">Verify your account</p>\\n                          </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap;padding-bottom:5px\\\"> A confirmation for your Zil Distribution account was requested. </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap\\\">Use the code below to complete the process:</td>\\n                        </tr>\\n                        <tr>\\n                          <td height=\\\"60\\\" align=\\\"center\\\">\\n                            <table height=\\\"30\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"80\\\" bgcolor=\\\"white\\\" style=\\\"color:black;text-align:center;font-family:'Circular Std Book',sans-serif;border: 3px solid #999ca6;border-radius: 12px;font-size:14px;border-collapse: separate;\\\">\\n                              <tbody>\\n                                <tr>\\n                                  <td height=\\\"28\\\" width=\\\"100%\\\" style=\\\"font-size:12px;text-decoration:none;color:black;font-family:'Roboto';font-family:sans-serif;max-width:550;letter-spacing:1.5px;font-weight:600\\\">\\n                                    873181\\n                                  </td>\\n                                </tr>\\n                              </tbody>\\n                            </table>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                </td>\\n              </tr>\\n            </tbody>\\n          </table>\\n        </center>\\n      </td>\\n    </tr>\\n    \\n  <center>\\n  <table width=\\\"100%\\\" style=\\\"\\\">\\n    <tbody>\\n      <tr>\\n        <td>\\n          <center>\\n            <table width=\\\"100%\\\">\\n              <tbody>\\n                <tr>\\n                  <td height=\\\"40\\\" style=\\\"background: white;\\\"></td>\\n                </tr>\\n                <center>\\n                  <div style=\\\"margin-left:60px;margin-right:60px;border-radius:2px; height: 2px; background: #C2C2C2;\\\"></div>\\n                </center>\\n                <tr>\\n                  <td height=\\\"10\\\" style=\\\"\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\">\\n                    <a height=\\\"18\\\" style=\\\"font-size:14px;color:black;padding-left:60px;font-weight:600;font-family:'Arial';text-decoration:none\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\"> Latest news </a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"5\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\" style=\\\"font-size:18px;line-height:1.5;font-family:'Arial';padding-left:60px;font-weight: 600;padding-right:60px\\\">\\n                    <a style=\\\"color:black;\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">Zil Global Announces Its Revolutionary Distribution Platform For Labels, In Collaboration With Downtown Music Services</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"15\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td style=\\\"font-size:10px;color:black;font-family:'Arial';font-weight:500;padding-left:60px\\\">\\n                    <a style=\\\"text-decoration:none;color:black;text-transform: uppercase\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">May 02, 2023 - By Business Insider</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"80\\\"></td>\\n                </tr>\\n              </tbody>\\n            </table>\\n          </center>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n    \\n  </tbody>\\n</table>\\n            <table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" role=\\\"presentation\\\" style=\\\"width:100%\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"text-align:center;vertical-align:bottom;background: white;\\\">\\n        <a href=\\\"https://zil.gl\\\" style=\\\"font-size: 12px;font-weight:500;line-height: 1;font-family:'Roboto';white-space:nowrap;color:black\\\" target=\\\"_blank\\\">Dashboard Access</a>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">This email has been generated automatically. Please do not reply to it. </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">Zil Distribution, LLC </td>\\n    </tr>\\n  </tbody>\\n</table>\\n          </td>\\n        </tr>\\n      </tbody>\\n    </table>\\n  \",\n            \"type\": \"success\",\n            \"seen\": false,\n            \"createdAt\": \"2024-08-03T17:09:40.658Z\",\n            \"updatedAt\": \"2024-08-03T17:09:40.658Z\"\n        },\n        {\n            \"id\": \"66adab978a8d7daa1ad823cd\",\n            \"title\": \"A new album is now pending approval\",\n            \"message\": \"\\n    <table border=\\\"0\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\"\\n      style=\\\"width:100%!important;max-width:600px!important;margin:auto;background:#F1F2F3\\\">\\n      <tbody>\\n        <tr>\\n          <td>\\n            <center>\\n  <table width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"color:black;background:white;min-width:550px\\\">\\n    <tbody>\\n      <tr>\\n        <td style=\\\"\\\">\\n          <a href=\\\"https://zil.gl\\\" target=\\\"_blank\\\">\\n            <img src=\\\"https://zil-mail-images.s3.amazonaws.com/Zil+Header.png\\\" width=\\\"100%\\\">\\n          </a>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n            <table style=\\\"background-color:#ffffff;background:white\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n  <tbody>\\n    <tr>\\n      <td align=\\\"center\\\">\\n        <center>\\n          <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"90%\\\">\\n            <tbody>\\n              <tr>\\n                <center>\\n                  <center>\\n                    <table style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td height=\\\"50\\\">&nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                          <td align=\\\"center\\\">\\n                            <center>\\n                              <table width=\\\"100%\\\" style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                                <tbody>\\n                                  <tr>\\n                                    <td align=\\\"center\\\">\\n                                      <img width=\\\"90px\\\" src=https://zil-mail-images.s3.amazonaws.com/Tick.png>\\n                                    </td>\\n                                  </tr>\\n                                </tbody>\\n                              </table>\\n                            </center>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                  <center>\\n              </tr>\\n              <tr>\\n                <td align=\\\"center\\\" style=\\\"padding:8px; font-size:9px;color:#838999;font-family:'Roboto';font-family:sans-serif;white-space:nowrap\\\">Important Notice for Zoe at Zil Distribution</td>\\n              </tr>\\n              <tr>\\n                <td>\\n                  <center>\\n                    <table width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:25px;font-weight:700;line-height:0.5;vertical-align:bottom;font-family:'Roboto';font-family:sans-serif;text-align:center;font-size:24px;font-weight:700\\\">\\n                            <p class=\\\"\\\" style=\\\"margin: 14px;margin-top:16px\\\">Green Room is now waiting for approval</p>\\n                          </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap;padding-bottom:5px\\\"> The album Green Room of Label Tiger is now Pending Approval. </td>\\n                        </tr>\\n                       \\n                        \\n                      </tbody>\\n                    </table>\\n                  </center>\\n                </td>\\n              </tr>\\n            </tbody>\\n          </table>\\n        </center>\\n      </td>\\n    </tr>\\n    \\n  <center>\\n  <table width=\\\"100%\\\" style=\\\"\\\">\\n    <tbody>\\n      <tr>\\n        <td>\\n          <center>\\n            <table width=\\\"100%\\\">\\n              <tbody>\\n                <tr>\\n                  <td height=\\\"40\\\" style=\\\"background: white;\\\"></td>\\n                </tr>\\n                <center>\\n                  <div style=\\\"margin-left:60px;margin-right:60px;border-radius:2px; height: 2px; background: #C2C2C2;\\\"></div>\\n                </center>\\n                <tr>\\n                  <td height=\\\"10\\\" style=\\\"\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\">\\n                    <a height=\\\"18\\\" style=\\\"font-size:14px;color:black;padding-left:60px;font-weight:600;font-family:'Arial';text-decoration:none\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\"> Latest news </a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"5\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\" style=\\\"font-size:18px;line-height:1.5;font-family:'Arial';padding-left:60px;font-weight: 600;padding-right:60px\\\">\\n                    <a style=\\\"color:black;\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">Zil Global Announces Its Revolutionary Distribution Platform For Labels, In Collaboration With Downtown Music Services</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"15\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td style=\\\"font-size:10px;color:black;font-family:'Arial';font-weight:500;padding-left:60px\\\">\\n                    <a style=\\\"text-decoration:none;color:black;text-transform: uppercase\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">May 02, 2023 - By Business Insider</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"80\\\"></td>\\n                </tr>\\n              </tbody>\\n            </table>\\n          </center>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n    \\n  </tbody>\\n</table>\\n            <table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" role=\\\"presentation\\\" style=\\\"width:100%\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"text-align:center;vertical-align:bottom;background: white;\\\">\\n        <a href=\\\"https://zil.gl\\\" style=\\\"font-size: 12px;font-weight:500;line-height: 1;font-family:'Roboto';white-space:nowrap;color:black\\\" target=\\\"_blank\\\">Dashboard Access</a>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">This email has been generated automatically. Please do not reply to it. </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">Zil Distribution, LLC </td>\\n    </tr>\\n  </tbody>\\n</table>\\n          </td>\\n        </tr>\\n      </tbody>\\n    </table>\\n  \",\n            \"type\": \"success\",\n            \"seen\": false,\n            \"createdAt\": \"2024-08-03T04:01:27.348Z\",\n            \"updatedAt\": \"2024-08-03T04:01:27.348Z\"\n        },\n        {\n            \"id\": \"66adab978a8d7daa1ad823c7\",\n            \"title\": \"A new album is now pending approval\",\n            \"message\": \"\\n    <table border=\\\"0\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\"\\n      style=\\\"width:100%!important;max-width:600px!important;margin:auto;background:#F1F2F3\\\">\\n      <tbody>\\n        <tr>\\n          <td>\\n            <center>\\n  <table width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"color:black;background:white;min-width:550px\\\">\\n    <tbody>\\n      <tr>\\n        <td style=\\\"\\\">\\n          <a href=\\\"https://zil.gl\\\" target=\\\"_blank\\\">\\n            <img src=\\\"https://zil-mail-images.s3.amazonaws.com/Zil+Header.png\\\" width=\\\"100%\\\">\\n          </a>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n            <table style=\\\"background-color:#ffffff;background:white\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n  <tbody>\\n    <tr>\\n      <td align=\\\"center\\\">\\n        <center>\\n          <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"90%\\\">\\n            <tbody>\\n              <tr>\\n                <center>\\n                  <center>\\n                    <table style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td height=\\\"50\\\">&nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                          <td align=\\\"center\\\">\\n                            <center>\\n                              <table width=\\\"100%\\\" style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                                <tbody>\\n                                  <tr>\\n                                    <td align=\\\"center\\\">\\n                                      <img width=\\\"90px\\\" src=https://zil-mail-images.s3.amazonaws.com/Tick.png>\\n                                    </td>\\n                                  </tr>\\n                                </tbody>\\n                              </table>\\n                            </center>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                  <center>\\n              </tr>\\n              <tr>\\n                <td align=\\\"center\\\" style=\\\"padding:8px; font-size:9px;color:#838999;font-family:'Roboto';font-family:sans-serif;white-space:nowrap\\\">Important Notice for Tiger at Zil Distribution</td>\\n              </tr>\\n              <tr>\\n                <td>\\n                  <center>\\n                    <table width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:25px;font-weight:700;line-height:0.5;vertical-align:bottom;font-family:'Roboto';font-family:sans-serif;text-align:center;font-size:24px;font-weight:700\\\">\\n                            <p class=\\\"\\\" style=\\\"margin: 14px;margin-top:16px\\\">Green Room is now waiting for approval</p>\\n                          </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap;padding-bottom:5px\\\"> The album Green Room of Label Tiger is now Pending Approval. </td>\\n                        </tr>\\n                       \\n                        \\n                      </tbody>\\n                    </table>\\n                  </center>\\n                </td>\\n              </tr>\\n            </tbody>\\n          </table>\\n        </center>\\n      </td>\\n    </tr>\\n    \\n  <center>\\n  <table width=\\\"100%\\\" style=\\\"\\\">\\n    <tbody>\\n      <tr>\\n        <td>\\n          <center>\\n            <table width=\\\"100%\\\">\\n              <tbody>\\n                <tr>\\n                  <td height=\\\"40\\\" style=\\\"background: white;\\\"></td>\\n                </tr>\\n                <center>\\n                  <div style=\\\"margin-left:60px;margin-right:60px;border-radius:2px; height: 2px; background: #C2C2C2;\\\"></div>\\n                </center>\\n                <tr>\\n                  <td height=\\\"10\\\" style=\\\"\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\">\\n                    <a height=\\\"18\\\" style=\\\"font-size:14px;color:black;padding-left:60px;font-weight:600;font-family:'Arial';text-decoration:none\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\"> Latest news </a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"5\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\" style=\\\"font-size:18px;line-height:1.5;font-family:'Arial';padding-left:60px;font-weight: 600;padding-right:60px\\\">\\n                    <a style=\\\"color:black;\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">Zil Global Announces Its Revolutionary Distribution Platform For Labels, In Collaboration With Downtown Music Services</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"15\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td style=\\\"font-size:10px;color:black;font-family:'Arial';font-weight:500;padding-left:60px\\\">\\n                    <a style=\\\"text-decoration:none;color:black;text-transform: uppercase\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">May 02, 2023 - By Business Insider</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"80\\\"></td>\\n                </tr>\\n              </tbody>\\n            </table>\\n          </center>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n    \\n  </tbody>\\n</table>\\n            <table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" role=\\\"presentation\\\" style=\\\"width:100%\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"text-align:center;vertical-align:bottom;background: white;\\\">\\n        <a href=\\\"https://zil.gl\\\" style=\\\"font-size: 12px;font-weight:500;line-height: 1;font-family:'Roboto';white-space:nowrap;color:black\\\" target=\\\"_blank\\\">Dashboard Access</a>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">This email has been generated automatically. Please do not reply to it. </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">Zil Distribution, LLC </td>\\n    </tr>\\n  </tbody>\\n</table>\\n          </td>\\n        </tr>\\n      </tbody>\\n    </table>\\n  \",\n            \"type\": \"success\",\n            \"seen\": false,\n            \"createdAt\": \"2024-08-03T04:01:27.057Z\",\n            \"updatedAt\": \"2024-08-03T04:01:27.057Z\"\n        },\n        {\n            \"id\": \"66ad4e643f158be28770bcc0\",\n            \"title\": \"Verify your account\",\n            \"message\": \"\\n    <table border=\\\"0\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\"\\n      style=\\\"width:100%!important;max-width:600px!important;margin:auto;background:#F1F2F3\\\">\\n      <tbody>\\n        <tr>\\n          <td>\\n            <center>\\n  <table width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"color:black;background:white;min-width:550px\\\">\\n    <tbody>\\n      <tr>\\n        <td style=\\\"\\\">\\n          <a href=\\\"https://zil.gl\\\" target=\\\"_blank\\\">\\n            <img src=\\\"https://zil-mail-images.s3.amazonaws.com/Zil+Header.png\\\" width=\\\"100%\\\">\\n          </a>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n            <table style=\\\"background-color:#ffffff;background:white\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n  <tbody>\\n    <tr>\\n      <td align=\\\"center\\\">\\n        <center>\\n          <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"90%\\\">\\n            <tbody>\\n              <tr>\\n                <center>\\n                  <center>\\n                    <table style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td height=\\\"50\\\">&nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                          <td align=\\\"center\\\">\\n                            <center>\\n                              <table width=\\\"100%\\\" style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                                <tbody>\\n                                  <tr>\\n                                    <td align=\\\"center\\\">\\n                                      <img width=\\\"65px\\\" src=https://zil-mail-images.s3.amazonaws.com/Reset+Password.png>\\n                                    </td>\\n                                  </tr>\\n                                </tbody>\\n                              </table>\\n                            </center>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                  <center>\\n              </tr>\\n              <tr>\\n                <td align=\\\"center\\\" style=\\\"padding:8px; font-size:9px;color:#838999;font-family:'Roboto';font-family:sans-serif;white-space:nowrap\\\">Important Notice for  at Zil Distribution</td>\\n              </tr>\\n              <tr>\\n                <td>\\n                  <center>\\n                    <table width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:25px;font-weight:700;line-height:0.5;vertical-align:bottom;font-family:'Roboto';font-family:sans-serif;text-align:center;font-size:24px;font-weight:700\\\">\\n                            <p class=\\\"\\\" style=\\\"margin: 14px;margin-top:16px\\\">Verify your account</p>\\n                          </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap;padding-bottom:5px\\\"> A confirmation for your Zil Distribution account was requested. </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap\\\">Use the code below to complete the process:</td>\\n                        </tr>\\n                        <tr>\\n                          <td height=\\\"60\\\" align=\\\"center\\\">\\n                            <table height=\\\"30\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"80\\\" bgcolor=\\\"white\\\" style=\\\"color:black;text-align:center;font-family:'Circular Std Book',sans-serif;border: 3px solid #999ca6;border-radius: 12px;font-size:14px;border-collapse: separate;\\\">\\n                              <tbody>\\n                                <tr>\\n                                  <td height=\\\"28\\\" width=\\\"100%\\\" style=\\\"font-size:12px;text-decoration:none;color:black;font-family:'Roboto';font-family:sans-serif;max-width:550;letter-spacing:1.5px;font-weight:600\\\">\\n                                    220318\\n                                  </td>\\n                                </tr>\\n                              </tbody>\\n                            </table>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                </td>\\n              </tr>\\n            </tbody>\\n          </table>\\n        </center>\\n      </td>\\n    </tr>\\n    \\n  <center>\\n  <table width=\\\"100%\\\" style=\\\"\\\">\\n    <tbody>\\n      <tr>\\n        <td>\\n          <center>\\n            <table width=\\\"100%\\\">\\n              <tbody>\\n                <tr>\\n                  <td height=\\\"40\\\" style=\\\"background: white;\\\"></td>\\n                </tr>\\n                <center>\\n                  <div style=\\\"margin-left:60px;margin-right:60px;border-radius:2px; height: 2px; background: #C2C2C2;\\\"></div>\\n                </center>\\n                <tr>\\n                  <td height=\\\"10\\\" style=\\\"\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\">\\n                    <a height=\\\"18\\\" style=\\\"font-size:14px;color:black;padding-left:60px;font-weight:600;font-family:'Arial';text-decoration:none\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\"> Latest news </a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"5\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\" style=\\\"font-size:18px;line-height:1.5;font-family:'Arial';padding-left:60px;font-weight: 600;padding-right:60px\\\">\\n                    <a style=\\\"color:black;\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">Zil Global Announces Its Revolutionary Distribution Platform For Labels, In Collaboration With Downtown Music Services</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"15\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td style=\\\"font-size:10px;color:black;font-family:'Arial';font-weight:500;padding-left:60px\\\">\\n                    <a style=\\\"text-decoration:none;color:black;text-transform: uppercase\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">May 02, 2023 - By Business Insider</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"80\\\"></td>\\n                </tr>\\n              </tbody>\\n            </table>\\n          </center>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n    \\n  </tbody>\\n</table>\\n            <table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" role=\\\"presentation\\\" style=\\\"width:100%\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"text-align:center;vertical-align:bottom;background: white;\\\">\\n        <a href=\\\"https://zil.gl\\\" style=\\\"font-size: 12px;font-weight:500;line-height: 1;font-family:'Roboto';white-space:nowrap;color:black\\\" target=\\\"_blank\\\">Dashboard Access</a>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">This email has been generated automatically. Please do not reply to it. </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">Zil Distribution, LLC </td>\\n    </tr>\\n  </tbody>\\n</table>\\n          </td>\\n        </tr>\\n      </tbody>\\n    </table>\\n  \",\n            \"type\": \"success\",\n            \"seen\": false,\n            \"createdAt\": \"2024-08-02T21:23:48.746Z\",\n            \"updatedAt\": \"2024-08-02T21:23:48.746Z\"\n        },\n        {\n            \"id\": \"66ad46236777ebdecc09e295\",\n            \"title\": \"A new album is now pending approval\",\n            \"message\": \"\\n    <table border=\\\"0\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\"\\n      style=\\\"width:100%!important;max-width:600px!important;margin:auto;background:#F1F2F3\\\">\\n      <tbody>\\n        <tr>\\n          <td>\\n            <center>\\n  <table width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"color:black;background:white;min-width:550px\\\">\\n    <tbody>\\n      <tr>\\n        <td style=\\\"\\\">\\n          <a href=\\\"https://zil.gl\\\" target=\\\"_blank\\\">\\n            <img src=\\\"https://zil-mail-images.s3.amazonaws.com/Zil+Header.png\\\" width=\\\"100%\\\">\\n          </a>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n            <table style=\\\"background-color:#ffffff;background:white\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n  <tbody>\\n    <tr>\\n      <td align=\\\"center\\\">\\n        <center>\\n          <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"90%\\\">\\n            <tbody>\\n              <tr>\\n                <center>\\n                  <center>\\n                    <table style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td height=\\\"50\\\">&nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                          <td align=\\\"center\\\">\\n                            <center>\\n                              <table width=\\\"100%\\\" style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                                <tbody>\\n                                  <tr>\\n                                    <td align=\\\"center\\\">\\n                                      <img width=\\\"90px\\\" src=https://zil-mail-images.s3.amazonaws.com/Tick.png>\\n                                    </td>\\n                                  </tr>\\n                                </tbody>\\n                              </table>\\n                            </center>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                  <center>\\n              </tr>\\n              <tr>\\n                <td align=\\\"center\\\" style=\\\"padding:8px; font-size:9px;color:#838999;font-family:'Roboto';font-family:sans-serif;white-space:nowrap\\\">Important Notice for Zoe at Zil Distribution</td>\\n              </tr>\\n              <tr>\\n                <td>\\n                  <center>\\n                    <table width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:25px;font-weight:700;line-height:0.5;vertical-align:bottom;font-family:'Roboto';font-family:sans-serif;text-align:center;font-size:24px;font-weight:700\\\">\\n                            <p class=\\\"\\\" style=\\\"margin: 14px;margin-top:16px\\\">Remixes is now waiting for approval</p>\\n                          </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap;padding-bottom:5px\\\"> The album Remixes of Label Sandy Hawkins is now Pending Approval. </td>\\n                        </tr>\\n                       \\n                        \\n                      </tbody>\\n                    </table>\\n                  </center>\\n                </td>\\n              </tr>\\n            </tbody>\\n          </table>\\n        </center>\\n      </td>\\n    </tr>\\n    \\n  <center>\\n  <table width=\\\"100%\\\" style=\\\"\\\">\\n    <tbody>\\n      <tr>\\n        <td>\\n          <center>\\n            <table width=\\\"100%\\\">\\n              <tbody>\\n                <tr>\\n                  <td height=\\\"40\\\" style=\\\"background: white;\\\"></td>\\n                </tr>\\n                <center>\\n                  <div style=\\\"margin-left:60px;margin-right:60px;border-radius:2px; height: 2px; background: #C2C2C2;\\\"></div>\\n                </center>\\n                <tr>\\n                  <td height=\\\"10\\\" style=\\\"\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\">\\n                    <a height=\\\"18\\\" style=\\\"font-size:14px;color:black;padding-left:60px;font-weight:600;font-family:'Arial';text-decoration:none\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\"> Latest news </a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"5\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\" style=\\\"font-size:18px;line-height:1.5;font-family:'Arial';padding-left:60px;font-weight: 600;padding-right:60px\\\">\\n                    <a style=\\\"color:black;\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">Zil Global Announces Its Revolutionary Distribution Platform For Labels, In Collaboration With Downtown Music Services</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"15\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td style=\\\"font-size:10px;color:black;font-family:'Arial';font-weight:500;padding-left:60px\\\">\\n                    <a style=\\\"text-decoration:none;color:black;text-transform: uppercase\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">May 02, 2023 - By Business Insider</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"80\\\"></td>\\n                </tr>\\n              </tbody>\\n            </table>\\n          </center>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n    \\n  </tbody>\\n</table>\\n            <table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" role=\\\"presentation\\\" style=\\\"width:100%\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"text-align:center;vertical-align:bottom;background: white;\\\">\\n        <a href=\\\"https://zil.gl\\\" style=\\\"font-size: 12px;font-weight:500;line-height: 1;font-family:'Roboto';white-space:nowrap;color:black\\\" target=\\\"_blank\\\">Dashboard Access</a>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">This email has been generated automatically. Please do not reply to it. </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">Zil Distribution, LLC </td>\\n    </tr>\\n  </tbody>\\n</table>\\n          </td>\\n        </tr>\\n      </tbody>\\n    </table>\\n  \",\n            \"type\": \"success\",\n            \"seen\": false,\n            \"createdAt\": \"2024-08-02T20:48:35.773Z\",\n            \"updatedAt\": \"2024-08-02T20:48:35.773Z\"\n        },\n        {\n            \"id\": \"66ad46236777ebdecc09e28f\",\n            \"title\": \"A new album is now pending approval\",\n            \"message\": \"\\n    <table border=\\\"0\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\"\\n      style=\\\"width:100%!important;max-width:600px!important;margin:auto;background:#F1F2F3\\\">\\n      <tbody>\\n        <tr>\\n          <td>\\n            <center>\\n  <table width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"color:black;background:white;min-width:550px\\\">\\n    <tbody>\\n      <tr>\\n        <td style=\\\"\\\">\\n          <a href=\\\"https://zil.gl\\\" target=\\\"_blank\\\">\\n            <img src=\\\"https://zil-mail-images.s3.amazonaws.com/Zil+Header.png\\\" width=\\\"100%\\\">\\n          </a>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n            <table style=\\\"background-color:#ffffff;background:white\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n  <tbody>\\n    <tr>\\n      <td align=\\\"center\\\">\\n        <center>\\n          <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"90%\\\">\\n            <tbody>\\n              <tr>\\n                <center>\\n                  <center>\\n                    <table style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td height=\\\"50\\\">&nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                          <td align=\\\"center\\\">\\n                            <center>\\n                              <table width=\\\"100%\\\" style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                                <tbody>\\n                                  <tr>\\n                                    <td align=\\\"center\\\">\\n                                      <img width=\\\"90px\\\" src=https://zil-mail-images.s3.amazonaws.com/Tick.png>\\n                                    </td>\\n                                  </tr>\\n                                </tbody>\\n                              </table>\\n                            </center>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                  <center>\\n              </tr>\\n              <tr>\\n                <td align=\\\"center\\\" style=\\\"padding:8px; font-size:9px;color:#838999;font-family:'Roboto';font-family:sans-serif;white-space:nowrap\\\">Important Notice for Sandy Hawkins at Zil Distribution</td>\\n              </tr>\\n              <tr>\\n                <td>\\n                  <center>\\n                    <table width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:25px;font-weight:700;line-height:0.5;vertical-align:bottom;font-family:'Roboto';font-family:sans-serif;text-align:center;font-size:24px;font-weight:700\\\">\\n                            <p class=\\\"\\\" style=\\\"margin: 14px;margin-top:16px\\\">Remixes is now waiting for approval</p>\\n                          </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap;padding-bottom:5px\\\"> The album Remixes of Label Sandy Hawkins is now Pending Approval. </td>\\n                        </tr>\\n                       \\n                        \\n                      </tbody>\\n                    </table>\\n                  </center>\\n                </td>\\n              </tr>\\n            </tbody>\\n          </table>\\n        </center>\\n      </td>\\n    </tr>\\n    \\n  <center>\\n  <table width=\\\"100%\\\" style=\\\"\\\">\\n    <tbody>\\n      <tr>\\n        <td>\\n          <center>\\n            <table width=\\\"100%\\\">\\n              <tbody>\\n                <tr>\\n                  <td height=\\\"40\\\" style=\\\"background: white;\\\"></td>\\n                </tr>\\n                <center>\\n                  <div style=\\\"margin-left:60px;margin-right:60px;border-radius:2px; height: 2px; background: #C2C2C2;\\\"></div>\\n                </center>\\n                <tr>\\n                  <td height=\\\"10\\\" style=\\\"\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\">\\n                    <a height=\\\"18\\\" style=\\\"font-size:14px;color:black;padding-left:60px;font-weight:600;font-family:'Arial';text-decoration:none\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\"> Latest news </a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"5\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\" style=\\\"font-size:18px;line-height:1.5;font-family:'Arial';padding-left:60px;font-weight: 600;padding-right:60px\\\">\\n                    <a style=\\\"color:black;\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">Zil Global Announces Its Revolutionary Distribution Platform For Labels, In Collaboration With Downtown Music Services</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"15\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td style=\\\"font-size:10px;color:black;font-family:'Arial';font-weight:500;padding-left:60px\\\">\\n                    <a style=\\\"text-decoration:none;color:black;text-transform: uppercase\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">May 02, 2023 - By Business Insider</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"80\\\"></td>\\n                </tr>\\n              </tbody>\\n            </table>\\n          </center>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n    \\n  </tbody>\\n</table>\\n            <table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" role=\\\"presentation\\\" style=\\\"width:100%\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"text-align:center;vertical-align:bottom;background: white;\\\">\\n        <a href=\\\"https://zil.gl\\\" style=\\\"font-size: 12px;font-weight:500;line-height: 1;font-family:'Roboto';white-space:nowrap;color:black\\\" target=\\\"_blank\\\">Dashboard Access</a>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">This email has been generated automatically. Please do not reply to it. </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">Zil Distribution, LLC </td>\\n    </tr>\\n  </tbody>\\n</table>\\n          </td>\\n        </tr>\\n      </tbody>\\n    </table>\\n  \",\n            \"type\": \"success\",\n            \"seen\": false,\n            \"createdAt\": \"2024-08-02T20:48:35.482Z\",\n            \"updatedAt\": \"2024-08-02T20:48:35.482Z\"\n        },\n        {\n            \"id\": \"66ad450ff8f47a8a7855d679\",\n            \"title\": \"Verify your account\",\n            \"message\": \"\\n    <table border=\\\"0\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\"\\n      style=\\\"width:100%!important;max-width:600px!important;margin:auto;background:#F1F2F3\\\">\\n      <tbody>\\n        <tr>\\n          <td>\\n            <center>\\n  <table width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"color:black;background:white;min-width:550px\\\">\\n    <tbody>\\n      <tr>\\n        <td style=\\\"\\\">\\n          <a href=\\\"https://zil.gl\\\" target=\\\"_blank\\\">\\n            <img src=\\\"https://zil-mail-images.s3.amazonaws.com/Zil+Header.png\\\" width=\\\"100%\\\">\\n          </a>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n            <table style=\\\"background-color:#ffffff;background:white\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n  <tbody>\\n    <tr>\\n      <td align=\\\"center\\\">\\n        <center>\\n          <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"90%\\\">\\n            <tbody>\\n              <tr>\\n                <center>\\n                  <center>\\n                    <table style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td height=\\\"50\\\">&nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                          <td align=\\\"center\\\">\\n                            <center>\\n                              <table width=\\\"100%\\\" style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                                <tbody>\\n                                  <tr>\\n                                    <td align=\\\"center\\\">\\n                                      <img width=\\\"65px\\\" src=https://zil-mail-images.s3.amazonaws.com/Reset+Password.png>\\n                                    </td>\\n                                  </tr>\\n                                </tbody>\\n                              </table>\\n                            </center>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                  <center>\\n              </tr>\\n              <tr>\\n                <td align=\\\"center\\\" style=\\\"padding:8px; font-size:9px;color:#838999;font-family:'Roboto';font-family:sans-serif;white-space:nowrap\\\">Important Notice for  at Zil Distribution</td>\\n              </tr>\\n              <tr>\\n                <td>\\n                  <center>\\n                    <table width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:25px;font-weight:700;line-height:0.5;vertical-align:bottom;font-family:'Roboto';font-family:sans-serif;text-align:center;font-size:24px;font-weight:700\\\">\\n                            <p class=\\\"\\\" style=\\\"margin: 14px;margin-top:16px\\\">Verify your account</p>\\n                          </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap;padding-bottom:5px\\\"> A confirmation for your Zil Distribution account was requested. </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap\\\">Use the code below to complete the process:</td>\\n                        </tr>\\n                        <tr>\\n                          <td height=\\\"60\\\" align=\\\"center\\\">\\n                            <table height=\\\"30\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"80\\\" bgcolor=\\\"white\\\" style=\\\"color:black;text-align:center;font-family:'Circular Std Book',sans-serif;border: 3px solid #999ca6;border-radius: 12px;font-size:14px;border-collapse: separate;\\\">\\n                              <tbody>\\n                                <tr>\\n                                  <td height=\\\"28\\\" width=\\\"100%\\\" style=\\\"font-size:12px;text-decoration:none;color:black;font-family:'Roboto';font-family:sans-serif;max-width:550;letter-spacing:1.5px;font-weight:600\\\">\\n                                    544918\\n                                  </td>\\n                                </tr>\\n                              </tbody>\\n                            </table>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                </td>\\n              </tr>\\n            </tbody>\\n          </table>\\n        </center>\\n      </td>\\n    </tr>\\n    \\n  <center>\\n  <table width=\\\"100%\\\" style=\\\"\\\">\\n    <tbody>\\n      <tr>\\n        <td>\\n          <center>\\n            <table width=\\\"100%\\\">\\n              <tbody>\\n                <tr>\\n                  <td height=\\\"40\\\" style=\\\"background: white;\\\"></td>\\n                </tr>\\n                <center>\\n                  <div style=\\\"margin-left:60px;margin-right:60px;border-radius:2px; height: 2px; background: #C2C2C2;\\\"></div>\\n                </center>\\n                <tr>\\n                  <td height=\\\"10\\\" style=\\\"\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\">\\n                    <a height=\\\"18\\\" style=\\\"font-size:14px;color:black;padding-left:60px;font-weight:600;font-family:'Arial';text-decoration:none\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\"> Latest news </a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"5\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\" style=\\\"font-size:18px;line-height:1.5;font-family:'Arial';padding-left:60px;font-weight: 600;padding-right:60px\\\">\\n                    <a style=\\\"color:black;\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">Zil Global Announces Its Revolutionary Distribution Platform For Labels, In Collaboration With Downtown Music Services</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"15\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td style=\\\"font-size:10px;color:black;font-family:'Arial';font-weight:500;padding-left:60px\\\">\\n                    <a style=\\\"text-decoration:none;color:black;text-transform: uppercase\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">May 02, 2023 - By Business Insider</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"80\\\"></td>\\n                </tr>\\n              </tbody>\\n            </table>\\n          </center>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n    \\n  </tbody>\\n</table>\\n            <table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" role=\\\"presentation\\\" style=\\\"width:100%\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"text-align:center;vertical-align:bottom;background: white;\\\">\\n        <a href=\\\"https://zil.gl\\\" style=\\\"font-size: 12px;font-weight:500;line-height: 1;font-family:'Roboto';white-space:nowrap;color:black\\\" target=\\\"_blank\\\">Dashboard Access</a>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">This email has been generated automatically. Please do not reply to it. </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">Zil Distribution, LLC </td>\\n    </tr>\\n  </tbody>\\n</table>\\n          </td>\\n        </tr>\\n      </tbody>\\n    </table>\\n  \",\n            \"type\": \"success\",\n            \"seen\": false,\n            \"createdAt\": \"2024-08-02T20:43:59.306Z\",\n            \"updatedAt\": \"2024-08-02T20:43:59.306Z\"\n        },\n        {\n            \"id\": \"66ad44d45e461b1a9ea27ab9\",\n            \"title\": \"Welcome to Zil Distribution!\",\n            \"message\": \"\\n    <table border=\\\"0\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\"\\n      style=\\\"width:100%!important;max-width:600px!important;margin:auto;background:#F1F2F3\\\">\\n      <tbody>\\n        <tr>\\n          <td>\\n            <center>\\n  <table width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"color:black;background:white;min-width:550px\\\">\\n    <tbody>\\n      <tr>\\n        <td style=\\\"\\\">\\n          <a href=\\\"https://zil.gl\\\" target=\\\"_blank\\\">\\n            <img src=\\\"https://zil-mail-images.s3.amazonaws.com/Zil+Header.png\\\" width=\\\"100%\\\">\\n          </a>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n            <table style=\\\"background-color:#ffffff;background:white\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n  <tbody>\\n    <tr>\\n      <td align=\\\"center\\\">\\n        <center>\\n          <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"90%\\\">\\n            <tbody>\\n              <tr>\\n                <center>\\n                  <center>\\n                    <table style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td height=\\\"50\\\">&nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                          <td align=\\\"center\\\">\\n                            <center>\\n                              <table width=\\\"100%\\\" style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                                <tbody>\\n                                  <tr>\\n                                    <td align=\\\"center\\\">\\n                                      <img width=\\\"110px\\\" src=https://zil-mail-images.s3.amazonaws.com/Bottle.png>\\n                                    </td>\\n                                  </tr>\\n                                </tbody>\\n                              </table>\\n                            </center>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                  <center>\\n              </tr>\\n              <tr>\\n                <td align=\\\"center\\\" style=\\\"padding-top:12px; font-size:9px;color:#838999;font-family:'Roboto';font-family:sans-serif;white-space:nowrap\\\">Important Notice for Keith Milgaten at Zil Distribution</td>\\n              </tr>\\n              <tr>\\n                <td>\\n                  <center>\\n                    <table width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:25px;font-weight:700;line-height:1.2;vertical-align:bottom;text-align:center;font-size:20px;font-family:sans-serif;font-weight:600\\\">\\n                            <p class=\\\"\\\" style=\\\"margin: 12px;\\\">Welcome to Zil Distribution!</p>\\n                          </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:bottom;font-family:sans-serif;white-space:nowrap\\\">\\n                            Keith Milgaten, Sandy Hawkins has sent you an invite to join Zil Distribution.\\n                          </td>\\n                        </tr>\\n                        <tr>\\n                          <td height=\\\"63\\\" align=\\\"center\\\">\\n                            <a href=https://zil.gl/register?code&#x3D;SuBsnhcVaUeE style=\\\"text-decoration:none\\\" target=\\\"_blank\\\">\\n                              <table height=\\\"28\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"160\\\" bgcolor=\\\"black\\\" style=\\\"color:#ffffff;text-align:center;font-family:sans-serif;border-radius:8px;font-size:14px\\\">\\n                                <tbody>\\n                                  <tr>\\n                                    <td height=\\\"28\\\" width=\\\"100%\\\" style=\\\"font-size:12px;text-decoration:none;color:#ffffff;font-family:sans-serif;max-width:550\\\"> Let's Begin </td>\\n                                  </tr>\\n                                </tbody>\\n                              </table>\\n                            </a>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                </td>\\n              </tr>\\n            </tbody>\\n          </table>\\n        </center>\\n      </td>\\n    </tr>\\n    \\n  <center>\\n  <table width=\\\"100%\\\" style=\\\"\\\">\\n    <tbody>\\n      <tr>\\n        <td>\\n          <center>\\n            <table width=\\\"100%\\\">\\n              <tbody>\\n                <tr>\\n                  <td height=\\\"40\\\" style=\\\"background: white;\\\"></td>\\n                </tr>\\n                <center>\\n                  <div style=\\\"margin-left:60px;margin-right:60px;border-radius:2px; height: 2px; background: #C2C2C2;\\\"></div>\\n                </center>\\n                <tr>\\n                  <td height=\\\"10\\\" style=\\\"\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\">\\n                    <a height=\\\"18\\\" style=\\\"font-size:14px;color:black;padding-left:60px;font-weight:600;font-family:'Arial';text-decoration:none\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\"> Latest news </a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"5\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\" style=\\\"font-size:18px;line-height:1.5;font-family:'Arial';padding-left:60px;font-weight: 600;padding-right:60px\\\">\\n                    <a style=\\\"color:black;\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">Zil Global Announces Its Revolutionary Distribution Platform For Labels, In Collaboration With Downtown Music Services</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"15\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td style=\\\"font-size:10px;color:black;font-family:'Arial';font-weight:500;padding-left:60px\\\">\\n                    <a style=\\\"text-decoration:none;color:black;text-transform: uppercase\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">May 02, 2023 - By Business Insider</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"80\\\"></td>\\n                </tr>\\n              </tbody>\\n            </table>\\n          </center>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n    \\n  </tbody>\\n</table>\\n            <table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" role=\\\"presentation\\\" style=\\\"width:100%\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"text-align:center;vertical-align:bottom;background: white;\\\">\\n        <a href=\\\"https://zil.gl\\\" style=\\\"font-size: 12px;font-weight:500;line-height: 1;font-family:'Roboto';white-space:nowrap;color:black\\\" target=\\\"_blank\\\">Dashboard Access</a>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">This email has been generated automatically. Please do not reply to it. </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">Zil Distribution, LLC </td>\\n    </tr>\\n  </tbody>\\n</table>\\n          </td>\\n        </tr>\\n      </tbody>\\n    </table>\\n  \",\n            \"type\": \"success\",\n            \"seen\": false,\n            \"createdAt\": \"2024-08-02T20:43:00.199Z\",\n            \"updatedAt\": \"2024-08-02T20:43:00.199Z\"\n        },\n        {\n            \"id\": \"66ad435f5e461b1a9ea27a85\",\n            \"title\": \"Welcome to Zil Distribution!\",\n            \"message\": \"\\n    <table border=\\\"0\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\"\\n      style=\\\"width:100%!important;max-width:600px!important;margin:auto;background:#F1F2F3\\\">\\n      <tbody>\\n        <tr>\\n          <td>\\n            <center>\\n  <table width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"color:black;background:white;min-width:550px\\\">\\n    <tbody>\\n      <tr>\\n        <td style=\\\"\\\">\\n          <a href=\\\"https://zil.gl\\\" target=\\\"_blank\\\">\\n            <img src=\\\"https://zil-mail-images.s3.amazonaws.com/Zil+Header.png\\\" width=\\\"100%\\\">\\n          </a>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n            <table style=\\\"background-color:#ffffff;background:white\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n  <tbody>\\n    <tr>\\n      <td align=\\\"center\\\">\\n        <center>\\n          <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"90%\\\">\\n            <tbody>\\n              <tr>\\n                <center>\\n                  <center>\\n                    <table style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td height=\\\"50\\\">&nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                          <td align=\\\"center\\\">\\n                            <center>\\n                              <table width=\\\"100%\\\" style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                                <tbody>\\n                                  <tr>\\n                                    <td align=\\\"center\\\">\\n                                      <img width=\\\"110px\\\" src=https://zil-mail-images.s3.amazonaws.com/Bottle.png>\\n                                    </td>\\n                                  </tr>\\n                                </tbody>\\n                              </table>\\n                            </center>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                  <center>\\n              </tr>\\n              <tr>\\n                <td align=\\\"center\\\" style=\\\"padding-top:12px; font-size:9px;color:#838999;font-family:'Roboto';font-family:sans-serif;white-space:nowrap\\\">Important Notice for Diego Fertita at Zil Distribution</td>\\n              </tr>\\n              <tr>\\n                <td>\\n                  <center>\\n                    <table width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:25px;font-weight:700;line-height:1.2;vertical-align:bottom;text-align:center;font-size:20px;font-family:sans-serif;font-weight:600\\\">\\n                            <p class=\\\"\\\" style=\\\"margin: 12px;\\\">Welcome to Zil Distribution!</p>\\n                          </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:bottom;font-family:sans-serif;white-space:nowrap\\\">\\n                            Diego Fertita, Sandy Hawkins has sent you an invite to join Zil Distribution.\\n                          </td>\\n                        </tr>\\n                        <tr>\\n                          <td height=\\\"63\\\" align=\\\"center\\\">\\n                            <a href=https://zil.gl/register?code&#x3D;IkYPiqC0ct0w style=\\\"text-decoration:none\\\" target=\\\"_blank\\\">\\n                              <table height=\\\"28\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"160\\\" bgcolor=\\\"black\\\" style=\\\"color:#ffffff;text-align:center;font-family:sans-serif;border-radius:8px;font-size:14px\\\">\\n                                <tbody>\\n                                  <tr>\\n                                    <td height=\\\"28\\\" width=\\\"100%\\\" style=\\\"font-size:12px;text-decoration:none;color:#ffffff;font-family:sans-serif;max-width:550\\\"> Let's Begin </td>\\n                                  </tr>\\n                                </tbody>\\n                              </table>\\n                            </a>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                </td>\\n              </tr>\\n            </tbody>\\n          </table>\\n        </center>\\n      </td>\\n    </tr>\\n    \\n  <center>\\n  <table width=\\\"100%\\\" style=\\\"\\\">\\n    <tbody>\\n      <tr>\\n        <td>\\n          <center>\\n            <table width=\\\"100%\\\">\\n              <tbody>\\n                <tr>\\n                  <td height=\\\"40\\\" style=\\\"background: white;\\\"></td>\\n                </tr>\\n                <center>\\n                  <div style=\\\"margin-left:60px;margin-right:60px;border-radius:2px; height: 2px; background: #C2C2C2;\\\"></div>\\n                </center>\\n                <tr>\\n                  <td height=\\\"10\\\" style=\\\"\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\">\\n                    <a height=\\\"18\\\" style=\\\"font-size:14px;color:black;padding-left:60px;font-weight:600;font-family:'Arial';text-decoration:none\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\"> Latest news </a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"5\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\" style=\\\"font-size:18px;line-height:1.5;font-family:'Arial';padding-left:60px;font-weight: 600;padding-right:60px\\\">\\n                    <a style=\\\"color:black;\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">Zil Global Announces Its Revolutionary Distribution Platform For Labels, In Collaboration With Downtown Music Services</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"15\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td style=\\\"font-size:10px;color:black;font-family:'Arial';font-weight:500;padding-left:60px\\\">\\n                    <a style=\\\"text-decoration:none;color:black;text-transform: uppercase\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">May 02, 2023 - By Business Insider</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"80\\\"></td>\\n                </tr>\\n              </tbody>\\n            </table>\\n          </center>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n    \\n  </tbody>\\n</table>\\n            <table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" role=\\\"presentation\\\" style=\\\"width:100%\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"text-align:center;vertical-align:bottom;background: white;\\\">\\n        <a href=\\\"https://zil.gl\\\" style=\\\"font-size: 12px;font-weight:500;line-height: 1;font-family:'Roboto';white-space:nowrap;color:black\\\" target=\\\"_blank\\\">Dashboard Access</a>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">This email has been generated automatically. Please do not reply to it. </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">Zil Distribution, LLC </td>\\n    </tr>\\n  </tbody>\\n</table>\\n          </td>\\n        </tr>\\n      </tbody>\\n    </table>\\n  \",\n            \"type\": \"success\",\n            \"seen\": false,\n            \"createdAt\": \"2024-08-02T20:36:47.781Z\",\n            \"updatedAt\": \"2024-08-02T20:36:47.781Z\"\n        }\n    ]\n}"}],"_postman_id":"0ed45fbe-3b1f-45a1-875f-e4730ba7fb77"},{"name":"Update Seen Status","id":"87a190ae-4917-4735-a28f-b2670f0ac6b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"notificationId\": \"{{random-notification-id}}\",\r\n        \"seen\": true\r\n    },\r\n    {\r\n        \"notificationId\": \"{{random-notification-id-2}}\",\r\n        \"seen\": true\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/notifications/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["notifications",""],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"cffab8c8-20bc-4972-8e1b-832998e4ae1b","name":"Update Seen Status","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"notificationId\": \"{{random-notification-id}}\",\r\n        \"seen\": true\r\n    },\r\n    {\r\n        \"notificationId\": \"{{random-notification-id-2}}\",\r\n        \"seen\": true\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/notifications/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"16114"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 20:37:29 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"4fca45bd-d8f1-45a3-afbb-3a7956e6132a"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGptlH6qoAMEiLA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b28989-1a8835be3cfb491b5ac5a6db;Parent=5fe4a6491718763d;Sampled=0;lineage=5cf411e8:0|9324e1d0:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0fe3a6affd9c75a6ee8c84eec56ea508.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"A720yP_elWaxqms_-jL2F2AaMLRk5MTuEG9tnJ2fnCMN5_h3WhbW9g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"6656327bc186a134c1be6983\",\n            \"title\": \"Email Sent by Error - Please Disregard\",\n            \"message\": \"\\n    <table border=\\\"0\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\"\\n      style=\\\"width:100%!important;max-width:600px!important;margin:auto;background:#F1F2F3\\\">\\n      <tbody>\\n        <tr>\\n          <td>\\n            <center>\\n  <table width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"color:black;background:white;min-width:550px\\\">\\n    <tbody>\\n      <tr>\\n        <td style=\\\"\\\">\\n          <a href=\\\"https://zil.gl\\\" target=\\\"_blank\\\">\\n            <img src=\\\"https://zil-mail-images.s3.amazonaws.com/Zil+Header.png\\\" width=\\\"100%\\\">\\n          </a>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n            <table style=\\\"background-color:#ffffff;background:white\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n  <tbody>\\n    <tr>\\n      <td align=\\\"center\\\">\\n        <center>\\n          <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"90%\\\">\\n            <tbody>\\n              <tr>\\n                <center>\\n                  <center>\\n                    <table style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td height=\\\"50\\\">&nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                          <td align=\\\"center\\\">\\n                            <center>\\n                              <table width=\\\"100%\\\" style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                                <tbody>\\n                                  <tr>\\n                                    <td align=\\\"center\\\">\\n                                      <img width=\\\"120px\\\" src=https://zil-mail-images.s3.amazonaws.com/Cloud.png>\\n                                    </td>\\n                                  </tr>\\n                                </tbody>\\n                              </table>\\n                            </center>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                  <center>\\n              </tr>\\n              <tr>\\n                <td>\\n                  <center>\\n                    <table width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:25px;font-weight:700;line-height:0.5;vertical-align:bottom;font-family:'Roboto';font-family:sans-serif;text-align:center;font-size:24px;font-weight:700\\\">\\n                            <p class=\\\"\\\" style=\\\"margin: 14px;margin-top:16px\\\">Oops! Please Disregard the Previous Email</p>\\n                          </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap;padding-bottom:5px\\\">Well, this is awkward... Once more</td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap;padding-bottom:5px\\\"> We were testing some new features and pressed the wrong button.</td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap;padding-bottom:5px\\\"> We appreciate your understanding and cooperation.</td>\\n                        </tr>\\n                       \\n                        \\n                      </tbody>\\n                    </table>\\n                  </center>\\n                </td>\\n              </tr>\\n            </tbody>\\n          </table>\\n        </center>\\n      </td>\\n    </tr>\\n    \\n  <center>\\n  <table width=\\\"100%\\\" style=\\\"\\\">\\n    <tbody>\\n      <tr>\\n        <td>\\n          <center>\\n            <table width=\\\"100%\\\">\\n              <tbody>\\n                <tr>\\n                  <td height=\\\"40\\\" style=\\\"background: white;\\\"></td>\\n                </tr>\\n                <center>\\n                  <div style=\\\"margin-left:60px;margin-right:60px;border-radius:2px; height: 2px; background: #C2C2C2;\\\"></div>\\n                </center>\\n                <tr>\\n                  <td height=\\\"10\\\" style=\\\"\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\">\\n                    <a height=\\\"18\\\" style=\\\"font-size:14px;color:black;padding-left:60px;font-weight:600;font-family:'Arial';text-decoration:none\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\"> Latest news </a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"5\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\" style=\\\"font-size:18px;line-height:1.5;font-family:'Arial';padding-left:60px;font-weight: 600;padding-right:60px\\\">\\n                    <a style=\\\"color:black;\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">Zil Global Announces Its Revolutionary Distribution Platform For Labels, In Collaboration With Downtown Music Services</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"15\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td style=\\\"font-size:10px;color:black;font-family:'Arial';font-weight:500;padding-left:60px\\\">\\n                    <a style=\\\"text-decoration:none;color:black;text-transform: uppercase\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">May 02, 2023 - By Business Insider</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"80\\\"></td>\\n                </tr>\\n              </tbody>\\n            </table>\\n          </center>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n    \\n  </tbody>\\n</table>\\n            <table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" role=\\\"presentation\\\" style=\\\"width:100%\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"text-align:center;vertical-align:bottom;background: white;\\\">\\n        <a href=\\\"https://zil.gl\\\" style=\\\"font-size: 12px;font-weight:500;line-height: 1;font-family:'Roboto';white-space:nowrap;color:black\\\" target=\\\"_blank\\\">Dashboard Access</a>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">This email has been generated automatically. Please do not reply to it. </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">Zil Distribution, LLC </td>\\n    </tr>\\n  </tbody>\\n</table>\\n          </td>\\n        </tr>\\n      </tbody>\\n    </table>\\n  \",\n            \"type\": \"success\",\n            \"seen\": true,\n            \"createdAt\": \"2024-05-28T19:37:31.374Z\",\n            \"updatedAt\": \"2024-08-06T20:37:29.932Z\"\n        },\n        {\n            \"id\": \"66562f6bc18e7b25008346ec\",\n            \"title\": \"Email Sent by Error - Please Disregard\",\n            \"message\": \"\\n    <table border=\\\"0\\\" width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\"\\n      style=\\\"width:100%!important;max-width:600px!important;margin:auto;background:#F1F2F3\\\">\\n      <tbody>\\n        <tr>\\n          <td>\\n            <center>\\n  <table width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"color:black;background:white;min-width:550px\\\">\\n    <tbody>\\n      <tr>\\n        <td style=\\\"\\\">\\n          <a href=\\\"https://zil.gl\\\" target=\\\"_blank\\\">\\n            <img src=\\\"https://zil-mail-images.s3.amazonaws.com/Zil+Header.png\\\" width=\\\"100%\\\">\\n          </a>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n            <table style=\\\"background-color:#ffffff;background:white\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n  <tbody>\\n    <tr>\\n      <td align=\\\"center\\\">\\n        <center>\\n          <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"90%\\\">\\n            <tbody>\\n              <tr>\\n                <center>\\n                  <center>\\n                    <table style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td height=\\\"50\\\">&nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                          <td align=\\\"center\\\">\\n                            <center>\\n                              <table width=\\\"100%\\\" style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                                <tbody>\\n                                  <tr>\\n                                    <td align=\\\"center\\\">\\n                                      <img width=\\\"120px\\\" src=https://zil-mail-images.s3.amazonaws.com/Cloud.png>\\n                                    </td>\\n                                  </tr>\\n                                </tbody>\\n                              </table>\\n                            </center>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                  <center>\\n              </tr>\\n              <tr>\\n                <td>\\n                  <center>\\n                    <table width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:25px;font-weight:700;line-height:0.5;vertical-align:bottom;font-family:'Roboto';font-family:sans-serif;text-align:center;font-size:24px;font-weight:700\\\">\\n                            <p class=\\\"\\\" style=\\\"margin: 14px;margin-top:16px\\\">Oops! Please Disregard the Previous Email</p>\\n                          </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap;padding-bottom:5px\\\">Well, this is awkward... Once more</td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap;padding-bottom:5px\\\"> We were testing some new features and pressed the wrong button.</td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:top;font-family:'Roboto';font-family:sans-serif;white-space:nowrap;padding-bottom:5px\\\"> We appreciate your understanding and cooperation.</td>\\n                        </tr>\\n                       \\n                        \\n                      </tbody>\\n                    </table>\\n                  </center>\\n                </td>\\n              </tr>\\n            </tbody>\\n          </table>\\n        </center>\\n      </td>\\n    </tr>\\n    \\n  <center>\\n  <table width=\\\"100%\\\" style=\\\"\\\">\\n    <tbody>\\n      <tr>\\n        <td>\\n          <center>\\n            <table width=\\\"100%\\\">\\n              <tbody>\\n                <tr>\\n                  <td height=\\\"40\\\" style=\\\"background: white;\\\"></td>\\n                </tr>\\n                <center>\\n                  <div style=\\\"margin-left:60px;margin-right:60px;border-radius:2px; height: 2px; background: #C2C2C2;\\\"></div>\\n                </center>\\n                <tr>\\n                  <td height=\\\"10\\\" style=\\\"\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\">\\n                    <a height=\\\"18\\\" style=\\\"font-size:14px;color:black;padding-left:60px;font-weight:600;font-family:'Arial';text-decoration:none\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\"> Latest news </a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"5\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"18\\\" style=\\\"font-size:18px;line-height:1.5;font-family:'Arial';padding-left:60px;font-weight: 600;padding-right:60px\\\">\\n                    <a style=\\\"color:black;\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">Zil Global Announces Its Revolutionary Distribution Platform For Labels, In Collaboration With Downtown Music Services</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"15\\\"></td>\\n                </tr>\\n                <tr>\\n                  <td style=\\\"font-size:10px;color:black;font-family:'Arial';font-weight:500;padding-left:60px\\\">\\n                    <a style=\\\"text-decoration:none;color:black;text-transform: uppercase\\\" href=https://markets.businessinsider.com/news/stocks/zil-global-announces-its-revolutionary-distribution-platform-for-labels-in-collaboration-with-downtown-music-services-1032282832 target=\\\"_blank\\\">May 02, 2023 - By Business Insider</a>\\n                  </td>\\n                </tr>\\n                <tr>\\n                  <td height=\\\"80\\\"></td>\\n                </tr>\\n              </tbody>\\n            </table>\\n          </center>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\\n    \\n  </tbody>\\n</table>\\n            <table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" role=\\\"presentation\\\" style=\\\"width:100%\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"text-align:center;vertical-align:bottom;background: white;\\\">\\n        <a href=\\\"https://zil.gl\\\" style=\\\"font-size: 12px;font-weight:500;line-height: 1;font-family:'Roboto';white-space:nowrap;color:black\\\" target=\\\"_blank\\\">Dashboard Access</a>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">This email has been generated automatically. Please do not reply to it. </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">Zil Distribution, LLC </td>\\n    </tr>\\n  </tbody>\\n</table>\\n          </td>\\n        </tr>\\n      </tbody>\\n    </table>\\n  \",\n            \"type\": \"success\",\n            \"seen\": true,\n            \"createdAt\": \"2024-05-28T19:24:27.595Z\",\n            \"updatedAt\": \"2024-08-06T20:37:29.932Z\"\n        }\n    ]\n}"}],"_postman_id":"87a190ae-4917-4735-a28f-b2670f0ac6b0"}],"id":"8926f65e-3870-4614-ae4b-b435d855d5b1","_postman_id":"8926f65e-3870-4614-ae4b-b435d855d5b1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Associated Accounts","item":[{"name":"Create Account Manager","id":"38257c2a-a941-49e2-9206-6920d78f86c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Angelita\",\r\n    \"fullName\": \"Gail Bailey DVM\",\r\n    \"email\": \"Alaina17@hotmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/accountmanagers","description":"<h3 id=\"create-account-manager\">Create Account Manager</h3>\n<p>This endpoint allows you to create a new account manager.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>name</code> (string, required): The username of the account manager.</p>\n</li>\n<li><p><code>fullName</code> (string, required): The full name of the account manager.</p>\n</li>\n<li><p><code>email</code> (string, required): The email address of the account manager.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["accountmanagers"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"38257c2a-a941-49e2-9206-6920d78f86c8"},{"name":"List Account Managers","id":"966a3e4b-3371-4091-9ae7-a13c48a22a12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/accountmanagers","description":"<h3 id=\"get-account-managers\">Get Account Managers</h3>\n<p>This endpoint retrieves a list of account managers.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{api-url}}/accountmanagers</code></p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["accountmanagers"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"53e33146-8f87-4ab3-b7c5-b56d79725bf1","name":"List Account Managers","originalRequest":{"method":"GET","header":[],"url":"{{api-url}}/accountmanagers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"22"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Aug 2024 22:55:17 GMT"},{"key":"x-amzn-RequestId","value":"75a5ed13-b634-4e3c-9d5a-4c77fb66b581"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cKQ1KHRhIAMEl5Q="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b3fb53-01e851aa7205e8d0032401d6;Parent=6ed44e9b665a4961;Sampled=0;lineage=5cf411e8:0|1c1b19c4:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 613faec4b883bfe2ebdd8a74d5006f4c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"cWfq5CWBq4hmD8FYu5Mb_9PIIgK5rh3Yql4RXvF8XIc21pbXej8ArA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"accountManagers\": []\n}"}],"_postman_id":"966a3e4b-3371-4091-9ae7-a13c48a22a12"}],"id":"66c8f21e-b224-40ac-960a-2011c79ce3ae","_postman_id":"66c8f21e-b224-40ac-960a-2011c79ce3ae","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Financial Management","item":[{"name":"Bank Accounts","item":[{"name":"Link Bank Account","id":"ca0c529c-a497-4c52-a2e7-f3866637025e","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"beneficiary\": {\r\n        \"address\": {\r\n            \"city\": \"Lake Kaylee\",\r\n            \"country_code\": \"BB\",\r\n            \"postcode\": \"660\",\r\n            \"state\": \"Cedar Park\",\r\n            \"street_address\": \"1689 Schoen Run\"\r\n        },\r\n        \"bank_details\": {\r\n            \"account_currency\": \"NGN\",\r\n            \"account_name\": \"TESTJacobs, Waelchi and Boyer\",\r\n            \"account_number\": \"94563743\",\r\n            \"bank_country_code\": \"{{random-country-code}}\",\r\n            \"bank_name\": \"Nitzsche, Keebler and Mann\",\r\n            \"swift_code\": \"yzi7fv873451\"\r\n        },\r\n        \"company_name\": \"TEST-Schimmel, Runolfsson and Heathcote\",\r\n        \"entity_type\": \"COMPANY\"\r\n    },\r\n    \"payment_methods\": [\r\n        \"SWIFT\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/me/bankAccounts","description":"<h2 id=\"create-bank-account\">Create Bank Account</h2>\n<p>This endpoint allows the user to create a new bank account with the provided beneficiary and payment methods.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>beneficiary</code> (object): Details of the beneficiary including address, bank details, company name, and entity type.</p>\n<ul>\n<li><p><code>address</code> (object): Address details of the beneficiary.</p>\n<ul>\n<li><p><code>city</code> (string, optional): City of the beneficiary.</p>\n</li>\n<li><p><code>country_code</code> (string, optional): Country code of the beneficiary.</p>\n</li>\n<li><p><code>postcode</code> (string, optional): Postcode of the beneficiary.</p>\n</li>\n<li><p><code>state</code> (string, optional): State of the beneficiary.</p>\n</li>\n<li><p><code>street_address</code> (string, optional): Street address of the beneficiary.</p>\n</li>\n</ul>\n</li>\n<li><p><code>bank_details</code> (object): Bank details of the beneficiary.</p>\n<ul>\n<li><p><code>account_currency</code> (string, optional): Currency of the account.</p>\n</li>\n<li><p><code>account_name</code> (string, optional): Name associated with the account.</p>\n</li>\n<li><p><code>account_number</code> (string, optional): Account number.</p>\n</li>\n<li><p><code>bank_country_code</code> (string, optional): Country code of the bank.</p>\n</li>\n<li><p><code>bank_name</code> (string, optional): Name of the bank.</p>\n</li>\n<li><p><code>swift_code</code> (string, optional): SWIFT code of the bank.</p>\n</li>\n</ul>\n</li>\n<li><p><code>company_name</code> (string, optional): Name of the company.</p>\n</li>\n<li><p><code>entity_type</code> (string, optional): Type of the entity.</p>\n</li>\n</ul>\n</li>\n<li><p><code>payment_methods</code> (array of strings, optional): Payment methods associated with the bank account.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request can be represented as a JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"message\": {\n      \"type\": \"string\"\n    },\n    \"token\": {\n      \"type\": \"string\"\n    },\n    \"user\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"id\": {\n          \"type\": \"string\"\n        },\n        \"name\": {\n          \"type\": \"string\"\n        },\n        \"email\": {\n          \"type\": \"string\"\n        },\n        \"role\": {\n          \"type\": \"string\"\n        },\n        \"fullName\": {\n          \"type\": \"string\"\n        },\n        \"cellPhone\": {\n          \"type\": \"string\"\n        },\n        \"profilePicture\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"original\": {\n              \"type\": \"string\"\n            },\n            \"thumbnail\": {\n              \"type\": \"string\"\n            }\n          }\n        },\n        \"legals\": {\n          \"type\": \"string\"\n        },\n        \"labelNames\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"string\"\n          }\n        },\n        \"labelUsers\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"string\"\n          }\n        },\n        \"band\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"roles\": {\n                \"type\": \"array\",\n                \"items\": {\n                  \"type\": \"string\"\n                }\n              },\n              \"name\": {\n                \"type\": \"string\"\n              },\n              \"id\": {\n                \"type\": \"string\"\n              }\n            }\n          }\n        },\n        \"rateUser\": {\n          \"type\": \"number\"\n        }\n      }\n    },\n    \"_id\": {\n      \"type\": \"string\"\n    },\n    \"entity\": {\n      \"type\": \"string\"\n    },\n    \"mastersToTransfer\": {\n      \"type\": \"string\"\n    },\n    \"channelUrl\": {\n      \"type\": \"string\"\n    },\n    \"rateUser\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"date\": {\n            \"type\": \"string\"\n          },\n          \"value\": {\n            \"type\": \"number\"\n          },\n          \"_id\": {\n            \"type\": \"string\"\n          }\n        }\n      }\n    },\n    \"labelNames\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"string\"\n      }\n    },\n    \"name\": {\n      \"type\": \"string\"\n    },\n    \"email\": {\n      \"type\": \"string\"\n    },\n    \"fullName\": {\n      \"type\": \"string\"\n    },\n    \"role\": {\n      \"type\": \"string\"\n    },\n    \"priceIds\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"string\"\n      }\n    },\n    \"band\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"roles\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"string\"\n            }\n          },\n          \"name\": {\n            \"type\": \"string\"\n          },\n          \"id\": {\n            \"type\": \"string\"\n          }\n        }\n      }\n    },\n    \"beneficiaries\": {\n      \"type\": \"array\",\n      \"items\": {}\n    },\n    \"createdAt\": {\n      \"type\": \"string\"\n    },\n    \"updatedAt\": {\n      \"type\": \"string\"\n    },\n    \"__v\": {\n      \"type\": \"number\"\n    },\n    \"password\": {\n      \"type\": \"string\"\n    },\n    \"lastAdminLogin\": {\n      \"type\": \"string\"\n    },\n    \"id\": {\n      \"type\": \"string\"\n    },\n    \"projects\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"title\": {\n            \"type\": \"string\"\n          },\n          \"masterAlbum\": {\n            \"type\": \"null\"\n          },\n          \"createdAt\": {\n            \"type\": \"string\"\n          },\n          \"updatedAt\": {\n            \"type\": \"string\"\n          },\n          \"albums\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"artists\": {\n                  \"type\": \"array\",\n                  \"items\": {}\n                },\n                \"status\": {\n                  \"type\": \"string\"\n                },\n                \"updatedAt\": {\n                  \"type\": \"string\"\n                },\n                \"tracks\": {\n                  \"type\": \"array\",\n                  \"items\": {\n                    \"type\": \"object\",\n                    \"properties\": {\n                      \"artists\": {\n                        \"type\": \"array\",\n                        \"items\": {}\n                      },\n                      \"id\": {\n                        \"type\": \"string\"\n                      }\n                    }\n                  }\n                }\n              }\n            }\n          },\n          \"id\": {\n            \"type\": \"string\"\n          }\n        }\n      }\n    },\n    \"hasMore\": {\n      \"type\": \"boolean\"\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"bbcafc6c-c2f1-482c-be95-55a1f4d2bec7","id":"bbcafc6c-c2f1-482c-be95-55a1f4d2bec7","name":"Bank Accounts","type":"folder"}},"urlObject":{"path":["me","bankAccounts"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca0c529c-a497-4c52-a2e7-f3866637025e"},{"name":"Get Main Account","id":"da68af7e-417e-4a18-88b7-57b4eef5979c","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/me/bankAccounts/main","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"bbcafc6c-c2f1-482c-be95-55a1f4d2bec7","id":"bbcafc6c-c2f1-482c-be95-55a1f4d2bec7","name":"Bank Accounts","type":"folder"}},"urlObject":{"path":["me","bankAccounts","main"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"5a7f1dfd-fee5-48f7-b581-28640d85c29f","name":"Get Main Account","originalRequest":{"method":"GET","header":[],"url":"{{api-url}}/me/bankAccounts/main"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"149"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:14:51 GMT"},{"key":"x-amzn-RequestId","value":"0af60461-abb5-4bc9-950c-b0780373564d"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGvLuHxWoAMEQ8g="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b2924a-397f892515d5485f79c8c2fa;Parent=61c1bc8ec1da35ce;Sampled=0;lineage=5cf411e8:0|dcf1f261:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c889e9448c63bb4bf9dd41fcb2250e08.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"640agXRiHTCdXYaibUD7LfEYol6yMmURyRiPkvvY7YI5kXNlNyBx_Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"******0759\",\n    \"bank_name\": \"COMMUNITY FEDERAL SAVINGS BANK\",\n    \"payment_method\": \"SWIFT\",\n    \"nickname\": \"61bcf4f5c6ed9b3fc85e46b1-******0759\"\n}"}],"_postman_id":"da68af7e-417e-4a18-88b7-57b4eef5979c"},{"name":"Update Favorite Bank Account","id":"fabfc55a-a228-4afa-9121-f8008c3d5c08","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"beneficiary\": \"{{beneficiary-id}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/me/bankAccounts/setFavorite","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"bbcafc6c-c2f1-482c-be95-55a1f4d2bec7","id":"bbcafc6c-c2f1-482c-be95-55a1f4d2bec7","name":"Bank Accounts","type":"folder"}},"urlObject":{"path":["me","bankAccounts","setFavorite"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"1fe85fdd-e4a4-43f5-8b53-e1f0154656f9","name":"Update Favorite Bank Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"beneficiary\": \"{{beneficiary-id}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/me/bankAccounts/setFavorite"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Aug 2024 20:15:39 GMT"},{"key":"x-amzn-RequestId","value":"0da81242-ee45-46e4-8c48-dc99fceb95af"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cJ5cxFlGIAMEKtA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b3d5eb-7b02f0657e307f7521be870c;Parent=6fd691393e6733f7;Sampled=0;lineage=5cf411e8:0|dcf1f261:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c84ecfd128e1f4c41a53a2b42410f3b8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"6SvxhNLTAJx-YVJLJsbfXKqaU-8k1S9Cg0B6JLOrPpfkWnNzxpNRkQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"beneficiaries\": [\n        {\n            \"id\": \"ece9f9d2-8b2b-422b-aa46-2588dc6884bf\",\n            \"favorite\": true\n        }\n    ]\n}"}],"_postman_id":"fabfc55a-a228-4afa-9121-f8008c3d5c08"},{"name":"Get list of Bank Accounts","id":"8eff7a14-530a-41f7-870b-6d0bb011a766","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/me/bankAccounts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"bbcafc6c-c2f1-482c-be95-55a1f4d2bec7","id":"bbcafc6c-c2f1-482c-be95-55a1f4d2bec7","name":"Bank Accounts","type":"folder"}},"urlObject":{"path":["me","bankAccounts"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"601e5f8d-f3fc-4a4a-979f-d69c17bce52d","name":"Get list of Bank Accounts","originalRequest":{"method":"GET","header":[],"url":"{{api-url}}/me/bankAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"445"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:14:10 GMT"},{"key":"x-amzn-RequestId","value":"2f09b185-2bf5-481c-9872-965aecdd718f"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGvFVG9yoAMEdtA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b29221-16f9233f13edc30f54d22c4c;Parent=0c1cdc85e018e1cd;Sampled=0;lineage=5cf411e8:0|dcf1f261:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c889e9448c63bb4bf9dd41fcb2250e08.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"i2FD-hqmq4AE66DLGmY1fjlkys8twGp7NM8WP6FVhs5qVSqsYaAoBQ=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"c403f9a3-5dca-41ef-b83d-3dd1bdb6f144\",\n        \"favorite\": true,\n        \"bank_account\": {\n            \"accountNumber\": \"******0759\",\n            \"bank_name\": \"COMMUNITY FEDERAL SAVINGS BANK\",\n            \"payment_method\": \"SWIFT\",\n            \"nickname\": \"61bcf4f5c6ed9b3fc85e46b1-******0759\"\n        }\n    },\n    {\n        \"id\": \"4c3fd8b7-8c4b-4e77-8383-61198616ae1f\",\n        \"bank_account\": {\n            \"iban\": \"CH49007*********0198\",\n            \"bank_name\": \"Banque Cantonale Vaudoise\",\n            \"payment_method\": \"SWIFT\",\n            \"nickname\": \"61bcf4f5c6ed9b3fc85e46b1-CH49007*********0198\"\n        }\n    }\n]"}],"_postman_id":"8eff7a14-530a-41f7-870b-6d0bb011a766"}],"id":"bbcafc6c-c2f1-482c-be95-55a1f4d2bec7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"dbfb711e-66fd-4d31-a795-76a72ce7a113"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"612437fb-74c6-4127-a4b3-ca155adf2c53"}}],"_postman_id":"bbcafc6c-c2f1-482c-be95-55a1f4d2bec7","description":""},{"name":"Request a Withdrawal","id":"7808ed13-69b9-468c-b215-9f0181d095c6","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"concept\": \"withdrawal\",\r\n    \"credit\": 1000,\r\n    \"debit\": 0,\r\n    \"reference\": \"Transaction Test\",\r\n    \"user\": \"{{current-user-id}}\",\r\n    \"beneficiary\": \"{{beneficiary-id}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/transactions","description":"<p>This endpoint allows you to create transactions using an HTTP POST request to {{api-url}}/transactions. The request should include a JSON payload with the concept, credit, debit, beneficiary, reference, and user fields. Upon a successful request, the server will return a 200 status code with a JSON response containing transaction details.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>concept</code> (string): Indicates the concept of the transaction.</p>\n</li>\n<li><p><code>credit</code> (number): Represents the credit amount for the transaction.</p>\n</li>\n<li><p><code>debit</code> (number): Represents the debit amount for the transaction.</p>\n</li>\n<li><p><code>beneficiary</code> (string): Specifies the beneficiary ID for the transaction.</p>\n</li>\n<li><p><code>reference</code> (string): Provides a reference for the transaction.</p>\n</li>\n<li><p><code>user</code> (string): Specifies the user ID associated with the transaction.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response for this request is a JSON schema representing the transaction object. The schema includes fields such as period, date, user, concept, credit, debit, beneficiary, createdAt, and payment details. Additionally, the response may include a memo field and beneficiary details like accountNumber, bank_name, payment_method, and nickname.</p>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"transaction\": {\n    \"_id\": \"\",\n    \"period\": \"\",\n    \"date\": \"\",\n    \"user\": \"\",\n    \"concept\": \"\",\n    \"credit\": 0,\n    \"debit\": 0,\n    \"beneficiary\": {\n      \"accountNumber\": \"\",\n      \"bank_name\": \"\",\n      \"payment_method\": \"\",\n      \"nickname\": \"\"\n    },\n    \"createdAt\": \"\",\n    \"payment\": {\n      \"amount_beneficiary_receives\": 0,\n      \"amount_payer_pays\": 0,\n      \"beneficiary\": {\n        \"bank_details\": {\n          \"account_currency\": \"\",\n          \"account_name\": \"\",\n          \"bank_country_code\": \"\",\n          \"bank_name\": \"\",\n          \"iban\": \"\",\n          \"swift_code\": \"\"\n        }\n      },\n      \"fee_amount\": 0,\n      \"fee_currency\": \"\",\n      \"short_reference_id\": \"\",\n      \"payment_id\": \"\",\n      \"payment_method\": \"\",\n      \"source_currency\": \"\",\n      \"source_amount\": 0,\n      \"payment_currency\": \"\",\n      \"status\": \"\"\n    },\n    \"memo\": \"\"\n  }\n}\n\n</code></pre>\n<h4 id=\"related-responses\">Related Responses</h4>\n<ul>\n<li><p>Other methods to the same URL return similar transaction objects with varying data.</p>\n</li>\n<li><p>Calls to other endpoints of this API return data models that can be used as related responses.</p>\n</li>\n</ul>\n<h3 id=\"json-schema\">JSON Schema</h3>\n<p>The response of this request can be documented as a JSON schema to define the structure of the transaction object returned by the server.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"7f748450-28fc-48ee-82e7-f5657a7af30d","id":"7f748450-28fc-48ee-82e7-f5657a7af30d","name":"Financial Management","type":"folder"}},"urlObject":{"path":["transactions"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7808ed13-69b9-468c-b215-9f0181d095c6"},{"name":"Get Balance","id":"9c4c7366-d6c4-448d-806e-936abfcd3255","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/balance","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"7f748450-28fc-48ee-82e7-f5657a7af30d","id":"7f748450-28fc-48ee-82e7-f5657a7af30d","name":"Financial Management","type":"folder"}},"urlObject":{"path":["balance"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c4c7366-d6c4-448d-806e-936abfcd3255"},{"name":"Get Accountabilities","id":"32b6bdda-33f6-4010-8f31-2a41c8f5ade0","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/balance/:userId/concept/:concept","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"7f748450-28fc-48ee-82e7-f5657a7af30d","id":"7f748450-28fc-48ee-82e7-f5657a7af30d","name":"Financial Management","type":"folder"}},"urlObject":{"path":["balance",":userId","concept",":concept"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>User ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"},{"description":{"content":"<p>Filter by Concept</p>\n","type":"text/plain"},"type":"any","value":"advance","key":"concept"}]}},"response":[],"_postman_id":"32b6bdda-33f6-4010-8f31-2a41c8f5ade0"}],"id":"7f748450-28fc-48ee-82e7-f5657a7af30d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e5e1cdca-1ff3-4f2e-95d9-e5be62c5e979"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8c39c3f1-1471-4eb5-a919-be9caafb82df"}}],"_postman_id":"7f748450-28fc-48ee-82e7-f5657a7af30d","description":""},{"name":"Reports","item":[{"name":"Earning Breakdown","item":[{"name":"Earnings Breakdown by Period","event":[{"listen":"prerequest","script":{"id":"3dc5000f-cc52-4c2b-8aef-7aa71ca89df7","exec":["const date = new Date();\r","const formattedDate = date.getFullYear() + '-' + String(date.getMonth()).padStart(2, '0');\r","pm.environment.set('last-period', formattedDate);"],"type":"text/javascript","packages":{}}}],"id":"ef62f57f-073c-4fe8-911f-8ac0cec4e6e4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/statements/:period","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"609374ff-5d42-42b7-a263-720eefd6fcb0","id":"609374ff-5d42-42b7-a263-720eefd6fcb0","name":"Reports","type":"folder"}},"urlObject":{"path":["statements",":period"],"host":["{{api-url}}"],"query":[],"variable":[{"type":"any","value":"{{last-period}}","key":"period"}]}},"response":[],"_postman_id":"ef62f57f-073c-4fe8-911f-8ac0cec4e6e4"},{"name":"CSV - Earnings Breakdown by Period","event":[{"listen":"test","script":{"id":"1b614145-42c4-40b6-bc4c-7ea5b4e99a06","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"ec896fa8-bb50-4e04-a922-f3f83ca23645","exec":["const date = new Date();\r","const formattedDate = date.getFullYear() + '-' + String(date.getMonth()).padStart(2, '0');\r","pm.environment.set('last-period', formattedDate);"],"type":"text/javascript","packages":{}}}],"id":"2652ce52-cea3-4c84-8efa-81496814b223","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/statements/:period/download","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"609374ff-5d42-42b7-a263-720eefd6fcb0","id":"609374ff-5d42-42b7-a263-720eefd6fcb0","name":"Reports","type":"folder"}},"urlObject":{"path":["statements",":period","download"],"host":["{{api-url}}"],"query":[{"disabled":true,"key":"providers","value":"63fe4ae16ea5e283c6571c0a,64f5d4d7d810b0447f9b5a3a"}],"variable":[{"type":"any","value":"{{last-period}}","key":"period"}]}},"response":[],"_postman_id":"2652ce52-cea3-4c84-8efa-81496814b223"}],"id":"f2e776e9-77ec-4a20-8e74-45510854a353","_postman_id":"f2e776e9-77ec-4a20-8e74-45510854a353","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"609374ff-5d42-42b7-a263-720eefd6fcb0","id":"609374ff-5d42-42b7-a263-720eefd6fcb0","name":"Reports","type":"folder"}}},{"name":"Transactions","item":[{"name":"List Transactions Yearly","id":"0c8b8fd8-a88b-4b2d-b7dc-be9216a90657","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/statements/transactions/yearly","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"609374ff-5d42-42b7-a263-720eefd6fcb0","id":"609374ff-5d42-42b7-a263-720eefd6fcb0","name":"Reports","type":"folder"}},"urlObject":{"path":["statements","transactions","yearly"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c8b8fd8-a88b-4b2d-b7dc-be9216a90657"},{"name":"PDF - Download Transactions by Year","id":"ea5a367e-65a6-43e2-b583-0afcc0124a46","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/statements/transactions/yearly/2022","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"609374ff-5d42-42b7-a263-720eefd6fcb0","id":"609374ff-5d42-42b7-a263-720eefd6fcb0","name":"Reports","type":"folder"}},"urlObject":{"path":["statements","transactions","yearly","2022"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea5a367e-65a6-43e2-b583-0afcc0124a46"}],"id":"a8087637-fa6a-4e22-9c86-e09c29a7754b","_postman_id":"a8087637-fa6a-4e22-9c86-e09c29a7754b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"609374ff-5d42-42b7-a263-720eefd6fcb0","id":"609374ff-5d42-42b7-a263-720eefd6fcb0","name":"Reports","type":"folder"}}},{"name":"Release Accountability","item":[{"name":"Get Release Accountability Yearly","id":"e9ef9cf2-e829-4587-b168-5e5231319b46","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/statements/generalAccountability/yearly/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"609374ff-5d42-42b7-a263-720eefd6fcb0","id":"609374ff-5d42-42b7-a263-720eefd6fcb0","name":"Reports","type":"folder"}},"urlObject":{"path":["statements","generalAccountability","yearly",""],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9ef9cf2-e829-4587-b168-5e5231319b46"},{"name":"CSV - Get Release Accountability Yearly","id":"465ef568-7dbb-4c3a-9e8a-11b8ceb1b095","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/statements/generalAccountability/yearly/:year/?format=csv","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"609374ff-5d42-42b7-a263-720eefd6fcb0","id":"609374ff-5d42-42b7-a263-720eefd6fcb0","name":"Reports","type":"folder"}},"urlObject":{"path":["statements","generalAccountability","yearly",":year",""],"host":["{{api-url}}"],"query":[{"key":"format","value":"csv"}],"variable":[{"id":"21e8c726-f2a2-4a7e-8444-3ce73685595c","type":"any","value":"2022","key":"year"}]}},"response":[],"_postman_id":"465ef568-7dbb-4c3a-9e8a-11b8ceb1b095"},{"name":"PDF - Get Release Accountability Yearly","id":"28825f21-0aaf-40f2-b408-a399bda4760a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/statements/generalAccountability/yearly/:year?format=pdf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"609374ff-5d42-42b7-a263-720eefd6fcb0","id":"609374ff-5d42-42b7-a263-720eefd6fcb0","name":"Reports","type":"folder"}},"urlObject":{"path":["statements","generalAccountability","yearly",":year"],"host":["{{api-url}}"],"query":[{"key":"format","value":"pdf"}],"variable":[{"type":"any","value":"2022","key":"year"}]}},"response":[],"_postman_id":"28825f21-0aaf-40f2-b408-a399bda4760a"}],"id":"4239c032-bdd4-49d3-8ca8-96b074fb353b","_postman_id":"4239c032-bdd4-49d3-8ca8-96b074fb353b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"609374ff-5d42-42b7-a263-720eefd6fcb0","id":"609374ff-5d42-42b7-a263-720eefd6fcb0","name":"Reports","type":"folder"}}},{"name":"Artist Investments","item":[{"name":"List Artists Investments","id":"44963465-03bf-4285-b069-7bb81525f56f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/statements/artistInvestments/list","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"609374ff-5d42-42b7-a263-720eefd6fcb0","id":"609374ff-5d42-42b7-a263-720eefd6fcb0","name":"Reports","type":"folder"}},"urlObject":{"path":["statements","artistInvestments","list"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"44963465-03bf-4285-b069-7bb81525f56f"},{"name":"PDF - Artist Investments","id":"f8ddb822-e942-4aa2-94f6-4373c72b5b6b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/statements/artistInvestments/list/:artistId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"609374ff-5d42-42b7-a263-720eefd6fcb0","id":"609374ff-5d42-42b7-a263-720eefd6fcb0","name":"Reports","type":"folder"}},"urlObject":{"path":["statements","artistInvestments","list",":artistId"],"host":["{{api-url}}"],"query":[],"variable":[{"type":"any","value":"{{artistId}}","key":"artistId"}]}},"response":[],"_postman_id":"f8ddb822-e942-4aa2-94f6-4373c72b5b6b"}],"id":"d821991c-0d81-4cae-b0e6-c8ff28fc083b","_postman_id":"d821991c-0d81-4cae-b0e6-c8ff28fc083b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"609374ff-5d42-42b7-a263-720eefd6fcb0","id":"609374ff-5d42-42b7-a263-720eefd6fcb0","name":"Reports","type":"folder"}}}],"id":"609374ff-5d42-42b7-a263-720eefd6fcb0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"38b3e13b-4bd0-4af5-8199-0e1d9c3bca0c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"3452bfce-87d0-4913-ac7e-5d14b0d6ae41"}}],"_postman_id":"609374ff-5d42-42b7-a263-720eefd6fcb0","description":""},{"name":"Dashboard","item":[{"name":"Get list of Dashboards","id":"261393d7-203c-4ffe-ad14-9ff90aa35fb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/dashboards","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["dashboards"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"261393d7-203c-4ffe-ad14-9ff90aa35fb2"}],"id":"9fdcb8f0-20b4-4dbf-b82b-27e8d3b70367","_postman_id":"9fdcb8f0-20b4-4dbf-b82b-27e8d3b70367","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}}],"id":"e95a022f-2812-42ea-abc1-64db98fe9500","description":"<p>Endpoints in this category handle various aspects of user management and financial operations. These endpoints are accessible to <strong>all user</strong> roles except OPERATIONS and ADMIN. Functions include managing taxes and legal information, subscriptions and memberships, notifications, and associated accounts. Additionally, users can manage their financial details, including bank accounts, withdrawal requests, balance inquiries, and accountabilities.</p>\n<ul>\n<li><p><strong>Taxes &amp; Legals Management</strong>: Manages tax and legal information related to user accounts.</p>\n</li>\n<li><p><strong>Subscriptions Management and Memberships</strong>: Handles user subscriptions and membership details.</p>\n</li>\n<li><p><strong>Notifications</strong>: Manages and retrieves notifications for users.</p>\n</li>\n<li><p><strong>Associated accounts</strong>: Manages and views accounts linked to the user’s profile.</p>\n</li>\n<li><p><strong>Financial Management</strong> (Accessible for all roles except OPERATIONS and ADMIN)</p>\n<ul>\n<li><p><strong>Bank Accounts</strong>: Manages user’s bank account details.</p>\n</li>\n<li><p><strong>Request a Withdrawal</strong>: Allows users to request withdrawals from their account.</p>\n</li>\n<li><p><strong>Get Current Balance</strong>: Retrieves the current balance of the user's account.</p>\n</li>\n<li><p><strong>Get Accountabilities</strong>: Shows accountability details for the user’s financial transactions.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Reports</strong>:</p>\n<ul>\n<li><p><strong>Earning Breakdown</strong>: Provides detailed earnings reports.</p>\n</li>\n<li><p><strong>Transactions</strong>: Lists user transactions.</p>\n</li>\n<li><p><strong>Release Accountability</strong>: Tracks accountability for user releases.</p>\n</li>\n<li><p><strong>Artists Investments</strong>: Shows accountability status for artists in relation to their label.</p>\n</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"e95a022f-2812-42ea-abc1-64db98fe9500","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Catalog Management","item":[{"name":"Project Management","item":[{"name":"Create a Project","event":[{"listen":"test","script":{"id":"9e1c2553-89d4-412a-bfb4-9ade62f83c97","exec":["var jsonData = JSON.parse(responseBody);\r","pm.environment.set(\"album-id\", jsonData.album);\r","pm.environment.set(\"project-id\", jsonData.id);"],"type":"text/javascript","packages":{}}}],"id":"43e6d099-63fd-4008-ab3b-496af2e49d23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Test Funk LLC\",\n    \"album\": {\n        \"coverUrl\": \"http://placeimg.com/640/480\",\n        \"coverUrlThumbnail\": \"http://placeimg.com/640/480\",\n        \"artists\": [\n            {\n                \"artist\": \"{{random-artist-id}}\",\n                \"roles\": [\n                    \"composer\",\n                    \"remixer\"\n                ]\n            },\n            {\n                \"artist\": \"{{random-artist-id}}\",\n                \"roles\": [\n                    \"composer\"\n                ]\n            }\n        ],\n        \"labelName\": \"Gutkowski and Sons LLC\",\n        \"variousArtists\": false,\n        \"pLineText\": \"Senger Inc 2024\",\n        \"cLineText\": \"Marquardt, Cronin and Weber 2024\",\n        \"pLineYear\": 2024,\n        \"cLineYear\": 2024,\n        \"genre\": \"pop\",\n        \"price\": \"9.99\",\n        \"trackPrice\": \"1.29\",\n        \"fantasyName\": \"Tremblay, Hills and Ziemann\",\n        \"releaseDate\": \"2025-01-01\",\n        \"saleStartDate\": \"2025-01-01\",\n        \"rightsEndDate\": \"2027-01-01\",\n        \"preorderReleaseDate\": \"2024-12-01\",\n        \"albumTerritories\": [\n            \"US\"\n        ],\n        \"status\": \"draft\",\n        \"excludeTerritories\": [],\n        \"dsps\": [\n            \"spotify\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/projects","description":"<h3 id=\"post-projects\">POST /projects</h3>\n<p>This endpoint is used to create a new project with the provided details.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>title</code> (string, required): The title of the project.</p>\n</li>\n<li><p><code>album</code> (object, required):</p>\n<ul>\n<li><p><code>coverUrl</code> (string, required): URL of the album cover. The image must be in JPG or PNG format, 3000x3000 px, and in RGB color format.</p>\n</li>\n<li><p><code>coverUrlThumbnail</code> (string, required): URL of the thumbnail for the album cover. The image must be in JPG or PNG format, 200x200 px, and in RGB color format.</p>\n</li>\n<li><p><code>artists</code> (array, required): List of artists involved in the album.</p>\n<ul>\n<li><p><code>artist</code> (string, required): Name of the artist.</p>\n</li>\n<li><p><code>roles</code> (array, required): Roles of the artist in the album.</p>\n</li>\n</ul>\n</li>\n<li><p><code>labelName</code> (string, required): Name of the label associated with the album.</p>\n</li>\n<li><p><code>variousArtists</code> (boolean, required): Indicates if the album involves various artists.</p>\n</li>\n<li><p><code>pLineText</code> (string, required): P Line text for the album.</p>\n</li>\n<li><p><code>cLineText</code> (string, required): C Line text for the album.</p>\n</li>\n<li><p><code>pLineYear</code> (integer, required): P Line year for the album.</p>\n</li>\n<li><p><code>cLineYear</code> (integer, required): C Line year for the album.</p>\n</li>\n<li><p><code>genre</code> (string, required): Genre of the album.</p>\n</li>\n<li><p><code>price</code> (string, required): Price of the album.</p>\n</li>\n<li><p><code>trackPrice</code> (string, required): Price of individual tracks in the album.</p>\n</li>\n<li><p><code>fantasyName</code> (string, required): Fantasy name of the album.</p>\n</li>\n<li><p><code>releaseDate</code> (string, required): Release date of the album.</p>\n</li>\n<li><p><code>saleStartDate</code> (string, required): Start date of album sales.</p>\n</li>\n<li><p><code>rightsEndDate</code> (string, required): End date of album rights.</p>\n</li>\n<li><p><code>preorderReleaseDate</code> (string, required): Preorder release date of the album.</p>\n</li>\n<li><p><code>albumTerritories</code> (array, required): Territories where the album is released.</p>\n</li>\n<li><p><code>status</code> (string, required): Status of the album.</p>\n</li>\n<li><p><code>excludeTerritories</code> (array, required): Territories excluded from the album release.</p>\n</li>\n<li><p><code>dsps</code> (array, required): Digital Service Providers for the album.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"\",\n  \"title\": \"\",\n  \"album\": \"\"\n}\n\n</code></pre>\n<h4 id=\"related-responses\">Related Responses</h4>\n<ul>\n<li><p>{ \"token\": \"\", \"user\": { \"id\": \"\", \"name\": \"\", \"email\": \"\", \"role\": \"\", \"fullName\": \"\", \"cellPhone\": \"\", \"profilePicture\": { \"original\": \"\", \"thumbnail\": \"\" }, \"legals\": \"\", \"labelNames\": [\"\"], \"labelUsers\": [\"\"], \"band\": [ { \"roles\": [\"\"], \"name\": \"\", \"id\": \"\" } ], \"rateUser\": 0 }}</p>\n<p>  Status Code: 200</p>\n</li>\n<li><p>{ \"id\": \"\", \"title\": \"\", \"albums\": [ { \"id\": \"\", \"project\": \"\", \"fantasyName\": \"\", \"releaseDate\": \"\", \"saleStartDate\": \"\", \"rightsEndDate\": \"\", \"preorderReleaseDate\": \"\", \"albumTerritories\": [\"\"], \"excludeTerritories\": [\"\"], \"dsps\": [\"\"], \"status\": \"\", \"isDeleted\": true, \"createdAt\": \"\", \"updatedAt\": \"\", \"coverUrl\": \"\", \"coverUrlThumbnail\": \"\", \"variousArtists\": true, \"pLineYear\": 0, \"pLineText\": \"\", \"cLineYear\": 0, \"cLineText\": \"\", \"genre\": \"\", \"price\": \"\", \"trackPrice\": \"\", \"labelName\": \"\", \"hasAutosplit\": true, \"artists\": [ { \"_id\": \"\", \"artisticName\": \"\", \"dashgoId\": \"\", \"isGuest\": true, \"roles\": [\"\"] } ], \"tracks\": [] } ], \"splits\": []}</p>\n<p>  Status Code: 200</p>\n</li>\n<li><p>{ \"id\": \"\", \"title\": \"\", \"isDeleted\": true}</p>\n<p>  Status Code: 200</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["projects"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"0e44a24f-3eb8-40bf-ad4c-97852afb9225","name":"Create a Project","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Test Ziemann LLC\",\n    \"album\": {\n        \"coverUrl\": \"http://placeimg.com/640/480\",\n        \"coverUrlThumbnail\": \"http://placeimg.com/640/480\",\n        \"artists\": [\n            {\n                \"artist\": \"{{random-artist-id}}\",\n                \"roles\": [\n                    \"composer\",\n                    \"remixer\"\n                ]\n            },\n            {\n                \"artist\": \"{{random-artist-id}}\",\n                \"roles\": [\n                    \"composer\"\n                ]\n            }\n        ],\n        \"labelName\": \"Davis LLC LLC\",\n        \"variousArtists\": false,\n        \"pLineText\": \"Waters - Wuckert 2024\",\n        \"cLineText\": \"Simonis, Gleason and Hermann 2024\",\n        \"pLineYear\": 2024,\n        \"cLineYear\": 2024,\n        \"genre\": \"pop\",\n        \"price\": \"9.99\",\n        \"trackPrice\": \"1.29\",\n        \"fantasyName\": \"Volkman, Sawayn and Maggio\",\n        \"releaseDate\": \"2025-01-01\",\n        \"saleStartDate\": \"2025-01-01\",\n        \"rightsEndDate\": \"2027-01-01\",\n        \"preorderReleaseDate\": \"2024-12-01\",\n        \"albumTerritories\": [\n            \"US\"\n        ],\n        \"status\": \"draft\",\n        \"excludeTerritories\": [],\n        \"dsps\": [\n            \"spotify\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"117"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:28:33 GMT"},{"key":"x-amzn-RequestId","value":"b1d74b48-473b-4fa1-95b4-6343db141cbf"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGxMPEBVoAMEVvA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b29581-0e34f5ca5e706bbe0499ef5a;Parent=38c8098ff3d15d78;Sampled=0;lineage=5cf411e8:0|5a5247c6:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 e685e9e08c2e4b105f4d86b35da50628.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"MjpIPV1_5r1GXv3V9GanqaO-d04AwQZSQGyuebuBiXlIv9HddBWURQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66b29581b947f60db9a8aff1\",\n    \"title\": \"Test Abshire, Williamson and McDermott\",\n    \"album\": \"66b29581b947f60db9a8aff3\"\n}"},{"id":"f6f60e78-36a9-4466-8dce-49ef7e0bf3e9","name":"Wrong Track Price","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Test Klocko and Sons\",\n    \"album\": {\n        \"coverUrl\": \"http://placeimg.com/640/480\",\n        \"coverUrlThumbnail\": \"http://placeimg.com/640/480\",\n        \"artists\": [\n            {\n                \"artist\": \"{{random-artist-id}}\",\n                \"roles\": [\n                    \"composer\",\n                    \"remixer\"\n                ]\n            },\n            {\n                \"artist\": \"{{random-artist-id}}\",\n                \"roles\": [\n                    \"composer\"\n                ]\n            }\n        ],\n        \"labelName\": \"Howell - Botsford LLC\",\n        \"variousArtists\": false,\n        \"pLineText\": \"Schiller - Reinger 2024\",\n        \"cLineText\": \"Champlin, Mertz and Kuvalis 2024\",\n        \"pLineYear\": 2024,\n        \"cLineYear\": 2024,\n        \"genre\": \"pop\",\n        \"price\": \"9.99\",\n        \"trackPrice\": \"9.99\",\n        \"fantasyName\": \"Klocko - Emard\",\n        \"releaseDate\": \"2025-01-01\",\n        \"saleStartDate\": \"2025-01-01\",\n        \"rightsEndDate\": \"2027-01-01\",\n        \"preorderReleaseDate\": \"2024-12-01\",\n        \"albumTerritories\": [\n            \"US\"\n        ],\n        \"status\": \"draft\",\n        \"excludeTerritories\": [],\n        \"dsps\": [\n            \"spotify\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/projects"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"201"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 20:12:35 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"14e265a9-29f0-4bcc-840e-507eb23da171"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"cGmDpHbfIAMECkA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b283b0-7f4e619e00ba4d2e5fc12f82;Parent=05ddc410a7ea7de0;Sampled=0;lineage=5cf411e8:0|5a5247c6:0"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 0d8666f13203f33f90bced49db245fdc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"c15RlVJ6mXnNYy_bOsM3RnfIvFNNRlO0PCD93E-vBwpfT7WdYpUsgQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"StructError\",\n    \"message\": \"Validation Error\",\n    \"errors\": [\n        {\n            \"type\": \"enums\",\n            \"key\": \"trackPrice\",\n            \"path\": [\n                \"trackPrice\"\n            ],\n            \"message\": \"Expected one of `\\\"1.29\\\",\\\"0.99\\\",\\\"0.69\\\"`, but received: \\\"9.99\\\"\"\n        }\n    ]\n}"}],"_postman_id":"43e6d099-63fd-4008-ab3b-496af2e49d23"},{"name":"Retrieve a Project","id":"cc6e7dff-84b8-4a41-82a5-ebdcac233d22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/projects/:projectId/","description":"<h3 id=\"get-project-details\">Get Project Details</h3>\n<p>This endpoint retrieves the details of a specific project identified by the projectId parameter.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: {{api-url}}/projects/:projectId/</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<h5 id=\"example-response\">Example Response</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\":\"\",\n    \"title\":\"\",\n    \"albums\":[\n        {\n            \"id\":\"\",\n            \"project\":\"\",\n            \"fantasyName\":\"\",\n            \"releaseDate\":\"\",\n            \"saleStartDate\":\"\",\n            \"rightsEndDate\":\"\",\n            \"preorderReleaseDate\":\"\",\n            \"albumTerritories\":[\"\"],\n            \"excludeTerritories\":[],\n            \"dsps\":[\"\"],\n            \"status\":\"\",\n            \"isDeleted\":true,\n            \"createdAt\":\"\",\n            \"updatedAt\":\"\",\n            \"coverUrl\":\"\",\n            \"coverUrlThumbnail\":\"\",\n            \"variousArtists\":true,\n            \"pLineYear\":0,\n            \"pLineText\":\"\",\n            \"cLineYear\":0,\n            \"cLineText\":\"\",\n            \"genre\":\"\",\n            \"price\":\"\",\n            \"trackPrice\":\"\",\n            \"labelName\":\"\",\n            \"hasAutosplit\":true,\n            \"artists\":[\n                {\n                    \"_id\":\"\",\n                    \"artisticName\":\"\",\n                    \"dashgoId\":\"\",\n                    \"isGuest\":true,\n                    \"roles\":[\"\"]\n                }\n            ],\n            \"tracks\":[]\n        }\n    ],\n    \"splits\":[]\n}\n\n</code></pre>\n<h4 id=\"related-responses\">Related Responses</h4>\n<ul>\n<li>Data model largely similar to responses from other endpoints of this API</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["projects",":projectId",""],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>Project ID</p>\n","type":"text/plain"},"type":"any","value":"{{project-id}}","key":"projectId"}]}},"response":[{"id":"ae3f0602-d964-4508-ab0a-106bf13f9a06","name":"Retrieve a Project","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/projects/:projectId/","host":["{{api-url}}"],"path":["projects",":projectId",""],"variable":[{"key":"projectId","value":"{{project-id}}","description":"Project ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1178"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:28:48 GMT"},{"key":"x-amzn-RequestId","value":"7bbe0080-2925-4b87-83e8-c06c7fa58073"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGxOrEptIAMEMVA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b29590-16e3d48904c74f27414b04c4;Parent=55aa4ac938cd9dc3;Sampled=0;lineage=5cf411e8:0|5a5247c6:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 e685e9e08c2e4b105f4d86b35da50628.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"l3T0gYZNvDYArdBSUHiqjP3eQDKicMQDi_NMhQXYpD9umh9Qzui15g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66b29581b947f60db9a8aff1\",\n    \"title\": \"Test Abshire, Williamson and McDermott\",\n    \"albums\": [\n        {\n            \"id\": \"66b29581b947f60db9a8aff3\",\n            \"project\": \"66b29581b947f60db9a8aff1\",\n            \"fantasyName\": \"Schiller - Ledner\",\n            \"releaseDate\": \"2025-01-01T00:00:00.000Z\",\n            \"saleStartDate\": \"2025-01-01T00:00:00.000Z\",\n            \"rightsEndDate\": \"2027-01-01T00:00:00.000Z\",\n            \"preorderReleaseDate\": \"2024-12-01T00:00:00.000Z\",\n            \"albumTerritories\": [\n                \"US\"\n            ],\n            \"excludeTerritories\": [],\n            \"dsps\": [\n                \"spotify\"\n            ],\n            \"status\": \"draft\",\n            \"isDeleted\": false,\n            \"createdAt\": \"2024-08-06T21:28:33.572Z\",\n            \"updatedAt\": \"2024-08-06T21:28:33.572Z\",\n            \"coverUrl\": \"http://placeimg.com/640/480\",\n            \"coverUrlThumbnail\": \"http://placeimg.com/640/480\",\n            \"variousArtists\": false,\n            \"pLineYear\": 2024,\n            \"pLineText\": \"Halvorson, Abshire and Boyer 2024\",\n            \"cLineYear\": 2024,\n            \"cLineText\": \"Hodkiewicz - Stracke 2024\",\n            \"genre\": \"pop\",\n            \"price\": \"9.99\",\n            \"trackPrice\": \"1.29\",\n            \"labelName\": \"Keebler, Huels and Hessel LLC\",\n            \"hasAutosplit\": false,\n            \"artists\": [\n                {\n                    \"_id\": \"65d894448cd26e266ed23db2\",\n                    \"artisticName\": \"test\",\n                    \"dashgoId\": \"779612\",\n                    \"isGuest\": true,\n                    \"roles\": [\n                        \"composer\",\n                        \"remixer\"\n                    ]\n                },\n                {\n                    \"_id\": \"65d894448cd26e266ed23db2\",\n                    \"artisticName\": \"test\",\n                    \"dashgoId\": \"779612\",\n                    \"isGuest\": true,\n                    \"roles\": [\n                        \"composer\"\n                    ]\n                }\n            ],\n            \"tracks\": []\n        }\n    ],\n    \"splits\": []\n}"}],"_postman_id":"cc6e7dff-84b8-4a41-82a5-ebdcac233d22"},{"name":"Delete a Project","id":"40611d2c-d97b-48eb-ba8d-7014c7f49b5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{api-url}}/projects/:id","description":"<h3 id=\"delete-project\">Delete Project</h3>\n<p>This endpoint is used to delete a specific project identified by the provided ID.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: DELETE</p>\n</li>\n<li><p>Endpoint: <code>{{api-url}}/projects/:id</code></p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status Code: 200</p>\n</li>\n<li><p>{ \"id\": \"\", \"title\": \"\", \"isDeleted\": true }</p>\n<ul>\n<li>The response includes the ID, title, and a flag indicating whether the project has been deleted.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"related-responses\">Related Responses</h4>\n<ol>\n<li><p>{ \"token\": \"\", \"user\": { \"id\": \"\", \"name\": \"\", \"email\": \"\", \"role\": \"\", \"fullName\": \"\", \"cellPhone\": \"\", \"profilePicture\": { \"original\": \"\", \"thumbnail\": \"\" }, \"legals\": \"\", \"labelNames\": [\"\"], \"labelUsers\": [\"\"], \"band\": [ { \"roles\": [\"\"], \"name\": \"\", \"id\": \"\" } ], \"rateUser\": 0 } }</p>\n<ul>\n<li>This response is from other endpoints of the API and shares a similar data model.</li>\n</ul>\n</li>\n<li><p>{ \"id\": \"\", \"title\": \"\", \"albums\": [ { \"id\": \"\", \"project\": \"\", \"fantasyName\": \"\", \"releaseDate\": \"\", \"saleStartDate\": \"\", \"rightsEndDate\": \"\", \"preorderReleaseDate\": \"\", \"albumTerritories\": [\"\"], \"excludeTerritories\": [], \"dsps\": [\"\"], \"status\": \"\", \"isDeleted\": true, \"createdAt\": \"\", \"updatedAt\": \"\", \"coverUrl\": \"\", \"coverUrlThumbnail\": \"\", \"variousArtists\": true, \"pLineYear\": 0, \"pLineText\": \"\", \"cLineYear\": 0, \"cLineText\": \"\", \"genre\": \"\", \"price\": \"\", \"trackPrice\": \"\", \"labelName\": \"\", \"hasAutosplit\": true, \"artists\": [ { \"_id\": \"\", \"artisticName\": \"\", \"dashgoId\": \"\", \"isGuest\": true, \"roles\": [\"\"] } ], \"tracks\": [] } ], \"splits\": [] }</p>\n<ul>\n<li>Another example of a related response with a different data structure but sharing the same status code.</li>\n</ul>\n</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["projects",":id"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>Project ID</p>\n","type":"text/plain"},"type":"any","value":"{{project-id}}","key":"id"}]}},"response":[{"id":"46c93b4a-2a7d-4ced-8396-d89548cb7ada","name":"Delete a Project","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{api-url}}/projects/:id","host":["{{api-url}}"],"path":["projects",":id"],"variable":[{"key":"id","value":"{{project-id}}","description":"Project ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"99"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:29:27 GMT"},{"key":"x-amzn-RequestId","value":"f7893485-4fc6-4d9e-9ad0-41f5ca2bdf98"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGxUrElAIAMELog="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b295b7-0609c9c941b728f060bccc55;Parent=6d957cdb3809a934;Sampled=0;lineage=5cf411e8:0|5a5247c6:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 23c9ec01b6f4151f654547c0190aeebe.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"uO_eVWS5Y5MTyRKnyU5tgYzHWOsS60rGRCovt-ujpzJ7BvjrOSEmsw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66b29581b947f60db9a8aff1\",\n    \"title\": \"Test Abshire, Williamson and McDermott\",\n    \"isDeleted\": true\n}"}],"_postman_id":"40611d2c-d97b-48eb-ba8d-7014c7f49b5e"},{"name":"Get list of Projects","id":"ee75054d-6fde-48ca-acf1-ab53ad95f4b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/projects","description":"<p>The <code>GET</code> request to <code>/projects</code> endpoint retrieves a list of projects. The response is a JSON object with a <code>projects</code> array containing project details such as <code>title</code>, <code>createdAt</code>, <code>updatedAt</code>, <code>masterAlbum</code>, and <code>albums</code>. Each album within the <code>albums</code> array includes information about the album's <code>artists</code>, <code>status</code>, <code>releaseDate</code>, <code>genre</code>, <code>coverUrlThumbnail</code>, and <code>tracks</code>.</p>\n<p>The response can also include a <code>hasMore</code> boolean value indicating whether there are more projects to be fetched.</p>\n<p>Here is a JSON schema representing the response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"projects\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"title\": { \"type\": \"string\" },\n          \"masterAlbum\": { \"type\": [\"object\", \"null\"] },\n          \"createdAt\": { \"type\": \"string\" },\n          \"updatedAt\": { \"type\": \"string\" },\n          \"albums\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"artists\": {\n                  \"type\": \"array\",\n                  \"items\": {\n                    \"type\": \"object\",\n                    \"properties\": {\n                      \"_id\": { \"type\": \"string\" },\n                      \"artisticName\": { \"type\": \"string\" }\n                    }\n                  }\n                },\n                \"status\": { \"type\": \"string\" },\n                \"releaseDate\": { \"type\": \"string\" },\n                \"genre\": { \"type\": \"string\" },\n                \"coverUrlThumbnail\": { \"type\": \"string\" },\n                \"tracks\": {\n                  \"type\": \"array\",\n                  \"items\": {\n                    \"type\": \"object\",\n                    \"properties\": {\n                      \"title\": { \"type\": \"string\" },\n                      \"artists\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                          \"type\": \"object\",\n                          \"properties\": {\n                            \"_id\": { \"type\": \"string\" },\n                            \"artisticName\": { \"type\": \"string\" }\n                          }\n                        }\n                      },\n                      \"id\": { \"type\": \"string\" }\n                    }\n                  }\n                }\n              }\n            }\n          },\n          \"id\": { \"type\": \"string\" }\n        }\n      }\n    },\n    \"hasMore\": { \"type\": \"boolean\" }\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["projects"],"host":["{{api-url}}"],"query":[{"disabled":true,"key":"limit","value":"20"},{"disabled":true,"key":"orderByDirection","value":"descending"},{"disabled":true,"key":"orderByField","value":"modifiedDate"},{"disabled":true,"key":"status","value":"draft"}],"variable":[]}},"response":[{"id":"de9473e7-2711-4614-84c2-003b46fece7e","name":"Album Name, Artist, ISRC or UPC","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/projects?q=Unt","host":["{{api-url}}"],"path":["projects"],"query":[{"key":"q","value":"Unt","description":"Search by Album Name, Artist, ISRC or UPC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4353"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 19:56:56 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"e4d11bff-c221-4177-bada-b9a3015052e7"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGjw-EOEoAMEI2A="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b28005-5def8fde3e1f10127136c67d;Parent=5efa6479e27d2a86;Sampled=0;lineage=5cf411e8:0|5a5247c6:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0cb00dba44e934eba233bf107f219370.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"Qx4-sZZF0vgxk5hdymXO8FRJ-z32z3LOdlL7SNosOoz-zpbz3Oq_pA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"projects\": [\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-08-06T19:49:42.944Z\",\n            \"updatedAt\": \"2024-08-06T19:49:42.944Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-08-06T19:49:47.417Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66b27e57e6142a1be1b85d2f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66b27e56e6142a1be1b85d29\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-26T20:48:58.379Z\",\n            \"updatedAt\": \"2024-07-26T20:48:58.379Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"updatedAt\": \"2024-07-26T20:49:01.911Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a40bbb2d7f8accfe5b6d29\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a40bba2d7f8accfe5b6d23\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-25T17:27:41.929Z\",\n            \"updatedAt\": \"2024-07-25T17:27:41.929Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-25T17:27:46.232Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a28b0edb31208e7eff234b\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a28b0ddb31208e7eff2345\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-24T21:18:07.508Z\",\n            \"updatedAt\": \"2024-07-24T21:18:07.508Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                            \"artisticName\": \"Terry Moon\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/SDntrrDQ_Wac_nearside_3000.jpg\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"genre\": \"afro_pop\",\n                    \"updatedAt\": \"2024-07-24T21:18:12.226Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                                    \"artisticName\": \"Terry Moon\"\n                                }\n                            ],\n                            \"id\": \"66a16f90957da130165d636f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a16f8f957da130165d6368\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-20T14:59:57.033Z\",\n            \"updatedAt\": \"2024-07-08T20:21:25.610Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                            \"artisticName\": \"TEST ARTIST Facundo\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/82Pn4tR1_0d3eda100891319.5f12a58c2ca36-min.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-16T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-07-08T20:22:50.383Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"Bohemian Rhapsody\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                                    \"artisticName\": \"TEST ARTIST Facundo\"\n                                }\n                            ],\n                            \"id\": \"668c4a48e73d3f4150f9c4e3\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664b656ddb39996233220367\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:45:33.861Z\",\n            \"updatedAt\": \"2024-07-02T18:45:33.861Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:45:38.677Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844ad0d182ea17f0463afa\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844acdd182ea17f0463af4\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:44:14.860Z\",\n            \"updatedAt\": \"2024-07-02T18:44:14.860Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:44:19.214Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844a7fd182ea17f0463aef\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844a7ed182ea17f0463ae9\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-04-26T19:05:59.808Z\",\n            \"updatedAt\": \"2024-04-26T19:05:59.808Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/czwpwU2p_e8f2f9ed3deceb6d9f085966f15b23c0.PNG\",\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-04-26T19:06:03.918Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"662bfb1875fea76d6931ca89\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"662bfb1775fea76d6931ca82\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": \"632269e1f271567ae651dc18\",\n            \"createdAt\": \"2022-09-14T23:55:13.468Z\",\n            \"updatedAt\": \"2024-04-08T13:43:44.803Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62e0453e7e022d11728c6913\",\n                            \"artisticName\": \"ANTHR BØY\"\n                        },\n                        {\n                            \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                            \"artisticName\": \"Aziko\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/-Te-Zbls_Calvin%20Motion%20%281%29.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2020-01-01T00:00:00.000Z\",\n                    \"genre\": \"alt\",\n                    \"updatedAt\": \"2024-04-08T13:43:52.741Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"asdasdasd\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62e0453e7e022d11728c6913\",\n                                    \"artisticName\": \"ANTHR BØY\"\n                                },\n                                {\n                                    \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                                    \"artisticName\": \"Aziko\"\n                                }\n                            ],\n                            \"id\": \"6613f494b5bcd0112eae879a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"632269e1f271567ae651dc16\"\n        },\n        {\n            \"title\": \"asdasdasdad\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2023-07-31T23:49:32.649Z\",\n            \"updatedAt\": \"2024-02-29T15:55:41.409Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-02-29T15:55:46.703Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"65e0a900d78f49240c901992\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"64c8488cc0f8dbf785f04ea5\"\n        }\n    ],\n    \"hasMore\": false\n}"},{"id":"ae061c02-2ace-47f2-a365-972238ec5d82","name":"Descending Statuses","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/projects?orderByDirection=descending&orderByField=status","host":["{{api-url}}"],"path":["projects"],"query":[{"key":"orderByDirection","value":"descending"},{"key":"orderByField","value":"status"},{"key":"status","value":"draft","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6230"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 19:57:16 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"a20e416b-2464-4528-8fd6-3f59755f01ef"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGj0hGP1IAMEBlQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b2801c-3472842515d9093a4c5dd01a;Parent=101e3ff47171e80b;Sampled=0;lineage=5cf411e8:0|5a5247c6:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0cb00dba44e934eba233bf107f219370.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"26fq31MbEEb6TNROiQiFmUU3Z6laVaF0WMV5ErEBfiStQUFdjdKkEw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"projects\": [\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-24T21:20:09.793Z\",\n            \"updatedAt\": \"2024-07-24T21:20:09.793Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                            \"artisticName\": \"Terry Moon\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/Trr_wXbL_Wac_nearside_3000.jpg\",\n                    \"status\": \"pendingApproval\",\n                    \"releaseDate\": \"2024-07-23T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-07-24T21:20:13.573Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                                    \"artisticName\": \"Terry Moon\"\n                                }\n                            ],\n                            \"id\": \"66a1700a957da130165d6388\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a17009957da130165d6381\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:45:33.861Z\",\n            \"updatedAt\": \"2024-07-02T18:45:33.861Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:45:38.677Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844ad0d182ea17f0463afa\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844acdd182ea17f0463af4\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-24T21:18:07.508Z\",\n            \"updatedAt\": \"2024-07-24T21:18:07.508Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                            \"artisticName\": \"Terry Moon\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/SDntrrDQ_Wac_nearside_3000.jpg\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"genre\": \"afro_pop\",\n                    \"updatedAt\": \"2024-07-24T21:18:12.226Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                                    \"artisticName\": \"Terry Moon\"\n                                }\n                            ],\n                            \"id\": \"66a16f90957da130165d636f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a16f8f957da130165d6368\"\n        },\n        {\n            \"title\": \"asdasdasdad\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2023-07-31T23:49:32.649Z\",\n            \"updatedAt\": \"2024-02-29T15:55:41.409Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-02-29T15:55:46.703Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"65e0a900d78f49240c901992\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"64c8488cc0f8dbf785f04ea5\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": \"632269e1f271567ae651dc18\",\n            \"createdAt\": \"2022-09-14T23:55:13.468Z\",\n            \"updatedAt\": \"2024-04-08T13:43:44.803Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62e0453e7e022d11728c6913\",\n                            \"artisticName\": \"ANTHR BØY\"\n                        },\n                        {\n                            \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                            \"artisticName\": \"Aziko\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/-Te-Zbls_Calvin%20Motion%20%281%29.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2020-01-01T00:00:00.000Z\",\n                    \"genre\": \"alt\",\n                    \"updatedAt\": \"2024-04-08T13:43:52.741Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"asdasdasd\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62e0453e7e022d11728c6913\",\n                                    \"artisticName\": \"ANTHR BØY\"\n                                },\n                                {\n                                    \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                                    \"artisticName\": \"Aziko\"\n                                }\n                            ],\n                            \"id\": \"6613f494b5bcd0112eae879a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"632269e1f271567ae651dc16\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-14T15:49:15.022Z\",\n            \"updatedAt\": \"2024-05-28T18:10:05.441Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"652fe82f139aef61146cb106\",\n                            \"artisticName\": \"Zil Distribution, LLC\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/9dbKkNrK_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-28T18:10:09.117Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"652fe82f139aef61146cb106\",\n                                    \"artisticName\": \"Zil Distribution, LLC\"\n                                }\n                            ],\n                            \"id\": \"66561dff976c051f47247c7a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664387faecbe9121ca94e9c0\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-08-06T19:49:42.944Z\",\n            \"updatedAt\": \"2024-08-06T19:49:42.944Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-08-06T19:49:47.417Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66b27e57e6142a1be1b85d2f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66b27e56e6142a1be1b85d29\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-26T20:48:58.379Z\",\n            \"updatedAt\": \"2024-07-26T20:48:58.379Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"updatedAt\": \"2024-07-26T20:49:01.911Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a40bbb2d7f8accfe5b6d29\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a40bba2d7f8accfe5b6d23\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-15T18:25:03.940Z\",\n            \"updatedAt\": \"2024-05-15T18:25:37.006Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"641da3690e2f618ed640ab7e\",\n                            \"artisticName\": \"Matias Bagato\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/7-6v8oFq_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-15T18:25:39.857Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"641da3690e2f618ed640ab7e\",\n                                    \"artisticName\": \"Matias Bagato\"\n                                }\n                            ],\n                            \"id\": \"6644fe2369bced421875f106\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"6644fdff69bced421875f0bf\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-20T14:59:57.033Z\",\n            \"updatedAt\": \"2024-07-08T20:21:25.610Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                            \"artisticName\": \"TEST ARTIST Facundo\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/82Pn4tR1_0d3eda100891319.5f12a58c2ca36-min.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-16T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-07-08T20:22:50.383Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"Bohemian Rhapsody\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                                    \"artisticName\": \"TEST ARTIST Facundo\"\n                                }\n                            ],\n                            \"id\": \"668c4a48e73d3f4150f9c4e3\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664b656ddb39996233220367\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-25T17:27:41.929Z\",\n            \"updatedAt\": \"2024-07-25T17:27:41.929Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-25T17:27:46.232Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a28b0edb31208e7eff234b\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a28b0ddb31208e7eff2345\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-04-26T19:05:59.808Z\",\n            \"updatedAt\": \"2024-04-26T19:05:59.808Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/czwpwU2p_e8f2f9ed3deceb6d9f085966f15b23c0.PNG\",\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-04-26T19:06:03.918Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"662bfb1875fea76d6931ca89\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"662bfb1775fea76d6931ca82\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:44:14.860Z\",\n            \"updatedAt\": \"2024-07-02T18:44:14.860Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:44:19.214Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844a7fd182ea17f0463aef\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844a7ed182ea17f0463ae9\"\n        }\n    ],\n    \"hasMore\": false\n}"},{"id":"bd9f9b6b-a915-4ed7-8ca7-dd6cd0971218","name":"Ascending Statuses","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/projects?orderByDirection=ascending&orderByField=releaseDate","host":["{{api-url}}"],"path":["projects"],"query":[{"key":"orderByDirection","value":"ascending"},{"key":"orderByField","value":"releaseDate"},{"key":"status","value":"draft","disabled":true},{"key":"q","value":"a","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6230"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 19:57:38 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"d92eb2d2-f8f4-4376-a7e0-0fb5e04d7412"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGj34FizIAMECTQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b28032-745527fa72c05c28568187ff;Parent=5f176a5bf6971893;Sampled=0;lineage=5cf411e8:0|5a5247c6:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0cb00dba44e934eba233bf107f219370.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"bdNZu01CSF9MWZsgSVMt5iIot_HpqvfyOsRoTo46vqShar0aYzrIjQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"projects\": [\n        {\n            \"title\": \"asdasdasdad\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2023-07-31T23:49:32.649Z\",\n            \"updatedAt\": \"2024-02-29T15:55:41.409Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-02-29T15:55:46.703Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"65e0a900d78f49240c901992\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"64c8488cc0f8dbf785f04ea5\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:44:14.860Z\",\n            \"updatedAt\": \"2024-07-02T18:44:14.860Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:44:19.214Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844a7fd182ea17f0463aef\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844a7ed182ea17f0463ae9\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:45:33.861Z\",\n            \"updatedAt\": \"2024-07-02T18:45:33.861Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:45:38.677Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844ad0d182ea17f0463afa\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844acdd182ea17f0463af4\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-04-26T19:05:59.808Z\",\n            \"updatedAt\": \"2024-04-26T19:05:59.808Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/czwpwU2p_e8f2f9ed3deceb6d9f085966f15b23c0.PNG\",\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-04-26T19:06:03.918Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"662bfb1875fea76d6931ca89\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"662bfb1775fea76d6931ca82\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-08-06T19:49:42.944Z\",\n            \"updatedAt\": \"2024-08-06T19:49:42.944Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-08-06T19:49:47.417Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66b27e57e6142a1be1b85d2f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66b27e56e6142a1be1b85d29\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-25T17:27:41.929Z\",\n            \"updatedAt\": \"2024-07-25T17:27:41.929Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-25T17:27:46.232Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a28b0edb31208e7eff234b\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a28b0ddb31208e7eff2345\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": \"632269e1f271567ae651dc18\",\n            \"createdAt\": \"2022-09-14T23:55:13.468Z\",\n            \"updatedAt\": \"2024-04-08T13:43:44.803Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62e0453e7e022d11728c6913\",\n                            \"artisticName\": \"ANTHR BØY\"\n                        },\n                        {\n                            \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                            \"artisticName\": \"Aziko\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/-Te-Zbls_Calvin%20Motion%20%281%29.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2020-01-01T00:00:00.000Z\",\n                    \"genre\": \"alt\",\n                    \"updatedAt\": \"2024-04-08T13:43:52.741Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"asdasdasd\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62e0453e7e022d11728c6913\",\n                                    \"artisticName\": \"ANTHR BØY\"\n                                },\n                                {\n                                    \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                                    \"artisticName\": \"Aziko\"\n                                }\n                            ],\n                            \"id\": \"6613f494b5bcd0112eae879a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"632269e1f271567ae651dc16\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-15T18:25:03.940Z\",\n            \"updatedAt\": \"2024-05-15T18:25:37.006Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"641da3690e2f618ed640ab7e\",\n                            \"artisticName\": \"Matias Bagato\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/7-6v8oFq_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-15T18:25:39.857Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"641da3690e2f618ed640ab7e\",\n                                    \"artisticName\": \"Matias Bagato\"\n                                }\n                            ],\n                            \"id\": \"6644fe2369bced421875f106\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"6644fdff69bced421875f0bf\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-14T15:49:15.022Z\",\n            \"updatedAt\": \"2024-05-28T18:10:05.441Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"652fe82f139aef61146cb106\",\n                            \"artisticName\": \"Zil Distribution, LLC\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/9dbKkNrK_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-28T18:10:09.117Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"652fe82f139aef61146cb106\",\n                                    \"artisticName\": \"Zil Distribution, LLC\"\n                                }\n                            ],\n                            \"id\": \"66561dff976c051f47247c7a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664387faecbe9121ca94e9c0\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-20T14:59:57.033Z\",\n            \"updatedAt\": \"2024-07-08T20:21:25.610Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                            \"artisticName\": \"TEST ARTIST Facundo\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/82Pn4tR1_0d3eda100891319.5f12a58c2ca36-min.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-16T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-07-08T20:22:50.383Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"Bohemian Rhapsody\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                                    \"artisticName\": \"TEST ARTIST Facundo\"\n                                }\n                            ],\n                            \"id\": \"668c4a48e73d3f4150f9c4e3\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664b656ddb39996233220367\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-26T20:48:58.379Z\",\n            \"updatedAt\": \"2024-07-26T20:48:58.379Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"updatedAt\": \"2024-07-26T20:49:01.911Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a40bbb2d7f8accfe5b6d29\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a40bba2d7f8accfe5b6d23\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-24T21:18:07.508Z\",\n            \"updatedAt\": \"2024-07-24T21:18:07.508Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                            \"artisticName\": \"Terry Moon\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/SDntrrDQ_Wac_nearside_3000.jpg\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"genre\": \"afro_pop\",\n                    \"updatedAt\": \"2024-07-24T21:18:12.226Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                                    \"artisticName\": \"Terry Moon\"\n                                }\n                            ],\n                            \"id\": \"66a16f90957da130165d636f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a16f8f957da130165d6368\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-24T21:20:09.793Z\",\n            \"updatedAt\": \"2024-07-24T21:20:09.793Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                            \"artisticName\": \"Terry Moon\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/Trr_wXbL_Wac_nearside_3000.jpg\",\n                    \"status\": \"pendingApproval\",\n                    \"releaseDate\": \"2024-07-23T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-07-24T21:20:13.573Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                                    \"artisticName\": \"Terry Moon\"\n                                }\n                            ],\n                            \"id\": \"66a1700a957da130165d6388\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a17009957da130165d6381\"\n        }\n    ],\n    \"hasMore\": false\n}"},{"id":"136b7659-832b-4208-b617-5eb6bf5ae2ae","name":"Ascending Release Date","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/projects?orderByDirection=ascending&orderByField=releaseDate","host":["{{api-url}}"],"path":["projects"],"query":[{"key":"orderByDirection","value":"ascending"},{"key":"orderByField","value":"releaseDate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6230"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 19:58:05 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"13779ae3-d849-4d48-9d10-516fb501ac75"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGj8IEP_IAMEprQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b2804d-5bf004494151cc13524c4548;Parent=21253d7d102f8d20;Sampled=0;lineage=5cf411e8:0|5a5247c6:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0cb00dba44e934eba233bf107f219370.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"OtylXEKHMEtMepjpF7_g4FozM9fP_dbquizbXc4g3fWxeFrdkowA1Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"projects\": [\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-08-06T19:49:42.944Z\",\n            \"updatedAt\": \"2024-08-06T19:49:42.944Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-08-06T19:49:47.417Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66b27e57e6142a1be1b85d2f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66b27e56e6142a1be1b85d29\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:45:33.861Z\",\n            \"updatedAt\": \"2024-07-02T18:45:33.861Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:45:38.677Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844ad0d182ea17f0463afa\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844acdd182ea17f0463af4\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:44:14.860Z\",\n            \"updatedAt\": \"2024-07-02T18:44:14.860Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:44:19.214Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844a7fd182ea17f0463aef\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844a7ed182ea17f0463ae9\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-04-26T19:05:59.808Z\",\n            \"updatedAt\": \"2024-04-26T19:05:59.808Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/czwpwU2p_e8f2f9ed3deceb6d9f085966f15b23c0.PNG\",\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-04-26T19:06:03.918Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"662bfb1875fea76d6931ca89\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"662bfb1775fea76d6931ca82\"\n        },\n        {\n            \"title\": \"asdasdasdad\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2023-07-31T23:49:32.649Z\",\n            \"updatedAt\": \"2024-02-29T15:55:41.409Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-02-29T15:55:46.703Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"65e0a900d78f49240c901992\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"64c8488cc0f8dbf785f04ea5\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-25T17:27:41.929Z\",\n            \"updatedAt\": \"2024-07-25T17:27:41.929Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-25T17:27:46.232Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a28b0edb31208e7eff234b\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a28b0ddb31208e7eff2345\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": \"632269e1f271567ae651dc18\",\n            \"createdAt\": \"2022-09-14T23:55:13.468Z\",\n            \"updatedAt\": \"2024-04-08T13:43:44.803Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62e0453e7e022d11728c6913\",\n                            \"artisticName\": \"ANTHR BØY\"\n                        },\n                        {\n                            \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                            \"artisticName\": \"Aziko\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/-Te-Zbls_Calvin%20Motion%20%281%29.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2020-01-01T00:00:00.000Z\",\n                    \"genre\": \"alt\",\n                    \"updatedAt\": \"2024-04-08T13:43:52.741Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"asdasdasd\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62e0453e7e022d11728c6913\",\n                                    \"artisticName\": \"ANTHR BØY\"\n                                },\n                                {\n                                    \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                                    \"artisticName\": \"Aziko\"\n                                }\n                            ],\n                            \"id\": \"6613f494b5bcd0112eae879a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"632269e1f271567ae651dc16\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-15T18:25:03.940Z\",\n            \"updatedAt\": \"2024-05-15T18:25:37.006Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"641da3690e2f618ed640ab7e\",\n                            \"artisticName\": \"Matias Bagato\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/7-6v8oFq_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-15T18:25:39.857Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"641da3690e2f618ed640ab7e\",\n                                    \"artisticName\": \"Matias Bagato\"\n                                }\n                            ],\n                            \"id\": \"6644fe2369bced421875f106\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"6644fdff69bced421875f0bf\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-14T15:49:15.022Z\",\n            \"updatedAt\": \"2024-05-28T18:10:05.441Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"652fe82f139aef61146cb106\",\n                            \"artisticName\": \"Zil Distribution, LLC\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/9dbKkNrK_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-28T18:10:09.117Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"652fe82f139aef61146cb106\",\n                                    \"artisticName\": \"Zil Distribution, LLC\"\n                                }\n                            ],\n                            \"id\": \"66561dff976c051f47247c7a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664387faecbe9121ca94e9c0\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-20T14:59:57.033Z\",\n            \"updatedAt\": \"2024-07-08T20:21:25.610Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                            \"artisticName\": \"TEST ARTIST Facundo\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/82Pn4tR1_0d3eda100891319.5f12a58c2ca36-min.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-16T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-07-08T20:22:50.383Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"Bohemian Rhapsody\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                                    \"artisticName\": \"TEST ARTIST Facundo\"\n                                }\n                            ],\n                            \"id\": \"668c4a48e73d3f4150f9c4e3\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664b656ddb39996233220367\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-26T20:48:58.379Z\",\n            \"updatedAt\": \"2024-07-26T20:48:58.379Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"updatedAt\": \"2024-07-26T20:49:01.911Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a40bbb2d7f8accfe5b6d29\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a40bba2d7f8accfe5b6d23\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-24T21:18:07.508Z\",\n            \"updatedAt\": \"2024-07-24T21:18:07.508Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                            \"artisticName\": \"Terry Moon\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/SDntrrDQ_Wac_nearside_3000.jpg\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"genre\": \"afro_pop\",\n                    \"updatedAt\": \"2024-07-24T21:18:12.226Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                                    \"artisticName\": \"Terry Moon\"\n                                }\n                            ],\n                            \"id\": \"66a16f90957da130165d636f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a16f8f957da130165d6368\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-24T21:20:09.793Z\",\n            \"updatedAt\": \"2024-07-24T21:20:09.793Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                            \"artisticName\": \"Terry Moon\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/Trr_wXbL_Wac_nearside_3000.jpg\",\n                    \"status\": \"pendingApproval\",\n                    \"releaseDate\": \"2024-07-23T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-07-24T21:20:13.573Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                                    \"artisticName\": \"Terry Moon\"\n                                }\n                            ],\n                            \"id\": \"66a1700a957da130165d6388\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a17009957da130165d6381\"\n        }\n    ],\n    \"hasMore\": false\n}"},{"id":"4e56cc5f-1574-4af3-80be-8574b649acb1","name":"Ascending Created Date","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/projects?orderByDirection=ascending&orderByField=creationDate","host":["{{api-url}}"],"path":["projects"],"query":[{"key":"orderByDirection","value":"ascending"},{"key":"orderByField","value":"creationDate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6230"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 19:58:24 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"cc7dcb33-e3f3-41dc-8017-77159c461184"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGj_KGbZoAMEIZA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b28060-496a760e6c1ff241373d0bfd;Parent=38ed9a8dedbbac1e;Sampled=0;lineage=5cf411e8:0|5a5247c6:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0cb00dba44e934eba233bf107f219370.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"ripCbOFZwLEAH2L3B2dd2lld8mB2-Nphb9vjr34FLc4LYTD4a7LNfg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"projects\": [\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": \"632269e1f271567ae651dc18\",\n            \"createdAt\": \"2022-09-14T23:55:13.468Z\",\n            \"updatedAt\": \"2024-04-08T13:43:44.803Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62e0453e7e022d11728c6913\",\n                            \"artisticName\": \"ANTHR BØY\"\n                        },\n                        {\n                            \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                            \"artisticName\": \"Aziko\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/-Te-Zbls_Calvin%20Motion%20%281%29.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2020-01-01T00:00:00.000Z\",\n                    \"genre\": \"alt\",\n                    \"updatedAt\": \"2024-04-08T13:43:52.741Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"asdasdasd\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62e0453e7e022d11728c6913\",\n                                    \"artisticName\": \"ANTHR BØY\"\n                                },\n                                {\n                                    \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                                    \"artisticName\": \"Aziko\"\n                                }\n                            ],\n                            \"id\": \"6613f494b5bcd0112eae879a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"632269e1f271567ae651dc16\"\n        },\n        {\n            \"title\": \"asdasdasdad\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2023-07-31T23:49:32.649Z\",\n            \"updatedAt\": \"2024-02-29T15:55:41.409Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-02-29T15:55:46.703Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"65e0a900d78f49240c901992\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"64c8488cc0f8dbf785f04ea5\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-04-26T19:05:59.808Z\",\n            \"updatedAt\": \"2024-04-26T19:05:59.808Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/czwpwU2p_e8f2f9ed3deceb6d9f085966f15b23c0.PNG\",\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-04-26T19:06:03.918Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"662bfb1875fea76d6931ca89\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"662bfb1775fea76d6931ca82\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-14T15:49:15.022Z\",\n            \"updatedAt\": \"2024-05-28T18:10:05.441Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"652fe82f139aef61146cb106\",\n                            \"artisticName\": \"Zil Distribution, LLC\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/9dbKkNrK_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-28T18:10:09.117Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"652fe82f139aef61146cb106\",\n                                    \"artisticName\": \"Zil Distribution, LLC\"\n                                }\n                            ],\n                            \"id\": \"66561dff976c051f47247c7a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664387faecbe9121ca94e9c0\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-15T18:25:03.940Z\",\n            \"updatedAt\": \"2024-05-15T18:25:37.006Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"641da3690e2f618ed640ab7e\",\n                            \"artisticName\": \"Matias Bagato\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/7-6v8oFq_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-15T18:25:39.857Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"641da3690e2f618ed640ab7e\",\n                                    \"artisticName\": \"Matias Bagato\"\n                                }\n                            ],\n                            \"id\": \"6644fe2369bced421875f106\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"6644fdff69bced421875f0bf\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-20T14:59:57.033Z\",\n            \"updatedAt\": \"2024-07-08T20:21:25.610Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                            \"artisticName\": \"TEST ARTIST Facundo\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/82Pn4tR1_0d3eda100891319.5f12a58c2ca36-min.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-16T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-07-08T20:22:50.383Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"Bohemian Rhapsody\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                                    \"artisticName\": \"TEST ARTIST Facundo\"\n                                }\n                            ],\n                            \"id\": \"668c4a48e73d3f4150f9c4e3\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664b656ddb39996233220367\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:44:14.860Z\",\n            \"updatedAt\": \"2024-07-02T18:44:14.860Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:44:19.214Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844a7fd182ea17f0463aef\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844a7ed182ea17f0463ae9\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:45:33.861Z\",\n            \"updatedAt\": \"2024-07-02T18:45:33.861Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:45:38.677Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844ad0d182ea17f0463afa\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844acdd182ea17f0463af4\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-24T21:18:07.508Z\",\n            \"updatedAt\": \"2024-07-24T21:18:07.508Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                            \"artisticName\": \"Terry Moon\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/SDntrrDQ_Wac_nearside_3000.jpg\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"genre\": \"afro_pop\",\n                    \"updatedAt\": \"2024-07-24T21:18:12.226Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                                    \"artisticName\": \"Terry Moon\"\n                                }\n                            ],\n                            \"id\": \"66a16f90957da130165d636f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a16f8f957da130165d6368\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-24T21:20:09.793Z\",\n            \"updatedAt\": \"2024-07-24T21:20:09.793Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                            \"artisticName\": \"Terry Moon\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/Trr_wXbL_Wac_nearside_3000.jpg\",\n                    \"status\": \"pendingApproval\",\n                    \"releaseDate\": \"2024-07-23T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-07-24T21:20:13.573Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                                    \"artisticName\": \"Terry Moon\"\n                                }\n                            ],\n                            \"id\": \"66a1700a957da130165d6388\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a17009957da130165d6381\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-25T17:27:41.929Z\",\n            \"updatedAt\": \"2024-07-25T17:27:41.929Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-25T17:27:46.232Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a28b0edb31208e7eff234b\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a28b0ddb31208e7eff2345\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-26T20:48:58.379Z\",\n            \"updatedAt\": \"2024-07-26T20:48:58.379Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"updatedAt\": \"2024-07-26T20:49:01.911Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a40bbb2d7f8accfe5b6d29\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a40bba2d7f8accfe5b6d23\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-08-06T19:49:42.944Z\",\n            \"updatedAt\": \"2024-08-06T19:49:42.944Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-08-06T19:49:47.417Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66b27e57e6142a1be1b85d2f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66b27e56e6142a1be1b85d29\"\n        }\n    ],\n    \"hasMore\": false\n}"},{"id":"a7ba4f2e-286c-486e-aa8a-4b1dcc84073a","name":"Ascending Modified Date","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/projects?orderByDirection=ascending&orderByField=modifiedDate","host":["{{api-url}}"],"path":["projects"],"query":[{"key":"orderByDirection","value":"ascending"},{"key":"orderByField","value":"modifiedDate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6230"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 19:58:44 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"4402129e-6df4-45a9-ab6c-ef02f500f932"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGkCOHvjoAMEKsQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b28074-5968ef064ff5497a4a25ebe5;Parent=0295c42ed8bf4715;Sampled=0;lineage=5cf411e8:0|5a5247c6:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0cb00dba44e934eba233bf107f219370.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"dAenIQ5UX30NYXfHdAUckXBik089rZLK54e44YNLfuaDSUhDw-cA5g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"projects\": [\n        {\n            \"title\": \"asdasdasdad\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2023-07-31T23:49:32.649Z\",\n            \"updatedAt\": \"2024-02-29T15:55:41.409Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-02-29T15:55:46.703Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"65e0a900d78f49240c901992\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"64c8488cc0f8dbf785f04ea5\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": \"632269e1f271567ae651dc18\",\n            \"createdAt\": \"2022-09-14T23:55:13.468Z\",\n            \"updatedAt\": \"2024-04-08T13:43:44.803Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62e0453e7e022d11728c6913\",\n                            \"artisticName\": \"ANTHR BØY\"\n                        },\n                        {\n                            \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                            \"artisticName\": \"Aziko\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/-Te-Zbls_Calvin%20Motion%20%281%29.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2020-01-01T00:00:00.000Z\",\n                    \"genre\": \"alt\",\n                    \"updatedAt\": \"2024-04-08T13:43:52.741Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"asdasdasd\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62e0453e7e022d11728c6913\",\n                                    \"artisticName\": \"ANTHR BØY\"\n                                },\n                                {\n                                    \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                                    \"artisticName\": \"Aziko\"\n                                }\n                            ],\n                            \"id\": \"6613f494b5bcd0112eae879a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"632269e1f271567ae651dc16\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-04-26T19:05:59.808Z\",\n            \"updatedAt\": \"2024-04-26T19:05:59.808Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/czwpwU2p_e8f2f9ed3deceb6d9f085966f15b23c0.PNG\",\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-04-26T19:06:03.918Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"662bfb1875fea76d6931ca89\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"662bfb1775fea76d6931ca82\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-15T18:25:03.940Z\",\n            \"updatedAt\": \"2024-05-15T18:25:37.006Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"641da3690e2f618ed640ab7e\",\n                            \"artisticName\": \"Matias Bagato\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/7-6v8oFq_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-15T18:25:39.857Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"641da3690e2f618ed640ab7e\",\n                                    \"artisticName\": \"Matias Bagato\"\n                                }\n                            ],\n                            \"id\": \"6644fe2369bced421875f106\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"6644fdff69bced421875f0bf\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-14T15:49:15.022Z\",\n            \"updatedAt\": \"2024-05-28T18:10:05.441Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"652fe82f139aef61146cb106\",\n                            \"artisticName\": \"Zil Distribution, LLC\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/9dbKkNrK_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-28T18:10:09.117Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"652fe82f139aef61146cb106\",\n                                    \"artisticName\": \"Zil Distribution, LLC\"\n                                }\n                            ],\n                            \"id\": \"66561dff976c051f47247c7a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664387faecbe9121ca94e9c0\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:44:14.860Z\",\n            \"updatedAt\": \"2024-07-02T18:44:14.860Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:44:19.214Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844a7fd182ea17f0463aef\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844a7ed182ea17f0463ae9\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:45:33.861Z\",\n            \"updatedAt\": \"2024-07-02T18:45:33.861Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:45:38.677Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844ad0d182ea17f0463afa\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844acdd182ea17f0463af4\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-20T14:59:57.033Z\",\n            \"updatedAt\": \"2024-07-08T20:21:25.610Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                            \"artisticName\": \"TEST ARTIST Facundo\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/82Pn4tR1_0d3eda100891319.5f12a58c2ca36-min.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-16T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-07-08T20:22:50.383Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"Bohemian Rhapsody\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                                    \"artisticName\": \"TEST ARTIST Facundo\"\n                                }\n                            ],\n                            \"id\": \"668c4a48e73d3f4150f9c4e3\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664b656ddb39996233220367\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-24T21:18:07.508Z\",\n            \"updatedAt\": \"2024-07-24T21:18:07.508Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                            \"artisticName\": \"Terry Moon\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/SDntrrDQ_Wac_nearside_3000.jpg\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"genre\": \"afro_pop\",\n                    \"updatedAt\": \"2024-07-24T21:18:12.226Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                                    \"artisticName\": \"Terry Moon\"\n                                }\n                            ],\n                            \"id\": \"66a16f90957da130165d636f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a16f8f957da130165d6368\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-24T21:20:09.793Z\",\n            \"updatedAt\": \"2024-07-24T21:20:09.793Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                            \"artisticName\": \"Terry Moon\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/Trr_wXbL_Wac_nearside_3000.jpg\",\n                    \"status\": \"pendingApproval\",\n                    \"releaseDate\": \"2024-07-23T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-07-24T21:20:13.573Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                                    \"artisticName\": \"Terry Moon\"\n                                }\n                            ],\n                            \"id\": \"66a1700a957da130165d6388\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a17009957da130165d6381\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-25T17:27:41.929Z\",\n            \"updatedAt\": \"2024-07-25T17:27:41.929Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-25T17:27:46.232Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a28b0edb31208e7eff234b\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a28b0ddb31208e7eff2345\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-26T20:48:58.379Z\",\n            \"updatedAt\": \"2024-07-26T20:48:58.379Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"updatedAt\": \"2024-07-26T20:49:01.911Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a40bbb2d7f8accfe5b6d29\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a40bba2d7f8accfe5b6d23\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-08-06T19:49:42.944Z\",\n            \"updatedAt\": \"2024-08-06T19:49:42.944Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-08-06T19:49:47.417Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66b27e57e6142a1be1b85d2f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66b27e56e6142a1be1b85d29\"\n        }\n    ],\n    \"hasMore\": false\n}"},{"id":"e9044e57-0d73-464c-b2f1-7be501c0d3a0","name":"Ascending Title","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/projects?orderByField=title&orderByDirection=ascending","host":["{{api-url}}"],"path":["projects"],"query":[{"key":"orderByField","value":"title"},{"key":"orderByDirection","value":"ascending"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6230"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 19:59:11 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"d6c30dcf-e878-467d-8fe7-e2c5a08868ff"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGkGYHwYoAMEgUQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b2808e-169c2dc83e3557d04d686084;Parent=22e05849772fc812;Sampled=0;lineage=5cf411e8:0|5a5247c6:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0cb00dba44e934eba233bf107f219370.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"jseqS6B5p2bV4ykO9BeIz_QLz93IBmfJxBLwTGYD98JY11uFWH9Jzw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"projects\": [\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-25T17:27:41.929Z\",\n            \"updatedAt\": \"2024-07-25T17:27:41.929Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-25T17:27:46.232Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a28b0edb31208e7eff234b\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a28b0ddb31208e7eff2345\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": \"632269e1f271567ae651dc18\",\n            \"createdAt\": \"2022-09-14T23:55:13.468Z\",\n            \"updatedAt\": \"2024-04-08T13:43:44.803Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62e0453e7e022d11728c6913\",\n                            \"artisticName\": \"ANTHR BØY\"\n                        },\n                        {\n                            \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                            \"artisticName\": \"Aziko\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/-Te-Zbls_Calvin%20Motion%20%281%29.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2020-01-01T00:00:00.000Z\",\n                    \"genre\": \"alt\",\n                    \"updatedAt\": \"2024-04-08T13:43:52.741Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"asdasdasd\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62e0453e7e022d11728c6913\",\n                                    \"artisticName\": \"ANTHR BØY\"\n                                },\n                                {\n                                    \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                                    \"artisticName\": \"Aziko\"\n                                }\n                            ],\n                            \"id\": \"6613f494b5bcd0112eae879a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"632269e1f271567ae651dc16\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-08-06T19:49:42.944Z\",\n            \"updatedAt\": \"2024-08-06T19:49:42.944Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-08-06T19:49:47.417Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66b27e57e6142a1be1b85d2f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66b27e56e6142a1be1b85d29\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-24T21:18:07.508Z\",\n            \"updatedAt\": \"2024-07-24T21:18:07.508Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                            \"artisticName\": \"Terry Moon\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/SDntrrDQ_Wac_nearside_3000.jpg\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"genre\": \"afro_pop\",\n                    \"updatedAt\": \"2024-07-24T21:18:12.226Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                                    \"artisticName\": \"Terry Moon\"\n                                }\n                            ],\n                            \"id\": \"66a16f90957da130165d636f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a16f8f957da130165d6368\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:45:33.861Z\",\n            \"updatedAt\": \"2024-07-02T18:45:33.861Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:45:38.677Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844ad0d182ea17f0463afa\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844acdd182ea17f0463af4\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:44:14.860Z\",\n            \"updatedAt\": \"2024-07-02T18:44:14.860Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:44:19.214Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844a7fd182ea17f0463aef\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844a7ed182ea17f0463ae9\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-04-26T19:05:59.808Z\",\n            \"updatedAt\": \"2024-04-26T19:05:59.808Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/czwpwU2p_e8f2f9ed3deceb6d9f085966f15b23c0.PNG\",\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-04-26T19:06:03.918Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"662bfb1875fea76d6931ca89\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"662bfb1775fea76d6931ca82\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-20T14:59:57.033Z\",\n            \"updatedAt\": \"2024-07-08T20:21:25.610Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                            \"artisticName\": \"TEST ARTIST Facundo\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/82Pn4tR1_0d3eda100891319.5f12a58c2ca36-min.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-16T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-07-08T20:22:50.383Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"Bohemian Rhapsody\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                                    \"artisticName\": \"TEST ARTIST Facundo\"\n                                }\n                            ],\n                            \"id\": \"668c4a48e73d3f4150f9c4e3\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664b656ddb39996233220367\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-26T20:48:58.379Z\",\n            \"updatedAt\": \"2024-07-26T20:48:58.379Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"updatedAt\": \"2024-07-26T20:49:01.911Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a40bbb2d7f8accfe5b6d29\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a40bba2d7f8accfe5b6d23\"\n        },\n        {\n            \"title\": \"asdasdasdad\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2023-07-31T23:49:32.649Z\",\n            \"updatedAt\": \"2024-02-29T15:55:41.409Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-02-29T15:55:46.703Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"65e0a900d78f49240c901992\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"64c8488cc0f8dbf785f04ea5\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-14T15:49:15.022Z\",\n            \"updatedAt\": \"2024-05-28T18:10:05.441Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"652fe82f139aef61146cb106\",\n                            \"artisticName\": \"Zil Distribution, LLC\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/9dbKkNrK_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-28T18:10:09.117Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"652fe82f139aef61146cb106\",\n                                    \"artisticName\": \"Zil Distribution, LLC\"\n                                }\n                            ],\n                            \"id\": \"66561dff976c051f47247c7a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664387faecbe9121ca94e9c0\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-24T21:20:09.793Z\",\n            \"updatedAt\": \"2024-07-24T21:20:09.793Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                            \"artisticName\": \"Terry Moon\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/Trr_wXbL_Wac_nearside_3000.jpg\",\n                    \"status\": \"pendingApproval\",\n                    \"releaseDate\": \"2024-07-23T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-07-24T21:20:13.573Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                                    \"artisticName\": \"Terry Moon\"\n                                }\n                            ],\n                            \"id\": \"66a1700a957da130165d6388\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a17009957da130165d6381\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-15T18:25:03.940Z\",\n            \"updatedAt\": \"2024-05-15T18:25:37.006Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"641da3690e2f618ed640ab7e\",\n                            \"artisticName\": \"Matias Bagato\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/7-6v8oFq_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-15T18:25:39.857Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"641da3690e2f618ed640ab7e\",\n                                    \"artisticName\": \"Matias Bagato\"\n                                }\n                            ],\n                            \"id\": \"6644fe2369bced421875f106\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"6644fdff69bced421875f0bf\"\n        }\n    ],\n    \"hasMore\": false\n}"},{"id":"981b6e52-d472-469b-97da-a260753dca88","name":"Filter by Statuses","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/projects?orderByDirection=descending&orderByField=releaseDate&status=draft,confirmed","host":["{{api-url}}"],"path":["projects"],"query":[{"key":"orderByDirection","value":"descending"},{"key":"orderByField","value":"releaseDate"},{"key":"status","value":"draft,confirmed","description":"Separated by comma: draft | pendingApproval | delivered | confirmed | confirmedPartially | takenDown | rejected"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5607"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 19:59:52 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"c1e7318c-355d-4f2f-a940-c2ac6170a9bc"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGkM3HBtoAMECTQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b280b8-6757449a56ac5b055e585a9b;Parent=33de3b9170118394;Sampled=0;lineage=5cf411e8:0|5a5247c6:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0cb00dba44e934eba233bf107f219370.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"fOJGuaTm1W2laT3vhAV6mm_2CvoQOOKmEwPilAEHChCYofDAPOwu1Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"projects\": [\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-26T20:48:58.379Z\",\n            \"updatedAt\": \"2024-07-26T20:48:58.379Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"updatedAt\": \"2024-07-26T20:49:01.911Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a40bbb2d7f8accfe5b6d29\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a40bba2d7f8accfe5b6d23\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-24T21:18:07.508Z\",\n            \"updatedAt\": \"2024-07-24T21:18:07.508Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                            \"artisticName\": \"Terry Moon\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/SDntrrDQ_Wac_nearside_3000.jpg\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"genre\": \"afro_pop\",\n                    \"updatedAt\": \"2024-07-24T21:18:12.226Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                                    \"artisticName\": \"Terry Moon\"\n                                }\n                            ],\n                            \"id\": \"66a16f90957da130165d636f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a16f8f957da130165d6368\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-20T14:59:57.033Z\",\n            \"updatedAt\": \"2024-07-08T20:21:25.610Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                            \"artisticName\": \"TEST ARTIST Facundo\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/82Pn4tR1_0d3eda100891319.5f12a58c2ca36-min.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-16T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-07-08T20:22:50.383Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"Bohemian Rhapsody\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                                    \"artisticName\": \"TEST ARTIST Facundo\"\n                                }\n                            ],\n                            \"id\": \"668c4a48e73d3f4150f9c4e3\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664b656ddb39996233220367\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-15T18:25:03.940Z\",\n            \"updatedAt\": \"2024-05-15T18:25:37.006Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"641da3690e2f618ed640ab7e\",\n                            \"artisticName\": \"Matias Bagato\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/7-6v8oFq_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-15T18:25:39.857Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"641da3690e2f618ed640ab7e\",\n                                    \"artisticName\": \"Matias Bagato\"\n                                }\n                            ],\n                            \"id\": \"6644fe2369bced421875f106\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"6644fdff69bced421875f0bf\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-14T15:49:15.022Z\",\n            \"updatedAt\": \"2024-05-28T18:10:05.441Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"652fe82f139aef61146cb106\",\n                            \"artisticName\": \"Zil Distribution, LLC\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/9dbKkNrK_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-28T18:10:09.117Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"652fe82f139aef61146cb106\",\n                                    \"artisticName\": \"Zil Distribution, LLC\"\n                                }\n                            ],\n                            \"id\": \"66561dff976c051f47247c7a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664387faecbe9121ca94e9c0\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": \"632269e1f271567ae651dc18\",\n            \"createdAt\": \"2022-09-14T23:55:13.468Z\",\n            \"updatedAt\": \"2024-04-08T13:43:44.803Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62e0453e7e022d11728c6913\",\n                            \"artisticName\": \"ANTHR BØY\"\n                        },\n                        {\n                            \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                            \"artisticName\": \"Aziko\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/-Te-Zbls_Calvin%20Motion%20%281%29.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2020-01-01T00:00:00.000Z\",\n                    \"genre\": \"alt\",\n                    \"updatedAt\": \"2024-04-08T13:43:52.741Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"asdasdasd\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62e0453e7e022d11728c6913\",\n                                    \"artisticName\": \"ANTHR BØY\"\n                                },\n                                {\n                                    \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                                    \"artisticName\": \"Aziko\"\n                                }\n                            ],\n                            \"id\": \"6613f494b5bcd0112eae879a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"632269e1f271567ae651dc16\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-25T17:27:41.929Z\",\n            \"updatedAt\": \"2024-07-25T17:27:41.929Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-25T17:27:46.232Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a28b0edb31208e7eff234b\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a28b0ddb31208e7eff2345\"\n        },\n        {\n            \"title\": \"asdasdasdad\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2023-07-31T23:49:32.649Z\",\n            \"updatedAt\": \"2024-02-29T15:55:41.409Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-02-29T15:55:46.703Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"65e0a900d78f49240c901992\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"64c8488cc0f8dbf785f04ea5\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-08-06T19:49:42.944Z\",\n            \"updatedAt\": \"2024-08-06T19:49:42.944Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-08-06T19:49:47.417Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66b27e57e6142a1be1b85d2f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66b27e56e6142a1be1b85d29\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-04-26T19:05:59.808Z\",\n            \"updatedAt\": \"2024-04-26T19:05:59.808Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/czwpwU2p_e8f2f9ed3deceb6d9f085966f15b23c0.PNG\",\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-04-26T19:06:03.918Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"662bfb1875fea76d6931ca89\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"662bfb1775fea76d6931ca82\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:44:14.860Z\",\n            \"updatedAt\": \"2024-07-02T18:44:14.860Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:44:19.214Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844a7fd182ea17f0463aef\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844a7ed182ea17f0463ae9\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:45:33.861Z\",\n            \"updatedAt\": \"2024-07-02T18:45:33.861Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:45:38.677Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844ad0d182ea17f0463afa\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844acdd182ea17f0463af4\"\n        }\n    ],\n    \"hasMore\": false\n}"},{"id":"0e4c368b-5dfc-410a-8a55-adabfa114707","name":"Filter Genre","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/projects?orderByDirection=descending&orderByField=releaseDate&genre=pop,alt_indie","host":["{{api-url}}"],"path":["projects"],"query":[{"key":"orderByDirection","value":"descending"},{"key":"orderByField","value":"releaseDate"},{"key":"genre","value":"pop,alt_indie","description":"Separated by comma: EXAMPLES: pop | alt_indie | dance"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"4cdf6d45-2a55-429d-94ff-5a8ab850b214","name":"Filter by Label Name","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/projects?orderByDirection=descending&orderByField=releaseDate&labelName=Label Test","host":["{{api-url}}"],"path":["projects"],"query":[{"key":"orderByDirection","value":"descending"},{"key":"orderByField","value":"releaseDate"},{"key":"labelName","value":"Label Test","description":"Label Names"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5176"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 20:02:11 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"e61c9fe4-1b7b-493a-83cd-b33b8ba693f7"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGkimHF1oAMEEow="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b28143-28e85c324e9267a51fea2c68;Parent=6237db303e9d6517;Sampled=0;lineage=5cf411e8:0|5a5247c6:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0cb00dba44e934eba233bf107f219370.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"8yN5bdpv4u65CCThiCx8O9UXF6sxYyAI44YdikTnomOyhzx5jS5UiA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"projects\": [\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-24T21:20:09.793Z\",\n            \"updatedAt\": \"2024-07-24T21:20:09.793Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                            \"artisticName\": \"Terry Moon\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/Trr_wXbL_Wac_nearside_3000.jpg\",\n                    \"status\": \"pendingApproval\",\n                    \"releaseDate\": \"2024-07-23T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-07-24T21:20:13.573Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                                    \"artisticName\": \"Terry Moon\"\n                                }\n                            ],\n                            \"id\": \"66a1700a957da130165d6388\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a17009957da130165d6381\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-26T20:48:58.379Z\",\n            \"updatedAt\": \"2024-07-26T20:48:58.379Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"updatedAt\": \"2024-07-26T20:49:01.911Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a40bbb2d7f8accfe5b6d29\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a40bba2d7f8accfe5b6d23\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-24T21:18:07.508Z\",\n            \"updatedAt\": \"2024-07-24T21:18:07.508Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                            \"artisticName\": \"Terry Moon\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/SDntrrDQ_Wac_nearside_3000.jpg\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-07-10T00:00:00.000Z\",\n                    \"genre\": \"afro_pop\",\n                    \"updatedAt\": \"2024-07-24T21:18:12.226Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62f2a898ec0822a5a2f7979a\",\n                                    \"artisticName\": \"Terry Moon\"\n                                }\n                            ],\n                            \"id\": \"66a16f90957da130165d636f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a16f8f957da130165d6368\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-20T14:59:57.033Z\",\n            \"updatedAt\": \"2024-07-08T20:21:25.610Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                            \"artisticName\": \"TEST ARTIST Facundo\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/82Pn4tR1_0d3eda100891319.5f12a58c2ca36-min.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-16T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-07-08T20:22:50.383Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"Bohemian Rhapsody\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                                    \"artisticName\": \"TEST ARTIST Facundo\"\n                                }\n                            ],\n                            \"id\": \"668c4a48e73d3f4150f9c4e3\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664b656ddb39996233220367\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-15T18:25:03.940Z\",\n            \"updatedAt\": \"2024-05-15T18:25:37.006Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"641da3690e2f618ed640ab7e\",\n                            \"artisticName\": \"Matias Bagato\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/7-6v8oFq_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-15T18:25:39.857Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"641da3690e2f618ed640ab7e\",\n                                    \"artisticName\": \"Matias Bagato\"\n                                }\n                            ],\n                            \"id\": \"6644fe2369bced421875f106\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"6644fdff69bced421875f0bf\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-14T15:49:15.022Z\",\n            \"updatedAt\": \"2024-05-28T18:10:05.441Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"652fe82f139aef61146cb106\",\n                            \"artisticName\": \"Zil Distribution, LLC\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/9dbKkNrK_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-28T18:10:09.117Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"652fe82f139aef61146cb106\",\n                                    \"artisticName\": \"Zil Distribution, LLC\"\n                                }\n                            ],\n                            \"id\": \"66561dff976c051f47247c7a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664387faecbe9121ca94e9c0\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-08-06T19:49:42.944Z\",\n            \"updatedAt\": \"2024-08-06T19:49:42.944Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-08-06T19:49:47.417Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66b27e57e6142a1be1b85d2f\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66b27e56e6142a1be1b85d29\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:44:14.860Z\",\n            \"updatedAt\": \"2024-07-02T18:44:14.860Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:44:19.214Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844a7fd182ea17f0463aef\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844a7ed182ea17f0463ae9\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:45:33.861Z\",\n            \"updatedAt\": \"2024-07-02T18:45:33.861Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:45:38.677Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844ad0d182ea17f0463afa\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844acdd182ea17f0463af4\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-04-26T19:05:59.808Z\",\n            \"updatedAt\": \"2024-04-26T19:05:59.808Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/czwpwU2p_e8f2f9ed3deceb6d9f085966f15b23c0.PNG\",\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-04-26T19:06:03.918Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"662bfb1875fea76d6931ca89\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"662bfb1775fea76d6931ca82\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-25T17:27:41.929Z\",\n            \"updatedAt\": \"2024-07-25T17:27:41.929Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-25T17:27:46.232Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66a28b0edb31208e7eff234b\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66a28b0ddb31208e7eff2345\"\n        }\n    ],\n    \"hasMore\": false\n}"},{"id":"257c99df-34a8-41e5-a669-9a7c332711c6","name":"Pagination","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/projects?offset=5&limit=12","host":["{{api-url}}"],"path":["projects"],"query":[{"key":"offset","value":"5"},{"key":"limit","value":"12"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4047"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 20:02:47 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"19f403ba-8ea9-4825-8365-c717978ced4d"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGkoLHIlIAMEDOg="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b28167-74d754ab44aa3f5047c7e779;Parent=7b869ee34c44f649;Sampled=0;lineage=5cf411e8:0|5a5247c6:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0cb00dba44e934eba233bf107f219370.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"b4QHvqfB_Cxc5A4faIumleiVCKHVRjvOxPoaWhp1ITt6SOkLJjECWw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"projects\": [\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-20T14:59:57.033Z\",\n            \"updatedAt\": \"2024-07-08T20:21:25.610Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                            \"artisticName\": \"TEST ARTIST Facundo\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/82Pn4tR1_0d3eda100891319.5f12a58c2ca36-min.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-16T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-07-08T20:22:50.383Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"Bohemian Rhapsody\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"668c4803d2f1f92e94aa2d36\",\n                                    \"artisticName\": \"TEST ARTIST Facundo\"\n                                }\n                            ],\n                            \"id\": \"668c4a48e73d3f4150f9c4e3\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664b656ddb39996233220367\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:45:33.861Z\",\n            \"updatedAt\": \"2024-07-02T18:45:33.861Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:45:38.677Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844ad0d182ea17f0463afa\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844acdd182ea17f0463af4\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-07-02T18:44:14.860Z\",\n            \"updatedAt\": \"2024-07-02T18:44:14.860Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-07-02T18:44:19.214Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"66844a7fd182ea17f0463aef\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"66844a7ed182ea17f0463ae9\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-14T15:49:15.022Z\",\n            \"updatedAt\": \"2024-05-28T18:10:05.441Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"652fe82f139aef61146cb106\",\n                            \"artisticName\": \"Zil Distribution, LLC\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/9dbKkNrK_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-28T18:10:09.117Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"652fe82f139aef61146cb106\",\n                                    \"artisticName\": \"Zil Distribution, LLC\"\n                                }\n                            ],\n                            \"id\": \"66561dff976c051f47247c7a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"664387faecbe9121ca94e9c0\"\n        },\n        {\n            \"title\": \"test\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-05-15T18:25:03.940Z\",\n            \"updatedAt\": \"2024-05-15T18:25:37.006Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"641da3690e2f618ed640ab7e\",\n                            \"artisticName\": \"Matias Bagato\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/7-6v8oFq_Wac_nearside_3000.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2024-05-07T00:00:00.000Z\",\n                    \"genre\": \"afrobeat\",\n                    \"updatedAt\": \"2024-05-15T18:25:39.857Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"test\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"641da3690e2f618ed640ab7e\",\n                                    \"artisticName\": \"Matias Bagato\"\n                                }\n                            ],\n                            \"id\": \"6644fe2369bced421875f106\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"6644fdff69bced421875f0bf\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2024-04-26T19:05:59.808Z\",\n            \"updatedAt\": \"2024-04-26T19:05:59.808Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.us-east-1.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/czwpwU2p_e8f2f9ed3deceb6d9f085966f15b23c0.PNG\",\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-04-26T19:06:03.918Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"662bfb1875fea76d6931ca89\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"662bfb1775fea76d6931ca82\"\n        },\n        {\n            \"title\": \"Untitled Project\",\n            \"masterAlbum\": \"632269e1f271567ae651dc18\",\n            \"createdAt\": \"2022-09-14T23:55:13.468Z\",\n            \"updatedAt\": \"2024-04-08T13:43:44.803Z\",\n            \"albums\": [\n                {\n                    \"artists\": [\n                        {\n                            \"_id\": \"62e0453e7e022d11728c6913\",\n                            \"artisticName\": \"ANTHR BØY\"\n                        },\n                        {\n                            \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                            \"artisticName\": \"Aziko\"\n                        }\n                    ],\n                    \"coverUrlThumbnail\": \"https://zil-files-prod.s3.amazonaws.com/61bcf4f5c6ed9b3fc85e46b1/-Te-Zbls_Calvin%20Motion%20%281%29.PNG\",\n                    \"status\": \"draft\",\n                    \"releaseDate\": \"2020-01-01T00:00:00.000Z\",\n                    \"genre\": \"alt\",\n                    \"updatedAt\": \"2024-04-08T13:43:52.741Z\",\n                    \"tracks\": [\n                        {\n                            \"title\": \"asdasdasd\",\n                            \"artists\": [\n                                {\n                                    \"_id\": \"62e0453e7e022d11728c6913\",\n                                    \"artisticName\": \"ANTHR BØY\"\n                                },\n                                {\n                                    \"_id\": \"62fbf4367891c8d9f66b8be2\",\n                                    \"artisticName\": \"Aziko\"\n                                }\n                            ],\n                            \"id\": \"6613f494b5bcd0112eae879a\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"632269e1f271567ae651dc16\"\n        },\n        {\n            \"title\": \"asdasdasdad\",\n            \"masterAlbum\": null,\n            \"createdAt\": \"2023-07-31T23:49:32.649Z\",\n            \"updatedAt\": \"2024-02-29T15:55:41.409Z\",\n            \"albums\": [\n                {\n                    \"artists\": [],\n                    \"status\": \"draft\",\n                    \"updatedAt\": \"2024-02-29T15:55:46.703Z\",\n                    \"tracks\": [\n                        {\n                            \"artists\": [],\n                            \"id\": \"65e0a900d78f49240c901992\"\n                        }\n                    ]\n                }\n            ],\n            \"id\": \"64c8488cc0f8dbf785f04ea5\"\n        }\n    ],\n    \"hasMore\": false\n}"}],"_postman_id":"ee75054d-6fde-48ca-acf1-ab53ad95f4b4"}],"id":"f7ab3332-a5e9-4f3e-9263-46326e9355f6","_postman_id":"f7ab3332-a5e9-4f3e-9263-46326e9355f6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Album Management","item":[{"name":"Create Album","id":"24d2a395-590d-4e00-8095-f3e8289dae36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fantasyName\": \"Annabel Loaf Welch\",\n    \"releaseDate\": \"2021-09-22\",\n    \"saleStartDate\": \"2021-09-22\",\n    \"rightsEndDate\": \"2021-09-22\",\n    \"preorderReleaseDate\": \"2021-09-22\",\n    \"albumTerritories\": [\n        \"US\"\n    ],\n    \"excludeTerritories\": [],\n    \"dsps\": [\n        \"amazon\",\n        \"youtube\",\n        \"spotify\"\n    ],\n    \"coverUrl\": \"http://placeimg.com/640/480\",\n    \"coverUrlThumbnail\": \"http://placeimg.com/640/480/nature\",\n    \"artists\": [\n        {\n            \"artist\": \"\",\n            \"roles\": [\n                \"primary\",\n                \"composer\"\n            ]\n        },\n        {\n            \"artist\": \"\",\n            \"roles\": [\n                \"featuring\"\n            ]\n        }\n    ],\n    \"labelName\": \"Schinner - Towne LLC\",\n    \"variousArtists\": false,\n    \"pLineText\": \"Doyle - Littel, LLC\",\n    \"cLineText\": \"Cremin - Ruecker, LLC\",\n    \"pLineYear\": 2020,\n    \"cLineYear\": 2021,\n    \"genre\": \"rap_west\",\n    \"price\": \"9.99\",\n    \"trackPrice\": \"1.29\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/projects/:projectId/albums","description":"<h3 id=\"create-album\">Create Album</h3>\n<p>This endpoint allows the creation of a new album within a specific project.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>fantasyName</code> (string, optional): The fantasy name of the album.</p>\n</li>\n<li><p><code>releaseDate</code> (string, optional): The release date of the album.</p>\n</li>\n<li><p><code>saleStartDate</code> (string, optional): The start date of album sales.</p>\n</li>\n<li><p><code>rightsEndDate</code> (string, optional): The end date of album rights.</p>\n</li>\n<li><p><code>preorderReleaseDate</code> (string, optional): The release date for pre-orders.</p>\n</li>\n<li><p><code>albumTerritories</code> (array of strings, optional): List of territories where the album is available.</p>\n</li>\n<li><p><code>excludeTerritories</code> (array of strings, optional): List of territories where the album is not available.</p>\n</li>\n<li><p><code>dsps</code> (array of strings, optional): List of digital service providers for the album.</p>\n</li>\n<li><p><code>coverUrl</code> (string, optional): URL of the album cover. The image must be in JPG or PNG format, 3000x3000 px, in RGB color format, and the file size must not exceed 10 MB.</p>\n</li>\n<li><p><code>coverUrlThumbnail</code> (string, optional): URL of the album cover. The image must be in JPG or PNG format, 200x200 px and in RGB color format, and the file size must not exceed 10 MB.</p>\n</li>\n<li><p><code>artists</code> (array of objects, optional): List of artists involved in the album.</p>\n<ul>\n<li><p><code>artist</code> (string, optional): Name of the artist.</p>\n</li>\n<li><p><code>roles</code> (array of strings, optional): List of roles played by the artist.</p>\n</li>\n</ul>\n</li>\n<li><p><code>labelName</code> (string, optional): Name of the label associated with the album.</p>\n</li>\n<li><p><code>variousArtists</code> (boolean, required): Indicates if the album involves various artists.</p>\n</li>\n<li><p><code>pLineText</code> (string, optional): Text for the phonogram rights.</p>\n</li>\n<li><p><code>cLineText</code> (string, optional): Text for the copyright rights.</p>\n</li>\n<li><p><code>pLineYear</code> (integer, optional): Year of the phonogram rights.</p>\n</li>\n<li><p><code>cLineYear</code> (integer, optional): Year of the copyright rights.</p>\n</li>\n<li><p><code>genre</code> (string, optional): Genre of the album.</p>\n</li>\n<li><p><code>price</code> (string, optional): Price of the album.</p>\n</li>\n<li><p><code>trackPrice</code> (string, optional): Price of individual tracks in the album.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"\",\n  \"name\": \"\",\n  \"email\": \"\",\n  \"role\": \"\",\n  \"fullName\": \"\",\n  \"tax\": {\n    \"type\": \"\",\n    \"rate\": 0,\n    \"url\": \"\",\n    \"status\": \"\",\n    \"user\": \"\",\n    \"updatedAt\": \"\",\n    \"createdAt\": \"\"\n  }\n}\n\n</code></pre>\n<p>The response of this request is documented as a JSON schema, including a description for the request body and the response body. The related responses from other endpoints of this API indicate a successful status code of 200.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["projects",":projectId","albums"],"host":["{{api-url}}"],"query":[],"variable":[{"type":"any","value":"","key":"projectId"}]}},"response":[],"_postman_id":"24d2a395-590d-4e00-8095-f3e8289dae36"},{"name":"Update Album","id":"3f01f4ba-d84d-4975-9662-3f455c66ec30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"fantasyName\": \"Spinka Village Grimes\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/projects/:projectId/albums/:albumId","description":"<h3 id=\"patch-projectsprojectidalbumsalbumid\">PATCH /projects/:projectId/albums/:albumId</h3>\n<p>This endpoint is used to update the details of a specific album within a project.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>fantasyName</code> (string, optional): The new fantasy name for the album.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"\",\n  \"name\": \"\",\n  \"email\": \"\",\n  \"role\": \"\",\n  \"fullName\": \"\",\n  \"tax\": {\n    \"type\": \"\",\n    \"rate\": 0,\n    \"url\": \"\",\n    \"status\": \"\",\n    \"user\": \"\",\n    \"updatedAt\": \"\",\n    \"createdAt\": \"\"\n  }\n}\n\n</code></pre>\n<ul>\n<li><p><code>id</code> (string): The identifier of the user.</p>\n</li>\n<li><p><code>name</code> (string): The name of the user.</p>\n</li>\n<li><p><code>email</code> (string): The email address of the user.</p>\n</li>\n<li><p><code>role</code> (string): The role of the user.</p>\n</li>\n<li><p><code>fullName</code> (string): The full name of the user.</p>\n</li>\n<li><p><code>tax</code> (object): The tax details of the user.</p>\n<ul>\n<li><p><code>type</code> (string): The type of tax.</p>\n</li>\n<li><p><code>rate</code> (number): The tax rate.</p>\n</li>\n<li><p><code>url</code> (string): The URL for tax details.</p>\n</li>\n<li><p><code>status</code> (string): The tax status.</p>\n</li>\n<li><p><code>user</code> (string): The user associated with the tax.</p>\n</li>\n<li><p><code>updatedAt</code> (string): The date of last update.</p>\n</li>\n<li><p><code>createdAt</code> (string): The date of creation.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"related-responses\">Related Responses</h4>\n<ul>\n<li>The response from other endpoints of this API with a similar data model returned a 200 status code.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["projects",":projectId","albums",":albumId"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>Project ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"projectId"},{"description":{"content":"<p>Album ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"albumId"}]}},"response":[],"_postman_id":"3f01f4ba-d84d-4975-9662-3f455c66ec30"},{"name":"Takedown Album","id":"3071ad0a-734c-4190-86ed-44bc36b3ebb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Access-Key","value":"{{dashgo-apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"artist_id\":\"9549988856337989\",\r\n    \"role\": \"primary\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/albums/:albumId/takedown","description":"<h3 id=\"endpoint-description\">Endpoint Description</h3>\n<p>This endpoint is used to take down a specific album by sending an HTTP POST request to the specified URL with the album ID.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>artist_id</code> (string): The ID of the artist associated with the album.</li>\n<li><code>role</code> (string): The role of the user making the takedown request.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request can be represented as the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"id\": {\"type\": \"string\"},\n    \"name\": {\"type\": \"string\"},\n    \"email\": {\"type\": \"string\"},\n    \"role\": {\"type\": \"string\"},\n    \"fullName\": {\"type\": \"string\"},\n    \"tax\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"type\": {\"type\": \"string\"},\n        \"rate\": {\"type\": \"number\"},\n        \"url\": {\"type\": \"string\"},\n        \"status\": {\"type\": \"string\"},\n        \"user\": {\"type\": \"string\"},\n        \"updatedAt\": {\"type\": \"string\"},\n        \"createdAt\": {\"type\": \"string\"}\n      }\n    }\n  }\n}\n</code></pre>\n<p>The response data is largely similar to the related responses from other endpoints, with the properties <code>id</code>, <code>name</code>, <code>email</code>, <code>role</code>, <code>fullName</code>, and <code>tax</code> containing sub-properties <code>type</code>, <code>rate</code>, <code>url</code>, <code>status</code>, <code>user</code>, <code>updatedAt</code>, and <code>createdAt</code>.</p>\n<h3 id=\"related-responses\">Related Responses</h3>\n<ol>\n<li>Status Code: 200<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"token\": \"\",\n  \"user\": {\n    \"id\": \"\",\n    \"name\": \"\",\n    \"email\": \"\",\n    \"role\": \"\",\n    \"fullName\": \"\",\n    \"tax\": {\n      \"type\": \"\",\n      \"rate\": 0,\n      \"url\": \"\",\n      \"status\": \"\",\n      \"user\": \"\",\n      \"updatedAt\": \"\",\n      \"createdAt\": \"\"\n    }\n  }\n}\n</code></pre>\n</li>\n<li>Status Code: 200<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"\",\n  \"name\": \"\",\n  \"email\": \"\",\n  \"role\": \"\",\n  \"fullName\": \"\",\n  \"tax\": {\n    \"type\": \"\",\n    \"rate\": 0,\n    \"url\": \"\",\n    \"status\": \"\",\n    \"user\": \"\",\n    \"updatedAt\": \"\",\n    \"createdAt\": \"\"\n  }\n}\n</code></pre>\n</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["albums",":albumId","takedown"],"host":["{{api-url}}"],"query":[],"variable":[{"type":"any","value":"","key":"albumId"}]}},"response":[],"_postman_id":"3071ad0a-734c-4190-86ed-44bc36b3ebb8"},{"name":"Regenerate SmartLink","id":"0b858c66-dbb1-44e7-a002-b29f95ecdabf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Access-Key","value":"{{dashgo-apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"artist_id\":\"1374028678359457\",\r\n    \"role\": \"primary\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/albums/:albumId/smartLink","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["albums",":albumId","smartLink"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>Album ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"albumId"}]}},"response":[],"_postman_id":"0b858c66-dbb1-44e7-a002-b29f95ecdabf"},{"name":"Delete Album","id":"884f5dee-a5e5-4763-82ff-742ec8778b4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{api-url}}/projects/albums/:albumId","description":"<h3 id=\"delete-album\">Delete Album</h3>\n<p>Deletes the album with the specified albumId.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li>Method: DELETE</li>\n<li>Endpoint: {{api-url}}/projects/albums/:albumId</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"id\": {\n      \"type\": \"string\"\n    },\n    \"name\": {\n      \"type\": \"string\"\n    },\n    \"email\": {\n      \"type\": \"string\"\n    },\n    \"role\": {\n      \"type\": \"string\"\n    },\n    \"fullName\": {\n      \"type\": \"string\"\n    },\n    \"tax\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"type\": {\n          \"type\": \"string\"\n        },\n        \"rate\": {\n          \"type\": \"number\"\n        },\n        \"url\": {\n          \"type\": \"string\"\n        },\n        \"status\": {\n          \"type\": \"string\"\n        },\n        \"user\": {\n          \"type\": \"string\"\n        },\n        \"updatedAt\": {\n          \"type\": \"string\"\n        },\n        \"createdAt\": {\n          \"type\": \"string\"\n        }\n      }\n    }\n  }\n}\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["projects","albums",":albumId"],"host":["{{api-url}}"],"query":[],"variable":[{"type":"any","value":"","key":"albumId"}]}},"response":[],"_postman_id":"884f5dee-a5e5-4763-82ff-742ec8778b4a"},{"name":"Get Distribution Status","id":"91186abf-28c7-4a85-9ff5-17230aabc0fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/albums/:albumId/distributionStatus","description":"<h3 id=\"get-album-distribution-status\">Get Album Distribution Status</h3>\n<p>This endpoint retrieves the distribution status of a specific album.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{api-url}}/albums/:albumId/distributionStatus</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>This request does not require a request body.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is an array of objects with the following structure:</p>\n<ul>\n<li><p><code>dsp</code> (string): Represents the distribution service provider.</p>\n</li>\n<li><p><code>status</code> (string): Indicates the distribution status.</p>\n</li>\n<li><p><code>date</code> (string): Represents the date of the distribution status.</p>\n</li>\n</ul>\n<p>Example response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"dsp\": \"\",\n    \"status\": \"\",\n    \"date\": \"\"\n  }\n]\n\n</code></pre>\n<p>The response will have a status code of 200 upon successful retrieval of the distribution status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["albums",":albumId","distributionStatus"],"host":["{{api-url}}"],"query":[{"disabled":true,"key":"q","value":"a"}],"variable":[{"description":{"content":"<p>Album ID </p>\n","type":"text/plain"},"type":"any","value":"{{album-id}}","key":"albumId"}]}},"response":[{"id":"86d07a1b-06db-4b7f-9339-1c39fea377c7","name":"Get Distribution Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/albums/:albumId/distributionStatus","host":["{{api-url}}"],"path":["albums",":albumId","distributionStatus"],"query":[{"key":"q","value":"a","disabled":true}],"variable":[{"key":"albumId","value":"{{album-id}}","description":"Album ID "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4223"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Aug 2024 21:00:13 GMT"},{"key":"x-amzn-RequestId","value":"0ca05907-52f9-4396-9c4a-9c8031fbf5d4"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cJ_-iEK5IAMERUg="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b3e05c-50a913575ccc42304a80bf13;Parent=4df0ce0cd4a0a5cd;Sampled=0;lineage=0917f0c0:0|62f129b3:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 738984066968793a5714282f49fe0ab8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"eE-JRZdlNFDJSdc_6ZMELFaga-sGJVfkcYk6xmebLOrz7NnzsQB5UA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dsp\": \"amazon\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T21:58:01.000Z\"\n    },\n    {\n        \"dsp\": \"amazonmusic\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T21:58:01.000Z\"\n    },\n    {\n        \"dsp\": \"amie\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T21:04:55.000Z\"\n    },\n    {\n        \"dsp\": \"anghami\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T22:04:23.000Z\"\n    },\n    {\n        \"dsp\": \"applemusic\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T01:43:12.000Z\"\n    },\n    {\n        \"dsp\": \"audiomack\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T20:50:25.000Z\"\n    },\n    {\n        \"dsp\": \"awa\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T02:30:07.000Z\"\n    },\n    {\n        \"dsp\": \"beatport\",\n        \"status\": \"rejected\",\n        \"date\": \"2024-08-07T21:00:13.249Z\"\n    },\n    {\n        \"dsp\": \"beatsource\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T02:31:00.000Z\"\n    },\n    {\n        \"dsp\": \"bmat\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T02:30:46.000Z\"\n    },\n    {\n        \"dsp\": \"boomplay\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T21:26:08.000Z\"\n    },\n    {\n        \"dsp\": \"bugs\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T02:30:42.000Z\"\n    },\n    {\n        \"dsp\": \"clicknclear\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T02:30:52.000Z\"\n    },\n    {\n        \"dsp\": \"deezer\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T00:41:55.000Z\"\n    },\n    {\n        \"dsp\": \"dreamuscompany\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T02:30:46.000Z\"\n    },\n    {\n        \"dsp\": \"facebookmusic\",\n        \"status\": \"takenDown\",\n        \"date\": \"2024-06-05T17:14:41.000Z\"\n    },\n    {\n        \"dsp\": \"fizy\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T02:30:42.000Z\"\n    },\n    {\n        \"dsp\": \"geniemusic\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T02:30:45.000Z\"\n    },\n    {\n        \"dsp\": \"hungama\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T21:12:30.000Z\"\n    },\n    {\n        \"dsp\": \"iheartradio\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T20:58:46.000Z\"\n    },\n    {\n        \"dsp\": \"imusica\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T20:58:44.000Z\"\n    },\n    {\n        \"dsp\": \"itunes\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T01:43:12.000Z\"\n    },\n    {\n        \"dsp\": \"jaxsta\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T20:30:25.000Z\"\n    },\n    {\n        \"dsp\": \"joox\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T02:30:08.000Z\"\n    },\n    {\n        \"dsp\": \"kanjian\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T05:02:35.000Z\"\n    },\n    {\n        \"dsp\": \"kkbox\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T04:19:33.000Z\"\n    },\n    {\n        \"dsp\": \"kuackmedia\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T02:30:28.000Z\"\n    },\n    {\n        \"dsp\": \"linemusic\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T22:04:19.000Z\"\n    },\n    {\n        \"dsp\": \"lyricfind\",\n        \"status\": \"rejected\",\n        \"date\": \"2024-08-07T21:00:13.249Z\"\n    },\n    {\n        \"dsp\": \"mixcloud\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T20:42:40.000Z\"\n    },\n    {\n        \"dsp\": \"moodmedia\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T20:51:33.000Z\"\n    },\n    {\n        \"dsp\": \"napster\",\n        \"status\": \"rejected\",\n        \"date\": \"2024-08-07T21:00:13.249Z\"\n    },\n    {\n        \"dsp\": \"navermusic\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T02:30:41.000Z\"\n    },\n    {\n        \"dsp\": \"netease\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T01:25:44.000Z\"\n    },\n    {\n        \"dsp\": \"twenty4seven\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T21:39:13.000Z\"\n    },\n    {\n        \"dsp\": \"pandora\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T22:43:02.000Z\"\n    },\n    {\n        \"dsp\": \"peloton\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T21:19:57.000Z\"\n    },\n    {\n        \"dsp\": \"qobuz\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T20:51:53.000Z\"\n    },\n    {\n        \"dsp\": \"resso\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T21:15:00.000Z\"\n    },\n    {\n        \"dsp\": \"rxmusic\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T23:24:19.000Z\"\n    },\n    {\n        \"dsp\": \"saavn\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T01:55:17.000Z\"\n    },\n    {\n        \"dsp\": \"sevendigital\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T22:19:19.000Z\"\n    },\n    {\n        \"dsp\": \"slacker\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T23:21:10.000Z\"\n    },\n    {\n        \"dsp\": \"soundexchange\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T21:12:20.000Z\"\n    },\n    {\n        \"dsp\": \"soundmouse\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T20:29:59.000Z\"\n    },\n    {\n        \"dsp\": \"spotify\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T23:06:07.000Z\"\n    },\n    {\n        \"dsp\": \"stellarentertainment\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T02:31:15.000Z\"\n    },\n    {\n        \"dsp\": \"supernatural\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T02:30:42.000Z\"\n    },\n    {\n        \"dsp\": \"tencent\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T21:10:03.000Z\"\n    },\n    {\n        \"dsp\": \"tidal\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T21:19:20.000Z\"\n    },\n    {\n        \"dsp\": \"tiktok\",\n        \"status\": \"delivered\",\n        \"date\": \"2024-07-24T16:09:06.000Z\"\n    },\n    {\n        \"dsp\": \"touchtunes\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T21:25:52.000Z\"\n    },\n    {\n        \"dsp\": \"trebel\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T02:30:21.000Z\"\n    },\n    {\n        \"dsp\": \"umamusic\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T23:11:02.000Z\"\n    },\n    {\n        \"dsp\": \"vervelife\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T20:53:49.000Z\"\n    },\n    {\n        \"dsp\": \"youtubemusic\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-10T21:15:02.000Z\"\n    },\n    {\n        \"dsp\": \"zingmp3\",\n        \"status\": \"confirmed\",\n        \"date\": \"2024-06-11T02:30:40.000Z\"\n    }\n]"}],"_postman_id":"91186abf-28c7-4a85-9ff5-17230aabc0fb"},{"name":"Get Album Revenue By Period","id":"ed7b7b63-65be-43a1-bf56-36238ef76dfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/albums/:albumsIds/revenue","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["albums",":albumsIds","revenue"],"host":["{{api-url}}"],"query":[],"variable":[{"type":"any","value":"{{album-id}}","key":"albumsIds"}]}},"response":[],"_postman_id":"ed7b7b63-65be-43a1-bf56-36238ef76dfe"},{"name":"Get Album Analytics","id":"06f688cb-b94a-4c37-abc8-0cd026fc8157","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/albums/:albumsIds/analytics/:filter","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["albums",":albumsIds","analytics",":filter"],"host":["{{api-url}}"],"query":[{"disabled":true,"key":"q","value":"a"},{"disabled":true,"key":"from","value":"2022-06-01"},{"disabled":true,"key":"to","value":"2023-09-11"}],"variable":[{"type":"any","value":"{{album-id}}","key":"albumsIds"},{"description":{"content":"<p>\"revenue\"</p>\n","type":"text/plain"},"type":"any","value":"revenue","key":"filter"}]}},"response":[],"_postman_id":"06f688cb-b94a-4c37-abc8-0cd026fc8157"},{"name":"Get UPC Availability","id":"6d329d94-3bd5-4abd-a293-67256f29f65a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/upc/:upc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["upc",":upc"],"host":["{{api-url}}"],"query":[],"variable":[{"type":"any","value":"1963621807610","key":"upc"}]}},"response":[],"_postman_id":"6d329d94-3bd5-4abd-a293-67256f29f65a"}],"id":"d226e031-1028-4173-8c78-165877911191","_postman_id":"d226e031-1028-4173-8c78-165877911191","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Track Management","item":[{"name":"Create a Track","event":[{"listen":"test","script":{"id":"5060d48b-fda8-40cd-973b-a6f7bf1d92e5","exec":["var jsonData = JSON.parse(responseBody);\r","pm.environment.set(\"track-id\", jsonData.id);"],"type":"text/javascript","packages":{}}}],"id":"2d0de7b8-fb22-4c83-8a9e-8c5c65ae4637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"position\": 1,\n        \"title\": \"Track Title\",\n        \"isrc\": \"AR-EZZ-20-00006\",\n        \"trackUrl\": \"https://zil-files-develop.s3.amazonaws.com/60cbf0f2cb17452fd61a2ad4/W0KZk_FI_imallryt_nogames_art_3k.jpg\",\n        \"trackLanguage\": \"Spanish\",\n        \"version\": \"Clean\",\n        \"lyrics\": \"Letra...\",\n        \"price\": \"0.69\",\n        \"explicit\": true,\n        \"cover\": false,\n        \"downloadRights\": true,\n        \"artists\": [\n            {\n                \"artist\": \"{{artist-id}}\",\n                \"roles\": [\"primary\",\"composer\"]\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/projects/:projectId/albums/:albumId/tracks","description":"<h3 id=\"post-projectsprojectidalbumsalbumidtracks\">POST /projects/:projectId/albums/:albumId/tracks</h3>\n<p>This endpoint allows the user to add tracks to a specific album within a project.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>The request body should be in JSON format and include an array of track objects with the following properties:</p>\n<ul>\n<li><p><code>position</code> (number): The position of the track in the album.</p>\n</li>\n<li><p><code>title</code> (string): The title of the track.</p>\n</li>\n<li><p><code>isrc</code> (string): The International Standard Recording Code for the track.</p>\n</li>\n<li><p><code>trackUrl</code> (string): The URL of the track.</p>\n</li>\n<li><p><code>trackLanguage</code> (string): The language of the track.</p>\n</li>\n<li><p><code>version</code> (string): The version of the track.</p>\n</li>\n<li><p><code>lyrics</code> (string): The lyrics of the track.</p>\n</li>\n<li><p><code>price</code> (string): The price of the track.</p>\n</li>\n<li><p><code>explicit</code> (boolean): Indicates if the track contains explicit content.</p>\n</li>\n<li><p><code>cover</code> (boolean): Indicates if the track has a cover.</p>\n</li>\n<li><p><code>downloadRights</code> (boolean): Indicates if the track has download rights.</p>\n</li>\n<li><p><code>artists</code> (array): An array of artist objects with the following properties:</p>\n<ul>\n<li><p><code>artist</code> (string): The name of the artist.</p>\n</li>\n<li><p><code>roles</code> (array): An array of roles for the artist.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format and will include an array of track objects with the following properties:</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the track.</p>\n</li>\n<li><p><code>album</code> (string): The ID of the album to which the track belongs.</p>\n</li>\n<li><p><code>position</code> (number): The position of the track in the album.</p>\n</li>\n<li><p><code>discNumber</code> (number): The disc number of the track.</p>\n</li>\n<li><p><code>title</code> (string): The title of the track.</p>\n</li>\n<li><p><code>isrc</code> (string): The International Standard Recording Code for the track.</p>\n</li>\n<li><p><code>trackUrl</code> (string): The URL of the track. The file must be in FLAC or WAV format and cannot exceed 200 MB.</p>\n</li>\n<li><p><code>trackLanguage</code> (string): The language of the track.</p>\n</li>\n<li><p><code>version</code> (string): The version of the track.</p>\n</li>\n<li><p><code>lyrics</code> (string): The lyrics of the track.</p>\n</li>\n<li><p><code>price</code> (string): The price of the track.</p>\n</li>\n<li><p><code>preview</code> (array): An array of preview objects with the following properties:</p>\n<ul>\n<li><p><code>duration</code> (number): The duration of the preview.</p>\n</li>\n<li><p><code>startTime</code> (number): The start time of the preview.</p>\n</li>\n<li><p><code>dspSite</code> (string): The DSP site for the preview.</p>\n</li>\n</ul>\n</li>\n<li><p><code>explicit</code> (boolean): Indicates if the track contains explicit content.</p>\n</li>\n<li><p><code>cover</code> (boolean): Indicates if the track has a cover.</p>\n</li>\n<li><p><code>downloadRights</code> (boolean): Indicates if the track has download rights.</p>\n</li>\n<li><p><code>artists</code> (array): An array of artist objects with the following properties:</p>\n<ul>\n<li><p><code>artist</code> (string): The name of the artist.</p>\n</li>\n<li><p><code>roles</code> (array): An array of roles for the artist.</p>\n</li>\n<li><p><code>_id</code> (string): The ID of the artist.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"related-responses\">Related Responses</h4>\n<ul>\n<li>The responses from other endpoints of this API can be used as related responses, where the data models will be largely similar.</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"id\": \"\",\n    \"album\": \"\",\n    \"position\": 0,\n    \"discNumber\": 0,\n    \"title\": \"\",\n    \"isrc\": \"\",\n    \"trackUrl\": \"\",\n    \"trackLanguage\": \"\",\n    \"version\": \"\",\n    \"lyrics\": \"\",\n    \"price\": \"\",\n    \"preview\": [],\n    \"explicit\": true,\n    \"cover\": true,\n    \"downloadRights\": true,\n    \"artists\": [\n      {\n        \"artist\": \"\",\n        \"roles\": [\"\"],\n        \"_id\": \"\"\n      }\n    ]\n  }\n]\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["projects",":projectId","albums",":albumId","tracks"],"host":["{{api-url}}"],"query":[],"variable":[{"type":"any","value":"{{project-id}}","key":"projectId"},{"type":"any","value":"{{album-id}}","key":"albumId"}]}},"response":[{"id":"17a6b4af-5327-418b-b6a6-aafab660f7cf","name":"Create a Track","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"position\": 1,\n        \"title\": \"Track Title\",\n        \"isrc\": \"AR-EZZ-20-00006\",\n        \"trackUrl\": \"https://example.com/trackexample.wav\", // track Url path\n        \"trackLanguage\": \"Spanish\",\n        \"version\": \"Clean\",\n        \"lyrics\": \"Full Lyrics...\",\n        \"price\": \"0.69\",\n        \"explicit\": true,\n        \"cover\": false,\n        \"downloadRights\": true,\n        \"artists\": [\n            {\n                \"artist\": \"{{artistId}}\",\n                \"roles\": [\n                    \"primary\",\n                    \"composer\"\n                ]\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api-url}}/projects/:projectId/albums/:albumId/tracks","host":["{{api-url}}"],"path":["projects",":projectId","albums",":albumId","tracks"],"variable":[{"key":"projectId","value":"{{project-id}}"},{"key":"albumId","value":"{{album-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"456"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:35:05 GMT"},{"key":"x-amzn-RequestId","value":"9c332a79-04cb-412d-b771-96e48ce54115"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGyJiGxkIAMEQZQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b29709-7440d3577caf1a5148014968;Parent=061eed6984be68e7;Sampled=0;lineage=5cf411e8:0|5a5247c6:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c889e9448c63bb4bf9dd41fcb2250e08.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"_deoJyoqhgMha3oQ4x_iYqKbwYu4ptnHBW0SHXQE3AED0r6j6G2whw=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"66b29709b947f60db9a8b017\",\n        \"album\": \"66b2963cb947f60db9a8b005\",\n        \"position\": 1,\n        \"discNumber\": 1,\n        \"title\": \"Track Title\",\n        \"isrc\": \"AREZZ2000006\",\n        \"trackUrl\": \"https://example.com/trackexample.wav\",\n        \"trackLanguage\": \"Spanish\",\n        \"version\": \"Clean\",\n        \"lyrics\": \"Full Lyrics...\",\n        \"price\": \"0.69\",\n        \"preview\": [],\n        \"explicit\": true,\n        \"cover\": false,\n        \"downloadRights\": true,\n        \"artists\": [\n            {\n                \"artist\": \"7b7b61727469737449647d7d\",\n                \"roles\": [\n                    \"primary\",\n                    \"composer\"\n                ],\n                \"_id\": \"66b29709b947f60db9a8b018\"\n            }\n        ]\n    }\n]"},{"id":"9965b64a-38c5-4620-8990-39b8f331ae8c","name":"Create a Track with Preview","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"position\": 1,\n        \"title\": \"Track Title\",\n        \"isrc\": \"AR-EZZ-20-00006\",\n        \"trackUrl\": \"https://example.com/trackexample.wav\", // track Url path\n        \"trackLanguage\": \"Spanish\",\n        \"version\": \"Clean\",\n        \"lyrics\": \"Full Lyrics...\",\n        \"price\": \"0.69\",\n        \"explicit\": true,\n        \"cover\": false,\n        \"downloadRights\": true,\n        \"artists\": [\n            {\n                \"artist\": \"{{artistId}}\",\n                \"roles\": [\n                    \"primary\",\n                    \"composer\"\n                ]\n            }\n        ],\n        \"preview\": [{\n            \"startTime\": 25,\n            \"duration\": 25,\n            \"dspSite\": \"tiktok\"\n        }]\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api-url}}/projects/:projectId/albums/:albumId/tracks","host":["{{api-url}}"],"path":["projects",":projectId","albums",":albumId","tracks"],"variable":[{"key":"projectId","value":"{{project-id}}","description":"Project ID"},{"key":"albumId","value":"{{album-id}}","description":"Album ID inside the Project"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"538"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:35:36 GMT"},{"key":"x-amzn-RequestId","value":"30586c64-f23a-4408-8ff7-99a6a35fefec"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGyOXFhoIAMEGQw="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b29728-78f155200d81b49a19655f12;Parent=23ebc73e4f49a730;Sampled=0;lineage=5cf411e8:0|5a5247c6:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 23c9ec01b6f4151f654547c0190aeebe.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"bATjNh2GwGhv5e4olSjysz2uk3M87N2f7j6m77qfETKCWdGP97rcsw=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"66b29728b947f60db9a8b01d\",\n        \"album\": \"66b2963cb947f60db9a8b005\",\n        \"position\": 1,\n        \"discNumber\": 1,\n        \"title\": \"Track Title\",\n        \"isrc\": \"AREZZ2000006\",\n        \"trackUrl\": \"https://example.com/trackexample.wav\",\n        \"trackLanguage\": \"Spanish\",\n        \"version\": \"Clean\",\n        \"lyrics\": \"Full Lyrics...\",\n        \"price\": \"0.69\",\n        \"preview\": [\n            {\n                \"duration\": 25,\n                \"startTime\": 25,\n                \"dspSite\": \"tiktok\",\n                \"_id\": \"66b29728b947f60db9a8b01e\"\n            }\n        ],\n        \"explicit\": true,\n        \"cover\": false,\n        \"downloadRights\": true,\n        \"artists\": [\n            {\n                \"artist\": \"7b7b61727469737449647d7d\",\n                \"roles\": [\n                    \"primary\",\n                    \"composer\"\n                ],\n                \"_id\": \"66b29728b947f60db9a8b01f\"\n            }\n        ]\n    }\n]"}],"_postman_id":"2d0de7b8-fb22-4c83-8a9e-8c5c65ae4637"},{"name":"Update a Track","id":"1a3a1900-091d-415b-821d-ff8b2b514474","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Title Example\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/:projectId/albums/:albumId/tracks/:trackId","description":"<h3 id=\"patch-album-track-title\">Patch Album Track Title</h3>\n<p>This endpoint allows you to update the title of a track within a specific album of a project.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>title</code> (string, required): The new title for the track.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 403</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n<li><p><code>message</code> (string): A message indicating the reason for the forbidden status.</p>\n</li>\n</ul>\n<h4 id=\"related-responses\">Related Responses</h4>\n<ol>\n<li><p><strong>GET /token</strong></p>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Response Data:</p>\n<ul>\n<li><p><code>token</code> (string)</p>\n</li>\n<li><p><code>user</code> (object)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>GET /albums/:albumId</strong></p>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Response Data:</p>\n<ul>\n<li><p><code>id</code> (string)</p>\n</li>\n<li><p><code>title</code> (string)</p>\n</li>\n<li><p><code>albums</code> (array)</p>\n</li>\n<li><p><code>splits</code> (array)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>GET /tracks/:trackId</strong></p>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Response Data:</p>\n<ul>\n<li><p><code>id</code> (string)</p>\n</li>\n<li><p><code>title</code> (string)</p>\n</li>\n<li><p><code>isDeleted</code> (boolean)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":[":projectId","albums",":albumId","tracks",":trackId"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>Project ID</p>\n","type":"text/plain"},"type":"any","value":"{{project-id}}","key":"projectId"},{"description":{"content":"<p>Album ID inside Project</p>\n","type":"text/plain"},"type":"any","value":"{{album-id}}","key":"albumId"},{"description":{"content":"<p>Track ID inside Album </p>\n","type":"text/plain"},"type":"any","value":"{{album-id}}","key":"trackId"}]}},"response":[{"id":"1d15a130-12a3-468f-8a7c-ef92edc77b6f","name":"Update field \"title\"","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{$randomBusinessName}} open-source\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api-url}}/:projectId/albums/:albumId/tracks/:trackId","host":["{{api-url}}"],"path":[":projectId","albums",":albumId","tracks",":trackId"],"variable":[{"key":"projectId","value":"66a7e853b08aed2541584e14"},{"key":"albumId","value":"66a7e853b08aed2541584e14"},{"key":"trackId","value":"66aa9e7a623a0da3c39b61f0"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"dfc64c0b-5442-476d-a4bf-3154a7f011e1","name":"Update field \"preview\"","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Titulo2\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api-url}}/:projectId/albums/:albumId/tracks/:trackId","host":["{{api-url}}"],"path":[":projectId","albums",":albumId","tracks",":trackId"],"variable":[{"key":"projectId","value":"{{project-id}}","description":"Project ID"},{"key":"albumId","value":"{{album-id}}","description":"Album ID inside Project"},{"key":"trackId","value":"{{track-id}}","description":"Track ID inside Album"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1a3a1900-091d-415b-821d-ff8b2b514474"},{"name":"Delete tracks from Album","id":"7949ac34-5d9e-4d18-94b3-db0928a1a214","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{api-url}}/projects/:projectId/albums/:albumId/tracks","description":"<p>This endpoint is used to delete tracks from a specific album within a project. The request should be sent as an HTTP DELETE to /projects/:projectId/albums/:albumId/tracks.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>This request does not require a request body.</p>\n<h3 id=\"response-body\">Response Body</h3>\n<p>Upon a successful deletion, the response will include a JSON object with the following fields:</p>\n<ul>\n<li><p>id (string): The ID of the album</p>\n</li>\n<li><p>project (string): The project associated with the album</p>\n</li>\n<li><p>fantasyName (string): The fantasy name of the album</p>\n</li>\n<li><p>releaseDate (string): The release date of the album</p>\n</li>\n<li><p>saleStartDate (string): The start date of album sales</p>\n</li>\n<li><p>rightsEndDate (string): The end date of rights for the album</p>\n</li>\n<li><p>preorderReleaseDate (string): The release date for pre-orders</p>\n</li>\n<li><p>albumTerritories (array of strings): Territories where the album is available</p>\n</li>\n<li><p>excludeTerritories (array of strings): Territories where the album is not available</p>\n</li>\n<li><p>dsps (array of strings): Digital Service Providers for the album</p>\n</li>\n<li><p>status (string): The status of the album</p>\n</li>\n<li><p>isDeleted (boolean): Indicates if the album is deleted</p>\n</li>\n<li><p>createdAt (string): The creation date of the album</p>\n</li>\n<li><p>updatedAt (string): The last update date of the album</p>\n</li>\n<li><p>coverUrl (string): URL for the album cover</p>\n</li>\n<li><p>coverUrlThumbnail (string): URL for the thumbnail of the album cover</p>\n</li>\n<li><p>variousArtists (boolean): Indicates if the album has various artists</p>\n</li>\n<li><p>pLineYear (number): Year for the P Line</p>\n</li>\n<li><p>pLineText (string): Text for the P Line</p>\n</li>\n<li><p>cLineYear (number): Year for the C Line</p>\n</li>\n<li><p>cLineText (string): Text for the C Line</p>\n</li>\n<li><p>genre (string): The genre of the album</p>\n</li>\n<li><p>price (string): The price of the album</p>\n</li>\n<li><p>trackPrice (string): The price of individual tracks</p>\n</li>\n<li><p>labelName (string): The name of the label associated with the album</p>\n</li>\n<li><p>hasAutosplit (boolean): Indicates if autosplit is enabled for the album</p>\n</li>\n<li><p>artists (array of objects): Information about the artists involved, including their roles</p>\n</li>\n</ul>\n<p>Please note that the response may include additional fields based on the specific album and project.</p>\n<h3 id=\"related-responses\">Related Responses</h3>\n<p>Other endpoints of this API return similar data models, including user information, album details, and track information, all with a 200 status code.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["projects",":projectId","albums",":albumId","tracks"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>Project ID</p>\n","type":"text/plain"},"type":"any","value":"{{project-id}}","key":"projectId"},{"description":{"content":"<p>Album ID inside the Project</p>\n","type":"text/plain"},"type":"any","value":"{{album-id}}","key":"albumId"}]}},"response":[{"id":"0d15439e-128b-4696-9917-916e65c6f70f","name":"Delete tracks from Album","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{api-url}}/projects/:projectId/albums/:albumId/tracks","host":["{{api-url}}"],"path":["projects",":projectId","albums",":albumId","tracks"],"variable":[{"key":"projectId","value":"{{project-id}}","description":"Project ID"},{"key":"albumId","value":"{{album-id}}","description":"Album ID inside the Project"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"849"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:38:06 GMT"},{"key":"x-amzn-RequestId","value":"161a1974-d620-4c8f-921d-64eaebf6a3b7"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGylyFBoIAMEi8g="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b297be-3ee831300c8701976a37bd95;Parent=342272726c359ca3;Sampled=0;lineage=5cf411e8:0|5a5247c6:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 22e9d361a9c4153886c1c8aa0eb4ffa8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"UYeCMMARJKK440hgg1hEjTjgqcGoKtr0j9QhDfx8bLOkvqH9v_Kmjg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66b2963cb947f60db9a8b005\",\n    \"project\": \"66b2963cb947f60db9a8b003\",\n    \"fantasyName\": \"Bauch and Sons\",\n    \"releaseDate\": \"2025-01-01T00:00:00.000Z\",\n    \"saleStartDate\": \"2025-01-01T00:00:00.000Z\",\n    \"rightsEndDate\": \"2027-01-01T00:00:00.000Z\",\n    \"preorderReleaseDate\": \"2024-12-01T00:00:00.000Z\",\n    \"albumTerritories\": [\n        \"US\"\n    ],\n    \"excludeTerritories\": [],\n    \"dsps\": [\n        \"spotify\"\n    ],\n    \"status\": \"draft\",\n    \"isDeleted\": false,\n    \"createdAt\": \"2024-08-06T21:31:40.766Z\",\n    \"updatedAt\": \"2024-08-06T21:31:40.766Z\",\n    \"coverUrl\": \"http://placeimg.com/640/480\",\n    \"coverUrlThumbnail\": \"http://placeimg.com/640/480\",\n    \"variousArtists\": false,\n    \"pLineYear\": 2024,\n    \"pLineText\": \"Kozey Inc 2024\",\n    \"cLineYear\": 2024,\n    \"cLineText\": \"Rath, O'Kon and Crist 2024\",\n    \"genre\": \"pop\",\n    \"price\": \"9.99\",\n    \"trackPrice\": \"1.29\",\n    \"labelName\": \"Boyle - Shields LLC\",\n    \"hasAutosplit\": false,\n    \"artists\": [\n        {\n            \"roles\": [\n                \"composer\",\n                \"remixer\"\n            ]\n        },\n        {\n            \"roles\": [\n                \"composer\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"7949ac34-5d9e-4d18-94b3-db0928a1a214"},{"name":"Get Track by ISRC","id":"95d408b3-b6e3-4fc2-bfd3-423ae4319af7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/isrc/:isrc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["isrc",":isrc"],"host":["{{api-url}}"],"query":[],"variable":[{"type":"any","value":"QMANG2409687","key":"isrc"}]}},"response":[],"_postman_id":"95d408b3-b6e3-4fc2-bfd3-423ae4319af7"}],"id":"414b0f97-b526-452e-af06-a0af1a9d5a48","_postman_id":"414b0f97-b526-452e-af06-a0af1a9d5a48","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Splits Management","item":[{"name":"Create Splits for Album","id":"1e9e87f0-b8db-4d7c-8532-64430c42aa8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"isByTrack\": true,\n    \"splits\": [\n        {\n            \"advancedPayment\": 0,\n            \"shareArtist\": 80,\n            \"admin\": true,\n            \"note\": \"Yep, that’s me!\",\n            \"user\": \"{{userId}}\",\n            \"track\": \"{{trackId}}\"\n        },\n        {\n            \"artist\": \"{{artistId}}\",\n            \"shareArtist\": 5,\n            \"advancedPayment\": 0,\n            \"note\": \"Composers\",\n            \"admin\": false,\n            \"track\": \"{{trackId}}\"\n        },\n        {\n            \"artist\": \"{{artistId}}\",\n            \"shareArtist\": 5,\n            \"advancedPayment\": 0,\n            \"note\": \"Producers\",\n            \"admin\": false,\n            \"track\": \"{{trackId}}\"\n        },\n        {\n            \"artist\": \"{{artistId}}\",\n            \"shareArtist\": 5,\n            \"advancedPayment\": 10,\n            \"note\": \"Remixers\",\n            \"admin\": false,\n            \"track\": \"{{trackId}}\"\n        },\n        {\n            \"advancedPayment\": 10,\n            \"shareArtist\": 5,\n            \"admin\": true,\n            \"note\": \"Yep, that’s me!\",\n            \"artist\": \"{{artistId}}\",\n            \"track\": \"{{trackId}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/splits/:albumId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["splits",":albumId"],"host":["{{api-url}}"],"query":[],"variable":[{"type":"any","value":"{{albumId}}","key":"albumId"}]}},"response":[],"_postman_id":"1e9e87f0-b8db-4d7c-8532-64430c42aa8c"},{"name":"Update Album Splits","id":"d179f3dd-27e7-4f08-a052-eeb80c6371e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"isByTrack\": true,\n    \"splits\": [\n        {\n            \"shareArtist\": 30,\n            \"advancedPayment\": 0,\n            \"note\": \"Producers\",\n            \"admin\": false,\n            \"user\": \"{{userId}}\",\n            \"track\": \"{{trackId}}\"\n        },\n        {\n            \"shareArtist\": 20,\n            \"advancedPayment\": 0,\n            \"note\": \"Remixers\",\n            \"admin\": false,\n            \"artist\": \"{{artistId}}\",\n            \"track\": \"{{trackId}}\"\n        },\n        {\n            \"advancedPayment\": 0,\n            \"shareArtist\": 50,\n            \"admin\": true,\n            \"note\": \"Yep, that’s me!\",\n            \"artist\": \"{{artistId}}\",\n            \"track\": \"{{trackId}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/splits/:albumId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["splits",":albumId"],"host":["{{api-url}}"],"query":[{"disabled":true,"key":"providerId","value":"60cb78f352068c8f05a56794"}],"variable":[{"type":"any","value":"{{albumId}}","key":"albumId"}]}},"response":[],"_postman_id":"d179f3dd-27e7-4f08-a052-eeb80c6371e8"}],"id":"86ce0492-91e4-4f49-a6b0-34959df1b8fc","_postman_id":"86ce0492-91e4-4f49-a6b0-34959df1b8fc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Artist Management","item":[{"name":"Artists (Guests)","item":[{"name":"Create Guest Artist","id":"5725d381-1463-46ee-a253-5a2053c1b1e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"artisticName\": \"Lenny\",\n    \"isGuest\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/guestArtists","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["guestArtists"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5725d381-1463-46ee-a253-5a2053c1b1e9"},{"name":"List Guest Artists","id":"1b2fbdde-308b-4469-9f9f-07830717dfc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/guestArtists","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["guestArtists"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b2fbdde-308b-4469-9f9f-07830717dfc2"}],"id":"d59fdb66-1a1e-410c-b9ba-a9c96f4c03ec","_postman_id":"d59fdb66-1a1e-410c-b9ba-a9c96f4c03ec","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Create Artist","id":"e54a9bfe-d0df-465d-b52a-fe5a23c131a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"artisticName\": \"TEST Katlynn Goodwin\",\n    \"email\": \"Isabell_Prosacco@hotmail.com\",\n    \"fullName\": \"TEST Example Martine Wiegand\",\n    \"appleId\": \"6645288951791928\",\n    \"newSpotifyUri\": false\n}\n","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/artists","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["artists"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"d2ee5f5e-7a13-4865-b4cd-412cd8da879a","name":"Create Artist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"artisticName\": \"Lance Miller\",\n    \"email\": \"Katelynn95@yahoo.com\",\n    \"name\": \"Hosea Nelle Gusikowski\",\n    \"appleId\": \"524834944195469946\",\n    \"newSpotifyUri\": true,\n    \"ipi\": \"96115581552356177\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/artists"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"94"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Aug 2024 18:24:25 GMT"},{"key":"x-amzn-RequestId","value":"62557535-7272-4b62-a9f5-57b840fae2c6"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cJpJ0G3MoAMEulw="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b3bbd8-05ae9eeb3eef118e2af3f11f;Parent=786df4f3e5befdbb;Sampled=0;lineage=5cf411e8:0|bd0aee52:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 22e9d361a9c4153886c1c8aa0eb4ffa8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"vnA1NEb3p2T83OZfmm92wC8B0WhNRfBTUsGK4n2VoElRjxs3DkcuGA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66b3bbd9ab33060ba0418b6a\",\n    \"artisticName\": \"Buddy Morissette\",\n    \"email\": \"E*****@gmail.com\"\n}"}],"_postman_id":"e54a9bfe-d0df-465d-b52a-fe5a23c131a1"},{"name":"Update Artist","id":"985a14d0-729a-4f9c-9843-e6bdf5ec4fe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"Filomena31@example.org\",\n    \"name\": \"Gerlach\",\n    \"artisticName\": \"{{creationArtist}}\",\n    \"appleId\": \"721\",\n    \"spotifyUri\": \"spotify:artist:96\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/artists","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["artists"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"985a14d0-729a-4f9c-9843-e6bdf5ec4fe7"},{"name":"List Artists","id":"31995323-0431-4d4a-b870-2c1679c7bdd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/artists?q=15","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["artists"],"host":["{{api-url}}"],"query":[{"key":"q","value":"15"}],"variable":[]}},"response":[],"_postman_id":"31995323-0431-4d4a-b870-2c1679c7bdd0"}],"id":"dc9cfab4-a175-4e23-bcc0-70aa3b62a35f","_postman_id":"dc9cfab4-a175-4e23-bcc0-70aa3b62a35f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"DSPs","item":[{"name":"Get DSPs","id":"ff6fe32d-a18b-4b97-a825-98d81490d79d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/dsps","description":"<p>This endpoint makes an HTTP GET request to retrieve data from {{api-url}}/dsps. The request does not require any parameters and returns a 200 status code with a JSON response of an empty array.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>This request does not include a request body.</p>\n<h3 id=\"response-body\">Response Body</h3>\n<p>The response is in the form of a JSON array, with an example response being an empty array. Additionally, related responses from other endpoints of the API also return JSON objects with fields such as \"id\", \"name\", \"category\", \"lang\", \"time\", \"link\", and \"descriptions\" containing \"title\" and \"text\" attributes. All related responses also return a 200 status code.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["dsps"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"607b5f7f-08bc-4430-ab39-e3a5ef678a1f","name":"Get DSPs","originalRequest":{"method":"GET","header":[],"url":"{{api-url}}/dsps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"553"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:09:51 GMT"},{"key":"x-amzn-RequestId","value":"58fa3ce4-7a47-4df3-93d7-aaf3cc12c6d8"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGucjHn1IAMEiRg="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b2911c-249f959403288f6005d7d7f2;Parent=787c80e287edfa26;Sampled=0;lineage=5cf411e8:0|a0d4a560:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ba82151bf51e4c722c5305c983d8b71e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"04Qkd3LUCBP4JEcPenkx6n_nwuUnUBd2Z-ET4CzDDwRnBsEbudHcaA=="}],"cookie":[],"responseTime":null,"body":"[\n    \"sevendigital\",\n    \"amazon\",\n    \"amazonmusic\",\n    \"amie\",\n    \"anghami\",\n    \"applemusic\",\n    \"audiomack\",\n    \"awa\",\n    \"beatport\",\n    \"boomplay\",\n    \"deezer\",\n    \"facebookfingerprinting\",\n    \"facebookmusic\",\n    \"iheartradio\",\n    \"imusica\",\n    \"itunes\",\n    \"jaxsta\",\n    \"kanjian\",\n    \"kkbox\",\n    \"linemusic\",\n    \"lyricfind\",\n    \"medianet\",\n    \"mixcloud\",\n    \"netease\",\n    \"nuuday\",\n    \"pandora\",\n    \"peloton\",\n    \"pretzel\",\n    \"resso\",\n    \"rxmusic\",\n    \"saavn\",\n    \"slacker\",\n    \"soundcloud\",\n    \"soundexchange\",\n    \"spotify\",\n    \"tencent\",\n    \"tidal\",\n    \"tiktok\",\n    \"touchtunes\",\n    \"umamusic\",\n    \"vervelife\",\n    \"youtube\",\n    \"youtubemusic\",\n    \"zingmp3\",\n    \"moodmedia\",\n    \"bmat\",\n    \"clicknclear\",\n    \"qobuz\",\n    \"supernatural\",\n    \"hungama\"\n]"}],"_postman_id":"ff6fe32d-a18b-4b97-a825-98d81490d79d"}],"id":"075dd2ef-0cd3-4219-9727-a1ae9cdeac50","_postman_id":"075dd2ef-0cd3-4219-9727-a1ae9cdeac50","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Genres","item":[{"name":"Get list of Genres","id":"731e0f1d-5194-4f45-9d3b-e6c0657e026a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/genres","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["genres"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"7dd0f56a-aa76-444a-8f97-1be1365af949","name":"Get list of Genres","originalRequest":{"method":"GET","header":[],"url":"{{api-url}}/genres"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12604"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:10:47 GMT"},{"key":"x-amzn-RequestId","value":"04fbfba7-cf13-44ca-ba05-f5ef69c2091e"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGulYEG6IAMEYuQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b29155-26120b4c48e9e626166440d1;Parent=4cc0e7242c990b54;Sampled=0;lineage=5cf411e8:0|2eaa71ea:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ddeb8679359f033dad405557c487bfdc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"jpPRcOqcg0oJ0l7HYRMBPkoadwaxI41f2dFLCchtbnyxk5FSJ_ADfg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"afro_pop\": \"AFRO-POP\",\n    \"afrobeat\": \"AFROBEAT\",\n    \"alt\": \"ALTERNATIVE\",\n    \"alt_brit\": \"ALTERNATIVE ROCK / BRITISH ALTERNATIVE\",\n    \"alt_dance\": \"ALTERNATIVE ROCK / ALTERNATIVE DANCE\",\n    \"alt_emo\": \"ALTERNATIVE / EMO\",\n    \"alt_exp\": \"ALTERNATIVE ROCK / EXPERIMENTAL ROCK\",\n    \"alt_garage\": \"ALTERNATIVE ROCK / GARAGE ROCK\",\n    \"alt_goth\": \"ALTERNATIVE ROCK / GOTH & INDUSTRIAL\",\n    \"alt_grunge\": \"ALTERNATIVE ROCK / GRUNGE\",\n    \"alt_hard\": \"ALTERNATIVE / PUNK\",\n    \"alt_indie\": \"ALTERNATIVE / INDIE ROCK\",\n    \"alt_indie_pop\": \"ALTERNATIVE / INDIE-POP\",\n    \"alt_new\": \"ALTERNATIVE ROCK / NEW WAVE & POST-PUNK\",\n    \"alt_noise\": \"ALTERNATIVE ROCK / NOISE\",\n    \"alt_singer\": \"ALTERNATIVE ROCK / SINGER-SONGWRITERS\",\n    \"alt_ska\": \"ALTERNATIVE ROCK / SKA\",\n    \"alt_space\": \"ALTERNATIVE ROCK / SPACE ROCK\",\n    \"ambient\": \"AMBIENT\",\n    \"blues\": \"BLUES\",\n    \"blues_accoustic\": \"BLUES / ACOUSTIC BLUES\",\n    \"blues_chicago\": \"BLUES / CHICAGO BLUES\",\n    \"blues_classic\": \"BLUES / CLASSIC BLUES\",\n    \"blues_cont\": \"BLUES / CONTEMPORARY BLUES\",\n    \"blues_country\": \"BLUES / COUNTRY BLUES\",\n    \"blues_delta\": \"BLUES / DELTA BLUES\",\n    \"blues_elec\": \"BLUES / ELECTRIC BLUES GUITAR\",\n    \"blues_electric\": \"BLUES / ELECTRIC BLUES\",\n    \"blues_mod\": \"BLUES / MODERN BLUES\",\n    \"brazilian_axe\": \"BRAZILIAN / AXE\",\n    \"brazilian_baile\": \"BRAZILIAN / BAILE FUNK\",\n    \"brazilian_bossa\": \"BRAZILIAN / BOSSA NOVA\",\n    \"brazilian_forro\": \"BRAZILIAN / FORRO\",\n    \"brazilian_mpb\": \"BRAZILIAN / MPB\",\n    \"brazilian_ragod\": \"BRAZILIAN / PAGODE\",\n    \"brazilian_samba\": \"BRAZILIAN / SAMBA\",\n    \"brazilian_sert\": \"BRAZILIAN / SERTANEJO\",\n    \"bway\": \"BROADWAY & VOCALISTS\",\n    \"bway_cab\": \"BROADWAY & VOCALISTS / CABARET\",\n    \"bway_class\": \"BROADWAY & VOCALISTS / CLASSIC VOCALISTS\",\n    \"bway_musical\": \"BROADWAY & VOCALISTS / MUSICALS\",\n    \"bway_trad\": \"BROADWAY & VOCALISTS / TRADITIONAL VOCAL POP\",\n    \"child\": \"CHILDRENS MUSIC\",\n    \"child_cartoon\": \"CHILDRENS MUSIC / CARTOON MUSIC\",\n    \"child_disney\": \"CHILDRENS MUSIC / DISNEY\",\n    \"child_edu\": \"CHILDRENS MUSIC / EDUCATIONAL\",\n    \"child_lull\": \"CHILDRENS MUSIC / LULLABIES\",\n    \"child_singalong\": \"CHILDRENS MUSIC / SING-ALONG\",\n    \"chinese_flute\": \"CHINESE FLUTE\",\n    \"chinese_opera\": \"CHINESE OPERA\",\n    \"chinese_traditional\": \"CHINESE TRADITIONAL\",\n    \"class\": \"CLASSICAL\",\n    \"class_art\": \"CLASSICAL / ART SONG\",\n    \"class_avantgarde\": \"CLASSICAL / AVANT GARDE\",\n    \"class_baroque\": \"CLASSICAL / BAROQUE (C. 1600-1750)\",\n    \"class_brass\": \"CLASSICAL / BRASS AND WIND\",\n    \"class_chamber\": \"CLASSICAL / CHAMBER MUSIC\",\n    \"class_choral\": \"CLASSICAL / CHORAL\",\n    \"class_class\": \"CLASSICAL / CLASSICAL (C. 1770-1830)\",\n    \"class_crossover\": \"CLASSICAL / CLASSICAL CROSSOVER\",\n    \"class_early\": \"CLASSICAL / EARLY MUSIC\",\n    \"class_modern\": \"CLASSICAL / MODERN 20TH & 21ST CENTURY\",\n    \"class_rena\": \"CLASSICAL / RENAISSANCE (C. 1450-1600)\",\n    \"class_romantic\": \"CLASSICAL / ROMANTIC (C. 1820-1910)\",\n    \"class_sacred\": \"CLASSICAL / SACRED & RELIGIOUS\",\n    \"class_symph\": \"CLASSICAL / SYMPHONIES\",\n    \"country\": \"COUNTRY\",\n    \"country_alt\": \"COUNTRY / ALT-COUNTRY & AMERICANA\",\n    \"country_bluegrass\": \"COUNTRY / BLUEGRASS\",\n    \"country_contemp\": \"COUNTRY / CONTEMPORARY\",\n    \"country_cowboy\": \"COUNTRY / COWBOY\",\n    \"country_gospel\": \"COUNTRY / COUNTRY GOSPEL\",\n    \"country_honky\": \"COUNTRY / HONKY-TONK\",\n    \"country_outlaw\": \"COUNTRY / OUTLAW & PROGRESSIVE COUNTRY\",\n    \"country_trad\": \"COUNTRY / TRADITIONAL COUNTRY\",\n    \"country_west\": \"COUNTRY / WESTERN SWING\",\n    \"dance\": \"DANCE\",\n    \"dance_brakebeat\": \"DANCE & DJ / BREAK BEAT\",\n    \"dance_dnb\": \"DANCE & DJ / JUNGLE / DRUM AND BASS\",\n    \"dance_elec\": \"ELECTRONIC\",\n    \"dance_garage\": \"DANCE & DJ / GARAGE\",\n    \"dance_hardcore\": \"DANCE & DJ / HARDCORE\",\n    \"dance_house\": \"DANCE & DJ / HOUSE\",\n    \"dance_indust\": \"WORLD / FRANCE\",\n    \"dance_tech\": \"INSTRUMENTAL\",\n    \"dance_techno\": \"DANCE & DJ / TECHNO\",\n    \"dance_tran\": \"DANCE & DJ / TRANCE\",\n    \"dance_world\": \"WORLD\",\n    \"electronic_ambient\": \"ELECTRONIC / AMBIENT\",\n    \"electronic_bass\": \"ELECTRONIC / BASS\",\n    \"electronic_downtempo\": \"ELECTRONIC / DOWNTEMPO\",\n    \"electronic_dubstep\": \"ELECTRONIC / DUBSTEP\",\n    \"electronic_experimental\": \"ELECTRONIC / EXPERIMENTAL\",\n    \"electronic_industrial\": \"ELECTRONIC / INDUSTRIAL\",\n    \"electronic_trap\": \"ELECTRONIC / TRAP\",\n    \"enka\": \"ENKA\",\n    \"folk\": \"FOLK\",\n    \"folk_arab\": \"FOLK / ARAB\",\n    \"gospel\": \"CHRISTIAN & GOSPEL\",\n    \"gospel_alt\": \"HOLIDAY / CHANUKAH\",\n    \"gospel_christian_rock\": \"CHRISTIAN & GOSPEL / CHRISTIAN ROCK\",\n    \"gospel_cont\": \"CHRISTIAN & GOSPEL / CHRISTIAN CONTEMPORARY MUSIC\",\n    \"gospel_country\": \"HOLIDAY / CHRISTMAS\",\n    \"gospel_gospel\": \"HOLIDAY / THANKSGIVING\",\n    \"gospel_hard_rock\": \"CHRISTIAN & GOSPEL / HARD ROCK & METAL\",\n    \"gospel_hip_hop\": \"CHRISTIAN & GOSPEL / CHRISTIAN RAP/HIP HOP\",\n    \"gospel_praise\": \"CHRISTIAN & GOSPEL / PRAISE & WORSHIP\",\n    \"gospel_rap\": \"HOLIDAY / EASTER\",\n    \"gospel_rock\": \"HOLIDAY / HALLOWEEN\",\n    \"gospel_southern\": \"CHRISTIAN & GOSPEL / SOUTHERN GOSPEL\",\n    \"gospel_traditional\": \"CHRISTIAN & GOSPEL / TRADITIONAL GOSPEL\",\n    \"hard\": \"HARD ROCK & METAL\",\n    \"hard_death\": \"HARD ROCK & METAL / DEATH METAL\",\n    \"hard_thrash\": \"HARD ROCK & METAL / THRASH & SPEED METAL\",\n    \"holiday_christmas\": \"HOLIDAY / CHRISTMAS CHILDREN'S\",\n    \"holiday_christmas_classical\": \"HOLIDAY / CHRISTMAS CLASSICAL\",\n    \"holiday_christmas_country\": \"HOLIDAY / CHRISTMAS COUNTRY\",\n    \"holiday_christmas_jazz\": \"HOLIDAY / CHRISTMAS JAZZ\",\n    \"holiday_christmas_pop\": \"HOLIDAY / CHRISTMAS POP\",\n    \"indian_classical\": \"INDIAN / CLASSICAL\",\n    \"indian_pop\": \"INDIAN / INDIAN POP\",\n    \"inter_asia\": \"CHINESE\",\n    \"inter_euro\": \"GERMAN POP\",\n    \"inter_india\": \"INDIAN\",\n    \"inter_mideast\": \"ARABIC\",\n    \"inter_mideast_pop\": \"ARABIC POP\",\n    \"inter_reggae\": \"REGGAE\",\n    \"japanese_ballads\": \"JAPANESE BALLADS/KAYOKYOKU\",\n    \"jazz\": \"JAZZ\",\n    \"jazz_avant\": \"JAZZ / AVANT GARDE & FREE JAZZ\",\n    \"jazz_bebop\": \"JAZZ / BEBOP\",\n    \"jazz_big_band\": \"JAZZ / BIG BAND\",\n    \"jazz_brazil\": \"BRAZILIAN\",\n    \"jazz_contemp\": \"JAZZ / CONTEMPORARY\",\n    \"jazz_cool\": \"JAZZ / COOL JAZZ\",\n    \"jazz_dixieland\": \"JAZZ / DIXIELAND\",\n    \"jazz_fus\": \"JAZZ / JAZZ FUSION\",\n    \"jazz_hardbop\": \"JAZZ / HARDBOP\",\n    \"jazz_hip_hop\": \"JAZZ / HIP-HOP INSTRUMENTAL\",\n    \"jazz_jam\": \"MARCHING BANDS\",\n    \"jazz_latin\": \"JAZZ / LATIN JAZZ\",\n    \"jazz_smooth\": \"JAZZ / SMOOTH JAZZ\",\n    \"jazz_trad\": \"JAZZ / TRADITIONAL JAZZ & RAGTIME\",\n    \"jazz_vocal\": \"JAZZ / VOCAL\",\n    \"latin\": \"LATIN\",\n    \"latin_alt\": \"LATIN / ALTERNATIVE\",\n    \"latin_bach\": \"LATIN MUSIC / BACHATA\",\n    \"latin_band\": \"LATIN MUSIC / BANDA\",\n    \"latin_big\": \"LATIN MUSIC / BIG BAND\",\n    \"latin_bole\": \"LATIN MUSIC / BOLERO\",\n    \"latin_corr\": \"LATIN MUSIC / CORRIDOS\",\n    \"latin_cuban\": \"LATIN MUSIC / CUBAN\",\n    \"latin_dura\": \"LATIN MUSIC / DURANGUENCE\",\n    \"latin_flam\": \"LATIN MUSIC / FLAMENCO\",\n    \"latin_grup\": \"LATIN MUSIC / GRUPERO\",\n    \"latin_mamb\": \"LATIN MUSIC / MAMBO\",\n    \"latin_mari\": \"LATIN MUSIC / MARIACHI\",\n    \"latin_mere\": \"LATIN MUSIC / MERENGUE\",\n    \"latin_music_salsa\": \"LATIN MUSIC / SALSA\",\n    \"latin_nort\": \"LATIN MUSIC / NORTENO\",\n    \"latin_pop\": \"LATIN MUSIC / LATIN POP\",\n    \"latin_ranch\": \"LATIN MUSIC / RANCHERA\",\n    \"latin_rap\": \"LATIN MUSIC / LATIN RAP\",\n    \"latin_reggaeton\": \"LATIN MUSIC / REGGAETON\",\n    \"latin_rock\": \"LATIN MUSIC / ROCK EN ESPANOL\",\n    \"latin_salsa\": \"LATIN / REGIONAL MEXICANO\",\n    \"latin_sonid\": \"LATIN MUSIC / SONIDERO\",\n    \"latin_tango\": \"LATIN MUSIC / TANGO\",\n    \"latin_teja\": \"LATIN MUSIC / TEJANO\",\n    \"latin_urban\": \"LATIN MUSIC / LATIN URBAN\",\n    \"lofi\": \"LOFI\",\n    \"lofi_ambient\": \"LOFI / AMBIENT\",\n    \"lofi_chill\": \"LOFI / CHILL BEATS\",\n    \"lofi_hip_hop\": \"LOFI / HIP-HOP BEATS\",\n    \"lofi_sleep\": \"LOFI / SLEEP\",\n    \"misc\": \"MISCELLANEOUS\",\n    \"misc_comedy\": \"COMEDY\",\n    \"misc_comedy_standup\": \"COMEDY / STANDUP\",\n    \"misc_exer\": \"FITNESS & WORKOUT\",\n    \"misc_exp\": \"MISCELLANEOUS / EXPERIMENTAL MUSIC\",\n    \"misc_gay\": \"MISCELLANEOUS / GAY & LESBIAN\",\n    \"misc_holi\": \"HOLIDAY\",\n    \"misc_instr\": \"INSPIRATIONAL\",\n    \"misc_kara\": \"KARAOKE\",\n    \"misc_nost\": \"MISCELLANEOUS / NOSTALGIA\",\n    \"misc_sound\": \"SOUNDTRACK / SOUND EFFECTS\",\n    \"misc_test\": \"MISCELLANEOUS / TEST RECORDING\",\n    \"newage\": \"NEW AGE\",\n    \"newage_celt\": \"WORLD / CELTIC\",\n    \"newage_heal\": \"NEW AGE / HEALING\",\n    \"newage_medit\": \"NEW AGE / MEDITATION\",\n    \"newage_nature\": \"NEW AGE / NATURE\",\n    \"newage_yoga\": \"NEW AGE / YOGA\",\n    \"opera\": \"CLASSICAL / OPERA\",\n    \"opera_arias\": \"CLASSICAL / OPERA & VOCAL / ARIAS\",\n    \"opera_baroq\": \"CLASSICAL / OPERA & VOCAL / BAROQUE (C. 1600-1750)\",\n    \"opera_class\": \"CLASSICAL / OPERA & VOCAL / CLASSICAL (C. 1770-1830)\",\n    \"opera_early\": \"CLASSICAL / OPERA & VOCAL / EARLY MUSIC\",\n    \"opera_mod\": \"CLASSICAL / OPERA & VOCAL / MODERN & 20TH CENTURY\",\n    \"opera_orat\": \"CLASSICAL / OPERA & VOCAL / ORATORIOS\",\n    \"opera_rena\": \"CLASSICAL / OPERA & VOCAL / RENAISSANCE (C. 1450-1600)\",\n    \"opera_romantic\": \"CLASSICAL / OPERA & VOCAL / ROMANTIC (C. 1820-1910)\",\n    \"pop\": \"POP\",\n    \"pop_adult_contemp\": \"POP / ADULT CONTEMPORARY\",\n    \"pop_bedroom\": \"POP / BEDROOM\",\n    \"pop_britpop\": \"POP / BRITPOP\",\n    \"pop_cantopop\": \"POP / CANTOPOP\",\n    \"pop_cont\": \"J-POP\",\n    \"pop_easy\": \"EASY LISTENING\",\n    \"pop_euro\": \"FRENCH POP\",\n    \"pop_indonesian\": \"POP / INDONESIAN POP\",\n    \"pop_maghreb\": \"POP / MAGHREB POP\",\n    \"pop_malaysian\": \"POP / MALAYSIAN POP\",\n    \"pop_mandopop\": \"POP / MANDOPOP\",\n    \"pop_oldies\": \"POP / OLDIES\",\n    \"pop_rock\": \"K-POP\",\n    \"pop_rock_new\": \"POP / POP ROCK\",\n    \"pop_soft\": \"POP / SOFT ROCK\",\n    \"pop_taiwanese\": \"POP / TAIWANESE POP\",\n    \"pop_teen\": \"POP / TEEN POP\",\n    \"pop_thai\": \"POP / THAI POP\",\n    \"pop_turkish\": \"POP / TURKISH POP\",\n    \"randb\": \"R&B\",\n    \"randb_cont\": \"R&B / CONTEMPORARY R&B\",\n    \"randb_disco\": \"R&B / DISCO\",\n    \"randb_doo_woop\": \"R&B / DOO WOP\",\n    \"randb_funk\": \"R&B / FUNK\",\n    \"randb_mo\": \"R&B / MOTOWN\",\n    \"randb_neo\": \"R&B / NEO-SOUL\",\n    \"randb_soul\": \"R&B/SOUL\",\n    \"rap\": \"HIP HOP/RAP\",\n    \"rap_alt\": \"HIP HOP/RAP / ALTERNATIVE\",\n    \"rap_chinese\": \"HIP HOP/RAP / CHINESE HIP HOP\",\n    \"rap_east_coast\": \"HIP HOP/RAP / EAST COAST\",\n    \"rap_hardcore\": \"HIP HOP/RAP / HARDCORE & GANGSTA\",\n    \"rap_korean\": \"HIP HOP/RAP / KOREAN HIP HOP\",\n    \"rap_latin\": \"HIP HOP/RAP / LATIN RAP\",\n    \"rap_old_school\": \"HIP HOP/RAP / OLD SCHOOL\",\n    \"rap_uk\": \"HIP HOP/RAP / UK RAP\",\n    \"rap_undergroud\": \"HIP HOP/RAP / UNDERGROUND\",\n    \"rap_west_coast\": \"HIP HOP/RAP / WEST COAST\",\n    \"reggae_dancehall\": \"REGGAE / MODERN DANCEHALL\",\n    \"reggae_dub\": \"REGGAE / DUB\",\n    \"reggae_rock\": \"REGGAE / ROCK\",\n    \"reggae_roots\": \"REGGAE / ROOTS\",\n    \"reggae_ska\": \"REGGAE / SKA\",\n    \"rock\": \"ROCK\",\n    \"rock_adult\": \"ROCK / ADULT ALTERNATIVE\",\n    \"rock_arena\": \"ROCK / ARENA ROCK\",\n    \"rock_blues\": \"ROCK / BLUES ROCK\",\n    \"rock_british_invasion\": \"ROCK / BRITISH INVASION\",\n    \"rock_chinese\": \"ROCK / CHINESE ROCK\",\n    \"rock_glam\": \"ROCK / GLAM ROCK\",\n    \"rock_jam\": \"ROCK / JAM BANDS\",\n    \"rock_prog\": \"ROCK / PROGRESSIVE\",\n    \"rock_psychedelic\": \"ROCK / PSYCHEDELIC ROCK\",\n    \"rock_rockabilly\": \"ROCK / ROCKABILLY\",\n    \"rock_roll\": \"ROCK / ROCK & ROLL\",\n    \"rock_roots\": \"ROCK / ROOTS ROCK\",\n    \"rock_russian\": \"ROCK / RUSSIAN ROCK\",\n    \"rock_singer\": \"ROCK / SINGER-SONGWRITER\",\n    \"rock_southern\": \"ROCK / SOUTHERN ROCK\",\n    \"rock_surf\": \"ROCK / SURF MUSIC\",\n    \"rock_turkish\": \"ROCK / TURKISH ROCK\",\n    \"singer_alt_folk\": \"SINGER / SONGWRITER / ALTERNATIVE FOLK\",\n    \"singer_contemp_folk\": \"SINGER / SONGWRITER / CONTEMPORARY FOLK\",\n    \"singer_song\": \"SINGER/SONGWRITER\",\n    \"singer_trad_folk\": \"SINGER / TRADITIONAL FOLK\",\n    \"sndtrck\": \"SOUNDTRACK\",\n    \"sndtrck_anime\": \"ANIME\",\n    \"sndtrck_original\": \"SOUNDTRACKS / ORIGINAL SCORE\",\n    \"sndtrck_tv\": \"SOUNDTRACKS / TELEVISION SOUNDTRACKS\",\n    \"sndtrck_video_games\": \"SOUNDTRACKS / VIDEO GAMES\",\n    \"spoken_radio\": \"SPOKEN WORD\",\n    \"turkish\": \"TURKISH\",\n    \"vocal_pop\": \"VOCAL / POP\",\n    \"world_africa\": \"WORLD / AFRICA\",\n    \"world_argentina\": \"WORLD / SOUTH & CENTRAL AMERICA / ARGENTINA\",\n    \"world_asia\": \"WORLD / ASIA\",\n    \"world_australia\": \"WORLD / AUSTRALIA & NEW ZEALAND\",\n    \"world_balkans\": \"WORLD / EUROPE / BALKANS\",\n    \"world_bhangra\": \"WORLD / INDIA / BHANGRA\",\n    \"world_bollywood\": \"WORLD / INDIA / BOLLYWOOD\",\n    \"world_brazil\": \"WORLD / SOUTH & CENTRAL AMERICA / BRAZIL\",\n    \"world_cajun\": \"WORLD / CAJUN & ZYDECO\",\n    \"world_calypso\": \"WORLD / CALYPSO\",\n    \"world_caribbean\": \"WORLD / CARIBBEAN\",\n    \"world_celtic_folk\": \"WORLD / CELTIC FOLK\",\n    \"world_china\": \"WORLD / FAR EAST & ASIA / CHINA\",\n    \"world_colombia\": \"WORLD / SOUTH & CENTRAL AMERICA / COLOMBIA\",\n    \"world_desi\": \"WORLD / INDIA / DESI\",\n    \"world_east_africa\": \"WORLD / AFRICA / EAST AFRICA\",\n    \"world_eastern_europe\": \"WORLD / EUROPE / EASTERN EUROPE\",\n    \"world_europe\": \"WORLD / EUROPE\",\n    \"world_farsi\": \"WORLD / MIDDLE EAST / FARSI\",\n    \"world_germany\": \"WORLD / EUROPE / GERMANY\",\n    \"world_greece\": \"WORLD / EUROPE / GREECE\",\n    \"world_hawaii\": \"WORLD / HAWAII\",\n    \"world_india\": \"WORLD / INDIA & PAKISTAN\",\n    \"world_indonesia\": \"WORLD / FAR EAST & ASIA / INDONESIA\",\n    \"world_israeli\": \"WORLD / MIDDLE EAST / ISRAELI\",\n    \"world_italy\": \"WORLD / EUROPE / ITALY\",\n    \"world_japan\": \"WORLD / FAR EAST & ASIA / JAPAN\",\n    \"world_klezmer\": \"WORLD / EUROPE / KLEZMER\",\n    \"world_korea\": \"WORLD / FAR EAST & ASIA / KOREA\",\n    \"world_mexico\": \"WORLD / MEXICO\",\n    \"world_middle_east\": \"WORLD / MIDDLE EAST\",\n    \"world_north_africa\": \"WORLD / AFRICA / NORTH AFRICA\",\n    \"world_north_america\": \"WORLD / NORTH AMERICA\",\n    \"world_pacific\": \"WORLD / PACIFIC ISLANDS\",\n    \"world_panama\": \"WORLD / SOUTH & CENTRAL AMERICA / PANAMA\",\n    \"world_peru\": \"WORLD / SOUTH & CENTRAL AMERICA / PERU\",\n    \"world_polka\": \"WORLD / POLKA\",\n    \"world_portugal\": \"WORLD / EUROPE / PORTUGAL\",\n    \"world_russia\": \"WORLD / RUSSIA & FORMER SOVIET\",\n    \"world_scandinavia\": \"WORLD / EUROPE / SCANDINAVIA\",\n    \"world_soca\": \"WORLD / SOCA\",\n    \"world_south_africa\": \"WORLD / AFRICA /  SOUTH AFRICA\",\n    \"world_south_central_america\": \"WORLD / SOUTH & CENTRAL AMERICA\",\n    \"world_spain\": \"WORLD / EUROPE / SPAIN\",\n    \"world_turkey\": \"WORLD / EUROPE / TURKEY\",\n    \"world_west_africa\": \"WORLD / AFRICA / WEST AFRICA\"\n}"}],"_postman_id":"731e0f1d-5194-4f45-9d3b-e6c0657e026a"},{"name":"Get list of Beatport Genres","id":"29ed0cd8-b483-4897-87ae-74451f1cee3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/beatport_genres","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["beatport_genres"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"29ed0cd8-b483-4897-87ae-74451f1cee3d"}],"id":"cb17516d-975e-4fb1-b69b-09abd73de449","_postman_id":"cb17516d-975e-4fb1-b69b-09abd73de449","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}}],"id":"eb1b3dd9-6b25-4f4e-8b02-f7c8cdd5606e","description":"<p>Endpoints in this category will manage the catalog and are accessible to users with the roles LABEL, LABELMANAGER, and ARTIST.</p>\n<ol>\n<li><p><strong>Project Management</strong>: Create, update, delete, and retrieve information about projects.</p>\n</li>\n<li><p><strong>Album Management</strong>: Create, update, delete, and retrieve information about albums.</p>\n</li>\n<li><p><strong>Track Management</strong>: Create, update, delete, and retrieve information about tracks.</p>\n</li>\n<li><p><strong>Splits Management</strong>: Manage revenue splits for tracks and albums.</p>\n</li>\n<li><p><strong>Artist Management</strong>: Manage artist information and associations within the catalog.</p>\n</li>\n<li><p><strong>DSPs</strong>: Get available Digital Service Providers (DSPs).</p>\n</li>\n<li><p><strong>Genres</strong>: Create, update, delete, and retrieve genres.</p>\n</li>\n</ol>\n","_postman_id":"eb1b3dd9-6b25-4f4e-8b02-f7c8cdd5606e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Admin Operations","item":[{"name":"User Management","item":[{"name":"Invites","item":[{"name":"Create Invite","id":"779480ec-1e91-4eae-9442-dbcb496679ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Johanna\",\n    \"fullName\": \"Kevin Moore\",\n    \"email\": \"Monique.Feest79@example.net\",\n    \"role\": \"LABEL\",\n    \"rateUser\": 0.5\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/invites","description":"<h3 id=\"add-invite\">Add Invite</h3>\n<p>This endpoint allows users to send an invitation by providing the name, full name, email, role, and rate user parameters in the request body.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>name</code> (string, required): The name of the invitee.</p>\n</li>\n<li><p><code>fullName</code> (string, required): The full name of the invitee.</p>\n</li>\n<li><p><code>email</code> (string, required): The email address of the invitee.</p>\n</li>\n<li><p><code>role</code> (string, required): The role of the invitee.</p>\n</li>\n<li><p><code>rateUser</code> (number, required): The rate user parameter.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The API returns a 403 status code with a JSON response containing a message property.</p>\n<h4 id=\"related-responses\">Related Responses</h4>\n<ul>\n<li><p>{\"token\":\"\",\"user\":{\"id\":\"\",\"name\":\"\",\"email\":\"\",\"role\":\"\",\"fullName\":\"\",\"tax\":{\"type\":\"\",\"rate\":0,\"url\":\"\",\"status\":\"\",\"user\":\"\",\"updatedAt\":\"\",\"createdAt\":\"\"}}}</p>\n</li>\n<li><p>{\"id\":\"\",\"name\":\"\",\"email\":\"\",\"role\":\"\",\"fullName\":\"\",\"tax\":{\"type\":\"\",\"rate\":0,\"url\":\"\",\"status\":\"\",\"user\":\"\",\"updatedAt\":\"\",\"createdAt\":\"\"}}</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["invites"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"779480ec-1e91-4eae-9442-dbcb496679ef"},{"name":"Update Invite","id":"38cf303c-f529-40b9-9f6e-b6d9fe3a9681","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"role\": \"YOUTUBE\",\n    \"name\": \"Erika Stamm\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/invites/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["invites",":id"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>Invite ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"38cf303c-f529-40b9-9f6e-b6d9fe3a9681"},{"name":"Resend Invite","id":"97a855ef-6b28-4137-a326-0f217368edf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{api-url}}/invites/:inviteCode/resend","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["invites",":inviteCode","resend"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>Invite Code</p>\n","type":"text/plain"},"type":"any","value":null,"key":"inviteCode"}]}},"response":[],"_postman_id":"97a855ef-6b28-4137-a326-0f217368edf5"},{"name":"Confirm Invite","id":"f8ca3538-d331-4c94-a3c8-ccf8601c493f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"YE2W3uszDw0yYFJ\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/invites/confirm/:inviteCode","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["invites","confirm",":inviteCode"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>Invite Code</p>\n","type":"text/plain"},"type":"any","value":"","key":"inviteCode"}]}},"response":[],"_postman_id":"f8ca3538-d331-4c94-a3c8-ccf8601c493f"},{"name":"List Invites","id":"3ca74970-591a-40a1-9766-5a37bffecdc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/invites","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["invites"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ca74970-591a-40a1-9766-5a37bffecdc2"},{"name":"Get Invitation by inviteCode","id":"88330235-969f-4eed-ac29-9cdac548e629","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/invites/:inviteCode","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["invites",":inviteCode"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>Invite Code</p>\n","type":"text/plain"},"type":"any","value":"","key":"inviteCode"}]}},"response":[],"_postman_id":"88330235-969f-4eed-ac29-9cdac548e629"},{"name":"Delete Invite","id":"711d57b8-916e-47fb-9f31-2ef8cd591de4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{api-url}}/invites/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["invites",":id"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>Invite ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"711d57b8-916e-47fb-9f31-2ef8cd591de4"}],"id":"3f7e317f-250b-4ac7-a18b-2f5fed37a4e7","_postman_id":"3f7e317f-250b-4ac7-a18b-2f5fed37a4e7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Flowthrough","item":[{"name":"Resume","id":"0a6e60d5-5d5e-4c4e-8c8f-ef5cf3be486f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{api-url}}/splits/resume","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["splits","resume"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a6e60d5-5d5e-4c4e-8c8f-ef5cf3be486f"},{"name":"Create","id":"a63c655c-f7e9-42ee-8e7e-04b943036f3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"624ddf1a099eec5b5584f1f9\",\r\n    \"rate\": 0.3,\r\n    \"amount\": 10\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/flowthrough","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["flowthrough"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a63c655c-f7e9-42ee-8e7e-04b943036f3a"}],"id":"adedcd65-6e7e-4128-a0cb-0b6d2516c015","_postman_id":"adedcd65-6e7e-4128-a0cb-0b6d2516c015","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Get list of Users","id":"8849b8a9-936b-42ab-85de-f1b471e6f2d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["users"],"host":["{{api-url}}"],"query":[{"disabled":true,"key":"role","value":"YOUTUBE"}],"variable":[]}},"response":[{"id":"ab601aa0-9956-43e8-946b-d47ab794a1e1","name":"Get list of Users","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/users","host":["{{api-url}}"],"path":["users"],"query":[{"key":"role","value":"YOUTUBE","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"317"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Aug 2024 20:42:15 GMT"},{"key":"x-amzn-RequestId","value":"086db654-9599-4b30-a92e-c7e1253637eb"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cJ9WLGBsoAMER3A="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b3dc27-3c4fb50455ecf31838daf2ad;Parent=129770b781464cad;Sampled=0;lineage=5cf411e8:0|61b91c93:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 08f45c153a856ff7955174d0e6f60744.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"hoWkkfIweQpmbhbDR1g-zwXXRu_NIsfJCfT2iqjQZRnzi5EcscA8Cg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"id\": \"60df241a6b92fdf08952a8a4\",\n            \"fullName\": \"Admin\",\n            \"name\": \"Admin\",\n            \"email\": \"admin@zil.gl\",\n            \"role\": \"ADMIN\",\n            \"profilePicture\": {},\n            \"registered\": true\n        },\n        {\n            \"id\": \"665fb057bb943c5dc2046ed4\",\n            \"fullName\": \"Testing User\",\n            \"name\": \"Testing User\",\n            \"email\": \"testing@user.com\",\n            \"role\": \"LABEL\",\n            \"profilePicture\": {},\n            \"registered\": true\n        }\n    ]\n}"},{"id":"50c6b890-ed68-41d6-bd9c-302fd39ffec7","name":"Get list of LABEL Users","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/users?role=LABEL","host":["{{api-url}}"],"path":["users"],"query":[{"key":"role","value":"LABEL","description":"User Role"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Aug 2024 20:43:20 GMT"},{"key":"x-amzn-RequestId","value":"fac283a9-9bc8-4a4c-817a-daf4e6b202e4"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cJ9gaG-yIAMEd1Q="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b3dc68-5eeaf908286bb7ec0bd57e06;Parent=6636bbfe1050b991;Sampled=0;lineage=5cf411e8:0|61b91c93:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fb41e17254dfd781519e95cedd257826.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"SNFOuoQ9nOiVIg-wDDcWqKP1dE6OQV9hUZGIUoH5dP1l2v_oOySg0g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"id\": \"665fb057bb943c5dc2046ed4\",\n            \"fullName\": \"Testing User\",\n            \"name\": \"Testing User\",\n            \"email\": \"testing@user.com\",\n            \"role\": \"LABEL\",\n            \"profilePicture\": {},\n            \"registered\": true\n        }\n    ]\n}"}],"_postman_id":"8849b8a9-936b-42ab-85de-f1b471e6f2d4"},{"name":"Assign Suscription to User","id":"daaa864b-85ba-41be-922f-f450c20be18e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{api-url}}/subscriptions/:userId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["subscriptions",":userId"],"host":["{{api-url}}"],"query":[],"variable":[{"type":"any","value":"{{user-id}}","key":"userId"}]}},"response":[],"_postman_id":"daaa864b-85ba-41be-922f-f450c20be18e"},{"name":"Simulate User Session","event":[{"listen":"test","script":{"id":"22ed4385-e26f-4d48-bafa-64c80e0583ef","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.token);","postman.setEnvironmentVariable(\"current-user-id\", jsonData.user.id);"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"c73ae8e9-8791-4302-9214-943d6a339a1a","exec":["// To run this endpoint, you must go to vault settings and allow it to be retrieved from scripts\r","\r","const endpointUrl = pm.environment.get(\"api-url\");\r","const adminEmail = await pm.vault.get(\"admin-email\");\r","const adminPassword = await pm.vault.get(\"admin-password\");\r","pm.sendRequest({\r","    url: `${endpointUrl}/login`,  // the URL of the endpoint to send the request to\r","    method: \"POST\",  // the HTTP method to use (e.g. GET, POST, PUT, DELETE)\r","    header: {  // the headers to include in the request\r","        \"Content-Type\": \"application/json\"  // set the content type to JSON\r","    },\r","    body: {  // optional: the request body (e.g. form data, JSON payload)\r","        mode: \"raw\",\r","        raw: JSON.parse(`\r","            {\r","                \"email\":\"${adminEmail}\",\r","                \"password\": \"${adminPassword}\"\r","            }`\r","        )\r","    }\r","}, (err, res) => {\r","    // handle the response from the endpoint\r","    if (err) {\r","        console.error(err);  // log the error\r","    } else {\r","        console.log(res.json())\r","        postman.setEnvironmentVariable(\"token\", res.json().token);\r","    }\r","});"],"type":"text/javascript","packages":{}}}],"id":"9c669a7b-05a4-4260-9199-122aa3c93924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"vincent@tropicalhouserecords.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/me/loginAdmin","description":"<h3 id=\"login-admin\">Login Admin</h3>\n<p>This endpoint is used to simulate sessions when a user has the role ADMIN.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>email (string, required): The email of the admin user.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will include the authentication token and user information upon successful login. The response body will contain the following fields:</p>\n<ul>\n<li><p>token (string): The authentication token.</p>\n</li>\n<li><p>user (object): An object containing the user information with the following fields:</p>\n<ul>\n<li><p>id (string): The user ID.</p>\n</li>\n<li><p>name (string): The user's name.</p>\n</li>\n<li><p>email (string): The user's email.</p>\n</li>\n<li><p>role (string): The user's role.</p>\n</li>\n<li><p>fullName (string): The user's full name.</p>\n</li>\n<li><p>cellPhone (string): The user's cell phone number.</p>\n</li>\n<li><p>profilePicture (object): An object containing the original and thumbnail URLs of the user's profile picture.</p>\n<ul>\n<li><p>original (string): The URL of the original profile picture.</p>\n</li>\n<li><p>thumbnail (string): The URL of the thumbnail profile picture.</p>\n</li>\n</ul>\n</li>\n<li><p>legals (string): Legal information related to the user.</p>\n</li>\n<li><p>labelNames (array of strings): An array of label names associated with the user.</p>\n</li>\n<li><p>labelUsers (array of strings): An array of label users associated with the user.</p>\n</li>\n<li><p>band (array of objects): An array of bands associated with the user, each containing the following fields:</p>\n<ul>\n<li><p>roles (array of strings): An array of roles within the band.</p>\n</li>\n<li><p>name (string): The name of the band.</p>\n</li>\n<li><p>id (string): The ID of the band.</p>\n</li>\n</ul>\n</li>\n<li><p>rateUser (number): The user's rate.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>The response will have a status code of 200 upon successful login.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["me","loginAdmin"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"c7395825-1dae-4068-ad2a-537a07f99f0a","name":"Simulate Session (Label)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{label-email}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/me/loginAdmin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"350"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 07 Aug 2024 16:54:06 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"54dd3c14-2c9c-46c9-b963-63cc09534c95"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cJb7OHF2IAMEdQA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b3a6ad-66f76ed04cc47394252881a6;Parent=3c30b75dda79ddde;Sampled=0;lineage=5cf411e8:0|dcf1f261:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0fe3a6affd9c75a6ee8c84eec56ea508.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"kC3-RfznEVuGNEGCejKtq-aoXKLIOy_Hc64FtSvZ981uUkqXA1PbnA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY2YjNhMzE5YjIzNDJjOTU0NzQ0NTc1OSIsImlhdCI6MTcyMzA0OTY0NiwiZXhwIjoxNzMwODI1NjQ2fQ.l3coXbtFaUCBu-hGSa20KJFGgV0cN84HK-kBfif9UIk\",\n    \"user\": {\n        \"id\": \"66b3a319b2342c9547445759\",\n        \"name\": \"nickname\",\n        \"email\": \"sunny44@gmail.com\",\n        \"role\": \"LABEL\",\n        \"fullName\": \"Guy Bednar\",\n        \"labelNames\": [],\n        \"band\": [],\n        \"rateUser\": 0.9\n    }\n}"}],"_postman_id":"9c669a7b-05a4-4260-9199-122aa3c93924"},{"name":"Update a User","id":"aa232628-d8d8-4c35-be5f-68acbd27f609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Mr.\",\r\n    \"fullName\": \"Grant Deckow\",\r\n    \"cellPhone\": \"893-943-7400\",\r\n    \"email\": \"Esperanza.Ryan@gmail.com\",\r\n    \"role\": \"YOUTUBE\",\r\n    \"rateUser\": 0.2,\r\n    \"auditUser\": 0,\r\n    \"enabled\": \"{{randomBoolean}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/users/:userId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["users",":userId"],"host":["{{api-url}}"],"query":[],"variable":[{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"aa232628-d8d8-4c35-be5f-68acbd27f609"},{"name":"Delete User By Id","id":"dcf2f6d1-1975-44bb-a13e-0dbb6583287a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"{{userId}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["users"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcf2f6d1-1975-44bb-a13e-0dbb6583287a"}],"id":"2da79081-6c56-4c55-afc6-02096756cee0","_postman_id":"2da79081-6c56-4c55-afc6-02096756cee0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Financial Operations","item":[{"name":"Transactions","item":[{"name":"Create a Transaction","id":"580b2a8e-abca-4df4-b0da-647d3564ac72","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"concept\": \"royalties\",\r\n    \"credit\": 899,\r\n    \"debit\": 0,\r\n    \"beneficiary\": \"{{beneficiary-id}}\",\r\n    \"reference\": \"Transaction Test\",\r\n    \"user\": \"{{user-id}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/transactions","description":"<p>This endpoint allows you to create transactions using an HTTP POST request to {{api-url}}/transactions. The request should include a JSON payload with the concept, credit, debit, beneficiary, reference, and user fields. Upon a successful request, the server will return a 200 status code with a JSON response containing transaction details.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>concept</code> (string): Indicates the concept of the transaction.</p>\n</li>\n<li><p><code>credit</code> (number): Represents the credit amount for the transaction.</p>\n</li>\n<li><p><code>debit</code> (number): Represents the debit amount for the transaction.</p>\n</li>\n<li><p><code>beneficiary</code> (string): Specifies the beneficiary ID for the transaction.</p>\n</li>\n<li><p><code>reference</code> (string): Provides a reference for the transaction.</p>\n</li>\n<li><p><code>user</code> (string): Specifies the user ID associated with the transaction.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response for this request is a JSON schema representing the transaction object. The schema includes fields such as period, date, user, concept, credit, debit, beneficiary, createdAt, and payment details. Additionally, the response may include a memo field and beneficiary details like accountNumber, bank_name, payment_method, and nickname.</p>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"transaction\": {\n    \"_id\": \"\",\n    \"period\": \"\",\n    \"date\": \"\",\n    \"user\": \"\",\n    \"concept\": \"\",\n    \"credit\": 0,\n    \"debit\": 0,\n    \"beneficiary\": {\n      \"accountNumber\": \"\",\n      \"bank_name\": \"\",\n      \"payment_method\": \"\",\n      \"nickname\": \"\"\n    },\n    \"createdAt\": \"\",\n    \"payment\": {\n      \"amount_beneficiary_receives\": 0,\n      \"amount_payer_pays\": 0,\n      \"beneficiary\": {\n        \"bank_details\": {\n          \"account_currency\": \"\",\n          \"account_name\": \"\",\n          \"bank_country_code\": \"\",\n          \"bank_name\": \"\",\n          \"iban\": \"\",\n          \"swift_code\": \"\"\n        }\n      },\n      \"fee_amount\": 0,\n      \"fee_currency\": \"\",\n      \"short_reference_id\": \"\",\n      \"payment_id\": \"\",\n      \"payment_method\": \"\",\n      \"source_currency\": \"\",\n      \"source_amount\": 0,\n      \"payment_currency\": \"\",\n      \"status\": \"\"\n    },\n    \"memo\": \"\"\n  }\n}\n\n</code></pre>\n<h4 id=\"related-responses\">Related Responses</h4>\n<ul>\n<li><p>Other methods to the same URL return similar transaction objects with varying data.</p>\n</li>\n<li><p>Calls to other endpoints of this API return data models that can be used as related responses.</p>\n</li>\n</ul>\n<h3 id=\"json-schema\">JSON Schema</h3>\n<p>The response of this request can be documented as a JSON schema to define the structure of the transaction object returned by the server.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0cfb960a-fb06-4549-9acf-444dbcc58f10","id":"0cfb960a-fb06-4549-9acf-444dbcc58f10","name":"Transactions","type":"folder"}},"urlObject":{"path":["transactions"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"e4043fcf-c4db-49cf-9ed6-509c763eaf52","name":"Create a Transaction","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"concept\": \"royalties\",\r\n    \"credit\": 296,\r\n    \"debit\": 0,\r\n    \"beneficiary\": \"{{beneficiary-id}}\",\r\n    \"reference\": \"Transaction Test\",\r\n    \"user\": \"{{user-id}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1220"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:52:41 GMT"},{"key":"x-amzn-RequestId","value":"f1f567bd-8497-4a71-ba75-c4e8b6a520e7"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cG0uaFu9IAMEBlQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b29b28-4e0ea3fb45c81bf55a07d326;Parent=14be997bb387cf97;Sampled=0;lineage=5cf411e8:0|c5114cdd:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 077b94dab77b8114aebf503be197d7d8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"_20zBJuMxSviKNNGAx88BBAikv0AF4jtV1o_EY-rebbkb5xeZ3PkDA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"$__\": {\n            \"activePaths\": {\n                \"paths\": {},\n                \"states\": {\n                    \"ignore\": {},\n                    \"default\": {},\n                    \"init\": {},\n                    \"modify\": {},\n                    \"require\": {}\n                },\n                \"stateNames\": [\n                    \"require\",\n                    \"modify\",\n                    \"init\",\n                    \"default\",\n                    \"ignore\"\n                ]\n            },\n            \"emitter\": {\n                \"_events\": {},\n                \"_eventsCount\": 0,\n                \"_maxListeners\": 0\n            },\n            \"$options\": {\n                \"defaults\": true\n            },\n            \"strictMode\": true,\n            \"_id\": \"66b29b28f61930a0704c30dd\",\n            \"validating\": null,\n            \"cachedRequired\": {},\n            \"backup\": {\n                \"activePaths\": {\n                    \"modify\": {\n                        \"user\": true,\n                        \"createdBy\": true,\n                        \"concept\": true,\n                        \"credit\": true,\n                        \"debit\": true,\n                        \"beneficiary\": true,\n                        \"payment\": true,\n                        \"reference\": true,\n                        \"createdAt\": true,\n                        \"updatedAt\": true\n                    },\n                    \"default\": {\n                        \"period\": true,\n                        \"date\": true,\n                        \"_id\": true\n                    }\n                }\n            },\n            \"inserting\": true,\n            \"savedState\": {}\n        },\n        \"$isNew\": false,\n        \"$op\": null,\n        \"_doc\": {\n            \"period\": \"2024-08\",\n            \"date\": \"2024-08-06T21:44:17.731Z\",\n            \"user\": \"61bcf4f5c6ed9b3fc85e46b1\",\n            \"createdBy\": \"61bcf4f5c6ed9b3fc85e46b1\",\n            \"concept\": \"royalties\",\n            \"credit\": 100,\n            \"debit\": 0,\n            \"beneficiary\": \"c403f9a3-5dca-41ef-b83d-3dd1bdb6f144\",\n            \"reference\": \"Transaction Test\",\n            \"_id\": \"66b29b28f61930a0704c30dd\",\n            \"createdAt\": \"2024-08-06T21:52:40.839Z\",\n            \"updatedAt\": \"2024-08-06T21:52:40.839Z\",\n            \"__v\": 0\n        },\n        \"beneficiary\": {\n            \"accountNumber\": \"******0759\",\n            \"bank_name\": \"COMMUNITY FEDERAL SAVINGS BANK\",\n            \"payment_method\": \"SWIFT\",\n            \"nickname\": \"61bcf4f5c6ed9b3fc85e46b1-******0759\"\n        },\n        \"memo\": \"\"\n    }\n}"}],"_postman_id":"580b2a8e-abca-4df4-b0da-647d3564ac72"},{"name":"Get list of Transactions","id":"35f391cf-4bb8-4fef-8b23-892242f02f3f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/transactions","description":"<p>The API endpoint makes an HTTP GET request to retrieve a list of transactions. The response is in JSON format and consists of an array of transaction objects. Each transaction object contains various attributes such as ID, period, date, user, concept, credit, debit, beneficiary details, payment details, and memo.</p>\n<p>The response can also include an empty array of transactions. The status code for successful executions is 200.</p>\n<p>Here is a JSON schema representing the response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"transactions\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"_id\": { \"type\": \"string\" },\n          \"period\": { \"type\": \"string\" },\n          \"date\": { \"type\": \"string\" },\n          \"user\": { \"type\": \"string\" },\n          \"concept\": { \"type\": \"string\" },\n          \"credit\": { \"type\": \"number\" },\n          \"debit\": { \"type\": \"number\" },\n          \"beneficiary\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"iban\": { \"type\": \"string\" },\n              \"bank_name\": { \"type\": \"string\" },\n              \"payment_method\": { \"type\": \"string\" },\n              \"nickname\": { \"type\": \"string\" },\n              \"rawBeneficiary\": {\n                \"type\": \"object\",\n                \"properties\": {\n                  \"beneficiary\": {\n                    \"type\": \"object\",\n                    \"properties\": {\n                      \"additional_info\": {\n                        \"type\": \"object\",\n                        \"properties\": {\n                          \"personal_email\": { \"type\": \"string\" }\n                        }\n                      },\n                      \"address\": {\n                        \"type\": \"object\",\n                        \"properties\": {\n                          \"city\": { \"type\": \"string\" },\n                          \"country_code\": { \"type\": \"string\" },\n                          \"postcode\": { \"type\": \"string\" },\n                          \"state\": { \"type\": \"string\" },\n                          \"street_address\": { \"type\": \"string\" }\n                        }\n                      },\n                      \"bank_details\": {\n                        \"type\": \"object\",\n                        \"properties\": {\n                          \"account_currency\": { \"type\": \"string\" },\n                          \"account_name\": { \"type\": \"string\" },\n                          \"bank_country_code\": { \"type\": \"string\" },\n                          \"bank_name\": { \"type\": \"string\" },\n                          \"iban\": { \"type\": \"string\" },\n                          \"swift_code\": { \"type\": \"string\" }\n                        }\n                      },\n                      \"company_name\": { \"type\": \"string\" },\n                      \"entity_type\": { \"type\": \"string\" }\n                    }\n                  },\n                  \"beneficiary_id\": { \"type\": \"string\" },\n                  \"payment_methods\": {\n                    \"type\": \"array\",\n                    \"items\": { \"type\": \"string\" }\n                  },\n                  \"nickname\": { \"type\": \"string\" },\n                  \"payer_entity_type\": { \"type\": \"string\" }\n                }\n              }\n            }\n          },\n          \"createdAt\": { \"type\": \"string\" },\n          \"payment\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"amount_beneficiary_receives\": { \"type\": \"number\" },\n              \"amount_payer_pays\": { \"type\": \"number\" },\n              \"beneficiary\": {\n                \"type\": \"object\",\n                \"properties\": {\n                  \"bank_details\": {\n                    \"type\": \"object\",\n                    \"properties\": {\n                      \"account_currency\": { \"type\": \"string\" },\n                      \"account_name\": { \"type\": \"string\" },\n                      \"bank_country_code\": { \"type\": \"string\" },\n                      \"bank_name\": { \"type\": \"string\" },\n                      \"iban\": { \"type\": \"string\" },\n                      \"swift_code\": { \"type\": \"string\" }\n                    }\n                  }\n                }\n              },\n              \"fee_amount\": { \"type\": \"number\" },\n              \"fee_currency\": { \"type\": \"string\" },\n              \"short_reference_id\": { \"type\": \"string\" },\n              \"payment_id\": { \"type\": \"string\" },\n              \"payment_method\": { \"type\": \"string\" },\n              \"source_currency\": { \"type\": \"string\" },\n              \"source_amount\": { \"type\": \"number\" },\n              \"payment_currency\": { \"type\": \"string\" },\n              \"status\": { \"type\": \"string\" }\n            }\n          },\n          \"memo\": { \"type\": \"string\" }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0cfb960a-fb06-4549-9acf-444dbcc58f10","id":"0cfb960a-fb06-4549-9acf-444dbcc58f10","name":"Transactions","type":"folder"}},"urlObject":{"path":["transactions"],"host":["{{api-url}}"],"query":[{"disabled":true,"key":"year","value":"2022"}],"variable":[]}},"response":[{"id":"c9016842-acf7-405a-8119-69fca61203f7","name":"Get list of Transactions","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api-url}}/transactions","host":["{{api-url}}"],"path":["transactions"],"query":[{"key":"year","value":"2022","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1881"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:47:09 GMT"},{"key":"x-amzn-RequestId","value":"97cc244f-7341-4d46-82f3-1ae356c123c7"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGz6jEMioAMEYsg="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b299dc-0b670fa744858a282f0b8507;Parent=52944e3b7aaa08d5;Sampled=0;lineage=5cf411e8:0|c5114cdd:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fb41e17254dfd781519e95cedd257826.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"UiXAoGCLDRRhuLLHLiUSQijMBCjf9tvdWAGJ0K9TNuV0o9QV-_Dmcg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"transactions\": [\n        {\n            \"_id\": \"6425c239726189b16a56c5ce\",\n            \"period\": \"2023-03\",\n            \"date\": \"2023-03-30T17:08:44.395Z\",\n            \"user\": \"61bcf4f5c6ed9b3fc85e46b1\",\n            \"concept\": \"withdrawal\",\n            \"credit\": 0,\n            \"debit\": 805.88,\n            \"beneficiary\": {\n                \"iban\": \"ES69208*********8347\",\n                \"bank_name\": \"ABANCA CORPORACION BANCARIA SA\",\n                \"payment_method\": \"SWIFT\",\n                \"nickname\": \"633ef5bf104066908a638792-Error getting information\",\n                \"rawBeneficiary\": {\n                    \"beneficiary\": {\n                        \"additional_info\": {\n                            \"personal_email\": \"ales******************\"\n                        },\n                        \"address\": {\n                            \"city\": \"Pontevedra\",\n                            \"country_code\": \"ES\",\n                            \"postcode\": \"36692\",\n                            \"state\": \"ES-GA\",\n                            \"street_address\": \"Lg F*************\"\n                        },\n                        \"bank_details\": {\n                            \"account_currency\": \"EUR\",\n                            \"account_name\": \"Perez Carramal SL\",\n                            \"bank_country_code\": \"ES\",\n                            \"bank_name\": \"ABANCA CORPORACION BANCARIA SA\",\n                            \"iban\": \"ES69208*********8347\",\n                            \"swift_code\": \"CAGLESMMXXX\"\n                        },\n                        \"company_name\": \"Perez Carramal SL\",\n                        \"entity_type\": \"COMPANY\"\n                    },\n                    \"beneficiary_id\": \"d95a50c4-9be5-40a9-b9a2-5d4df60a1495\",\n                    \"payment_methods\": [\n                        \"SWIFT\"\n                    ],\n                    \"nickname\": \"633ef5bf104066908a638792-Error getting information\",\n                    \"payer_entity_type\": \"COMPANY\"\n                }\n            },\n            \"createdAt\": \"2023-03-30T17:09:13.970Z\",\n            \"payment\": {\n                \"amount_beneficiary_receives\": 805.88,\n                \"amount_payer_pays\": 907.05,\n                \"beneficiary\": {\n                    \"bank_details\": {\n                        \"account_currency\": \"EUR\",\n                        \"account_name\": \"Perez Carramal SL\",\n                        \"bank_country_code\": \"ES\",\n                        \"bank_name\": \"ABANCA CORPORACION BANCARIA SA\",\n                        \"iban\": \"ES69208*********8347\",\n                        \"swift_code\": \"CAGLESMMXXX\"\n                    }\n                },\n                \"fee_amount\": 25,\n                \"fee_currency\": \"USD\",\n                \"short_reference_id\": \"P230330-HBEHA7Y\",\n                \"payment_id\": \"de4aabd3-1447-41f0-8fd9-b06e29540c74\",\n                \"payment_method\": \"SWIFT\",\n                \"source_currency\": \"USD\",\n                \"source_amount\": 882.05,\n                \"payment_currency\": \"EUR\",\n                \"status\": \"DISPATCHED\"\n            },\n            \"memo\": \"\"\n        },\n        {\n            \"_id\": \"642452ef8550bc5442e1c58d\",\n            \"period\": \"2021-07\",\n            \"date\": \"2023-03-29T15:01:40.199Z\",\n            \"user\": \"61bcf4f5c6ed9b3fc85e46b1\",\n            \"provider\": \"Downtown Music Services\",\n            \"concept\": \"royalties\",\n            \"credit\": 1290.0909232500007,\n            \"debit\": 0,\n            \"createdAt\": \"2023-03-29T15:02:07.389Z\"\n        }\n    ]\n}"},{"id":"0c174927-7214-4745-9fc0-9af8de5bdc20","name":"Get list of Transactions by Year","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api-url}}/transactions?year=2023","host":["{{api-url}}"],"path":["transactions"],"query":[{"key":"year","value":"2023"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1623"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:50:59 GMT"},{"key":"x-amzn-RequestId","value":"06cdf623-30a6-4866-bbc7-248cf13c3247"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cG0eqHmaIAMELdw="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b29ac3-590090dd12645ee70b817fde;Parent=44b1a9a30a5b0081;Sampled=0;lineage=5cf411e8:0|c5114cdd:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 20f0d9cf6610f77242f5c592d2ecfd1c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"j0q69wCJkQqcrLJaAGdBhyz5tGu1UNZ1Kd6FCPBUqmePip_Oa_8yXA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"transactions\": [\n        {\n            \"_id\": \"6425c239726189b16a56c5ce\",\n            \"period\": \"2023-03\",\n            \"date\": \"2023-03-30T17:08:44.395Z\",\n            \"user\": \"61bcf4f5c6ed9b3fc85e46b1\",\n            \"concept\": \"withdrawal\",\n            \"credit\": 0,\n            \"debit\": 805.88,\n            \"beneficiary\": {\n                \"iban\": \"ES69208*********8347\",\n                \"bank_name\": \"ABANCA CORPORACION BANCARIA SA\",\n                \"payment_method\": \"SWIFT\",\n                \"nickname\": \"633ef5bf104066908a638792-Error getting information\",\n                \"rawBeneficiary\": {\n                    \"beneficiary\": {\n                        \"additional_info\": {\n                            \"personal_email\": \"ales******************\"\n                        },\n                        \"address\": {\n                            \"city\": \"Pontevedra\",\n                            \"country_code\": \"ES\",\n                            \"postcode\": \"36692\",\n                            \"state\": \"ES-GA\",\n                            \"street_address\": \"Lg F*************\"\n                        },\n                        \"bank_details\": {\n                            \"account_currency\": \"EUR\",\n                            \"account_name\": \"Perez Carramal SL\",\n                            \"bank_country_code\": \"ES\",\n                            \"bank_name\": \"ABANCA CORPORACION BANCARIA SA\",\n                            \"iban\": \"ES69208*********8347\",\n                            \"swift_code\": \"CAGLESMMXXX\"\n                        },\n                        \"company_name\": \"Perez Carramal SL\",\n                        \"entity_type\": \"COMPANY\"\n                    },\n                    \"beneficiary_id\": \"d95a50c4-9be5-40a9-b9a2-5d4df60a1495\",\n                    \"payment_methods\": [\n                        \"SWIFT\"\n                    ],\n                    \"nickname\": \"633ef5bf104066908a638792-Error getting information\",\n                    \"payer_entity_type\": \"COMPANY\"\n                }\n            },\n            \"createdAt\": \"2023-03-30T17:09:13.970Z\",\n            \"payment\": {\n                \"amount_beneficiary_receives\": 805.88,\n                \"amount_payer_pays\": 907.05,\n                \"beneficiary\": {\n                    \"bank_details\": {\n                        \"account_currency\": \"EUR\",\n                        \"account_name\": \"Perez Carramal SL\",\n                        \"bank_country_code\": \"ES\",\n                        \"bank_name\": \"ABANCA CORPORACION BANCARIA SA\",\n                        \"iban\": \"ES69208*********8347\",\n                        \"swift_code\": \"CAGLESMMXXX\"\n                    }\n                },\n                \"fee_amount\": 25,\n                \"fee_currency\": \"USD\",\n                \"short_reference_id\": \"P230330-HBEHA7Y\",\n                \"payment_id\": \"de4aabd3-1447-41f0-8fd9-b06e29540c74\",\n                \"payment_method\": \"SWIFT\",\n                \"source_currency\": \"USD\",\n                \"source_amount\": 882.05,\n                \"payment_currency\": \"EUR\",\n                \"status\": \"DISPATCHED\"\n            },\n            \"memo\": \"\"\n        }\n    ]\n}"}],"_postman_id":"35f391cf-4bb8-4fef-8b23-892242f02f3f"},{"name":"Get list of withholdings","id":"78f20f4a-c381-40fc-9d29-67a641660ca0","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/withholdings?period=2024-05","description":"<p>The API endpoint makes an HTTP GET request to retrieve a list of transactions. The response is in JSON format and consists of an array of transaction objects. Each transaction object contains various attributes such as ID, period, date, user, concept, credit, debit, beneficiary details, payment details, and memo.</p>\n<p>The response can also include an empty array of transactions. The status code for successful executions is 200.</p>\n<p>Here is a JSON schema representing the response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"transactions\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"_id\": { \"type\": \"string\" },\n          \"period\": { \"type\": \"string\" },\n          \"date\": { \"type\": \"string\" },\n          \"user\": { \"type\": \"string\" },\n          \"concept\": { \"type\": \"string\" },\n          \"credit\": { \"type\": \"number\" },\n          \"debit\": { \"type\": \"number\" },\n          \"beneficiary\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"iban\": { \"type\": \"string\" },\n              \"bank_name\": { \"type\": \"string\" },\n              \"payment_method\": { \"type\": \"string\" },\n              \"nickname\": { \"type\": \"string\" },\n              \"rawBeneficiary\": {\n                \"type\": \"object\",\n                \"properties\": {\n                  \"beneficiary\": {\n                    \"type\": \"object\",\n                    \"properties\": {\n                      \"additional_info\": {\n                        \"type\": \"object\",\n                        \"properties\": {\n                          \"personal_email\": { \"type\": \"string\" }\n                        }\n                      },\n                      \"address\": {\n                        \"type\": \"object\",\n                        \"properties\": {\n                          \"city\": { \"type\": \"string\" },\n                          \"country_code\": { \"type\": \"string\" },\n                          \"postcode\": { \"type\": \"string\" },\n                          \"state\": { \"type\": \"string\" },\n                          \"street_address\": { \"type\": \"string\" }\n                        }\n                      },\n                      \"bank_details\": {\n                        \"type\": \"object\",\n                        \"properties\": {\n                          \"account_currency\": { \"type\": \"string\" },\n                          \"account_name\": { \"type\": \"string\" },\n                          \"bank_country_code\": { \"type\": \"string\" },\n                          \"bank_name\": { \"type\": \"string\" },\n                          \"iban\": { \"type\": \"string\" },\n                          \"swift_code\": { \"type\": \"string\" }\n                        }\n                      },\n                      \"company_name\": { \"type\": \"string\" },\n                      \"entity_type\": { \"type\": \"string\" }\n                    }\n                  },\n                  \"beneficiary_id\": { \"type\": \"string\" },\n                  \"payment_methods\": {\n                    \"type\": \"array\",\n                    \"items\": { \"type\": \"string\" }\n                  },\n                  \"nickname\": { \"type\": \"string\" },\n                  \"payer_entity_type\": { \"type\": \"string\" }\n                }\n              }\n            }\n          },\n          \"createdAt\": { \"type\": \"string\" },\n          \"payment\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"amount_beneficiary_receives\": { \"type\": \"number\" },\n              \"amount_payer_pays\": { \"type\": \"number\" },\n              \"beneficiary\": {\n                \"type\": \"object\",\n                \"properties\": {\n                  \"bank_details\": {\n                    \"type\": \"object\",\n                    \"properties\": {\n                      \"account_currency\": { \"type\": \"string\" },\n                      \"account_name\": { \"type\": \"string\" },\n                      \"bank_country_code\": { \"type\": \"string\" },\n                      \"bank_name\": { \"type\": \"string\" },\n                      \"iban\": { \"type\": \"string\" },\n                      \"swift_code\": { \"type\": \"string\" }\n                    }\n                  }\n                }\n              },\n              \"fee_amount\": { \"type\": \"number\" },\n              \"fee_currency\": { \"type\": \"string\" },\n              \"short_reference_id\": { \"type\": \"string\" },\n              \"payment_id\": { \"type\": \"string\" },\n              \"payment_method\": { \"type\": \"string\" },\n              \"source_currency\": { \"type\": \"string\" },\n              \"source_amount\": { \"type\": \"number\" },\n              \"payment_currency\": { \"type\": \"string\" },\n              \"status\": { \"type\": \"string\" }\n            }\n          },\n          \"memo\": { \"type\": \"string\" }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0cfb960a-fb06-4549-9acf-444dbcc58f10","id":"0cfb960a-fb06-4549-9acf-444dbcc58f10","name":"Transactions","type":"folder"}},"urlObject":{"path":["withholdings"],"host":["{{api-url}}"],"query":[{"key":"period","value":"2024-05"}],"variable":[]}},"response":[],"_postman_id":"78f20f4a-c381-40fc-9d29-67a641660ca0"},{"name":"Pay a Withdrawal Transaction","id":"54b1b1e9-0f8a-40a5-a5e8-4f68a65e9e02","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{api-url}}/transactions/:transactionId/pay","description":"<h3 id=\"add-payment-to-transaction\">Add Payment to Transaction</h3>\n<p>This endpoint allows the user to add a payment to a specific transaction identified by the transactionId.</p>\n<p><strong>Request Body</strong></p>\n<ul>\n<li><p><code>amount</code>: (number) The amount of the payment to be added.</p>\n</li>\n<li><p><code>payment_method</code>: (string) The method of payment to be used.</p>\n</li>\n</ul>\n<p><strong>Response</strong><br />The response will include the updated transaction details with the added payment information, including the payment amount, method, and beneficiary details.</p>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"transaction\": {\n        \"_id\": \"\",\n        \"period\": \"\",\n        \"date\": \"\",\n        \"user\": \"\",\n        \"createdBy\": \"\",\n        \"concept\": \"\",\n        \"credit\": 0,\n        \"debit\": 0,\n        \"beneficiary\": {\n            \"accountNumber\": \"\",\n            \"bank_name\": \"\",\n            \"payment_method\": \"\",\n            \"nickname\": \"\",\n            \"localClearingSystem\": \"\"\n        },\n        \"reference\": \"\",\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0,\n        \"payment\": {\n            \"amount_beneficiary_receives\": 0,\n            \"amount_payer_pays\": 0,\n            \"beneficiary\": {\n                \"bank_details\": {\n                    \"account_currency\": \"\",\n                    \"account_name\": \"\",\n                    \"account_number\": \"\",\n                    \"account_routing_type1\": \"\",\n                    \"account_routing_value1\": \"\",\n                    \"bank_country_code\": \"\",\n                    \"bank_name\": \"\",\n                    \"local_clearing_system\": \"\"\n                }\n            },\n            \"fee_amount\": 0,\n            \"fee_currency\": \"\",\n            \"short_reference_id\": \"\",\n            \"payment_id\": \"\",\n            \"payment_method\": \"\",\n            \"source_currency\": \"\",\n            \"source_amount\": 0,\n            \"payment_currency\": \"\",\n            \"status\": \"\"\n        },\n        \"memo\": \"\",\n        \"balanceToPay\": 0\n    }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0cfb960a-fb06-4549-9acf-444dbcc58f10","id":"0cfb960a-fb06-4549-9acf-444dbcc58f10","name":"Transactions","type":"folder"}},"urlObject":{"path":["transactions",":transactionId","pay"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>Transaction ID with concept \"withdrawal\"</p>\n","type":"text/plain"},"type":"any","value":"{{withdrawal-transaction-id}}","key":"transactionId"}]}},"response":[{"id":"51f0d6b8-cfc0-4e24-aec0-f4e5e8564da5","name":"Pay a Transaction Withdrawal","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{api-url}}/transactions/:transactionId/pay","host":["{{api-url}}"],"path":["transactions",":transactionId","pay"],"variable":[{"key":"transactionId","value":"{{withdrawal-transaction-id}}","description":"Transaction ID with concept \"withdrawal\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1157"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:55:10 GMT"},{"key":"x-amzn-RequestId","value":"7ba5306e-c291-4781-85de-50741071cecc"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cG1FSH4PoAMEIoA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b29bbb-501a8f7a316f555826fd66bc;Parent=3b43a79be8faf916;Sampled=0;lineage=5cf411e8:0|c5114cdd:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 97971aa6c140e2dfc8adaee6c929eedc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"dI6APhxFWTZ5BaIZiZs0dZOg8ZP39oYC64kyHSkt1fFaaDBzGIVC2g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"_id\": \"6425c239726189b16a56c5ce\",\n        \"period\": \"2023-03\",\n        \"date\": \"2023-03-30T17:08:44.395Z\",\n        \"user\": \"61bcf4f5c6ed9b3fc85e46b1\",\n        \"createdBy\": \"633ef5bf104066908a638792\",\n        \"concept\": \"withdrawal\",\n        \"credit\": 0,\n        \"debit\": 805.88,\n        \"beneficiary\": {\n            \"accountNumber\": \"********2272\",\n            \"bank_name\": \"CHOICE FINANCIAL GROUP\",\n            \"payment_method\": \"LOCAL\",\n            \"nickname\": \"Zil Global (Mercury Intercompany)\",\n            \"localClearingSystem\": \"ACH\"\n        },\n        \"reference\": \"Zil-Royalties-March\",\n        \"createdAt\": \"2023-03-30T17:09:13.970Z\",\n        \"updatedAt\": \"2024-08-06T21:55:09.386Z\",\n        \"__v\": 0,\n        \"payment\": {\n            \"amount_beneficiary_receives\": 10.1,\n            \"amount_payer_pays\": 10.1,\n            \"beneficiary\": {\n                \"bank_details\": {\n                    \"account_currency\": \"USD\",\n                    \"account_name\": \"Zil Global LLC\",\n                    \"account_number\": \"202384282272\",\n                    \"account_routing_type1\": \"aba\",\n                    \"account_routing_value1\": \"091311229\",\n                    \"bank_country_code\": \"US\",\n                    \"bank_name\": \"CHOICE FINANCIAL GROUP\",\n                    \"local_clearing_system\": \"ACH\"\n                }\n            },\n            \"fee_amount\": 0,\n            \"fee_currency\": \"USD\",\n            \"short_reference_id\": \"P240806-CYTRA63\",\n            \"payment_id\": \"6c97cea0-3ace-485d-a63f-8f53504397c1\",\n            \"payment_method\": \"LOCAL\",\n            \"source_currency\": \"USD\",\n            \"source_amount\": 10.1,\n            \"payment_currency\": \"USD\",\n            \"status\": \"IN_REVIEW\"\n        },\n        \"memo\": \"\",\n        \"balanceToPay\": 805.88\n    }\n}"}],"_postman_id":"54b1b1e9-0f8a-40a5-a5e8-4f68a65e9e02"}],"id":"0cfb960a-fb06-4549-9acf-444dbcc58f10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a271ad51-7c33-4a18-891a-b3534c77373a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7a6113c7-8ce0-47df-b7d1-c7e0b4802194"}}],"_postman_id":"0cfb960a-fb06-4549-9acf-444dbcc58f10","description":""},{"name":"Process Statements","item":[{"name":"Import Statements by URL","id":"85795678-c7bc-43c3-b8e1-9483bc3ca692","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{api-url}}/statements/import?provider={{random-provider-id}}&fileUrl=https://example.com/statements.pdf&period=2024-12","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["statements","import"],"host":["{{api-url}}"],"query":[{"key":"provider","value":"{{random-provider-id}}"},{"description":{"content":"<p>File name with extension</p>\n","type":"text/plain"},"key":"fileUrl","value":"https://example.com/statements.pdf"},{"key":"period","value":"2024-12"}],"variable":[]}},"response":[],"_postman_id":"85795678-c7bc-43c3-b8e1-9483bc3ca692"},{"name":"Process Statements","id":"a5151b02-8fad-419b-96b5-46125e19afb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{api-url}}/metrics?provider=60cb78f352068c8f05a56794&period=2024-09","description":"<h3 id=\"post-revenues\">POST /revenues</h3>\n<p>This endpoint is used to retrieve revenue data based on the specified period and provider.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>period</code> (string, required): The period for which the revenue data is requested.</p>\n</li>\n<li><p><code>provider</code> (string, required): The provider for which the revenue data is requested.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object conforming to the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"revenueData\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"date\": {\n            \"type\": \"string\"\n          },\n          \"revenue\": {\n            \"type\": \"number\"\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<p>The response contains an array of revenue data objects, each including the date and revenue for the specified period and provider.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["metrics"],"host":["{{api-url}}"],"query":[{"key":"provider","value":"60cb78f352068c8f05a56794"},{"key":"period","value":"2024-09"}],"variable":[]}},"response":[{"id":"d5eecf04-401b-41a0-9fa7-e75c40428dca","name":"Revenues already exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"period\": \"2024-07\",\n    \"provider\":\"{{provider-id}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/revenues"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 20:26:42 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"2eff37cf-d4b1-40cc-9184-90da83a78c34"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"cGoIaEn-IAMEg1g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b28702-5e64d1771d95dc601bc8eb10;Parent=1858ae1d0f7fd0f2;Sampled=0;lineage=5cf411e8:0|ae10cab2:0"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 f8be080a6fac1759b42996f2d4762506.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"JTK5s60ve_5sPfWL8Gmzb7tScnlkofZy5g5O0BvGFn29w2cP3UAp-w=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Revenues for 2024-07 already exists\"\n}"}],"_postman_id":"a5151b02-8fad-419b-96b5-46125e19afb3"}],"id":"33b0f3ed-ea13-473a-b5dc-63bd1960b0cf","_postman_id":"33b0f3ed-ea13-473a-b5dc-63bd1960b0cf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"User Advances","item":[{"name":"Create a Flow Through","id":"e6b80132-0a5d-4e8c-b1d3-7129f566b6c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\":\"{{user-id}}\",\r\n    \"rate\": 0.3,\r\n    \"amount\":10\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/flowthroughs","description":"<h3 id=\"post-flowthroughs\">POST /flowthroughs</h3>\n<p>This endpoint is used to submit flowthrough data.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>userId</code> (string, required): The user ID associated with the flowthrough data.</p>\n</li>\n<li><p><code>rate</code> (number, required): The rate value for the flowthrough.</p>\n</li>\n<li><p><code>amount</code> (number, required): The amount value for the flowthrough.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request will be in JSON format. Below is the JSON schema for the response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"status\": {\n      \"type\": \"string\"\n    },\n    \"message\": {\n      \"type\": \"string\"\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["flowthroughs"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6b80132-0a5d-4e8c-b1d3-7129f566b6c6"}],"id":"d86cba5b-ba11-4f47-baae-547ddb3f96e7","_postman_id":"d86cba5b-ba11-4f47-baae-547ddb3f96e7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}}],"id":"4bf3d1c5-001b-4a75-812d-097f0d4dca59","_postman_id":"4bf3d1c5-001b-4a75-812d-097f0d4dca59","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"System Reports","item":[{"name":"Get list of Reports","id":"4663f7f3-958e-4fbb-8a89-05a63e3387a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/reports","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"cb6aff6b-de21-4d45-a106-72574b692f5c","id":"cb6aff6b-de21-4d45-a106-72574b692f5c","name":"System Reports","type":"folder"}},"urlObject":{"path":["reports"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"ca22ed92-3800-405d-917e-5517787eba03","name":"Get list of Reports","originalRequest":{"method":"GET","header":[],"url":"{{api-url}}/reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1452"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 20:44:03 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"2ce8e323-8f3f-4004-b93e-f0002ba114f8"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGqrDFdNIAMEbqA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b28b13-10bf7a7b3a1544e224eeebfb;Parent=540baa9c9bf660e0;Sampled=0;lineage=5cf411e8:0|cd778d1d:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c8ecc3e92074bcb21534fcd1728e78a6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"xtNHJ7hqPCYwtIeN5WkNLluZKdA5XlDOWhiI0cN3yaC7sj1dV4LPrw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"reports\": [\n        {\n            \"_id\": \"657787462b32b8aa383e251c\",\n            \"description\": \"Get current balance for all users\",\n            \"title\": \"Users Balance\"\n        },\n        {\n            \"_id\": \"658efe059fd240806ebab6ca\",\n            \"description\": \"Labels without Projects\",\n            \"title\": \"Labels without Projects\"\n        },\n        {\n            \"_id\": \"65cea9bf8181b96a56e386e3\",\n            \"description\": \"Channels with detailed info\",\n            \"title\": \"Channels with info\"\n        },\n        {\n            \"_id\": \"65ddce7dfddb35123a517a1e\",\n            \"description\": \"Get current withdrawal for all users\",\n            \"title\": \"Users Withdrawal 2020 to 2024\"\n        },\n        {\n            \"_id\": \"65f1df1597117a60daca73c3\",\n            \"description\": \"List projects\",\n            \"title\": \"Get Projects\"\n        },\n        {\n            \"_id\": \"65f1e06597117a60daca73c4\",\n            \"description\": \"List Taxes\",\n            \"title\": \"Get Taxes\"\n        },\n        {\n            \"_id\": \"65f1f23dc74646bdbf9adf21\",\n            \"description\": \"Artist\",\n            \"title\": \"Get all Artist\"\n        },\n        {\n            \"_id\": \"65f1fa72c74646bdbf9adf25\",\n            \"description\": \"All Transactions by User\",\n            \"title\": \"All Transactions by User\"\n        },\n        {\n            \"_id\": \"65f2ec9d1d640a72354fc8dc\",\n            \"description\": \"All Albums of 2023\",\n            \"title\": \"Get Albums\"\n        },\n        {\n            \"_id\": \"66476d6fbd95ffbc7bfd1446\",\n            \"description\": \"Labels Revenue by Period\",\n            \"title\": \"Labels Revenue Grouped\"\n        },\n        {\n            \"_id\": \"6647701abd95ffbc7bfd1447\",\n            \"description\": \"Revenue by Label by Period\",\n            \"title\": \"Label Revenue\"\n        },\n        {\n            \"_id\": \"665e0d9d6d46bc6d4b00e614\",\n            \"description\": \"SCElma views by Period from Statements (Updated 2024-11-06)\",\n            \"title\": \"SCElma views by Period (Historic) (Updated 2024-11-06)\"\n        },\n        {\n            \"_id\": \"6668a71b3298c8d339682ecd\",\n            \"description\": \"Dallien US & Worldwide Revenue And Views\",\n            \"title\": \"Dallien US & Worldwide Revenue And Views\"\n        }\n    ]\n}"}],"_postman_id":"4663f7f3-958e-4fbb-8a89-05a63e3387a8"},{"name":"Retrieve a Report","id":"54a53666-28e6-45f8-8275-f054b4e41f87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/reports/:report/download","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"cb6aff6b-de21-4d45-a106-72574b692f5c","id":"cb6aff6b-de21-4d45-a106-72574b692f5c","name":"System Reports","type":"folder"}},"urlObject":{"path":["reports",":report","download"],"host":["{{api-url}}"],"query":[],"variable":[{"id":"ca6a112d-546a-42ce-aee8-2bfff6214b6b","type":"any","value":"657787462b32b8aa383e251c","key":"report"}]}},"response":[{"id":"9c9ddea9-94c9-4fa8-a229-ffddad5017de","name":"Retrieve a Report","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/reports/:report/download","host":["{{api-url}}"],"path":["reports",":report","download"],"variable":[{"key":"report","value":"{{random-report-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"85"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 20:45:38 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"x-amzn-RequestId","value":"f5c3b9e0-5056-4fcd-a05a-35e21b2a102a"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGq4XE6HIAMEbqA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b28b68-79518ee64899c9467f61a310;Parent=2f0fc9019036d5f3;Sampled=0;lineage=5cf411e8:0|cd778d1d:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c8ecc3e92074bcb21534fcd1728e78a6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EZE50-P4"},{"key":"X-Amz-Cf-Id","value":"KX3J36bRAx2-yBXHOlQIS995PqsaDYom7O92-wRjayCpfwp7-ULSmw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://zil-files-develop.s3.us-east-1.amazonaws.com/Reports%2FusersBalance\"\n}"}],"_postman_id":"54a53666-28e6-45f8-8275-f054b4e41f87"}],"id":"cb6aff6b-de21-4d45-a106-72574b692f5c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e5e1cdca-1ff3-4f2e-95d9-e5be62c5e979"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8c39c3f1-1471-4eb5-a919-be9caafb82df"}}],"_postman_id":"cb6aff6b-de21-4d45-a106-72574b692f5c","description":""},{"name":"Mailing Management","item":[{"name":"Send Emails to Users","id":"e78a322f-818c-48b6-b662-df508ec1851f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\r\n        \"User ID\"\r\n    ],\r\n    \"data\": {\r\n        \"code\": \"123\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/mailing/:mailId/send","description":"<h3 id=\"send-mailing\">Send Mailing</h3>\n<p>This endpoint is used to send a mailing to a specific mail ID. The request should be sent as an HTTP POST to the specified URL with the mail ID in the path parameter. The request body should be in raw format and include an array of users and a data object with a code attribute.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>users (array of strings, required): An array of user IDs to whom the mailing should be sent.</p>\n</li>\n<li><p>data (object, required): An object containing the code attribute.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"status\": {\n      \"type\": \"string\"\n    },\n    \"message\": {\n      \"type\": \"string\"\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["mailing",":mailId","send"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>inviteUser: 64d285fc78be18cbecb98569\ninviteArtist: 64d62c38dd89d440c0fc42f1\ninviteArtistByLabel: 64dce8e2d864ff726bd500c9\nwithdrawal: 64d62d1900e04da4d7921e96\nnewAutosplit: 64dceb1fd864ff726bd500ca\nproductNews: 64dcedf1d864ff726bd500cb</p>\n","type":"text/plain"},"type":"any","value":"","key":"mailId"}]}},"response":[{"id":"67e81b6a-aae5-4489-82db-e7ac9de631cb","name":"Invite User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\r\n        \"User ID\"\r\n    ],\r\n    \"data\": {\r\n        \"code\": \"123\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api-url}}/mailing/:mailId/send","host":["{{api-url}}"],"path":["mailing",":mailId","send"],"variable":[{"key":"mailId","value":"64d285fc78be18cbecb98569","description":"inviteUser: 64d285fc78be18cbecb98569\ninviteArtist: 64d62c38dd89d440c0fc42f1\ninviteArtistByLabel: 64dce8e2d864ff726bd500c9\nwithdrawal: 64d62d1900e04da4d7921e96\nnewAutosplit: 64dceb1fd864ff726bd500ca\nproductNews: 64dcedf1d864ff726bd500cb"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"d7bedf3c-cb1b-4574-949e-9e1c0bfe3d56","name":"Invite Artist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\r\n        \"User ID\"\r\n    ],\r\n    \"data\": {\r\n        \"code\": \"123\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api-url}}/mailing/:mailId/send","host":["{{api-url}}"],"path":["mailing",":mailId","send"],"variable":[{"key":"mailId","value":"64d62c38dd89d440c0fc42f1","description":"inviteUser: 64d285fc78be18cbecb98569\ninviteArtist: 64d62c38dd89d440c0fc42f1\ninviteArtistByLabel: 64dce8e2d864ff726bd500c9\nwithdrawal: 64d62d1900e04da4d7921e96\nnewAutosplit: 64dceb1fd864ff726bd500ca\nproductNews: 64dcedf1d864ff726bd500cb"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"88f71482-ed1b-4209-a348-dc949fd957a4","name":"Invite Artist by Label","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\r\n        \"64f748fb4d2f76c77fa254a7\"\r\n    ],\r\n    \"data\": {\r\n        \"code\": \"123\",\r\n        \"invitedBy\": \"Calvin Harris\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api-url}}/mailing/:mailId/send","host":["{{api-url}}"],"path":["mailing",":mailId","send"],"variable":[{"key":"mailId","value":"64dce8e2d864ff726bd500c9","description":"inviteUser: 64d285fc78be18cbecb98569\ninviteArtist: 64d62c38dd89d440c0fc42f1\ninviteArtistByLabel: 64dce8e2d864ff726bd500c9\nwithdrawal: 64d62d1900e04da4d7921e96\nnewAutosplit: 64dceb1fd864ff726bd500ca\nproductNews: 64dcedf1d864ff726bd500cb"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"76591cfb-d1da-444f-b0cd-9ec8dec5db53","name":"Withdrawal","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\r\n        \"User ID\"\r\n    ],\r\n    \"data\": {\r\n        \"payoutMethod\": \"LOCAL\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api-url}}/mailing/:mailId/send","host":["{{api-url}}"],"path":["mailing",":mailId","send"],"variable":[{"key":"mailId","value":"64d62d1900e04da4d7921e96","description":"inviteUser: 64d285fc78be18cbecb98569\ninviteArtist: 64d62c38dd89d440c0fc42f1\ninviteArtistByLabel: 64dce8e2d864ff726bd500c9\nwithdrawal: 64d62d1900e04da4d7921e96\nnewAutosplit: 64dceb1fd864ff726bd500ca\nproductNews: 64dcedf1d864ff726bd500cb"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"2726b6b5-9931-4b1a-9915-6dfe2f9ec1de","name":"New Autosplit","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\r\n        \"User ID\"\r\n    ],\r\n    \"data\": {\r\n        \"code\": \"123\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api-url}}/mailing/:mailId/send","host":["{{api-url}}"],"path":["mailing",":mailId","send"],"variable":[{"key":"mailId","value":"64dceb1fd864ff726bd500ca","description":"inviteUser: 64d285fc78be18cbecb98569\ninviteArtist: 64d62c38dd89d440c0fc42f1\ninviteArtistByLabel: 64dce8e2d864ff726bd500c9\nwithdrawal: 64d62d1900e04da4d7921e96\nnewAutosplit: 64dceb1fd864ff726bd500ca\nproductNews: 64dcedf1d864ff726bd500cb"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"d84c88cc-33f8-4ed7-b2fa-7b6bc622919a","name":"Product News","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\r\n        \"User ID #1\",\r\n        \"User ID #2\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api-url}}/mailing/:mailId/send","host":["{{api-url}}"],"path":["mailing",":mailId","send"],"variable":[{"key":"mailId","value":"64dcedf1d864ff726bd500cb","description":"inviteUser: 64d285fc78be18cbecb98569\ninviteArtist: 64d62c38dd89d440c0fc42f1\ninviteArtistByLabel: 64dce8e2d864ff726bd500c9\nwithdrawal: 64d62d1900e04da4d7921e96\nnewAutosplit: 64dceb1fd864ff726bd500ca\nproductNews: 64dcedf1d864ff726bd500cb"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e78a322f-818c-48b6-b662-df508ec1851f"},{"name":"Get an Email","id":"3b0856e6-c0e3-4d1c-815e-79abf5dbccee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/mailing/:mailId","description":"<p>The endpoint makes an HTTP GET request to retrieve details of a mailing with a specific mail ID.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"data\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"_id\": {\n          \"type\": \"string\"\n        },\n        \"type\": {\n          \"type\": \"string\"\n        },\n        \"subject\": {\n          \"type\": \"string\"\n        },\n        \"enabled\": {\n          \"type\": \"boolean\"\n        },\n        \"from\": {\n          \"type\": \"string\"\n        },\n        \"updatedAt\": {\n          \"type\": \"string\"\n        },\n        \"createdAt\": {\n          \"type\": \"string\"\n        },\n        \"template\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"header\": {\n              \"type\": \"string\"\n            },\n            \"body\": {\n              \"type\": \"string\"\n            },\n            \"footer\": {\n              \"type\": \"string\"\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["mailing",":mailId"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>Mail ID</p>\n","type":"text/plain"},"type":"any","value":"{{mail-id}}","key":"mailId"}]}},"response":[{"id":"2e8adb2f-b631-42e5-9135-29c636de03d5","name":"Get Email by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api-url}}/mailing/:mailId","host":["{{api-url}}"],"path":["mailing",":mailId"],"variable":[{"key":"mailId","value":"{{mail-id}}","description":"Mail ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12425"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:20:38 GMT"},{"key":"x-amzn-RequestId","value":"a9e58981-eec8-4830-92c5-1c00acf3d823"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGwB-H8soAMEntw="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b293a5-7d6aa8d23965cb960d417f04;Parent=38a34b7964a433a2;Sampled=0;lineage=5cf411e8:0|e0a1b662:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 4db130e87be66fce9731567ae0669c56.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"ssV4g1Ss9vY3Wcn-9qTIvbApbMGXHC3ZQD4-M8KMJfSpLRhrIKYLMQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"64dcedf1d864ff726bd500cb\",\n        \"type\": \"productNews\",\n        \"subject\": \"New product released!\",\n        \"enabled\": false,\n        \"from\": \"no-reply@zil.gl\",\n        \"updatedAt\": \"2023-08-11T12:44:09.236Z\",\n        \"createdAt\": \"2023-08-11T12:44:09.236Z\",\n        \"template\": {\n            \"header\": \"<center>\\n  <table width=\\\"100%\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"color:black;background:white;min-width:550px\\\">\\n    <tbody>\\n      <tr>\\n        <td style=\\\"\\\">\\n          <a href=\\\"https://zil.gl\\\" target=\\\"_blank\\\">\\n            <img src=\\\"https://zil-mail-images.s3.amazonaws.com/Zil+Header.png\\\" width=\\\"100%\\\">\\n          </a>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n</center>\",\n            \"body\": \"<table style=\\\"background-color:#ffffff;background:white\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n  <tbody>\\n    <tr>\\n      <td align=\\\"center\\\">\\n        <center>\\n          <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"90%\\\">\\n            <tbody>\\n              <tr>\\n                <center>\\n                  <center>\\n                    <table style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td height=\\\"50\\\">&nbsp;</td>\\n                        </tr>\\n                        <tr>\\n                          <td align=\\\"center\\\">\\n                            <center>\\n                              <table width=\\\"100%\\\" style=\\\"background-color:#ffffff;max-width:550px\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                                <tbody>\\n                                  <tr>\\n                                    <td align=\\\"center\\\">\\n                                      <img width=\\\"80px\\\" src=https://zil-mail-images.s3.amazonaws.com/Product+News+Icon+(1).png>\\n                                    </td>\\n                                  </tr>\\n                                </tbody>\\n                              </table>\\n                            </center>\\n                          </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                  <center>\\n              </tr>\\n              <tr>\\n                <td height=\\\"20\\\" style=\\\"font-size:1px\\\">&nbsp; </td>\\n              </tr>\\n              <tr>\\n                <td>\\n                  <center>\\n                    <table width=\\\"100%\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\">\\n                      <tbody>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:25px;font-weight:700;line-height:1.2;vertical-align:bottom;font-family:'Arial';text-align:center;font-size:20px;font-family:'Arial';font-weight:600\\\">\\n                            <p class=\\\"\\\" style=\\\"margin: 12px;\\\">Product news</p>\\n                          </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:bottom;font-family:'Arial';white-space:nowrap\\\"> Hey {{name}}. </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:bottom;font-family:'Arial';white-space:nowrap;padding-top:10px\\\"> Quick heads-up, our music platform got some fresh updates. </td>\\n                        </tr>\\n                        <tr>\\n                          <td style=\\\"text-align:center;font-size:14px;font-weight:500;line-height:1.2;vertical-align:bottom;font-family:'Arial';white-space:nowrap;padding-top:10px\\\"> Dive in to discover what's new! </td>\\n                        </tr>\\n                      </tbody>\\n                    </table>\\n                  </center>\\n                </td>\\n              </tr>\\n            </tbody>\\n          </table>\\n        </center>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td align=\\\"center\\\">\\n        <center>\\n          <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <tbody>\\n              <tr>\\n                <td>\\n                  <center>\\n                    <center>\\n                      <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"90%\\\">\\n                        <tbody>\\n                          <tr>\\n                            <td height=\\\"10\\\">&nbsp;</td>\\n                          </tr>\\n                          <tr>\\n                            <td align=\\\"center\\\">\\n                              <center>\\n                                <table width=\\\"100%\\\" style=\\\"background-color:#ffffff;\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                                  <tbody>\\n                                    <tr>\\n                                      <td align=\\\"center\\\" style=\\\"pointer-events:none;\\\">\\n                                        <a href=\\\"#\\\" style=\\\"pointer-events:none;\\\">\\n                                          <img width=\\\"100%\\\" src=\\\"https://zil-mail-images.s3.amazonaws.com/CapCut+is+here.png\\\" style=\\\"pointer-events:none;\\\">\\n                                        </a>\\n                                      </td>\\n                                    </tr>\\n                                  </tbody>\\n                                </table>\\n                              </center>\\n                            </td>\\n                          </tr>\\n                        </tbody>\\n                      </table>\\n                    </center>\\n                    <center></center>\\n                  </center>\\n                </td>\\n              </tr>\\n            </tbody>\\n          </table>\\n        </center>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td align=\\\"center\\\">\\n        <center>\\n          <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <tbody>\\n              <tr>\\n                <td>\\n                  <center>\\n                    <center>\\n                      <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"90%\\\">\\n                        <tbody>\\n                          <tr>\\n                            <td height=\\\"10\\\">&nbsp;</td>\\n                          </tr>\\n                          <tr>\\n                            <td align=\\\"center\\\">\\n                              <center>\\n                                <table width=\\\"100%\\\" style=\\\"background-color:#ffffff;\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                                  <tbody>\\n                                    <tr>\\n                                      <td align=\\\"center\\\" style=\\\"pointer-events:none;\\\">\\n                                        <a href=\\\"#\\\" style=\\\"pointer-events:none;\\\">\\n                                          <img width=\\\"100%\\\" src=\\\"https://zil-mail-images.s3.amazonaws.com/TREBEL+too.png\\\" style=\\\"pointer-events:none;\\\">\\n                                        </a>\\n                                      </td>\\n                                    </tr>\\n                                  </tbody>\\n                                </table>\\n                              </center>\\n                            </td>\\n                          </tr>\\n                        </tbody>\\n                      </table>\\n                    </center>\\n                    <center></center>\\n                  </center>\\n                </td>\\n              </tr>\\n            </tbody>\\n          </table>\\n        </center>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td align=\\\"center\\\">\\n        <center>\\n          <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <tbody>\\n              <tr>\\n                <td>\\n                  <center>\\n                    <center>\\n                      <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"90%\\\">\\n                        <tbody>\\n                          <tr>\\n                            <td height=\\\"10\\\">&nbsp;</td>\\n                          </tr>\\n                          <tr>\\n                            <td align=\\\"center\\\">\\n                              <center>\\n                                <table width=\\\"100%\\\" style=\\\"background-color:#ffffff;\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                                  <tbody>\\n                                    <tr>\\n                                      <td align=\\\"center\\\" style=\\\"pointer-events:none;\\\">\\n                                        <a href=\\\"#\\\" style=\\\"pointer-events:none;\\\">\\n                                          <img width=\\\"100%\\\" src=\\\"https://zil-mail-images.s3.amazonaws.com/Spotify-TikTok+Sync.png\\\" style=\\\"pointer-events:none;\\\">\\n                                        </a>\\n                                      </td>\\n                                    </tr>\\n                                  </tbody>\\n                                </table>\\n                              </center>\\n                            </td>\\n                          </tr>\\n                        </tbody>\\n                      </table>\\n                    </center>\\n                    <center></center>\\n                  </center>\\n                </td>\\n              </tr>\\n            </tbody>\\n          </table>\\n        </center>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td align=\\\"center\\\">\\n        <center>\\n          <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\">\\n            <tbody>\\n              <tr>\\n                <td>\\n                  <center>\\n                    <center>\\n                      <table style=\\\"background-color:#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"90%\\\">\\n                        <tbody>\\n                          <tr>\\n                            <td height=\\\"10\\\">&nbsp;</td>\\n                          </tr>\\n                          <tr>\\n                            <td align=\\\"center\\\">\\n                              <center>\\n                                <table width=\\\"100%\\\" style=\\\"background-color:#ffffff;\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n                                  <tbody>\\n                                    <tr>\\n                                      <td align=\\\"center\\\" style=\\\"pointer-events:none;\\\">\\n                                        <a href=\\\"#\\\" style=\\\"pointer-events:none;\\\">\\n                                          <img width=\\\"100%\\\" src=\\\"https://zil-mail-images.s3.amazonaws.com/TikTok+Artist+Certification.png\\\" style=\\\"pointer-events:none;\\\">\\n                                        </a>\\n                                      </td>\\n                                    </tr>\\n                                  </tbody>\\n                                </table>\\n                              </center>\\n                            </td>\\n                          </tr>\\n                        </tbody>\\n                      </table>\\n                    </center>\\n                    <center></center>\\n                  </center>\\n                </td>\\n              </tr>\\n            </tbody>\\n          </table>\\n        </center>\\n      </td>\\n    </tr>\\n    {{{news}}}\\n  </tbody>\\n</table>\",\n            \"footer\": \"<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" role=\\\"presentation\\\" style=\\\"width:100%\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"text-align:center;vertical-align:bottom;background: white;\\\">\\n        <a href=\\\"https://zil.gl\\\" style=\\\"font-size: 12px;font-weight:500;line-height: 1;font-family:'Roboto';white-space:nowrap;color:black\\\" target=\\\"_blank\\\">Dashboard Access</a>\\n      </td>\\n    </tr>\\n    <tr>\\n      <td style=\\\"text-align:center;font-size: 12px;font-weight:500;line-height: 1;vertical-align:bottom;font-family:'Roboto';white-space:nowrap;background: white;padding-top: 3px;color: #3D3D3D\\\">Zil Global LLC</td>\\n    </tr>\\n  </tbody>\\n</table>\"\n        }\n    }\n}"}],"_postman_id":"3b0856e6-c0e3-4d1c-815e-79abf5dbccee"},{"name":"Get list of Emails","id":"95a85fef-dc52-4400-b8f5-374c34d174d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/mailing","description":"<p>The <code>GET</code> request to <code>/mailing</code> endpoint returns a JSON response with an array of objects under the key <code>data</code>. Each object in the array contains the following properties:</p>\n<ul>\n<li><p><code>_id</code>: (string) The unique identifier.</p>\n</li>\n<li><p><code>type</code>: (string) The type of mailing.</p>\n</li>\n<li><p><code>subject</code>: (string) The subject of the mailing.</p>\n</li>\n<li><p><code>enabled</code>: (boolean) Indicates if the mailing is enabled.</p>\n</li>\n<li><p><code>from</code>: (string) The sender of the mailing.</p>\n</li>\n<li><p><code>updatedAt</code>: (string) The timestamp when the mailing was last updated.</p>\n</li>\n<li><p><code>createdAt</code>: (string) The timestamp when the mailing was created.</p>\n</li>\n</ul>\n<p>Here is the JSON schema for the response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"data\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"_id\": { \"type\": \"string\" },\n          \"type\": { \"type\": \"string\" },\n          \"subject\": { \"type\": \"string\" },\n          \"enabled\": { \"type\": \"boolean\" },\n          \"from\": { \"type\": \"string\" },\n          \"updatedAt\": { \"type\": \"string\" },\n          \"createdAt\": { \"type\": \"string\" }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["mailing"],"host":["{{api-url}}"],"query":[],"variable":[]}},"response":[{"id":"0a16d776-3087-4701-a334-775e65db1a2a","name":"Get list of Emails","originalRequest":{"method":"GET","header":[],"url":"{{api-url}}/mailing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3661"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 06 Aug 2024 21:19:53 GMT"},{"key":"x-amzn-RequestId","value":"99198bf8-9f38-4db5-a5b8-6121ed3bfd89"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"cGv7AFLNoAMEjQQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b29379-7c23c8303dfa5bdb0de851e4;Parent=1efb587a61af3a99;Sampled=0;lineage=5cf411e8:0|e0a1b662:0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 a497eba714f030335fd7adebea6fe8b6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"BQya_TbNDbBGl_xua3vEW_8wKEBINSJ5OmdrhKRuvzsgUeR1VLHRiA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"64d285fc78be18cbecb98569\",\n            \"type\": \"inviteUser\",\n            \"subject\": \"Welcome to Zil Distribution!\",\n            \"enabled\": false,\n            \"from\": \"no-reply@zil.gl\",\n            \"updatedAt\": \"2023-08-08T18:14:20.185Z\",\n            \"createdAt\": \"2023-08-08T18:14:20.185Z\"\n        },\n        {\n            \"_id\": \"64d62c38dd89d440c0fc42f1\",\n            \"type\": \"inviteArtist\",\n            \"subject\": \"Welcome to Zil Distribution!\",\n            \"enabled\": false,\n            \"from\": \"no-reply@zil.gl\",\n            \"updatedAt\": \"2023-08-11T12:40:24.653Z\",\n            \"createdAt\": \"2023-08-09T10:40:24.653Z\"\n        },\n        {\n            \"_id\": \"64d62d1900e04da4d7921e96\",\n            \"type\": \"withdrawal\",\n            \"subject\": \"Your withdrawal is on its way.\",\n            \"enabled\": false,\n            \"from\": \"no-reply@zil.gl\",\n            \"updatedAt\": \"2023-08-11T12:44:09.236Z\",\n            \"createdAt\": \"2023-08-11T12:44:09.236Z\"\n        },\n        {\n            \"_id\": \"64dcedf1d864ff726bd500cb\",\n            \"type\": \"productNews\",\n            \"subject\": \"New product released!\",\n            \"enabled\": false,\n            \"from\": \"no-reply@zil.gl\",\n            \"updatedAt\": \"2023-08-11T12:44:09.236Z\",\n            \"createdAt\": \"2023-08-11T12:44:09.236Z\"\n        },\n        {\n            \"_id\": \"64dce8e2d864ff726bd500c9\",\n            \"type\": \"inviteArtistByLabel\",\n            \"subject\": \"Welcome to Zil Distribution!\",\n            \"enabled\": false,\n            \"from\": \"no-reply@zil.gl\",\n            \"updatedAt\": \"2023-08-11T12:40:24.653Z\",\n            \"createdAt\": \"2023-08-09T10:40:24.653Z\"\n        },\n        {\n            \"_id\": \"64dceb1fd864ff726bd500ca\",\n            \"type\": \"newAutosplit\",\n            \"subject\": \"New Autosplit!\",\n            \"enabled\": false,\n            \"from\": \"no-reply@zil.gl\",\n            \"updatedAt\": \"2023-08-11T12:44:09.236Z\",\n            \"createdAt\": \"2023-08-11T12:44:09.236Z\"\n        },\n        {\n            \"_id\": \"657c50dc9d7378aca4ebce81\",\n            \"type\": \"statementReady\",\n            \"subject\": \"Your statement is ready!\",\n            \"enabled\": false,\n            \"from\": \"no-reply@zil.gl\",\n            \"updatedAt\": \"2023-12-15T12:40:24.653Z\",\n            \"createdAt\": \"2023-12-15T10:40:24.653Z\"\n        },\n        {\n            \"_id\": \"6581b909ed16ff552bc74def\",\n            \"type\": \"inviteYoutube\",\n            \"subject\": \"Welcome to Zil Distribution!\",\n            \"enabled\": false,\n            \"from\": \"no-reply@zil.gl\",\n            \"updatedAt\": \"2023-08-08T18:14:20.185Z\",\n            \"createdAt\": \"2023-08-08T18:14:20.185Z\"\n        },\n        {\n            \"_id\": \"65845f0fed16ff552bc74df8\",\n            \"type\": \"contact\",\n            \"subject\": \"New Contact!\",\n            \"enabled\": false,\n            \"from\": \"no-reply@zil.gl\",\n            \"updatedAt\": \"2023-08-08T18:14:20.185Z\",\n            \"createdAt\": \"2023-08-08T18:14:20.185Z\"\n        },\n        {\n            \"_id\": \"658b30ea884ac25e87abbfe6\",\n            \"type\": \"inviteLabel\",\n            \"subject\": \"Welcome to Zil Distribution!\",\n            \"enabled\": false,\n            \"from\": \"no-reply@zil.gl\",\n            \"updatedAt\": \"2023-08-08T18:14:20.185Z\",\n            \"createdAt\": \"2023-08-08T18:14:20.185Z\"\n        },\n        {\n            \"_id\": \"65bbe4345b79e8ee0ff3d999\",\n            \"type\": \"resetPassword\",\n            \"subject\": \"Password reset request.\",\n            \"enabled\": false,\n            \"from\": \"no-reply@zil.gl\",\n            \"updatedAt\": \"2024-01-02T18:14:20.185Z\",\n            \"createdAt\": \"2024-01-02T18:14:20.185Z\"\n        },\n        {\n            \"_id\": \"65c66b5ed674dfe672a56cd7\",\n            \"type\": \"rejectProject\",\n            \"subject\": \"Release update needed\",\n            \"enabled\": false,\n            \"from\": \"no-reply@zil.gl\",\n            \"updatedAt\": \"2024-01-09T18:14:20.185Z\",\n            \"createdAt\": \"2024-01-09T18:14:20.185Z\"\n        },\n        {\n            \"_id\": \"65f063f5f50a4048becf333b\",\n            \"type\": \"signUp\",\n            \"subject\": \"Verify your account\",\n            \"enabled\": false,\n            \"from\": \"no-reply@zil.gl\",\n            \"updatedAt\": \"2024-01-02T18:14:20.185Z\",\n            \"createdAt\": \"2024-01-02T18:14:20.185Z\"\n        },\n        {\n            \"_id\": \"6634ec6ab92e7c8f63abef8d\",\n            \"type\": \"taxCreated\",\n            \"subject\": \"New Tax Form Uploaded\",\n            \"enabled\": false,\n            \"from\": \"no-reply@zil.gl\",\n            \"updatedAt\": \"2023-12-15T12:40:24.653Z\",\n            \"createdAt\": \"2023-12-15T10:40:24.653Z\"\n        },\n        {\n            \"_id\": \"6650e4287f5c070fd1a19b00\",\n            \"type\": \"albumPendingApproval\",\n            \"subject\": \"A new album is now pending approval\",\n            \"enabled\": false,\n            \"from\": \"no-reply@zil.gl\",\n            \"updatedAt\": \"2024-05-24T18:14:20.185Z\",\n            \"createdAt\": \"2024-05-24T18:14:20.185Z\"\n        },\n        {\n            \"_id\": \"6650e4487f5c070fd1a19b01\",\n            \"type\": \"notifyOperations\",\n            \"subject\": \"A new album is now pending approval\",\n            \"enabled\": false,\n            \"from\": \"no-reply@zil.gl\",\n            \"updatedAt\": \"2024-05-24T18:14:20.185Z\",\n            \"createdAt\": \"2024-05-24T18:14:20.185Z\"\n        },\n        {\n            \"_id\": \"66511ef27f5c070fd1a19b04\",\n            \"type\": \"errorMailing\",\n            \"subject\": \"Email Sent by Error - Please Disregard\",\n            \"enabled\": false,\n            \"from\": \"no-reply@zil.gl\",\n            \"updatedAt\": \"2024-05-24T18:14:20.185Z\",\n            \"createdAt\": \"2024-05-24T18:14:20.185Z\"\n        }\n    ]\n}"}],"_postman_id":"95a85fef-dc52-4400-b8f5-374c34d174d6"}],"id":"557b4b0a-116f-49f3-a0f3-9f924d9b5065","_postman_id":"557b4b0a-116f-49f3-a0f3-9f924d9b5065","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}},{"name":"Releases Management","item":[{"name":"Publish Album","event":[{"listen":"prerequest","script":{"id":"a84b6ab1-fedd-4aef-842f-38f66e40bae8","exec":["// To run this endpoint, you must go to vault settings and allow it to be retrieved from scripts\r","\r","const endpointUrl = pm.environment.get(\"api-url\");\r","const adminEmail = await pm.vault.get(\"admin-email\");\r","const adminPassword = await pm.vault.get(\"admin-dev-password\");\r","pm.sendRequest({\r","    url: `${endpointUrl}/login`,  // the URL of the endpoint to send the request to\r","    method: \"POST\",  // the HTTP method to use (e.g. GET, POST, PUT, DELETE)\r","    header: {  // the headers to include in the request\r","        \"Content-Type\": \"application/json\"  // set the content type to JSON\r","    },\r","    body: {  // optional: the request body (e.g. form data, JSON payload)\r","        mode: \"raw\",\r","        raw: JSON.parse(`\r","            {\r","                \"email\":\"${adminEmail}\",\r","                \"password\": \"${adminPassword}\"\r","            }`\r","        )\r","    }\r","}, (err, res) => {\r","    // handle the response from the endpoint\r","    if (err) {\r","        console.error(err);  // log the error\r","    } else {\r","        console.log(res.json())\r","        postman.setEnvironmentVariable(\"token\", res.json().token);\r","    }\r","});"],"type":"text/javascript","packages":{}}}],"id":"81065577-046d-42db-bfc5-ce6e6d22ee9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{api-url}}/projects/:projectId/albums/:albumId/publish","description":"<h3 id=\"publish-album\">Publish Album</h3>\n<p>This endpoint allows the user to publish a specific album within a project.</p>\n<p><strong>Request Body</strong></p>\n<ul>\n<li><p>projectId (string, required): The ID of the project to which the album belongs.</p>\n</li>\n<li><p>albumId (string, required): The ID of the album to be published.</p>\n</li>\n</ul>\n<p><strong>Response</strong><br />Upon successful publication, the endpoint returns the details of the published album, including its ID, name, email, role, and tax information.</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"\",\n    \"name\": \"\",\n    \"email\": \"\",\n    \"role\": \"\",\n    \"fullName\": \"\",\n    \"tax\": {\n        \"type\": \"\",\n        \"rate\": 0,\n        \"url\": \"\",\n        \"status\": \"\",\n        \"user\": \"\",\n        \"updatedAt\": \"\",\n        \"createdAt\": \"\"\n    }\n}\n\n</code></pre>\n<p><strong>Related Responses</strong></p>\n<ol>\n<li><p>{ \"token\": \"\", \"user\": { \"id\": \"\", \"name\": \"\", \"email\": \"\", \"role\": \"\", \"fullName\": \"\", \"tax\": { \"type\": \"\", \"rate\": 0, \"url\": \"\", \"status\": \"\", \"user\": \"\", \"updatedAt\": \"\", \"createdAt\": \"\" } }}</p>\n</li>\n<li><p>Another call to the same endpoint returned a 200 status code with a similar data model as the response.</p>\n</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["projects",":projectId","albums",":albumId","publish"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>Project ID</p>\n","type":"text/plain"},"type":"any","value":"6786cf373eb16d1ad8a4ad35","key":"projectId"},{"description":{"content":"<p>Album ID</p>\n","type":"text/plain"},"type":"any","value":"6786cf373eb16d1ad8a4ad38","key":"albumId"}]}},"response":[],"_postman_id":"81065577-046d-42db-bfc5-ce6e6d22ee9c"},{"name":"Massive Catalog Import","id":"934a4928-c6fc-447d-8d33-5d6b27542d70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{api-url}}/catalog?distribution=&artists=&stores=&countries=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["catalog"],"host":["{{api-url}}"],"query":[{"description":{"content":"<p>Google Sheets File URL - Distribution Page</p>\n","type":"text/plain"},"key":"distribution","value":""},{"description":{"content":"<p>Google Sheets File URL - Artists Page</p>\n","type":"text/plain"},"key":"artists","value":""},{"description":{"content":"<p>Google Sheets File URL - Stores Page</p>\n","type":"text/plain"},"key":"stores","value":""},{"description":{"content":"<p>Google Sheets File URL - Countries Page</p>\n","type":"text/plain"},"key":"countries","value":""}],"variable":[]}},"response":[],"_postman_id":"934a4928-c6fc-447d-8d33-5d6b27542d70"},{"name":"Reject Album","id":"8843f074-4608-4f68-a765-c1282a383802","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"message\":\"Your distribution has been rejected\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-url}}/albums/:albumId/reject","description":"<h3 id=\"patch-albumsalbumidreject\">PATCH /albums/:albumId/reject</h3>\n<p>This endpoint is used to reject a specific album.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>message (string, optional): A message related to the rejection.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request can be represented using the following JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"\",\n  \"name\": \"\",\n  \"email\": \"\",\n  \"role\": \"\",\n  \"fullName\": \"\",\n  \"tax\": {\n    \"type\": \"\",\n    \"rate\": 0,\n    \"url\": \"\",\n    \"status\": \"\",\n    \"user\": \"\",\n    \"updatedAt\": \"\",\n    \"createdAt\": \"\"\n  }\n}\n\n</code></pre>\n<p>The response includes the details of the rejected album.</p>\n<h4 id=\"related-responses\">Related Responses</h4>\n<p>The response from other endpoints of this API with similar data models also returned a 200 status code.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["albums",":albumId","reject"],"host":["{{api-url}}"],"query":[],"variable":[{"description":{"content":"<p>Album ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"albumId"}]}},"response":[],"_postman_id":"8843f074-4608-4f68-a765-c1282a383802"},{"name":"Get list of Albums","id":"e1fc5a89-9db3-4052-adbc-80a67b6c40c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-url}}/albums?status=pendingApproval","description":"<p>This endpoint makes an HTTP GET request to retrieve a list of albums with the status \"pendingApproval\". The response data follows a JSON schema as described below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"\",\n  \"name\": \"\",\n  \"email\": \"\",\n  \"role\": \"\",\n  \"fullName\": \"\",\n  \"tax\": {\n    \"type\": \"\",\n    \"rate\": 0,\n    \"url\": \"\",\n    \"status\": \"\",\n    \"user\": \"\",\n    \"updatedAt\": \"\",\n    \"createdAt\": \"\"\n  }\n}\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}},"urlObject":{"path":["albums"],"host":["{{api-url}}"],"query":[{"disabled":true,"key":"q","value":"a"},{"disabled":true,"key":"showDeleted","value":"true"},{"description":{"content":"<p>Album Status: \"draft\", \"pendingApproval\", \"rejected\", etc</p>\n","type":"text/plain"},"key":"status","value":"pendingApproval"}],"variable":[]}},"response":[],"_postman_id":"e1fc5a89-9db3-4052-adbc-80a67b6c40c4"}],"id":"401ad980-ff19-487e-b32b-947cad32b234","_postman_id":"401ad980-ff19-487e-b32b-947cad32b234","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}}],"id":"719cbb39-ae6d-4449-bcb5-2cb54fa4a07d","description":"<p>Endpoints in this category handle critical administrative functions and are exclusively accessible to users with the ADMIN role. This includes comprehensive user management tasks, financial operations, system reporting, and release oversight. Specific functionalities include managing user accounts, processing transactions, overseeing revenue generation, and assigning royalties. Additionally, administrators have the capability to generate detailed system reports, handle email communications, and approve or manage user releases, including bulk catalog imports.  </p>\n<ul>\n<li><p><strong>User Management</strong>: Handles all aspects of user management.</p>\n</li>\n<li><p><strong>Financial Operations</strong>:</p>\n<ul>\n<li><p><strong>Transactions</strong>: Manages transactions, including payments to users.</p>\n</li>\n<li><p><strong>Revenue Processing</strong>: Processes revenue generation and royalty assignments.</p>\n</li>\n<li><p><strong>User Advances</strong>: Manages advances given to users.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>System Reports</strong>: Generates reports on system-wide accountability and other metrics.</p>\n</li>\n<li><p><strong>Mailing Management</strong>: Manages email communications.</p>\n</li>\n<li><p><strong>Releases Management</strong>:</p>\n<ul>\n<li><p><strong>Approval for User Releases</strong>: Approves user-submitted releases.</p>\n</li>\n<li><p><strong>Massive Import Catalog</strong>: Allows bulk import of catalog data for LABEL users.</p>\n</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"781b42c5-6429-4e10-b113-1a50f844b046","type":"text/javascript","packages":{},"exec":["const endpointUrl = pm.environment.get(\"api-url\");\r","pm.sendRequest({\r","    url: `${endpointUrl}/login`,  // the URL of the endpoint to send the request to\r","    method: \"POST\",  // the HTTP method to use (e.g. GET, POST, PUT, DELETE)\r","    header: {  // the headers to include in the request\r","        \"Content-Type\": \"application/json\"  // set the content type to JSON\r","    },\r","    body: {  // optional: the request body (e.g. form data, JSON payload)\r","        mode: \"raw\",\r","        raw: JSON.parse(`\r","            {\r","                \"email\":\"admin@zil.gl\",\r","                \"password\":\"${pm.environment.get(\"admin-password\")}\"\r","            }`\r","        )\r","    }\r","}, (err, res) => {\r","    // handle the response from the endpoint\r","    if (err) {\r","        console.error(err);  // log the error\r","    } else {\r","        console.log(res.json())\r","        postman.setEnvironmentVariable(\"token\", res.json().token);\r","    }\r","});"]}},{"listen":"test","script":{"id":"ba50ed6d-081f-4e5e-b81a-7480ce12b044","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"719cbb39-ae6d-4449-bcb5-2cb54fa4a07d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"0dc30d24-641f-4d86-b410-1755a8ee7853","id":"0dc30d24-641f-4d86-b410-1755a8ee7853","name":"Zil Distribution API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"67a7ac1e-f02d-4cf8-ab71-7048d14b3554","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8ca032a3-7d7f-4f82-9ff3-62af8060f15f","type":"text/javascript","exec":[""]}}],"variable":[{"key":"jobOffer_id","value":""}]}