{"info":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","description":"<html><head></head><body><h3 id=\"deeds-application-is-build-on-top-of-a-unified-api-layer-across-platforms\">Deeds application is build on top of a unified API layer across platforms.</h3>\n<p>Deed's API consists of both REST and GraphQL endpoints. GraphQL endpoints are newer and typically client-side oriented.</p>\n<h3 id=\"environments\">Environments</h3>\n<p>A testing and a production envinorment is available for integrating.</p>\n<ul>\n<li><p>Testing</p>\n<ul>\n<li><p><a href=\"https://api.testing.joindeed.org\">https://api.testing.joindeed.org</a></p>\n</li>\n<li><p><a href=\"https://rest.testing.joindeed.org\">https://rest.testing.joindeed.org</a></p>\n</li>\n</ul>\n</li>\n<li><p>Production</p>\n<ul>\n<li><p><a href=\"https://api.joindeed.org\">https://api.joindeed.org</a></p>\n</li>\n<li><p><a href=\"https://rest.joindeed.org\">https://rest.joindeed.org</a></p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"api-key\">API Key</h3>\n<p>Each API consumer needs to identify themselves using a unique header <code>x-api-key</code> which can be requested from <a href=\"https://mailto:engineering@joindeed.com\">engineering@joindeed.com</a>.</p>\n<h3 id=\"authentication\">Authentication</h3>\n<p>You can access some queries without authentication, but others require authentication.</p>\n<p>The authentication endpoints will provide a JWT token that is added as a bearer token to all requests to endpoints that require authentication.</p>\n<p>Example: <code>Authorization: Bearer eyJhbG...</code></p>\n<p>If authentication information is not valid or is missing, the API returns an error message with a status code of <code>401</code>.</p>\n<h3 id=\"troubleshooting\">Troubleshooting</h3>\n<p>If you observe unexpected failures, you can use <a href=\"https://status.joindeed.com\">status.joindeed.com</a> to check for incidents affecting the API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7906523","collectionId":"b96000b4-b693-464d-95a5-4400dc26ea1f","publishedId":"2s9YkrZyjW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"5128AA"},"publishDate":"2023-12-21T22:06:48.000Z"},"item":[{"name":"Authentication","item":[{"name":"Credentials Login","event":[{"listen":"test","script":{"id":"194ea1b0-a2f7-4024-b307-2dad2618cf66","exec":["var data = pm.response.json();","pm.environment.set(\"token\", data.token);"],"type":"text/javascript"}}],"id":"aae090cd-6fe2-4d17-ae81-a7cc6f059285","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"employee@joindeed.com","type":"text"},{"key":"password","value":"password","type":"text"}]},"url":"https://api.testing.joindeed.org/auth/local/:type","description":"<p><code>Admin</code> <code>User</code></p>\n","urlObject":{"path":["auth","local",":type"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"description":{"content":"<p>User type <code>(User|Organizer)</code></p>\n","type":"text/plain"},"type":"any","value":"","key":"type"}]}},"response":[{"id":"1125ca4f-16d2-4b19-b8ad-2e8b279ed95f","name":"User Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"employee@joindeed.com","type":"text"},{"key":"password","value":"password","type":"text"}]},"url":"https://api.testing.joindeed.org/auth/local/User"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZWI0OGQyOTY4YWJlYzE4YzNkOGZiZmMiLCJyb2xlIjoidXNlciIsImlhdCI6MTcwODcyNzY5NiwiZXhwIjoxODY2NDA3Njk2LCJhdWQiOiJkZWVkIiwiaXNzIjoiYXBpIiwic3ViIjoiNWViNDhkMjk2OGFiZWMxOGMzZDhmYmZjIn0.rgFneel2u40qdj1dwAD5AGENfkPZ0-PtXZF5OqeEoZ0\",\n    \"isNew\": false\n}"},{"id":"d010ae67-ab20-4bc3-bddd-cec7bb96c0e3","name":"Organizer Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"","variables":""}},"url":"https://api.testing.joindeed.org/auth/local/Organizer"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZWI0OGQyOTY4YWJlYzE4YzNkOGZiZmMiLCJyb2xlIjoidXNlciIsImlhdCI6MTcwODcyNzY5NiwiZXhwIjoxODY2NDA3Njk2LCJhdWQiOiJkZWVkIiwiaXNzIjoiYXBpIiwic3ViIjoiNWViNDhkMjk2OGFiZWMxOGMzZDhmYmZjIn0.rgFneel2u40qdj1dwAD5AGENfkPZ0-PtXZF5OqeEoZ0\",\n    \"isNew\": false\n}"}],"_postman_id":"aae090cd-6fe2-4d17-ae81-a7cc6f059285"},{"name":"SSO Login: SAML","id":"0a63ef30-36b5-4b00-a4c3-986dec8b067d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/auth/saml/:organization","description":"<p><code>User</code></p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b210b1b0-4c68-400d-a47d-2990756b58d4","id":"b210b1b0-4c68-400d-a47d-2990756b58d4","name":"Authentication","type":"folder"}},"urlObject":{"path":["auth","saml",":organization"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"description":{"content":"<p>Company code</p>\n","type":"text/plain"},"type":"any","value":"","key":"organization"}]}},"response":[{"id":"e2e82fb3-2a20-49a3-8733-c069eb967552","name":"SAML Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"employee@joindeed.com","type":"text"},{"key":"password","value":"password","type":"text"}]},"url":{"raw":"https://api.testing.joindeed.org/auth/saml/:organization","host":["https://api.testing.joindeed.org"],"path":["auth","saml",":organization"],"variable":[{"key":"organization","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZWI0OGQyOTY4YWJlYzE4YzNkOGZiZmMiLCJyb2xlIjoidXNlciIsImlhdCI6MTcwODcyNzY5NiwiZXhwIjoxODY2NDA3Njk2LCJhdWQiOiJkZWVkIiwiaXNzIjoiYXBpIiwic3ViIjoiNWViNDhkMjk2OGFiZWMxOGMzZDhmYmZjIn0.rgFneel2u40qdj1dwAD5AGENfkPZ0-PtXZF5OqeEoZ0\",\n    \"isNew\": false\n}"}],"_postman_id":"0a63ef30-36b5-4b00-a4c3-986dec8b067d"},{"name":"SSO Login: OpenID Connect","id":"4bc15a57-b4d0-46bc-9708-f18cbd8a9e9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/auth/openidconnect/:organization","description":"<p><code>User</code></p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b210b1b0-4c68-400d-a47d-2990756b58d4","id":"b210b1b0-4c68-400d-a47d-2990756b58d4","name":"Authentication","type":"folder"}},"urlObject":{"path":["auth","openidconnect",":organization"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"description":{"content":"<p>Company code</p>\n","type":"text/plain"},"type":"any","value":"","key":"organization"}]}},"response":[{"id":"803a6283-288f-46b7-921c-d6a966ad6fd1","name":"OICD Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"employee@joindeed.com","type":"text"},{"key":"password","value":"password","type":"text"}]},"url":{"raw":"https://api.testing.joindeed.org/auth/openidconnect/:organization","host":["https://api.testing.joindeed.org"],"path":["auth","openidconnect",":organization"],"variable":[{"key":"organization","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZWI0OGQyOTY4YWJlYzE4YzNkOGZiZmMiLCJyb2xlIjoidXNlciIsImlhdCI6MTcwODcyNzY5NiwiZXhwIjoxODY2NDA3Njk2LCJhdWQiOiJkZWVkIiwiaXNzIjoiYXBpIiwic3ViIjoiNWViNDhkMjk2OGFiZWMxOGMzZDhmYmZjIn0.rgFneel2u40qdj1dwAD5AGENfkPZ0-PtXZF5OqeEoZ0\",\n    \"isNew\": false\n}"}],"_postman_id":"4bc15a57-b4d0-46bc-9708-f18cbd8a9e9d"},{"name":"Logout","id":"f951afad-bd31-47f3-9cd7-2f96a9be2fa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.testing.joindeed.org/auth/local/logout","description":"<p><code>Admin</code> <code>User</code></p>\n","urlObject":{"path":["auth","local","logout"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"d0b6a559-0353-46b6-b667-19173cdcd1ff","name":"/auth/local/logout","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/auth/local/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 09 Sep 2022 15:34:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"15"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"img-src 'self' data: https:;frame-ancestors 'self' https://www.giveindia.in bp42.com;default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"isNew\": false\n}"}],"_postman_id":"f951afad-bd31-47f3-9cd7-2f96a9be2fa1"}],"id":"b210b1b0-4c68-400d-a47d-2990756b58d4","description":"<p>Login (credentials + SSO) and logout endpoints.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"05316013-6819-4072-accf-c3db22f0f9e0"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d5a87587-0a5b-4c16-a379-a1570b5c98b5"}}],"_postman_id":"b210b1b0-4c68-400d-a47d-2990756b58d4"},{"name":"Causes","item":[{"name":"List `Cause`s","id":"9a97c777-a9ff-4aed-8f14-aa78ae79803a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ Records: [\n    \"entityId\": \"5eb4808168abec18c3d8fbd9\",\n    \"entityType\": \"fundraiser\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://0.0.0.0:4023/CampaignProjectedStatsExecutionHandler","description":"<p><code>Admin</code> <code>User</code></p>\n<p>Returns a list of all cause types including cause areas, ERGs &amp; SDGs.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"protocol":"http","port":"4023","path":["CampaignProjectedStatsExecutionHandler"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[{"id":"312274ee-857c-47dc-bfca-57ced04f6d45","name":"/api/causes","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/causes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 15:29:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"img-src 'self' data: https:;frame-ancestors 'self' https://www.giveindia.in bp42.com;default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"organizations\": [\n            \"5bbba9b6dc988033f64a23d1\"\n        ],\n        \"name\": \"Help fight against COVID-19\",\n        \"description\": \"Our belief has always been that through local action, we can inspire global change. This couldn’t be more true during these unprecedented times. It's time for us to take action. To help our neighbors. To lift up those who need it. To recognize that some communities are going to be disproportionately impacted. And to advocate for them and contribute whenever we can.\\n\\nHere, you can find ways to give back to your community by sharing your time, money, and skills. We have a number of COVID-specific fundraisers, and nonprofits that have been part of the Deed community from the beginning could really use your support during these trying times.\\n\\nAdditionally, there are virtual and skills-based opportunities, a productive and generous way to spend time during social distancing. Lastly, and we say this with extreme care and caution, if you are not infected and are not high-risk, local nonprofits still need volunteers. Labeled as “essential businesses,” our partner organizations fighting food insecurity are serving meals to-go.\\n\\nP.S. Check out what our partners at sweetgreen are up to. They have launched Impact Outpost, a program that delivers free, fresh salads to hospitals and healthcare providers. 100% of funds raised will be dedicated to providing sweetgreen to those on the frontlines — with a goal of donating over 100,000 meals. https://link.joindeed.com/sweetgreen\",\n        \"gradient\": false,\n        \"public\": false,\n        \"individualsOnly\": true,\n        \"__t\": \"Pillar\",\n        \"_id\": \"5e7c999062d1f842898d67e9\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"color\": \"#AB2828\",\n        \"sorting\": 1,\n        \"code\": \"helpfightagainstcovid-19\",\n        \"id\": \"5e7c999062d1f842898d67e9\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Advocacy\",\n        \"description\": \"Get involved by supporting a cause or policy you care about.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b6\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Advocacy-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Advocacy-Thumbnail.jpg\",\n        \"code\": \"advocacy\",\n        \"modifiedAt\": \"2021-11-01T08:34:57.670Z\",\n        \"sorting\": 0,\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b6\"\n    },\n    {\n        \"name\": \"Affordable and Clean Energy\",\n        \"description\": \"Energy is central to nearly every major challenge and opportunity.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"SDG\",\n        \"_id\": \"5d94f23ee4955af37f0561b0\",\n        \"number\": 7,\n        \"color\": \"#fdb713\",\n        \"code\": \"affordableandcleanenergy\",\n        \"createdAt\": \"2021-11-01T08:44:56.248Z\",\n        \"modifiedAt\": \"2021-11-01T09:54:20.046Z\",\n        \"sorting\": 0,\n        \"id\": \"5d94f23ee4955af37f0561b0\"\n    },\n    {\n        \"organizations\": [],\n        \"name\": \"Animal Rights\",\n        \"description\": \"Animals deserve humanity, respect, and consideration of what is in their best interests. Together we can help give animals the support and care they deserve.\",\n        \"gradient\": false,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Pillar\",\n        \"_id\": \"5f588b5c7c175c7ddab385a4\",\n        \"banner\": \"https://files.godeed.today/1599572888920_73057b53-1675-4446-8ff1-5a24cd4df424.jpg\",\n        \"picture\": \"https://files.godeed.today/1599573724663_a6463341-4438-4164-82c6-aa709ed97af1.jpg\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"animalrights\",\n        \"__v\": 1,\n        \"createdAt\": \"2021-11-02T10:57:47.118Z\",\n        \"modifiedAt\": \"2022-05-11T20:36:35.198Z\",\n        \"sorting\": 0,\n        \"id\": \"5f588b5c7c175c7ddab385a4\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Animals ar cats\",\n        \"description\": \"Give back to man’s best friend, or help bring your community access to the healing power of animals.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b1\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Animals-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Animals-Thumbnail.jpg\",\n        \"code\": \"animals\",\n        \"modifiedAt\": \"2022-05-09T15:11:49.749Z\",\n        \"sorting\": 0,\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b1\"\n    },\n    {\n        \"organizations\": [],\n        \"name\": \"Arts\",\n        \"description\": \"Connecting young people to the arts is one of the best, and most fun, ways to make a difference in their lives. Studies show art education drastically improves learning outcomes for children. For example, Brookings Institution noted a 3.6 percentage point reduction in disciplinary infractions, an improvement of 13 percent of standardized writing scores, and an increase of 8 percent in compassion for others. Even moar text. Text text tex.\",\n        \"gradient\": false,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Pillar\",\n        \"_id\": \"5f588b5c7c175c7ddab385a5\",\n        \"banner\": \"https://files.godeed.today/1599572537526_6f25614c-0cfa-4eb5-8314-551fe8c4671b.jpg\",\n        \"picture\": \"https://files.godeed.today/1599572691333_a14080c0-e200-4cdf-9da2-0c078352b796.jpg\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"arts\",\n        \"__v\": 1,\n        \"createdAt\": \"2021-11-04T11:18:58.381Z\",\n        \"modifiedAt\": \"2022-05-17T12:00:17.069Z\",\n        \"sorting\": 0,\n        \"id\": \"5f588b5c7c175c7ddab385a5\"\n    },\n    {\n        \"name\": \"Arts Also\",\n        \"description\": \"A duplicate of the Arts Pillar as a an ERG\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"ERG\",\n        \"_id\": \"628623365ff241958c241e1b\",\n        \"sorting\": 0,\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"createdAt\": \"2022-05-19T11:00:06.814Z\",\n        \"modifiedAt\": \"2022-05-19T11:00:58.243Z\",\n        \"__v\": 0,\n        \"id\": \"628623365ff241958c241e1b\"\n    },\n    {\n        \"organizations\": [],\n        \"name\": \"Arts Also (copy)\",\n        \"description\": \"A duplicate of the Arts Pillar as a an ERG\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Pillar\",\n        \"_id\": \"628e3616d9c7a990ce798dc5\",\n        \"sorting\": 0,\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"createdAt\": \"2022-05-25T13:58:46.095Z\",\n        \"modifiedAt\": \"2022-05-25T13:58:46.095Z\",\n        \"__v\": 0,\n        \"id\": \"628e3616d9c7a990ce798dc5\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Cause Category NewKP\",\n        \"description\": \"Cause Category NewKP\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": true,\n        \"__t\": \"Category\",\n        \"_id\": \"61f1678439fb80ea4b0ce2f0\",\n        \"banner\": \"https://files.godeed.today/1643210557678_squirrel-6949263_1920.jpg\",\n        \"color\": \"#FFF000\",\n        \"sorting\": 0,\n        \"createdAt\": \"2022-01-26T15:23:48.530Z\",\n        \"modifiedAt\": \"2022-01-26T15:23:48.530Z\",\n        \"__v\": 0,\n        \"id\": \"61f1678439fb80ea4b0ce2f0\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Disaster Recovery\",\n        \"description\": \"Support communities to maintain or quickly resume mission-critical functions following a disaster.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"5f2c7483c7e38fa4ad11b276\",\n        \"updatedAt\": \"2020-08-06T21:46:47.717Z\",\n        \"createdAt\": \"2020-08-06T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/1596748590632_4f23cf0d-d58c-4f99-9055-addda238960b.jpg\",\n        \"picture\": \"https://files.godeed.today/1596748575385_eb8b6cba-5b4c-4c41-b2a2-452f8b96a983.jpg\",\n        \"code\": \"disasterrecovery\",\n        \"modifiedAt\": \"2021-10-27T10:39:43.798Z\",\n        \"sorting\": 0,\n        \"id\": \"5f2c7483c7e38fa4ad11b276\"\n    },\n    {\n        \"organizations\": [],\n        \"name\": \"Homelessness\",\n        \"description\": \"Globally, 150 million people are experiencing homeless while 1.6 billion lack adequate housing. The current global health crisis due to COVID-19 is making matters worse. As economies slide into recession, many more are at risk of losing their homes. At Team Deed, we have been committed to addressing homelessness across the globe through our partnerships with local organizations like Larkin Street Youth and the SF Rising Up Campaign. Woof true.\",\n        \"gradient\": false,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Pillar\",\n        \"_id\": \"5f832bb5e0bbc118b888170e\",\n        \"banner\": \"https://files.godeed.today/1602250995880_67df3e66-1fcd-4348-9be5-61719fffee80.jpg\",\n        \"picture\": \"https://files.godeed.today/1602251007433_daae590c-9a94-45b5-b27e-2091d1cc7bf4.jpg\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"homelessness\",\n        \"__v\": 1,\n        \"createdAt\": \"2022-05-05T14:22:08.624Z\",\n        \"modifiedAt\": \"2022-05-05T14:23:01.671Z\",\n        \"sorting\": 0,\n        \"id\": \"5f832bb5e0bbc118b888170e\"\n    },\n    {\n        \"organizations\": [],\n        \"name\": \"Refugees\",\n        \"description\": \"Every year, 70 million people have been forcibly displaced from their homes, globally. Of the 70 million people, 25.9 million people are refugees and 3.5 million are asylum seekers. Refugees who arrive in a new community often need help creating the foundation needed to feel at home, from learning a new language, to finding a job or housing. Since 2017, Team Deed’s Open Homes program has provided temporary housing for refugees and asylum seekers around the world. More text here.\",\n        \"gradient\": false,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Pillar\",\n        \"_id\": \"5f588b5c7c175c7ddab385ae\",\n        \"banner\": \"https://files.godeed.today/1599573782277_37fce14c-f59b-4017-8eab-58ca27b589cc.jpg\",\n        \"picture\": \"https://files.godeed.today/1599573996983_9b737756-ffbc-495c-9458-e8b50e7e37ac.jpg\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"refugees\",\n        \"__v\": 1,\n        \"createdAt\": \"2022-05-11T12:05:27.600Z\",\n        \"modifiedAt\": \"2022-05-11T12:05:27.600Z\",\n        \"sorting\": 0,\n        \"id\": \"5f588b5c7c175c7ddab385ae\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Arts\",\n        \"description\": \"Tap into your creative side while giving back to your community.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b7\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Arts-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Arts-Thumbnail.jpg\",\n        \"code\": \"arts\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b7\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Children\",\n        \"description\": \"Supporting this cause could lead to volunteering at youth clubs, schools, developmental centers, and more. Help the changing needs of children in communities.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b4\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/1570372172363_d72583ce-0cde-4610-be05-3ea71cfbee80.jpg\",\n        \"picture\": \"https://files.godeed.today/1570377638035_55252bf7-c489-4dd1-809d-0b2dcd75af76.jpg\",\n        \"code\": \"children\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b4\"\n    },\n    {\n        \"name\": \"Clean Water and Sanitation\",\n        \"description\": \"Clean, accessible water for all is an essential part of the world we want to live in.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"SDG\",\n        \"_id\": \"5d94f23ee4955af37f0561af\",\n        \"number\": 6,\n        \"color\": \"#00aed9\",\n        \"code\": \"cleanwaterandsanitation\",\n        \"id\": \"5d94f23ee4955af37f0561af\"\n    },\n    {\n        \"name\": \"Climate Action\",\n        \"description\": \"Climate change is a global challenge that affects everyone, everywhere.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"SDG\",\n        \"_id\": \"5d94f23ee4955af37f0561b6\",\n        \"number\": 13,\n        \"color\": \"#48773e\",\n        \"code\": \"climateaction\",\n        \"id\": \"5d94f23ee4955af37f0561b6\"\n    },\n    {\n        \"name\": \"Decent Work and Economic Growth\",\n        \"description\": \"Sustainable economic growth will require societies to create the conditions that allow people to have quality jobs.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"SDG\",\n        \"_id\": \"5d94f23ee4955af37f0561b1\",\n        \"number\": 8,\n        \"color\": \"#8f1838\",\n        \"code\": \"decentworkandeconomicgrowth\",\n        \"id\": \"5d94f23ee4955af37f0561b1\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Disabilities\",\n        \"description\": \"Empower people who have disabilities to find strength and success.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5bc\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Disabilities-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Disabilities-Thumbnail.jpg\",\n        \"code\": \"disabilities\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5bc\"\n    },\n    {\n        \"organizations\": [],\n        \"name\": \"Disaster Relief\",\n        \"description\": \"When a natural disaster strikes, thousands and thousands of people often have to flee to safer ground. For those that lose their homes, the process of starting over and rebuilding creates an additional stress that is sometimes unaddressed by local governments. In 2012, Team Deed launched the Open Homes Program to provide free housing for people affected by disasters around the world. This initiative, along with other local nonprofits and charitable organizations, provides much-needed assistance during these unpredictable times of extreme need.\",\n        \"gradient\": false,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Pillar\",\n        \"_id\": \"5f588b5c7c175c7ddab385a6\",\n        \"banner\": \"https://files.godeed.today/1599572922777_2bfc8187-d098-4a32-a3d0-775910a4764d.jpg\",\n        \"picture\": \"https://files.godeed.today/1599572941252_86ca4ae7-c429-4467-8a12-bf6e6df42c09.jpg\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"disasterrelief\",\n        \"id\": \"5f588b5c7c175c7ddab385a6\"\n    },\n    {\n        \"organizations\": [],\n        \"name\": \"Diversity & Belonging\",\n        \"description\": \"\",\n        \"gradient\": false,\n        \"public\": false,\n        \"individualsOnly\": false,\n        \"__t\": \"Pillar\",\n        \"_id\": \"5f588b5c7c175c7ddab385a7\",\n        \"banner\": \"https://files.godeed.today/1599572969971_341867eb-1de1-4a3d-ab45-fde763e9adf2.jpg\",\n        \"picture\": \"https://files.godeed.today/1599572960893_77d1b602-8feb-4ffd-be38-f926c9ba69e8.jpg\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"diversityandbelonging\",\n        \"id\": \"5f588b5c7c175c7ddab385a7\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Education\",\n        \"description\": \"Empower people with additional access and resources to education.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59fb3fb27585482ebdaf4cbb\",\n        \"updatedAt\": \"2017-11-02T15:54:47.717Z\",\n        \"createdAt\": \"2017-11-02T15:54:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Education-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Education-Thumbnail.jpg\",\n        \"code\": \"education\",\n        \"id\": \"59fb3fb27585482ebdaf4cbb\"\n    },\n    {\n        \"organizations\": [],\n        \"name\": \"Education Access\",\n        \"description\": \"Today, more than 72 million children of primary education age are not in school and 759 million adults are unable to read and write. This issue is deeply rooted in almost every country, city, and county around the world. Giving children and adults access to the tools and teachers they need to build a solid foundation of knowledge and skill is essential to combating a myriad of ills down the line, from poverty and hunger to chronic medical issues and crime. Team Deed has taken steps to make a difference--to date, XXX of Airfam donations have gone towards Education Access.\",\n        \"gradient\": false,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Pillar\",\n        \"_id\": \"5f588b5c7c175c7ddab385a8\",\n        \"banner\": \"https://files.godeed.today/1599573167319_d5612c8d-11c3-4667-9c56-af91fbeeaacf.jpg\",\n        \"picture\": \"https://files.godeed.today/1599573048694_79d793a7-48f3-41df-b29f-0db9d8a7a518.jpg\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"educationaccess\",\n        \"id\": \"5f588b5c7c175c7ddab385a8\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Employment\",\n        \"description\": \"Provide resources to those who need employment.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b9\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Employment-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Employment-Thumbnail.jpg\",\n        \"code\": \"employment\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b9\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Environment\",\n        \"description\": \"Help save our environment! Help save our environment!\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b2\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Environment-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Environment-Thumbnail.jpg\",\n        \"code\": \"environment\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b2\"\n    },\n    {\n        \"organizations\": [],\n        \"name\": \"Environment\",\n        \"description\": \"Climate change is the issue of our time--none of us will escape its effects. At Team Deed we know that we must take action now to stem the tide of global change that will follow in its wake As a 21st century company, we are committed to raising the standard of sustainable travel and our employees are leading the way through GreenAir.\",\n        \"gradient\": false,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Pillar\",\n        \"_id\": \"5f588b5c7c175c7ddab385a9\",\n        \"banner\": \"https://files.godeed.today/1599573186347_ebb53cf4-5f80-48c4-906c-1a750d1f9a4c.jpg\",\n        \"picture\": \"https://files.godeed.today/1601300235023_8e03d5f1-18f4-4e1f-aaef-7cf653b5ec1d.jpg\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"environment\",\n        \"id\": \"5f588b5c7c175c7ddab385a9\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Food Access\",\n        \"description\": \"Help feed your community and provide them access to healthy food.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"5d371263e43af8b54ae4f2ea\",\n        \"updatedAt\": \"2018-06-15T21:54:47.717Z\",\n        \"createdAt\": \"2018-06-15T21:54:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Food-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Food-Thumbnail.jpg\",\n        \"code\": \"foodaccess\",\n        \"id\": \"5d371263e43af8b54ae4f2ea\"\n    },\n    {\n        \"organizations\": [],\n        \"name\": \"Food Insecurity\",\n        \"description\": \"An estimated 2 billion people (25% of the world’s population) across the globe do not have regular access to safe, nutritious and sufficient food. At Team Deed, we’ve been committed to uplifting and supporting organizations leading the effort to end food injustice. For example, our Social Impact Experience team recently launched a partnership with Slow Food, a non profit…. Our Workplace team partners with Food Runners to upcycle unused nutritious food to our community members in need.\",\n        \"gradient\": false,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Pillar\",\n        \"_id\": \"5f588b5c7c175c7ddab385aa\",\n        \"banner\": \"https://files.godeed.today/1599573205250_6dfe47a9-3242-4086-b287-67315518cd63.jpg\",\n        \"picture\": \"https://files.godeed.today/1599573196396_b156c6aa-bc0f-4f5d-859c-8bcbb7ad2150.jpg\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"foodinsecurity\",\n        \"id\": \"5f588b5c7c175c7ddab385aa\"\n    },\n    {\n        \"name\": \"Gender Equality\",\n        \"description\": \"Gender equality is not only a fundamental human right, but a necessary foundation for a peaceful, prosperous and sustainable world.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"SDG\",\n        \"_id\": \"5d94f23ee4955af37f0561ae\",\n        \"number\": 5,\n        \"color\": \"#ef402b\",\n        \"code\": \"genderequality\",\n        \"id\": \"5d94f23ee4955af37f0561ae\"\n    },\n    {\n        \"name\": \"Good Health and Well-Being\",\n        \"description\": \"Ensuring healthy lives and promoting the well-being for all at all ages is essential to sustainable development.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"SDG\",\n        \"_id\": \"5d94f23ee4955af37f0561ac\",\n        \"number\": 3,\n        \"color\": \"#279b48\",\n        \"code\": \"goodhealthandwell-being\",\n        \"id\": \"5d94f23ee4955af37f0561ac\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Health\",\n        \"description\": \"Healthy minds & healthy bodies = healthy communities.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5ba\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Health-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Health-Thumbnail.jpg\",\n        \"code\": \"health\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5ba\"\n    },\n    {\n        \"organizations\": [],\n        \"name\": \"Health\",\n        \"description\": \"Health takes into consideration the mind, the body, and the spirit. Health is a resource for everyday life and can’t be taken for granted. We want to provide opportunities and resources for better health to everyone, regardless of who you are or where you live.\",\n        \"gradient\": false,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Pillar\",\n        \"_id\": \"5f588b5c7c175c7ddab385ab\",\n        \"banner\": \"https://files.godeed.today/1599573252049_835f0126-a4ab-4d0f-9a19-c2df8fa24a0c.jpg\",\n        \"picture\": \"https://files.godeed.today/1601300246905_702bcec7-ba7b-47a7-bbe2-85ffbab2942d.jpg\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"health\",\n        \"id\": \"5f588b5c7c175c7ddab385ab\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Homelessness\",\n        \"description\": \"Provide much needed support and resources to the homeless.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b5\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Homelessness-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Homelessness-Thumbnail.jpg\",\n        \"code\": \"homelessness\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b5\"\n    },\n    {\n        \"name\": \"Industry, Innovation, and Infrastructure\",\n        \"description\": \"Investments in infrastructure are crucial to achieving sustainable development.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"SDG\",\n        \"_id\": \"5d94f23ee4955af37f0561b2\",\n        \"number\": 9,\n        \"color\": \"#f36d25\",\n        \"code\": \"industryinnovationandinfrastructure\",\n        \"id\": \"5d94f23ee4955af37f0561b2\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"LGBTQ\",\n        \"description\": \"Support your LGBTQ community with action, advocacy, and resources.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5bb\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/LGBTQ-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/LGBTQ-Thumbnail.jpg\",\n        \"code\": \"lgbtq\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5bb\"\n    },\n    {\n        \"name\": \"Life Below Water\",\n        \"description\": \"Careful management of this essential global resource is a key feature of a sustainable future.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"SDG\",\n        \"_id\": \"5d94f23ee4955af37f0561b7\",\n        \"number\": 14,\n        \"color\": \"#007dbc\",\n        \"code\": \"lifebelowwater\",\n        \"id\": \"5d94f23ee4955af37f0561b7\"\n    },\n    {\n        \"name\": \"Life On Land\",\n        \"description\": \"Sustainably manage forests, combat desertification, halt and reverse land degradation, halt biodiversity loss\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"SDG\",\n        \"_id\": \"5d94f23ee4955af37f0561b8\",\n        \"number\": 15,\n        \"color\": \"#3eb049\",\n        \"code\": \"lifeonland\",\n        \"id\": \"5d94f23ee4955af37f0561b8\"\n    },\n    {\n        \"organizations\": [],\n        \"name\": \"Medical\",\n        \"description\": \"Now more than ever, access to affordable health care is a critical need that many people around the world cannot meet. In 2018, Team Deed Open Homes launched a Medical Host program to provide housing for people in need of critical care and recuperation.\",\n        \"gradient\": false,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Pillar\",\n        \"_id\": \"5f588b5c7c175c7ddab385ac\",\n        \"banner\": \"https://files.godeed.today/1599573272129_e142a4a3-71ff-4fee-81fa-9218b8dbc2cc.jpg\",\n        \"picture\": \"https://files.godeed.today/1599573264334_5bf800ee-949e-4a92-8933-382144c9ee14.jpg\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"medical\",\n        \"id\": \"5f588b5c7c175c7ddab385ac\"\n    },\n    {\n        \"organizations\": [],\n        \"name\": \"Mental Health\",\n        \"description\": \"One in four people in the world will be affected by mental health disorders at some point in their lives. Around 450 million people currently suffer from such conditions, which puts mental health among the leading causes of poor health and disability worldwide. Raising awareness and eliminating the stigma around mental health in your community, family, and workplace allows us to move forward as a more united and healthy global family.\",\n        \"gradient\": false,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Pillar\",\n        \"_id\": \"5f588b5c7c175c7ddab385ad\",\n        \"banner\": \"https://files.godeed.today/1599573765753_c03eb034-086d-4cb7-b3ca-00129f8b7b1a.jpg\",\n        \"picture\": \"https://files.godeed.today/1599573754713_fdbc9939-a8d1-4ba6-8fa8-1604def94cac.jpg\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"mentalhealth\",\n        \"id\": \"5f588b5c7c175c7ddab385ad\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Mental Health\",\n        \"description\": \"Support those struggling with mental health issues.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b8\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Mental_Health-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Mental_Health-Thumbnail.jpg\",\n        \"code\": \"mentalhealth\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b8\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Mentoring\",\n        \"description\": \"Provide mentoring to students.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59fb3fa37585482ebdaf4cba\",\n        \"updatedAt\": \"2017-11-02T15:54:47.717Z\",\n        \"createdAt\": \"2017-11-02T15:54:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Mentor-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Mentor-Thumbnail.jpg\",\n        \"code\": \"mentoring\",\n        \"id\": \"59fb3fa37585482ebdaf4cba\"\n    },\n    {\n        \"name\": \"Partnerships\",\n        \"description\": \"Revitalize the global partnership for sustainable development.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"SDG\",\n        \"_id\": \"5d94f23ee4955af37f0561ba\",\n        \"number\": 17,\n        \"color\": \"#183668\",\n        \"code\": \"partnerships\",\n        \"id\": \"5d94f23ee4955af37f0561ba\"\n    },\n    {\n        \"name\": \"Peace, Justice and Strong Institutions\",\n        \"description\": \"Access to justice for all, and building effective, accountable institutions at all levels.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"SDG\",\n        \"_id\": \"5d94f23ee4955af37f0561b9\",\n        \"number\": 16,\n        \"color\": \"#02558b\",\n        \"code\": \"peacejusticeandstronginstitutions\",\n        \"id\": \"5d94f23ee4955af37f0561b9\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Politics\",\n        \"description\": \"Support political causes you care about.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5bd\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Politics-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Politics-Thumbnail.jpg\",\n        \"code\": \"politics\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5bd\"\n    },\n    {\n        \"name\": \"Quality Education\",\n        \"description\": \"Obtaining a quality education is the foundation to improving people’s lives and sustainable development.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"SDG\",\n        \"_id\": \"5d94f23ee4955af37f0561ad\",\n        \"number\": 4,\n        \"color\": \"#c31f33\",\n        \"code\": \"qualityeducation\",\n        \"id\": \"5d94f23ee4955af37f0561ad\"\n    },\n    {\n        \"name\": \"Reduced Inequalities\",\n        \"description\": \"To reduce inequalities, policies should be universal in principle, paying attention to the needs of disadvantaged and marginalized populations.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"SDG\",\n        \"_id\": \"5d94f23ee4955af37f0561b3\",\n        \"number\": 10,\n        \"color\": \"#e11484\",\n        \"code\": \"reducedinequalities\",\n        \"id\": \"5d94f23ee4955af37f0561b3\"\n    },\n    {\n        \"name\": \"Responsible Consumption and Production\",\n        \"description\": \"Ensure sustainable consumption and production patterns.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"SDG\",\n        \"_id\": \"5d94f23ee4955af37f0561b5\",\n        \"number\": 12,\n        \"color\": \"#cf8d2a\",\n        \"code\": \"responsibleconsumptionandproduction\",\n        \"id\": \"5d94f23ee4955af37f0561b5\"\n    },\n    {\n        \"organizations\": [],\n        \"name\": \"Seniors\",\n        \"description\": \"Caring for the elderly enables them to not worry about the things they cannot do anymore and celebrate the things that they can. Engaging with seniors not only supports them in their care needs, but also provides them with a valued friend and confidant.\",\n        \"gradient\": false,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Pillar\",\n        \"_id\": \"5f588b5c7c175c7ddab385af\",\n        \"banner\": \"https://files.godeed.today/1599573834291_48757a7c-f353-4d1d-8760-a2cff135ab13.jpg\",\n        \"picture\": \"https://files.godeed.today/1599574008468_b6722730-51fa-4045-8e00-ff33bab6dd3c.jpg\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"seniors\",\n        \"id\": \"5f588b5c7c175c7ddab385af\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Seniors\",\n        \"description\": \"Give back to a vulnerable, and sometimes forgotten about, demographic.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b3\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Seniors-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Seniors-Thumbnail.jpg\",\n        \"code\": \"seniors\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b3\"\n    },\n    {\n        \"organizations\": [],\n        \"name\": \"Sports\",\n        \"description\": \"Sports create opportunities, health, and fun. Creating a more inclusive world on and off the field is a meaningful way we can harness the power of sport.\",\n        \"gradient\": false,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Pillar\",\n        \"_id\": \"5f588b5c7c175c7ddab385b0\",\n        \"banner\": \"https://files.godeed.today/1599573874946_2b4af10d-baf8-44f9-9cce-6a68011e54e5.jpg\",\n        \"picture\": \"https://files.godeed.today/1601300256547_91c37eab-c5cb-4ad3-9410-9c6257f14339.jpg\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"sports\",\n        \"id\": \"5f588b5c7c175c7ddab385b0\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Sports & Recreation\",\n        \"description\": \"The power of sport is real! Give back to your community through engaging in movement.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5be\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Sports-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Sports-Thumbnail.jpg\",\n        \"code\": \"sportsandrecreation\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5be\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Sustainability\",\n        \"description\": \"Support your community in being more sustainable and help save our environment!\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"5d371256e43af8b54ae4f2e9\",\n        \"updatedAt\": \"2018-06-15T21:54:47.717Z\",\n        \"createdAt\": \"2018-06-15T21:54:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Sustainability-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Sustainability-Thumbnail.jpg\",\n        \"code\": \"sustainability\",\n        \"id\": \"5d371256e43af8b54ae4f2e9\"\n    },\n    {\n        \"name\": \"Sustainable Cities and Communities\",\n        \"description\": \"There needs to be a future in which cities provide opportunities for all, with access to basic services, energy, housing, transportation and more.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"SDG\",\n        \"_id\": \"5d94f23ee4955af37f0561b4\",\n        \"number\": 11,\n        \"color\": \"#f99d26\",\n        \"picture\": \"https://files.godeed.today/SDG/low/11.png\",\n        \"code\": \"sustainablecitiesandcommunities\",\n        \"id\": \"5d94f23ee4955af37f0561b4\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Veterans\",\n        \"description\": \"Give back to those who were willing to sacrifice everything for our country.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5c0\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Veterans-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Veterans-Thumbnail.jpg\",\n        \"code\": \"veterans\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5c0\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Women\",\n        \"description\": \"Support, celebrate, and empower the women in our community.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5bf\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Women-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Women-Thumbnail.jpg\",\n        \"code\": \"women\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5bf\"\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Youth\",\n        \"description\": \"Our kids are our future. Let’s invest in them!\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"5b243424e61d8e3980c0f39b\",\n        \"updatedAt\": \"2018-06-15T21:54:47.717Z\",\n        \"createdAt\": \"2018-06-15T21:54:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Youth-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Youth-Thumbnail.jpg\",\n        \"code\": \"youth\",\n        \"id\": \"5b243424e61d8e3980c0f39b\"\n    },\n    {\n        \"organizations\": [],\n        \"name\": \"Youth Development\",\n        \"description\": \"Our youth is our future. We are committed to help prepare young people to overcome obstacles, build resilience, and achieve their expansive potential. Join us in promoting activities and experiences that help youth develop social, ethical, emotional, physical, and cognitive competencies.\",\n        \"gradient\": false,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Pillar\",\n        \"_id\": \"5f588b5c7c175c7ddab385b1\",\n        \"banner\": \"https://files.godeed.today/1599573913128_08119acd-0dc6-4dd1-8453-0d8905b38e83.jpg\",\n        \"picture\": \"https://files.godeed.today/1601300269710_cdc9fbf9-1666-42b4-8c95-43a2a0573325.jpg\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"youthdevelopment\",\n        \"id\": \"5f588b5c7c175c7ddab385b1\"\n    },\n    {\n        \"name\": \"Zero Hunger\",\n        \"description\": \"The food and agriculture sector offers key solutions for development, and is central for hunger and poverty eradication.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"SDG\",\n        \"_id\": \"5d94f23ee4955af37f0561ab\",\n        \"number\": 2,\n        \"color\": \"#d3a029\",\n        \"code\": \"zerohunger\",\n        \"id\": \"5d94f23ee4955af37f0561ab\"\n    }\n]"}],"_postman_id":"9a97c777-a9ff-4aed-8f14-aa78ae79803a"},{"name":"List `Category`s (Cause Areas)","id":"71b0f308-f76d-48ba-8abf-69b1d2c80e18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/causes/categories","description":"<p><code>Admin</code> <code>User</code></p>\n<p>Returns a list of all cause areas.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","causes","categories"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"6699c511-c63f-4bfe-8d5f-5a374987a992","name":"/api/causes/categories","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/causes/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 15:30:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"img-src 'self' data: https:;frame-ancestors 'self' https://www.giveindia.in bp42.com;default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"icon\": \"\",\n        \"name\": \"Advocacy\",\n        \"description\": \"Get involved by supporting a cause or policy you care about.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b6\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Advocacy-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Advocacy-Thumbnail.jpg\",\n        \"code\": \"advocacy\",\n        \"modifiedAt\": \"2021-11-01T08:34:57.670Z\",\n        \"sorting\": 0,\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b6\",\n        \"supportedByPayPal\": true\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Animals ar cats\",\n        \"description\": \"Give back to man’s best friend, or help bring your community access to the healing power of animals.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b1\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Animals-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Animals-Thumbnail.jpg\",\n        \"code\": \"animals\",\n        \"modifiedAt\": \"2022-05-09T15:11:49.749Z\",\n        \"sorting\": 0,\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b1\",\n        \"supportedByPayPal\": false\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Arts\",\n        \"description\": \"Tap into your creative side while giving back to your community.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b7\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Arts-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Arts-Thumbnail.jpg\",\n        \"code\": \"arts\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b7\",\n        \"supportedByPayPal\": true\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Cause Category NewKP\",\n        \"description\": \"Cause Category NewKP\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": true,\n        \"__t\": \"Category\",\n        \"_id\": \"61f1678439fb80ea4b0ce2f0\",\n        \"banner\": \"https://files.godeed.today/1643210557678_squirrel-6949263_1920.jpg\",\n        \"color\": \"#FFF000\",\n        \"sorting\": 0,\n        \"createdAt\": \"2022-01-26T15:23:48.530Z\",\n        \"modifiedAt\": \"2022-01-26T15:23:48.530Z\",\n        \"__v\": 0,\n        \"id\": \"61f1678439fb80ea4b0ce2f0\",\n        \"supportedByPayPal\": false\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Children\",\n        \"description\": \"Supporting this cause could lead to volunteering at youth clubs, schools, developmental centers, and more. Help the changing needs of children in communities.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b4\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/1570372172363_d72583ce-0cde-4610-be05-3ea71cfbee80.jpg\",\n        \"picture\": \"https://files.godeed.today/1570377638035_55252bf7-c489-4dd1-809d-0b2dcd75af76.jpg\",\n        \"code\": \"children\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b4\",\n        \"supportedByPayPal\": true\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Disabilities\",\n        \"description\": \"Empower people who have disabilities to find strength and success.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5bc\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Disabilities-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Disabilities-Thumbnail.jpg\",\n        \"code\": \"disabilities\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5bc\",\n        \"supportedByPayPal\": true\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Disaster Recovery\",\n        \"description\": \"Support communities to maintain or quickly resume mission-critical functions following a disaster.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"5f2c7483c7e38fa4ad11b276\",\n        \"updatedAt\": \"2020-08-06T21:46:47.717Z\",\n        \"createdAt\": \"2020-08-06T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/1596748590632_4f23cf0d-d58c-4f99-9055-addda238960b.jpg\",\n        \"picture\": \"https://files.godeed.today/1596748575385_eb8b6cba-5b4c-4c41-b2a2-452f8b96a983.jpg\",\n        \"code\": \"disasterrecovery\",\n        \"modifiedAt\": \"2021-10-27T10:39:43.798Z\",\n        \"sorting\": 0,\n        \"id\": \"5f2c7483c7e38fa4ad11b276\",\n        \"supportedByPayPal\": true\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Education\",\n        \"description\": \"Empower people with additional access and resources to education.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59fb3fb27585482ebdaf4cbb\",\n        \"updatedAt\": \"2017-11-02T15:54:47.717Z\",\n        \"createdAt\": \"2017-11-02T15:54:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Education-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Education-Thumbnail.jpg\",\n        \"code\": \"education\",\n        \"id\": \"59fb3fb27585482ebdaf4cbb\",\n        \"supportedByPayPal\": true\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Employment\",\n        \"description\": \"Provide resources to those who need employment.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b9\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Employment-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Employment-Thumbnail.jpg\",\n        \"code\": \"employment\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b9\",\n        \"supportedByPayPal\": true\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Environment\",\n        \"description\": \"Help save our environment! Help save our environment!\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b2\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Environment-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Environment-Thumbnail.jpg\",\n        \"code\": \"environment\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b2\",\n        \"supportedByPayPal\": true\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Food Access\",\n        \"description\": \"Help feed your community and provide them access to healthy food.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"5d371263e43af8b54ae4f2ea\",\n        \"updatedAt\": \"2018-06-15T21:54:47.717Z\",\n        \"createdAt\": \"2018-06-15T21:54:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Food-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Food-Thumbnail.jpg\",\n        \"code\": \"foodaccess\",\n        \"id\": \"5d371263e43af8b54ae4f2ea\",\n        \"supportedByPayPal\": true\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Health\",\n        \"description\": \"Healthy minds & healthy bodies = healthy communities.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5ba\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Health-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Health-Thumbnail.jpg\",\n        \"code\": \"health\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5ba\",\n        \"supportedByPayPal\": true\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Homelessness\",\n        \"description\": \"Provide much needed support and resources to the homeless.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b5\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Homelessness-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Homelessness-Thumbnail.jpg\",\n        \"code\": \"homelessness\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b5\",\n        \"supportedByPayPal\": true\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"LGBTQ\",\n        \"description\": \"Support your LGBTQ community with action, advocacy, and resources.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5bb\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/LGBTQ-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/LGBTQ-Thumbnail.jpg\",\n        \"code\": \"lgbtq\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5bb\",\n        \"supportedByPayPal\": false\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Mental Health\",\n        \"description\": \"Support those struggling with mental health issues.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b8\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Mental_Health-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Mental_Health-Thumbnail.jpg\",\n        \"code\": \"mentalhealth\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b8\",\n        \"supportedByPayPal\": false\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Mentoring\",\n        \"description\": \"Provide mentoring to students.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59fb3fa37585482ebdaf4cba\",\n        \"updatedAt\": \"2017-11-02T15:54:47.717Z\",\n        \"createdAt\": \"2017-11-02T15:54:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Mentor-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Mentor-Thumbnail.jpg\",\n        \"code\": \"mentoring\",\n        \"id\": \"59fb3fa37585482ebdaf4cba\",\n        \"supportedByPayPal\": false\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Politics\",\n        \"description\": \"Support political causes you care about.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5bd\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Politics-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Politics-Thumbnail.jpg\",\n        \"code\": \"politics\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5bd\",\n        \"supportedByPayPal\": false\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Seniors\",\n        \"description\": \"Give back to a vulnerable, and sometimes forgotten about, demographic.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5b3\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Seniors-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Seniors-Thumbnail.jpg\",\n        \"code\": \"seniors\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5b3\",\n        \"supportedByPayPal\": true\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Sports & Recreation\",\n        \"description\": \"The power of sport is real! Give back to your community through engaging in movement.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5be\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Sports-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Sports-Thumbnail.jpg\",\n        \"code\": \"sportsandrecreation\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5be\",\n        \"supportedByPayPal\": true\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Sustainability\",\n        \"description\": \"Support your community in being more sustainable and help save our environment!\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"5d371256e43af8b54ae4f2e9\",\n        \"updatedAt\": \"2018-06-15T21:54:47.717Z\",\n        \"createdAt\": \"2018-06-15T21:54:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Sustainability-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Sustainability-Thumbnail.jpg\",\n        \"code\": \"sustainability\",\n        \"id\": \"5d371256e43af8b54ae4f2e9\",\n        \"supportedByPayPal\": false\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Veterans\",\n        \"description\": \"Give back to those who were willing to sacrifice everything for our country.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5c0\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Veterans-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Veterans-Thumbnail.jpg\",\n        \"code\": \"veterans\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5c0\",\n        \"supportedByPayPal\": true\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Women\",\n        \"description\": \"Support, celebrate, and empower the women in our community.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"59e7cbc792b6a2fc1ac9e5bf\",\n        \"updatedAt\": \"2017-10-18T21:46:47.717Z\",\n        \"createdAt\": \"2017-10-18T21:46:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Women-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Women-Thumbnail.jpg\",\n        \"code\": \"women\",\n        \"id\": \"59e7cbc792b6a2fc1ac9e5bf\",\n        \"supportedByPayPal\": false\n    },\n    {\n        \"icon\": \"\",\n        \"name\": \"Youth\",\n        \"description\": \"Our kids are our future. Let’s invest in them!\",\n        \"gradient\": true,\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"__t\": \"Category\",\n        \"_id\": \"5b243424e61d8e3980c0f39b\",\n        \"updatedAt\": \"2018-06-15T21:54:47.717Z\",\n        \"createdAt\": \"2018-06-15T21:54:47.717Z\",\n        \"banner\": \"https://files.godeed.today/Causes/Youth-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Youth-Thumbnail.jpg\",\n        \"code\": \"youth\",\n        \"id\": \"5b243424e61d8e3980c0f39b\",\n        \"supportedByPayPal\": false\n    }\n]"}],"_postman_id":"71b0f308-f76d-48ba-8abf-69b1d2c80e18"},{"name":"Get `Cause`","id":"be171f61-b51b-4397-b265-e316c6f01b18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/causes/:id","description":"<p><code>Admin</code></p>\n<p>Get a specific cause.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","causes",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"c746104a-2cf9-4dc9-bc9a-def9b65700fb","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"631f519e9dfeed1acf82bab7","key":"id"}]}},"response":[{"id":"5989593b-ea1e-4372-bdc3-a841ec80e986","name":"/api/causes/:id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/causes/:id","host":["https://api.testing.joindeed.org"],"path":["api","causes",":id"],"variable":[{"key":"id","value":"631f519e9dfeed1acf82bab7","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 15:35:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"509"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"img-src 'self' data: https:;frame-ancestors 'self' https://www.giveindia.in bp42.com;default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"icon\": \"\",\n    \"name\": \"Advocacy\",\n    \"description\": \"Get involved by supporting a cause or policy you care about.\",\n    \"gradient\": true,\n    \"public\": true,\n    \"individualsOnly\": false,\n    \"__t\": \"Category\",\n    \"_id\": \"631f519e9dfeed1acf82bab7\",\n    \"banner\": \"https://files.godeed.today/Causes/Advocacy-Banner.jpg\",\n    \"picture\": \"https://files.godeed.today/Causes/Advocacy-Thumbnail.jpg\",\n    \"code\": \"advocacy\",\n    \"sorting\": 0,\n    \"createdAt\": \"2022-09-12T15:34:54.297Z\",\n    \"modifiedAt\": \"2022-09-12T15:34:54.297Z\",\n    \"__v\": 0,\n    \"id\": \"631f519e9dfeed1acf82bab7\",\n    \"nonprofits\": []\n}"}],"_postman_id":"be171f61-b51b-4397-b265-e316c6f01b18"},{"name":"Create `Cause`","id":"93f2376b-a200-495a-91c4-eca59825a6e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Advocacy\",\n    \"description\": \"Get involved by supporting a cause or policy you care about.\",\n    \"gradient\": true,\n    \"public\": true,\n    \"__t\": \"Category\",\n    \"individualsOnly\": false,\n    \"banner\": \"https://files.godeed.today/Causes/Advocacy-Banner.jpg\",\n    \"picture\": \"https://files.godeed.today/Causes/Advocacy-Thumbnail.jpg\",\n    \"code\": \"advocacy\",\n    \"sorting\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/causes","description":"<p><code>Admin</code></p>\n<p>Create a cause.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","causes"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"5c54040b-9ee0-480a-b8aa-e491a69a24da","name":"/api/causes","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"name\": \"Advocacy\",\n        \"description\": \"Get involved by supporting a cause or policy you care about.\",\n        \"gradient\": true,\n        \"public\": true,\n        \"__t\": \"Category\",\n        \"individualsOnly\": false,\n        \"banner\": \"https://files.godeed.today/Causes/Advocacy-Banner.jpg\",\n        \"picture\": \"https://files.godeed.today/Causes/Advocacy-Thumbnail.jpg\",\n        \"code\": \"advocacy\",\n        \"sorting\": 0\n    }","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/causes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 15:34:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"493"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"img-src 'self' data: https:;frame-ancestors 'self' https://www.giveindia.in bp42.com;default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"X-HTTP-Method-Override, Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"icon\": \"\",\n    \"_id\": \"631f519e9dfeed1acf82bab7\",\n    \"name\": \"Advocacy\",\n    \"description\": \"Get involved by supporting a cause or policy you care about.\",\n    \"gradient\": true,\n    \"public\": true,\n    \"individualsOnly\": false,\n    \"__t\": \"Category\",\n    \"banner\": \"https://files.godeed.today/Causes/Advocacy-Banner.jpg\",\n    \"picture\": \"https://files.godeed.today/Causes/Advocacy-Thumbnail.jpg\",\n    \"code\": \"advocacy\",\n    \"sorting\": 0,\n    \"createdAt\": \"2022-09-12T15:34:54.297Z\",\n    \"modifiedAt\": \"2022-09-12T15:34:54.297Z\",\n    \"__v\": 0,\n    \"id\": \"631f519e9dfeed1acf82bab7\"\n}"}],"_postman_id":"93f2376b-a200-495a-91c4-eca59825a6e3"},{"name":"Modify `Cause`","id":"d320e908-665d-4c6c-986d-659964d6082e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"icon\": \"woof\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/causes/:id","description":"<p><code>Admin</code></p>\n<p>Modify a specific cause.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","causes",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"0a42cd46-a692-43b0-978b-6a47c7384103","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"631f519e9dfeed1acf82bab7","key":"id"}]}},"response":[{"id":"50289cf2-34f9-41fe-a1c8-3ca6df7e0112","name":"/api/causes/:id","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"icon\": \"woof\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.testing.joindeed.org/api/causes/:id","host":["https://api.testing.joindeed.org"],"path":["api","causes",":id"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 15:35:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"513"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"img-src 'self' data: https:;frame-ancestors 'self' https://www.giveindia.in bp42.com;default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"icon\": \"woof\",\n    \"name\": \"Advocacy\",\n    \"description\": \"Get involved by supporting a cause or policy you care about.\",\n    \"gradient\": true,\n    \"public\": true,\n    \"individualsOnly\": false,\n    \"__t\": \"Category\",\n    \"_id\": \"631f519e9dfeed1acf82bab7\",\n    \"banner\": \"https://files.godeed.today/Causes/Advocacy-Banner.jpg\",\n    \"picture\": \"https://files.godeed.today/Causes/Advocacy-Thumbnail.jpg\",\n    \"code\": \"advocacy\",\n    \"sorting\": 0,\n    \"createdAt\": \"2022-09-12T15:34:54.297Z\",\n    \"modifiedAt\": \"2022-09-12T15:35:45.192Z\",\n    \"__v\": 0,\n    \"id\": \"631f519e9dfeed1acf82bab7\",\n    \"nonprofits\": []\n}"}],"_postman_id":"d320e908-665d-4c6c-986d-659964d6082e"},{"name":"Delete `Cause`","id":"f38e910b-ee96-40e6-9e3d-405e9b4641cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.testing.joindeed.org/api/causes/:id","description":"<p><code>Admin</code></p>\n<p>Delete a specific cause.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","causes",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"3290f481-2822-46f7-9256-165d473a7f83","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"631f519e9dfeed1acf82bab7","key":"id"}]}},"response":[{"id":"e0ceaa00-19f6-4fc4-adc2-80c6759d021c","name":"/api/causes/:id","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/causes/:id","host":["https://api.testing.joindeed.org"],"path":["api","causes",":id"],"variable":[{"key":"id","value":"631f519e9dfeed1acf82bab7","description":"(Required) "}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 12 Sep 2022 15:36:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"img-src 'self' data: https:;frame-ancestors 'self' https://www.giveindia.in bp42.com;default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f38e910b-ee96-40e6-9e3d-405e9b4641cf"}],"id":"279b45fb-a2b7-41e9-8af9-c089c683290f","description":"<p>Fetch and manage cause areas.</p>\n","_postman_id":"279b45fb-a2b7-41e9-8af9-c089c683290f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Campaigns","item":[{"name":"List `Campaign`s","id":"c9f2cf24-94d7-4bfe-8c7e-0a2386d5de5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/campaigns","description":"<p><code>Admin</code> <code>User</code></p>\n<p>Returns a list of all (admins) or active (users) campaigns.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","campaigns"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"659e79c6-2b63-4395-a63c-1e92079ca09e","name":"/api/campaigns","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/campaigns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 13:54:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"contentSorting\": {\n            \"items\": {\n                \"fundraisers\": [],\n                \"volunteering\": [],\n                \"events\": [],\n                \"nonprofits\": []\n            },\n            \"sections\": []\n        },\n        \"title\": \"12 3333\",\n        \"description\": \"12 ram pampam 23\",\n        \"cta\": \"12\",\n        \"totalHeadline\": \"sad\",\n        \"totalText\": \"csdfadfasd\",\n        \"backgroundImage\": \"\",\n        \"public\": false,\n        \"individualsOnly\": false,\n        \"customFont\": \"\",\n        \"linkOnly\": true,\n        \"organizations\": [],\n        \"nonprofits\": [],\n        \"goalCurrencyCode\": \"USD\",\n        \"contentLocationFiltering\": false,\n        \"_id\": \"60814211a345eb847678456b\",\n        \"name\": \"12 3333\",\n        \"tagline\": \"12 ram pampam 23\",\n        \"__v\": 0,\n        \"bannerRectangle\": \"\",\n        \"bannerSquare\": \"\",\n        \"colorA\": \"#ff0000\",\n        \"colorB\": \"#ff0000\",\n        \"sorting\": 3,\n        \"modifiedAt\": \"2021-08-04T11:39:22.704Z\",\n        \"nameColor\": \"#000000\",\n        \"startingAt\": \"2021-04-30T22:00:00.000Z\",\n        \"endingAt\": \"2021-05-31T21:59:59.999Z\",\n        \"createdAt\": \"2021-04-01T14:39:53.913Z\",\n        \"backgroundColor\": \"#ff0aff\",\n        \"ctaButtonColor\": \"#000000\",\n        \"ctaTextColor\": \"#ffffff\",\n        \"backgroundHeroColor\": \"#ff0aff\",\n        \"backgroundDeedsColor\": \"#ff0aff\",\n        \"isActive\": false,\n        \"id\": \"60814211a345eb847678456b\",\n        \"shareLink\": \"http://localhost:3000/campaign/60814211a345eb847678456b\",\n        \"nonprofitDonations\": []\n    }\n]"}],"_postman_id":"c9f2cf24-94d7-4bfe-8c7e-0a2386d5de5e"},{"name":"Get `Campaign`","id":"ef77c65a-ca8e-4462-9804-bded409e49d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/campaigns/:id","description":"<p><code>Admin</code></p>\n<p>Get a specific campaign.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","campaigns",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"67b87c1e-7ce9-4c2a-9762-269bf9fb0fb4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"63208dd96b0c996f642d3d14","key":"id"}]}},"response":[{"id":"19e96b60-0eec-479a-b809-bea5960a03d9","name":"/api/campaigns/:id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/campaigns/:id","host":["https://api.testing.joindeed.org"],"path":["api","campaigns",":id"],"variable":[{"key":"id","value":"63208dd96b0c996f642d3d14","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 14:05:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"contentSorting\": {\n        \"items\": {\n            \"fundraisers\": [],\n            \"volunteering\": [],\n            \"events\": [],\n            \"nonprofits\": []\n        },\n        \"sections\": []\n    },\n    \"title\": \"title\",\n    \"description\": \"tagline\",\n    \"cta\": \"call to action\",\n    \"totalHeadline\": \"title\",\n    \"totalText\": \"description\",\n    \"backgroundImage\": \"\",\n    \"public\": false,\n    \"individualsOnly\": false,\n    \"customFont\": \"\",\n    \"linkOnly\": false,\n    \"organizations\": [],\n    \"nonprofits\": [],\n    \"locationsExclude\": true,\n    \"locations\": [],\n    \"goalCurrencyCode\": \"USD\",\n    \"contentLocationFiltering\": false,\n    \"_id\": \"63208dd96b0c996f642d3d14\",\n    \"ctaButtonColor\": \"#999999\",\n    \"sorting\": -1,\n    \"ctaTextColor\": \"#cccccc\",\n    \"startingAt\": \"2022-09-13T00:00:00.000Z\",\n    \"nameColor\": \"#666666\",\n    \"endingAt\": \"2022-12-31T23:59:59.999Z\",\n    \"backgroundHeroColor\": \"#ffffff\",\n    \"colorA\": \"#000000\",\n    \"colorB\": \"#333333\",\n    \"organization\": {\n        \"providers\": [\n            \"saml\"\n        ],\n        \"__t\": \"Company\",\n        \"_id\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"AIR\",\n        \"name\": \"Team Deed\",\n        \"brandColor\": \"#FF385C\",\n        \"mainPicture\": \"\",\n        \"logo\": \"https://files.godeed.today/1601307904662_72a3c143-2e32-4790-aa09-3817ddec0209.png\",\n        \"splashBackgroundImage\": \"https://images.unsplash.com/photo-1490079034884-0a75f878d438?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1920&q=50\",\n        \"appVanityDomain\": null,\n        \"feeCovered\": null,\n        \"id\": \"5eb4808168abec18c3d8fbd9\",\n        \"banner\": \"\",\n        \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n    },\n    \"createdAt\": \"2022-09-13T14:04:09.660Z\",\n    \"modifiedAt\": \"2022-09-13T14:04:09.660Z\",\n    \"company\": {\n        \"providers\": [\n            \"saml\"\n        ],\n        \"__t\": \"Company\",\n        \"_id\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"AIR\",\n        \"name\": \"Team Deed\",\n        \"brandColor\": \"#FF385C\",\n        \"mainPicture\": \"\",\n        \"logo\": \"https://files.godeed.today/1601307904662_72a3c143-2e32-4790-aa09-3817ddec0209.png\",\n        \"splashBackgroundImage\": \"https://images.unsplash.com/photo-1490079034884-0a75f878d438?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1920&q=50\",\n        \"appVanityDomain\": null,\n        \"feeCovered\": null,\n        \"id\": \"5eb4808168abec18c3d8fbd9\",\n        \"banner\": \"\",\n        \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n    },\n    \"__v\": 0,\n    \"backgroundColor\": \"#ffffff\",\n    \"isActive\": true,\n    \"id\": \"63208dd96b0c996f642d3d14\",\n    \"shareLink\": \"http://localhost:3000/campaign/63208dd96b0c996f642d3d14\",\n    \"nonprofitDonations\": [],\n    \"deeds\": [],\n    \"name\": \"title\",\n    \"tagline\": \"tagline\"\n}"}],"_postman_id":"ef77c65a-ca8e-4462-9804-bded409e49d7"},{"name":"Get `Campaign` Info","id":"313fc4be-a4b8-4be0-80ae-226cd953c630","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/campaigns/:id/info","description":"<p><code>Admin</code> <code>User</code></p>\n<p>Get info about a specific campaign.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","campaigns",":id","info"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"67b87c1e-7ce9-4c2a-9762-269bf9fb0fb4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"63208dd96b0c996f642d3d14","key":"id"}]}},"response":[],"_postman_id":"313fc4be-a4b8-4be0-80ae-226cd953c630"},{"name":"Get `Campaign` Stats","id":"122fe02b-228b-4397-aca0-2e604d79d958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/campaigns/:id/stats","description":"<p><code>Admin</code> <code>User</code></p>\n<p>Get stats about a specific campaign.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","campaigns",":id","stats"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"67b87c1e-7ce9-4c2a-9762-269bf9fb0fb4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"63208dd96b0c996f642d3d14","key":"id"}]}},"response":[],"_postman_id":"122fe02b-228b-4397-aca0-2e604d79d958"},{"name":"List `Nonprofit`s for `Campaign`","id":"3a017253-541a-4d2a-b71c-2874b0222fb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/campaigns/:id/nonprofits","description":"<p><code>Admin</code> <code>User</code></p>\n<p>Get a list of nonprofits associated with a specific campaign.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","campaigns",":id","nonprofits"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"67b87c1e-7ce9-4c2a-9762-269bf9fb0fb4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"63208dd96b0c996f642d3d14","key":"id"}]}},"response":[],"_postman_id":"3a017253-541a-4d2a-b71c-2874b0222fb4"},{"name":"List `Deed`s for `Campaign`","id":"f7f3d29b-0304-4d62-b666-17918a3c6477","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/deeds/campaign/:id","description":"<p><code>Admin</code> <code>User</code></p>\n<p>Get a list of deeds associated with a specific campaign.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds","campaign",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"422758ef-6560-4581-a011-adede58932d7","description":{"content":"<p>Required: A campaign to return associated deeds for</p>\n","type":"text/plain"},"type":"any","value":"60d593518e7f36473af8d401","key":"id"}]}},"response":[{"id":"1de4569b-5efe-4566-a573-6e2e2c24148b","name":"/api/deeds/campaign/:id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/deeds/campaign/:id","host":["https://api.testing.joindeed.org"],"path":["api","deeds","campaign",":id"],"variable":[{"key":"id","value":"60d593518e7f36473af8d401","description":"Required: A campaign to return associated deeds for"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Sep 2022 09:29:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"campaign\": {\n        \"contentSorting\": {\n            \"items\": {\n                \"fundraisers\": [],\n                \"volunteering\": [],\n                \"events\": [],\n                \"nonprofits\": []\n            },\n            \"sections\": []\n        },\n        \"title\": \"Woof?\",\n        \"description\": \"Meow.\",\n        \"cta\": \"Grr.\",\n        \"totalHeadline\": \"Rawr.\",\n        \"totalText\": \"Argh.\",\n        \"backgroundImage\": \"https://files.godeed.today/1624609648208_20190630195354_D3S_3182.jpg\",\n        \"public\": true,\n        \"individualsOnly\": false,\n        \"customFont\": \"\",\n        \"linkOnly\": false,\n        \"organizations\": [],\n        \"nonprofits\": [\n            {\n                \"_id\": \"5ec839c518777677fc4119a8\",\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"name\": \"Athlete Ally\",\n                \"email\": \"noreply@joindeed\",\n                \"locationObject\": {\n                    \"address\": \"601 West 26th Street, Suite 325-43\",\n                    \"city\": \"New York\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10001\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"mainPicture\": \"https://files.godeed.today/1590182735997_e99a6018-39da-4722-8553-c1d66a1abd01.png\",\n                \"acceptsDonations\": true,\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5ec839c518777677fc4119a8\",\n                \"matchingRuleId\": \"62137860ab276b5d4474097f\",\n                \"matchingBudgetId\": \"621377cdab276b5d44740661\",\n                \"matchingPercentage\": 100,\n                \"matchingPaymentMethods\": [],\n                \"matchingPaymentMethodsExclude\": true,\n                \"matchingMaximumCurrencies\": {\n                    \"EUR\": 10021.77,\n                    \"USD\": 10000,\n                    \"CAD\": 13167.310000000001,\n                    \"GBP\": 8693.66,\n                    \"AUD\": 14834.5,\n                    \"RON\": 49330.99999999999,\n                    \"SGD\": 14062.429999999998,\n                    \"INR\": 796027.5,\n                    \"HKD\": 78495.93,\n                    \"NZD\": 16661.59,\n                    \"BRL\": 51908.76,\n                    \"MXN\": 200500.45,\n                    \"JPY\": 1444531.1111,\n                    \"DKK\": 74528.56,\n                    \"PLN\": 47297.380000000005,\n                    \"NOK\": 101078.43000000001,\n                    \"SEK\": 106911.43000000001,\n                    \"HUF\": 4003624.6799999997,\n                    \"CZK\": 246028.58000000002,\n                    \"CHF\": 9606.49,\n                    \"ILS\": 34241.41,\n                    \"ZAR\": 174449.47,\n                    \"TRY\": 182545.15999999997,\n                    \"ARS\": 1425885.64,\n                    \"CLP\": 9178004.24,\n                    \"PEN\": 38532.79,\n                    \"COP\": 44491600.6,\n                    \"BOB\": 69072.59,\n                    \"CNY\": 69251,\n                    \"KRW\": 13937500,\n                    \"PHP\": 571750.02,\n                    \"THB\": 366165,\n                    \"KZT\": 4724506.390000001,\n                    \"UAH\": 369192.01999999996,\n                    \"CRC\": 6359598.55,\n                    \"IDR\": 149875000,\n                    \"VND\": 235571273.38\n                }\n            },\n            {\n                \"_id\": \"5b2c064948d6d9489f13d132\",\n                \"name\": \"IRCO\",\n                \"email\": \"noreply@joindeed\",\n                \"__t\": \"Nonprofit\",\n                \"pictures\": [\n                    \"https://files.godeed.today/1531238150595_2311517c-ca84-4410-8b58-35d88a85d326.jpg\"\n                ],\n                \"locationObject\": {\n                    \"address\": \"8040 NE Sandy Blvd\",\n                    \"area\": \"Northeast Portland\",\n                    \"city\": \"Portland\",\n                    \"state\": \"OR\",\n                    \"postalCode\": \"97213\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"OR\"\n                },\n                \"mainPicture\": \"https://files.godeed.today/1531238151570_c2277697-c15c-4410-8618-8fc99a180336.png\",\n                \"id\": \"5b2c064948d6d9489f13d132\",\n                \"matchingRuleId\": \"62137860ab276b5d4474097f\",\n                \"matchingBudgetId\": \"621377cdab276b5d44740661\",\n                \"matchingPercentage\": 100,\n                \"matchingPaymentMethods\": [],\n                \"matchingPaymentMethodsExclude\": true,\n                \"matchingMaximumCurrencies\": {\n                    \"EUR\": 10021.77,\n                    \"USD\": 10000,\n                    \"CAD\": 13167.310000000001,\n                    \"GBP\": 8693.66,\n                    \"AUD\": 14834.5,\n                    \"RON\": 49330.99999999999,\n                    \"SGD\": 14062.429999999998,\n                    \"INR\": 796027.5,\n                    \"HKD\": 78495.93,\n                    \"NZD\": 16661.59,\n                    \"BRL\": 51908.76,\n                    \"MXN\": 200500.45,\n                    \"JPY\": 1444531.1111,\n                    \"DKK\": 74528.56,\n                    \"PLN\": 47297.380000000005,\n                    \"NOK\": 101078.43000000001,\n                    \"SEK\": 106911.43000000001,\n                    \"HUF\": 4003624.6799999997,\n                    \"CZK\": 246028.58000000002,\n                    \"CHF\": 9606.49,\n                    \"ILS\": 34241.41,\n                    \"ZAR\": 174449.47,\n                    \"TRY\": 182545.15999999997,\n                    \"ARS\": 1425885.64,\n                    \"CLP\": 9178004.24,\n                    \"PEN\": 38532.79,\n                    \"COP\": 44491600.6,\n                    \"BOB\": 69072.59,\n                    \"CNY\": 69251,\n                    \"KRW\": 13937500,\n                    \"PHP\": 571750.02,\n                    \"THB\": 366165,\n                    \"KZT\": 4724506.390000001,\n                    \"UAH\": 369192.01999999996,\n                    \"CRC\": 6359598.55,\n                    \"IDR\": 149875000,\n                    \"VND\": 235571273.38\n                }\n            },\n            {\n                \"_id\": \"5dc04df217f5e775a1e84705\",\n                \"pictures\": [\n                    \"https://files.godeed.today/1573498328177_9fdc4b4c-9c48-45c4-86b8-861d5a60d9dd.jpeg\"\n                ],\n                \"__t\": \"Nonprofit\",\n                \"name\": \"Big Projekt\",\n                \"email\": \"noreply@joindeed\",\n                \"locationObject\": {\n                    \"address\": \"123B Gebbertstraße\",\n                    \"area\": \"Erlangen\",\n                    \"city\": \"Erlangen\",\n                    \"state\": \"Bayern\",\n                    \"postalCode\": \"91058\",\n                    \"country\": \"Germany\",\n                    \"countryCode\": \"DE\",\n                    \"stateCode\": \"DE-BY\"\n                },\n                \"mainPicture\": \"https://files.godeed.today/1573498301693_a7d717f9-5232-4af8-a1f5-126736d8e188.jpg\",\n                \"acceptsDonations\": true,\n                \"id\": \"5dc04df217f5e775a1e84705\",\n                \"matchingRuleId\": \"62137860ab276b5d4474097f\",\n                \"matchingBudgetId\": \"621377cdab276b5d44740661\",\n                \"matchingPercentage\": 100,\n                \"matchingPaymentMethods\": [],\n                \"matchingPaymentMethodsExclude\": true,\n                \"matchingMaximumCurrencies\": {\n                    \"EUR\": 10021.77,\n                    \"USD\": 10000,\n                    \"CAD\": 13167.310000000001,\n                    \"GBP\": 8693.66,\n                    \"AUD\": 14834.5,\n                    \"RON\": 49330.99999999999,\n                    \"SGD\": 14062.429999999998,\n                    \"INR\": 796027.5,\n                    \"HKD\": 78495.93,\n                    \"NZD\": 16661.59,\n                    \"BRL\": 51908.76,\n                    \"MXN\": 200500.45,\n                    \"JPY\": 1444531.1111,\n                    \"DKK\": 74528.56,\n                    \"PLN\": 47297.380000000005,\n                    \"NOK\": 101078.43000000001,\n                    \"SEK\": 106911.43000000001,\n                    \"HUF\": 4003624.6799999997,\n                    \"CZK\": 246028.58000000002,\n                    \"CHF\": 9606.49,\n                    \"ILS\": 34241.41,\n                    \"ZAR\": 174449.47,\n                    \"TRY\": 182545.15999999997,\n                    \"ARS\": 1425885.64,\n                    \"CLP\": 9178004.24,\n                    \"PEN\": 38532.79,\n                    \"COP\": 44491600.6,\n                    \"BOB\": 69072.59,\n                    \"CNY\": 69251,\n                    \"KRW\": 13937500,\n                    \"PHP\": 571750.02,\n                    \"THB\": 366165,\n                    \"KZT\": 4724506.390000001,\n                    \"UAH\": 369192.01999999996,\n                    \"CRC\": 6359598.55,\n                    \"IDR\": 149875000,\n                    \"VND\": 235571273.38\n                }\n            },\n            {\n                \"_id\": \"5f54eee68aa79c34184c5914\",\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"name\": \"Cat Welfare Society\",\n                \"locationObject\": {\n                    \"address\": \"98 Club St\",\n                    \"area\": \"Outram\",\n                    \"city\": \"Singapore\",\n                    \"postalCode\": \"69467\",\n                    \"country\": \"Singapore\",\n                    \"countryCode\": \"SG\"\n                },\n                \"acceptsDonations\": true,\n                \"mainPicture\": \"https://files.godeed.today/1599460457451_Screenshot2020-09-07at2.33.03PM.png\",\n                \"email\": \"randy@joindeed.com\",\n                \"id\": \"5f54eee68aa79c34184c5914\",\n                \"_isPartner\": {\n                    \"count\": 1\n                },\n                \"matchingRuleId\": \"62137860ab276b5d4474097f\",\n                \"matchingBudgetId\": \"621377cdab276b5d44740661\",\n                \"matchingPercentage\": 100,\n                \"matchingPaymentMethods\": [],\n                \"matchingPaymentMethodsExclude\": true,\n                \"matchingMaximumCurrencies\": {\n                    \"EUR\": 10021.77,\n                    \"USD\": 10000,\n                    \"CAD\": 13167.310000000001,\n                    \"GBP\": 8693.66,\n                    \"AUD\": 14834.5,\n                    \"RON\": 49330.99999999999,\n                    \"SGD\": 14062.429999999998,\n                    \"INR\": 796027.5,\n                    \"HKD\": 78495.93,\n                    \"NZD\": 16661.59,\n                    \"BRL\": 51908.76,\n                    \"MXN\": 200500.45,\n                    \"JPY\": 1444531.1111,\n                    \"DKK\": 74528.56,\n                    \"PLN\": 47297.380000000005,\n                    \"NOK\": 101078.43000000001,\n                    \"SEK\": 106911.43000000001,\n                    \"HUF\": 4003624.6799999997,\n                    \"CZK\": 246028.58000000002,\n                    \"CHF\": 9606.49,\n                    \"ILS\": 34241.41,\n                    \"ZAR\": 174449.47,\n                    \"TRY\": 182545.15999999997,\n                    \"ARS\": 1425885.64,\n                    \"CLP\": 9178004.24,\n                    \"PEN\": 38532.79,\n                    \"COP\": 44491600.6,\n                    \"BOB\": 69072.59,\n                    \"CNY\": 69251,\n                    \"KRW\": 13937500,\n                    \"PHP\": 571750.02,\n                    \"THB\": 366165,\n                    \"KZT\": 4724506.390000001,\n                    \"UAH\": 369192.01999999996,\n                    \"CRC\": 6359598.55,\n                    \"IDR\": 149875000,\n                    \"VND\": 235571273.38\n                }\n            }\n        ],\n        \"locationsExclude\": true,\n        \"locations\": [],\n        \"goalCurrencyCode\": \"USD\",\n        \"contentLocationFiltering\": false,\n        \"_id\": \"60d593518e7f36473af8d401\",\n        \"name\": \"Woof?\",\n        \"tagline\": \"Meow.\",\n        \"ctaButtonColor\": \"#000000\",\n        \"sorting\": -1,\n        \"ctaTextColor\": \"#ef5677\",\n        \"startingAt\": \"2022-06-25T00:00:00.000Z\",\n        \"nameColor\": \"#ef5677\",\n        \"endingAt\": \"2022-12-31T23:59:59.999Z\",\n        \"colorA\": \"#777777\",\n        \"colorB\": \"#ef5677\",\n        \"organization\": \"5b23fba90c13d07c4bf46d59\",\n        \"createdAt\": \"2021-06-25T08:26:57.132Z\",\n        \"modifiedAt\": \"2021-11-10T04:09:01.899Z\",\n        \"company\": {\n            \"providers\": [\n                \"openidconnect\",\n                \"local\"\n            ],\n            \"__t\": \"Company\",\n            \"_id\": \"5b23fba90c13d07c4bf46d59\",\n            \"name\": \"Deed Co.\",\n            \"mainPicture\": \"https://files.godeed.today/1587617614669_BOS_BLACK.png\",\n            \"logo\": \"https://files.godeed.today/1575538350202_27f7bd24-4185-4c06-b4fb-b3f60cd3f71a.jpg\",\n            \"brandColor\": \"#000000\",\n            \"donationAmountOptions\": [\n                20,\n                30,\n                50,\n                100\n            ],\n            \"feeCovered\": null,\n            \"id\": \"5b23fba90c13d07c4bf46d59\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5b23fba90c13d07c4bf46d59\"\n        },\n        \"__v\": 0,\n        \"backgroundDeedsColor\": \"\",\n        \"backgroundHeroColor\": \"\",\n        \"bannerRectangle\": \"\",\n        \"bannerSquare\": \"\",\n        \"backgroundColor\": \"#7815f5\",\n        \"isActive\": true,\n        \"id\": \"60d593518e7f36473af8d401\",\n        \"shareLink\": \"http://localhost:3000/campaign/60d593518e7f36473af8d401\",\n        \"nonprofitDonations\": [\n            {\n                \"privacy\": \"Public\",\n                \"_id\": \"6093ce16d78eee222c3f8cdd\",\n                \"user\": {\n                    \"fullName\": {\n                        \"first\": \"Jane\",\n                        \"last\": \"Doe\"\n                    },\n                    \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n                    \"__t\": \"User\",\n                    \"_id\": \"5ed6527c0814271ce454a3bf\",\n                    \"totalImpact\": 0,\n                    \"volunteerMinutes\": 0,\n                    \"deeds\": 0,\n                    \"id\": \"5ed6527c0814271ce454a3bf\",\n                    \"profile\": {\n                        \"name\": \"Jane Doe\",\n                        \"role\": \"User\"\n                    },\n                    \"token\": {\n                        \"_id\": \"5ed6527c0814271ce454a3bf\",\n                        \"role\": \"User\"\n                    },\n                    \"name\": \"Jane Doe\",\n                    \"features\": {\n                        \"volunteering\": true,\n                        \"donations\": true,\n                        \"recurringDonations\": true\n                    }\n                },\n                \"amount\": 25,\n                \"amountCurrencies\": {\n                    \"USD\": 25,\n                    \"EUR\": 20.819399999999998,\n                    \"CHF\": 22.8398,\n                    \"GBP\": 17.976675,\n                    \"CAD\": 30.65625,\n                    \"AUD\": 32.299775,\n                    \"RON\": 102.545,\n                    \"SGD\": 33.4115,\n                    \"INR\": 1848.8127250000002,\n                    \"HKD\": 194.220125,\n                    \"NZD\": 34.6491,\n                    \"BRL\": 133.8425,\n                    \"MXN\": 506.417275,\n                    \"JPY\": 2733.415625,\n                    \"DKK\": 154.811775,\n                    \"PLN\": 95.33460000000001,\n                    \"NOK\": 208.83942499999998,\n                    \"SEK\": 212.204,\n                    \"HUF\": 7472.957825,\n                    \"CZK\": 537.12355,\n                    \"ILS\": 81.61524999999999,\n                    \"ZAR\": 359.0025,\n                    \"TRY\": 208.100825,\n                    \"ARS\": 2341.3625,\n                    \"CLP\": 17627.487975,\n                    \"PEN\": 95.76967499999999,\n                    \"COP\": 95802.250325,\n                    \"BOB\": 172.6411,\n                    \"CNY\": 161.98999999999998,\n                    \"KRW\": 28141.1953,\n                    \"PHP\": 1200.07105,\n                    \"THB\": 780.4,\n                    \"KZT\": 10664.82495,\n                    \"UAH\": 692.9951,\n                    \"CRC\": 15380.943675,\n                    \"IDR\": 358547.989575,\n                    \"VND\": 576887.7358499999\n                },\n                \"currency\": \"USD\",\n                \"company\": \"5b23fba90c13d07c4bf46d59\",\n                \"createdAt\": \"2021-05-06T11:08:06.396Z\",\n                \"date\": \"2021-05-06T11:08:06.396Z\",\n                \"campaign\": \"60d593518e7f36473af8d401\",\n                \"matchedAmount\": 250,\n                \"matchedAmountCurrencies\": {\n                    \"USD\": 250,\n                    \"EUR\": 211.97674999999998,\n                    \"CHF\": 228.96075,\n                    \"GBP\": 180.4295,\n                    \"CAD\": 313.34675,\n                    \"AUD\": 340.44475,\n                    \"RON\": 1040.95,\n                    \"SGD\": 338.88649999999996,\n                    \"INR\": 18566.57325,\n                    \"HKD\": 1945.68,\n                    \"NZD\": 355.68725,\n                    \"BRL\": 1312.25,\n                    \"MXN\": 4974.3885,\n                    \"JPY\": 27359.225,\n                    \"DKK\": 1576.35875,\n                    \"PLN\": 967.77125,\n                    \"NOK\": 2203.065,\n                    \"SEK\": 2160.89125,\n                    \"HUF\": 74709.68375,\n                    \"CZK\": 5387.150000000001,\n                    \"ILS\": 803.89,\n                    \"ZAR\": 3682.84375,\n                    \"TRY\": 2129.7375,\n                    \"ARS\": 24154.79825,\n                    \"CLP\": 193997.14825,\n                    \"PEN\": 1017.0615,\n                    \"COP\": 961082.137,\n                    \"BOB\": 1716.926,\n                    \"CNY\": 1619.3999999999999,\n                    \"KRW\": 291329.83324999997,\n                    \"PHP\": 12639.109250000001,\n                    \"THB\": 8345.4835,\n                    \"KZT\": 105909.302,\n                    \"UAH\": 6646.29775,\n                    \"CRC\": 154774.7545,\n                    \"IDR\": 3594575,\n                    \"VND\": 5686309.864\n                },\n                \"id\": \"6093ce16d78eee222c3f8cdd\",\n                \"nonprofit\": false,\n                \"processedAt\": \"2021-05-06T11:08:06.396Z\"\n            }\n        ],\n        \"campaignStats\": {\n            \"employeesAmountCurrencies\": {},\n            \"matchedAmountCurrencies\": {\n                \"USD\": 250,\n                \"EUR\": 211.97674999999998,\n                \"CHF\": 228.96075,\n                \"GBP\": 180.4295,\n                \"CAD\": 313.34675,\n                \"AUD\": 340.44475,\n                \"RON\": 1040.95,\n                \"SGD\": 338.88649999999996,\n                \"INR\": 18566.57325,\n                \"HKD\": 1945.68,\n                \"NZD\": 355.68725,\n                \"BRL\": 1312.25,\n                \"MXN\": 4974.3885,\n                \"JPY\": 27359.225,\n                \"DKK\": 1576.35875,\n                \"PLN\": 967.77125,\n                \"NOK\": 2203.065,\n                \"SEK\": 2160.89125,\n                \"HUF\": 74709.68375,\n                \"CZK\": 5387.150000000001,\n                \"ILS\": 803.89,\n                \"ZAR\": 3682.84375,\n                \"TRY\": 2129.7375,\n                \"ARS\": 24154.79825,\n                \"CLP\": 193997.14825,\n                \"PEN\": 1017.0615,\n                \"COP\": 961082.137,\n                \"BOB\": 1716.926,\n                \"CNY\": 1619.3999999999999,\n                \"KRW\": 291329.83324999997,\n                \"PHP\": 12639.109250000001,\n                \"THB\": 8345.4835,\n                \"KZT\": 105909.302,\n                \"UAH\": 6646.29775,\n                \"CRC\": 154774.7545,\n                \"IDR\": 3594575,\n                \"VND\": 5686309.864\n            },\n            \"otherAmountCurrencies\": {\n                \"USD\": 34462.44,\n                \"EUR\": 32057.6813134,\n                \"CHF\": 32960.21156664,\n                \"GBP\": 27242.19976784,\n                \"CAD\": 43796.83467376,\n                \"AUD\": 48025.93446528001,\n                \"RON\": 156077.11748000002,\n                \"SGD\": 47138.51375592,\n                \"INR\": 2672780.9688301203,\n                \"HKD\": 266159.48269940005,\n                \"NZD\": 51765.29547616,\n                \"BRL\": 163213.69389899998,\n                \"MXN\": 674625.4262275199,\n                \"JPY\": 4373062.443424356,\n                \"DKK\": 238469.09033300006,\n                \"PLN\": 146554.36144716002,\n                \"NOK\": 325564.4384920401,\n                \"SEK\": 337803.65734756,\n                \"HUF\": 12630209.62441724,\n                \"CZK\": 791796.765496,\n                \"ILS\": 115254.7089786,\n                \"ZAR\": 536859.862103,\n                \"TRY\": 561338.770304,\n                \"ARS\": 4092262.9576188796,\n                \"CLP\": 28480033.455579996,\n                \"PEN\": 125889.60392240001,\n                \"COP\": 134600561.21307567,\n                \"BOB\": 236263.02084123998,\n                \"CNY\": 230226.85987200003,\n                \"KRW\": 43048707.13376884,\n                \"PHP\": 1799864.92534012,\n                \"THB\": 1174175.2330500002,\n                \"KZT\": 14951770.84123516,\n                \"UAH\": 1014799.82376852,\n                \"CRC\": 23201681.795202278,\n                \"IDR\": 500517036.7807575,\n                \"VND\": 798926770.22094\n            },\n            \"goalAmountCurrencies\": {\n                \"EUR\": 257.615,\n                \"USD\": 300,\n                \"CAD\": 378.7912,\n                \"GBP\": 219.3132,\n                \"AUD\": 407.5694,\n                \"RON\": 1271.63,\n                \"SGD\": 406.22569999999996,\n                \"INR\": 22353.3845,\n                \"HKD\": 2333.0723,\n                \"NZD\": 433.3061,\n                \"BRL\": 1594.1574,\n                \"MXN\": 6034.206,\n                \"JPY\": 33515.125,\n                \"DKK\": 1915.8678,\n                \"PLN\": 1177.5600000000002,\n                \"NOK\": 2645.8887999999997,\n                \"SEK\": 2632.8702000000003,\n                \"HUF\": 93266.17730000001,\n                \"CZK\": 6546.085000000001,\n                \"CHF\": 274.9329,\n                \"ILS\": 967.2389000000001,\n                \"ZAR\": 4469.6623,\n                \"TRY\": 3056.1384,\n                \"ARS\": 29490.2444,\n                \"CLP\": 236320.0442,\n                \"PEN\": 1188.8576,\n                \"COP\": 1169351.1217999998,\n                \"BOB\": 2070.6858,\n                \"CNY\": 1933.8899999999999,\n                \"KRW\": 348178.6165,\n                \"PHP\": 15136.645400000001,\n                \"THB\": 9879.2957,\n                \"KZT\": 129525.5047,\n                \"UAH\": 8181.4464,\n                \"CRC\": 188239.0527,\n                \"IDR\": 4330290,\n                \"VND\": 6881837.8277\n            },\n            \"totalRaisedCurrencies\": {\n                \"USD\": 34737.44,\n                \"EUR\": 32290.477463400002,\n                \"CHF\": 33212.01211664,\n                \"GBP\": 27440.60594284,\n                \"CAD\": 44140.83767376,\n                \"AUD\": 48398.67899028001,\n                \"RON\": 157220.61248000004,\n                \"SGD\": 47510.81175592,\n                \"INR\": 2693196.3548051203,\n                \"HKD\": 268299.38282440003,\n                \"NZD\": 52155.63182616,\n                \"BRL\": 164659.78639899998,\n                \"MXN\": 680106.2320025199,\n                \"JPY\": 4403155.084049356,\n                \"DKK\": 240200.26085800008,\n                \"PLN\": 147617.46729716,\n                \"NOK\": 327976.3429170401,\n                \"SEK\": 340176.75259756,\n                \"HUF\": 12712392.26599224,\n                \"CZK\": 797721.039046,\n                \"ILS\": 116140.2142286,\n                \"ZAR\": 540901.708353,\n                \"TRY\": 563676.608629,\n                \"ARS\": 4118759.1183688794,\n                \"CLP\": 28691658.091804996,\n                \"PEN\": 127002.43509740001,\n                \"COP\": 135657445.60040066,\n                \"BOB\": 238152.58794124,\n                \"CNY\": 232008.24987200001,\n                \"KRW\": 43368178.16231884,\n                \"PHP\": 1813704.1056401199,\n                \"THB\": 1183301.1165500002,\n                \"KZT\": 15068344.96818516,\n                \"UAH\": 1022139.11661852,\n                \"CRC\": 23371837.49337728,\n                \"IDR\": 504470159.7703325,\n                \"VND\": 805189967.8207899\n            },\n            \"donatedByUsersAmountCurrencies\": {\n                \"USD\": 34487.44,\n                \"EUR\": 32078.5007134,\n                \"CHF\": 32983.05136664,\n                \"GBP\": 27260.176442840002,\n                \"CAD\": 43827.49092376,\n                \"AUD\": 48058.234240280006,\n                \"RON\": 156179.66248000003,\n                \"SGD\": 47171.92525592,\n                \"INR\": 2674629.7815551204,\n                \"HKD\": 266353.70282440004,\n                \"NZD\": 51799.94457616,\n                \"BRL\": 163347.53639899998,\n                \"MXN\": 675131.8435025199,\n                \"JPY\": 4375795.859049357,\n                \"DKK\": 238623.90210800007,\n                \"PLN\": 146649.69604716002,\n                \"NOK\": 325773.2779170401,\n                \"SEK\": 338015.86134756,\n                \"HUF\": 12637682.58224224,\n                \"CZK\": 792333.889046,\n                \"ILS\": 115336.3242286,\n                \"ZAR\": 537218.864603,\n                \"TRY\": 561546.871129,\n                \"ARS\": 4094604.3201188794,\n                \"CLP\": 28497660.943554997,\n                \"PEN\": 125985.37359740002,\n                \"COP\": 134696363.46340066,\n                \"BOB\": 236435.66194124,\n                \"CNY\": 230388.84987200002,\n                \"KRW\": 43076848.32906884,\n                \"PHP\": 1801064.99639012,\n                \"THB\": 1174955.63305,\n                \"KZT\": 14962435.666185161,\n                \"UAH\": 1015492.81886852,\n                \"CRC\": 23217062.738877278,\n                \"IDR\": 500875584.7703325,\n                \"VND\": 799503657.95679\n            },\n            \"supportersCount\": 11,\n            \"donorsCount\": 4,\n            \"attendeesCount\": 8\n        }\n    },\n    \"deeds\": [\n        {\n            \"locationObject\": {\n                \"address\": \"New York\",\n                \"area\": \"New York\",\n                \"city\": \"New York\",\n                \"state\": \"New York\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\"\n            },\n            \"location\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -74.0059728,\n                    40.7127753\n                ]\n            },\n            \"virtual\": false,\n            \"attendees\": [\n                {\n                    \"fullName\": {\n                        \"first\": \"Randy\",\n                        \"last\": \"Tarampi\"\n                    },\n                    \"summary\": \"\",\n                    \"pictures\": [],\n                    \"instagram\": \"\",\n                    \"clickable\": false,\n                    \"_volunteerMinutes\": 0,\n                    \"email\": \"randy+Deed Co.@joindeed.com\",\n                    \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n                    \"locale\": \"fr-CA\",\n                    \"__t\": \"User\",\n                    \"_id\": \"5f201ae74f4d3437ea74398e\",\n                    \"deeds\": 0,\n                    \"organization\": {\n                        \"__t\": \"Company\",\n                        \"_id\": \"5b23fba90c13d07c4bf46d59\",\n                        \"code\": \"Deed Co.\",\n                        \"feeCovered\": null,\n                        \"id\": \"5b23fba90c13d07c4bf46d59\",\n                        \"banner\": \"\",\n                        \"shareLink\": \"http://localhost:3000/organization/5b23fba90c13d07c4bf46d59\"\n                    },\n                    \"createdAt\": \"2020-07-28T12:32:39.032Z\",\n                    \"location\": \"5fb50baa2c4e65096582c246\",\n                    \"totalImpact\": 0,\n                    \"volunteerMinutes\": 0,\n                    \"id\": \"5f201ae74f4d3437ea74398e\",\n                    \"profile\": {\n                        \"name\": \"Randy Tarampi\",\n                        \"role\": \"User\"\n                    },\n                    \"token\": {\n                        \"_id\": \"5f201ae74f4d3437ea74398e\",\n                        \"role\": \"User\"\n                    },\n                    \"name\": \"Randy Tarampi\",\n                    \"features\": {\n                        \"volunteering\": true,\n                        \"donations\": true,\n                        \"recurringDonations\": true\n                    }\n                },\n                {\n                    \"fullName\": {\n                        \"first\": \"Jane\",\n                        \"last\": \"Doe\"\n                    },\n                    \"summary\": \"\",\n                    \"pictures\": [],\n                    \"instagram\": \"\",\n                    \"clickable\": false,\n                    \"_volunteerMinutes\": 0,\n                    \"email\": \"jane@doe.com\",\n                    \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n                    \"locale\": \"en-US\",\n                    \"__t\": \"User\",\n                    \"_id\": \"5ed6527c0814271ce454a3bf\",\n                    \"deeds\": 0,\n                    \"organization\": {\n                        \"__t\": \"Company\",\n                        \"_id\": \"5b23fba90c13d07c4bf46d59\",\n                        \"code\": \"Deed Co.\",\n                        \"feeCovered\": null,\n                        \"id\": \"5b23fba90c13d07c4bf46d59\",\n                        \"banner\": \"\",\n                        \"shareLink\": \"http://localhost:3000/organization/5b23fba90c13d07c4bf46d59\"\n                    },\n                    \"createdAt\": \"2020-06-02T13:22:04.704Z\",\n                    \"location\": \"5af482475e30df36ac1eca79\",\n                    \"totalImpact\": 0,\n                    \"volunteerMinutes\": 0,\n                    \"id\": \"5ed6527c0814271ce454a3bf\",\n                    \"profile\": {\n                        \"name\": \"Jane Doe\",\n                        \"role\": \"User\"\n                    },\n                    \"token\": {\n                        \"_id\": \"5ed6527c0814271ce454a3bf\",\n                        \"role\": \"User\"\n                    },\n                    \"name\": \"Jane Doe\",\n                    \"features\": {\n                        \"volunteering\": true,\n                        \"donations\": true,\n                        \"recurringDonations\": true\n                    }\n                }\n            ],\n            \"skipApplicationStatusUpdates\": false,\n            \"forms\": [\n                {\n                    \"isSurvey\": false,\n                    \"name\": \"NPSScaleComponent\",\n                    \"subtitle\": \"\",\n                    \"description\": \"\",\n                    \"requireLogin\": false,\n                    \"confirmationText\": \"\",\n                    \"_id\": \"60ade9ed381290e43e71bc01\",\n                    \"questions\": [\n                        {\n                            \"notes\": \"\",\n                            \"typeOptions\": [],\n                            \"isRequired\": true,\n                            \"_id\": \"60ade94d8b7c3bbb19efb5e3\",\n                            \"questionType\": \"NPSScale\",\n                            \"title\": \"Q1\",\n                            \"id\": \"60ade94d8b7c3bbb19efb5e3\"\n                        }\n                    ],\n                    \"organization\": \"5b23fba90c13d07c4bf46d59\",\n                    \"__v\": 0,\n                    \"id\": \"60ade9ed381290e43e71bc01\",\n                    \"responsesAggregation\": [],\n                    \"responses\": [\n                        {\n                            \"_id\": \"615e71f93c40cb2fcea0cc60\",\n                            \"deed\": \"5f205c6000b7803b8e417b5b\",\n                            \"form\": \"60ade9ed381290e43e71bc01\",\n                            \"user\": \"5ed5598c8170cd5b10c840dd\",\n                            \"__v\": 0,\n                            \"createdAt\": \"2021-10-07T04:05:13.696Z\",\n                            \"data\": [\n                                {\n                                    \"_id\": \"615e8a743c40cb2fcea0d2ff\",\n                                    \"question\": \"60ade94d8b7c3bbb19efb5e3\",\n                                    \"value\": 4,\n                                    \"id\": \"615e8a743c40cb2fcea0d2ff\"\n                                }\n                            ],\n                            \"modifiedAt\": \"2021-10-07T05:49:40.968Z\",\n                            \"id\": \"615e71f93c40cb2fcea0cc60\"\n                        },\n                        {\n                            \"_id\": \"618ea0e8f3b7916ac59de913\",\n                            \"deed\": \"5f205c6000b7803b8e417b5b\",\n                            \"form\": \"60ade9ed381290e43e71bc01\",\n                            \"user\": \"618ea0d6f3b7916ac59de773\",\n                            \"__v\": 0,\n                            \"createdAt\": \"2021-11-12T17:14:16.370Z\",\n                            \"data\": [\n                                {\n                                    \"_id\": \"618ea0e8f3b7916ac59de912\",\n                                    \"question\": \"60ade94d8b7c3bbb19efb5e3\",\n                                    \"value\": 10,\n                                    \"id\": \"618ea0e8f3b7916ac59de912\"\n                                }\n                            ],\n                            \"modifiedAt\": \"2021-11-12T17:14:16.370Z\",\n                            \"id\": \"618ea0e8f3b7916ac59de913\"\n                        }\n                    ],\n                    \"responsesCount\": 6\n                },\n                {\n                    \"isSurvey\": true,\n                    \"name\": \"Confirmation test\",\n                    \"subtitle\": \"\",\n                    \"description\": \"\",\n                    \"requireLogin\": false,\n                    \"confirmationText\": \"<p><i>Thank you</i> for participating in the survey!</p><p>Follow <a href=\\\"https://ya.ru\\\">this link</a> to get a <strong>very cool prize</strong>!</p><p>&nbsp;</p><figure class=\\\"image\\\"><img src=\\\"https://files.godeed.today/1596788694350_1762111-1019-px.jpg\\\"><figcaption>Postcard for you</figcaption></figure>\",\n                    \"_id\": \"5f2d1054d48c40815b024ab0\",\n                    \"questions\": [\n                        {\n                            \"notes\": \"\",\n                            \"typeOptions\": [],\n                            \"isRequired\": true,\n                            \"_id\": \"5f2d1054d48c40815b024ab1\",\n                            \"questionType\": \"Checkbox\",\n                            \"title\": \"Do you want a present?\",\n                            \"id\": \"5f2d1054d48c40815b024ab1\"\n                        }\n                    ],\n                    \"organization\": \"5b23fba90c13d07c4bf46d59\",\n                    \"__v\": 0,\n                    \"id\": \"5f2d1054d48c40815b024ab0\",\n                    \"responsesAggregation\": [\n                        {\n                            \"questionId\": \"5f2d1054d48c40815b024ab1\",\n                            \"data\": {\n                                \"Do you want a present?\": 2\n                            }\n                        }\n                    ],\n                    \"responses\": [\n                        {\n                            \"_id\": \"615e8a783c40cb2fcea0d30c\",\n                            \"deed\": \"5f205c6000b7803b8e417b5b\",\n                            \"form\": \"5f2d1054d48c40815b024ab0\",\n                            \"user\": \"5ed5598c8170cd5b10c840dd\",\n                            \"__v\": 0,\n                            \"createdAt\": \"2021-10-07T05:49:44.927Z\",\n                            \"data\": [\n                                {\n                                    \"_id\": \"615e8a783c40cb2fcea0d30b\",\n                                    \"question\": \"5f2d1054d48c40815b024ab1\",\n                                    \"value\": \"Do you want a present?\",\n                                    \"id\": \"615e8a783c40cb2fcea0d30b\"\n                                }\n                            ],\n                            \"modifiedAt\": \"2021-10-07T05:49:44.927Z\",\n                            \"id\": \"615e8a783c40cb2fcea0d30c\"\n                        },\n                        {\n                            \"_id\": \"618ea0ebf3b7916ac59de929\",\n                            \"deed\": \"5f205c6000b7803b8e417b5b\",\n                            \"form\": \"5f2d1054d48c40815b024ab0\",\n                            \"user\": \"618ea0d6f3b7916ac59de773\",\n                            \"__v\": 0,\n                            \"createdAt\": \"2021-11-12T17:14:19.641Z\",\n                            \"data\": [\n                                {\n                                    \"_id\": \"618ea0ebf3b7916ac59de928\",\n                                    \"question\": \"5f2d1054d48c40815b024ab1\",\n                                    \"value\": \"Do you want a present?\",\n                                    \"id\": \"618ea0ebf3b7916ac59de928\"\n                                }\n                            ],\n                            \"modifiedAt\": \"2021-11-12T17:14:19.641Z\",\n                            \"id\": \"618ea0ebf3b7916ac59de929\"\n                        }\n                    ],\n                    \"responsesCount\": 5\n                }\n            ],\n            \"attendeeLimit\": 2,\n            \"status\": \"published\",\n            \"editors\": [],\n            \"featured\": false,\n            \"public\": true,\n            \"sponsored\": false,\n            \"categories\": [\n                \"59e7cbc792b6a2fc1ac9e5bb\"\n            ],\n            \"SDGs\": [\n                \"5d94f23ee4955af37f0561ab\"\n            ],\n            \"pillars\": [\n                \"5e7513bff02f1466d5a5a3d1\"\n            ],\n            \"ERGs\": [\n                \"5d9bbcac69927f22963ccc61\"\n            ],\n            \"campaigns\": [\n                \"60d593518e7f36473af8d401\"\n            ],\n            \"rating\": 5,\n            \"pictures\": [\n                \"https://files.godeed.today/1531757577694_db04d2b1-8cf0-4cf9-9462-11417d4d9ef9.jpg\"\n            ],\n            \"timeZone\": \"America/New_York\",\n            \"organizerEmail\": \"noreply@joindeed.com\",\n            \"organizerPhone\": \"+1542341233211\",\n            \"blocked\": false,\n            \"linkOnly\": false,\n            \"requireAuthentication\": false,\n            \"allowedLocations\": [],\n            \"allowedCountries\": [],\n            \"allowedStates\": [],\n            \"skipRefresh\": false,\n            \"__t\": \"Project\",\n            \"milestones\": [\n                {\n                    \"name\": \"m1\",\n                    \"description\": \"desc\",\n                    \"_id\": \"5f205c6000b7803b8e417b5c\",\n                    \"id\": \"5f205c6000b7803b8e417b5c\"\n                }\n            ],\n            \"roles\": [\n                {\n                    \"name\": \"r1\",\n                    \"autoApproval\": false,\n                    \"applicants\": [],\n                    \"approved\": [\n                        {\n                            \"fullName\": {\n                                \"first\": \"Randy\",\n                                \"last\": \"Tarampi\"\n                            },\n                            \"myFriends\": [],\n                            \"summary\": \"\",\n                            \"pictures\": [],\n                            \"website\": \"\",\n                            \"instagram\": \"\",\n                            \"status\": \"accepted\",\n                            \"privacy\": \"private\",\n                            \"myDeeds\": [\n                                \"5ea9ccb4bee9161bdc20090f\",\n                                \"5f205c6000b7803b8e417b5b\"\n                            ],\n                            \"completedDeeds\": [],\n                            \"waitlistedDeeds\": [],\n                            \"lateCanceledDeeds\": [],\n                            \"ratePending\": [],\n                            \"clickable\": false,\n                            \"email\": \"randy+Deed Co.@joindeed.com\",\n                            \"roles\": [],\n                            \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n                            \"displayCurrency\": \"USD\",\n                            \"locale\": \"fr-CA\",\n                            \"externalId\": \"\",\n                            \"origin\": \"api\",\n                            \"__t\": \"User\",\n                            \"_id\": \"5f201ae74f4d3437ea74398e\",\n                            \"deeds\": 0,\n                            \"volunteerMinutes\": 0,\n                            \"organization\": \"5b23fba90c13d07c4bf46d59\",\n                            \"createdAt\": \"2020-07-28T12:32:39.032Z\",\n                            \"modifiedAt\": \"2022-06-30T11:29:13.932Z\",\n                            \"provider\": \"local\",\n                            \"__v\": 8,\n                            \"organizationDepartment\": \"Sales (Field)\",\n                            \"interests\": [],\n                            \"consent\": {\n                                \"shareData\": \"2020-10-02T12:41:05.023Z\",\n                                \"disclaimer\": \"2022-02-11T12:58:53.571Z\"\n                            },\n                            \"skills\": [],\n                            \"_donatedAmount\": 261.27834782214,\n                            \"_totalValue\": 261.27834782214,\n                            \"tShirtSize\": \"\",\n                            \"communities\": [\n                                {\n                                    \"role\": \"Member\",\n                                    \"communityId\": \"62e15d14b31a263c99ef62fe\"\n                                }\n                            ],\n                            \"totalImpact\": 0,\n                            \"id\": \"5f201ae74f4d3437ea74398e\",\n                            \"profile\": {\n                                \"name\": \"Randy Tarampi\",\n                                \"role\": \"User\"\n                            },\n                            \"token\": {\n                                \"_id\": \"5f201ae74f4d3437ea74398e\",\n                                \"role\": \"User\"\n                            },\n                            \"name\": \"Randy Tarampi\",\n                            \"features\": {\n                                \"volunteering\": true,\n                                \"donations\": true,\n                                \"recurringDonations\": true\n                            }\n                        },\n                        {\n                            \"fullName\": {\n                                \"first\": \"Jane\",\n                                \"last\": \"Doe\"\n                            },\n                            \"myFriends\": [],\n                            \"summary\": \"\",\n                            \"pictures\": [],\n                            \"website\": \"\",\n                            \"instagram\": \"\",\n                            \"status\": \"accepted\",\n                            \"privacy\": \"private\",\n                            \"myDeeds\": [\n                                \"5ec5b1e118777677fc411471\",\n                                \"5dd6ded6ff785123905a1549\",\n                                \"5e30a5682c7f9d6e8d47783f\",\n                                \"5e30a470adadf26e83ef34d7\",\n                                \"5eff018ddbcb3773cf8e13bd\",\n                                \"5f1582ad195ed38fe01ec333\",\n                                \"5f17343688b43d3e74bb310d\",\n                                \"5f2a8039a1e3c0382f08bc00\",\n                                \"5e65305d7b7e68504e80455c\",\n                                \"5ea5a38fe52c891bd51d9ba2\",\n                                \"5f4fc19c5869b14160bd818e\",\n                                \"5fa945f3be707936ff813921\",\n                                \"5e871fdcc8d0c02aa6ea2809\",\n                                \"5ea9c449aba2f31bc5f9a813\",\n                                \"5ea9e811e52c891bd51da44e\",\n                                \"5ede595b0814271ce454b3fd\",\n                                \"5fa2d98012f5d6cfaee56348\",\n                                \"5f205c6000b7803b8e417b5b\",\n                                \"5ecc12ac4375c077f66b7653\",\n                                \"5ed8ed3ed5282c35b8cf91ac\",\n                                \"60b9e6c0e95dd5d89e07a340\"\n                            ],\n                            \"completedDeeds\": [\n                                \"5ed8ed3ed5282c35b8cf91ac\",\n                                \"5ecc12ac4375c077f66b7653\"\n                            ],\n                            \"waitlistedDeeds\": [],\n                            \"lateCanceledDeeds\": [\n                                \"5f8813e705ed88343069cc49\"\n                            ],\n                            \"ratePending\": [],\n                            \"clickable\": false,\n                            \"email\": \"jane@doe.com\",\n                            \"roles\": [],\n                            \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n                            \"displayCurrency\": \"USD\",\n                            \"locale\": \"en-US\",\n                            \"externalId\": \"\",\n                            \"origin\": \"api\",\n                            \"__t\": \"User\",\n                            \"_id\": \"5ed6527c0814271ce454a3bf\",\n                            \"deeds\": 0,\n                            \"volunteerMinutes\": 0,\n                            \"organization\": \"5b23fba90c13d07c4bf46d59\",\n                            \"createdAt\": \"2020-06-02T13:22:04.704Z\",\n                            \"modifiedAt\": \"2022-06-30T11:29:13.932Z\",\n                            \"provider\": \"local\",\n                            \"__v\": 87,\n                            \"organizationDepartment\": \"Retail (Field)\",\n                            \"interests\": [\n                                \"59e7cbc792b6a2fc1ac9e5b8\",\n                                \"5d94f23ee4955af37f0561aa\",\n                                \"59e7cbc792b6a2fc1ac9e5b6\",\n                                \"59e7cbc792b6a2fc1ac9e5b1\"\n                            ],\n                            \"skills\": [\n                                \"5d232f99c81353cdad684083\",\n                                \"5d232f60c81353cdad684078\"\n                            ],\n                            \"consent\": {\n                                \"shareData\": \"2020-06-02T13:55:44.797Z\",\n                                \"disclaimer\": \"2021-08-13T12:25:33.296Z\"\n                            },\n                            \"tShirtSize\": \"\",\n                            \"_donatedAmount\": 704.1291053027312,\n                            \"_totalValue\": 731.3291053027313,\n                            \"communities\": [\n                                {\n                                    \"role\": \"Member\",\n                                    \"communityId\": \"62e15d14b31a263c99ef62fe\"\n                                }\n                            ],\n                            \"totalImpact\": 0,\n                            \"id\": \"5ed6527c0814271ce454a3bf\",\n                            \"profile\": {\n                                \"name\": \"Jane Doe\",\n                                \"role\": \"User\"\n                            },\n                            \"token\": {\n                                \"_id\": \"5ed6527c0814271ce454a3bf\",\n                                \"role\": \"User\"\n                            },\n                            \"name\": \"Jane Doe\",\n                            \"features\": {\n                                \"volunteering\": true,\n                                \"donations\": true,\n                                \"recurringDonations\": true\n                            }\n                        }\n                    ],\n                    \"rejected\": [],\n                    \"skills\": [\n                        \"5d232f3fc81353cdad684071\"\n                    ],\n                    \"durationUnit\": \"weeks\",\n                    \"_id\": \"5f205c6000b7803b8e417b5d\",\n                    \"durationMax\": 3,\n                    \"estimatedHoursMax\": 3,\n                    \"estimatedValue\": 3,\n                    \"requiredAmount\": 2,\n                    \"description\": \"desc\",\n                    \"durationMin\": 3,\n                    \"estimatedHoursMin\": 3,\n                    \"id\": \"5f205c6000b7803b8e417b5d\"\n                }\n            ],\n            \"externalLinkFollows\": [],\n            \"formQuestions\": [\n                {\n                    \"notes\": \"\",\n                    \"typeOptions\": [],\n                    \"isRequired\": false,\n                    \"_id\": \"615e78aa6e56cf3a1b226730\",\n                    \"questionType\": \"Section\",\n                    \"title\": \"Contact details\",\n                    \"description\": \"We appreciate your feedback and always look for ways to increase your user satisfaction. Your contact information is requested to collect more reliable data of the feedback provided.\",\n                    \"id\": \"615e78aa6e56cf3a1b226730\"\n                },\n                {\n                    \"notes\": \"\",\n                    \"typeOptions\": [],\n                    \"isRequired\": true,\n                    \"_id\": \"615e78aadaf4d2161a65e8d1\",\n                    \"questionType\": \"TextInput\",\n                    \"title\": \"First Name\",\n                    \"id\": \"615e78aadaf4d2161a65e8d1\"\n                },\n                {\n                    \"notes\": \"\",\n                    \"typeOptions\": [],\n                    \"isRequired\": true,\n                    \"_id\": \"615e78aa338ca503676a9c1f\",\n                    \"questionType\": \"TextInput\",\n                    \"title\": \"Last Name\",\n                    \"id\": \"615e78aa338ca503676a9c1f\"\n                },\n                {\n                    \"notes\": \"\",\n                    \"typeOptions\": [],\n                    \"isRequired\": false,\n                    \"_id\": \"615e78aa6476e220546c7653\",\n                    \"questionType\": \"TextInput\",\n                    \"title\": \"Email\",\n                    \"id\": \"615e78aa6476e220546c7653\"\n                },\n                {\n                    \"notes\": \"\",\n                    \"typeOptions\": [],\n                    \"isRequired\": false,\n                    \"_id\": \"615e78aac6b23da7bd065022\",\n                    \"questionType\": \"TextInput\",\n                    \"title\": \"Nonprofit name\",\n                    \"id\": \"615e78aac6b23da7bd065022\"\n                }\n            ],\n            \"_id\": \"5f205c6000b7803b8e417b5b\",\n            \"name\": \"Super test project\",\n            \"organization\": {\n                \"locationObject\": {\n                    \"address\": \"1276 N Milwaukee Ave\",\n                    \"area\": \"West Town\",\n                    \"city\": \"Chicago\",\n                    \"state\": \"Illinois\",\n                    \"stateCode\": \"IL\",\n                    \"postalCode\": \"60622\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\"\n                },\n                \"location\": {\n                    \"coordinates\": [\n                        -87.6691268,\n                        41.9049229\n                    ],\n                    \"type\": \"Point\"\n                },\n                \"categories\": [\n                    \"59e7cbc792b6a2fc1ac9e5b7\",\n                    \"59e7cbc792b6a2fc1ac9e5b4\",\n                    \"59fb3fb27585482ebdaf4cbb\",\n                    \"59fb3fa37585482ebdaf4cba\",\n                    \"5b243424e61d8e3980c0f39b\"\n                ],\n                \"pillars\": [],\n                \"currencyCode\": \"USD\",\n                \"brief\": \"826CHI is a non-profit organization dedicated to supporting students ages 6 to 18 with their creative and expository writing skills, and to helping teachers inspire their students to write.\",\n                \"rating\": 5,\n                \"website\": \"https://www.826chi.org/\",\n                \"pictures\": [\n                    \"https://files.godeed.today/1562680491327_6e8f3aa1-c143-43e1-880a-f7df91a69244.jpg\"\n                ],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5b573634cbdacd18eada631c\",\n                \"name\": \"826CHI\",\n                \"email\": \"noreply@joindeed\",\n                \"facebookPage\": \"https://www.facebook.com/826CHI/\",\n                \"instagram\": \"826chi\",\n                \"mainPicture\": \"https://files.godeed.today/1547655657771_Coloralternate-826CHILogo.png\",\n                \"phone\": \"18014100231\",\n                \"acceptsDonations\": false,\n                \"ein\": \"123456787\",\n                \"externalId\": \"\",\n                \"logo\": \"\",\n                \"paypalPayerId\": \"\",\n                \"id\": \"5b573634cbdacd18eada631c\",\n                \"banner\": \"https://files.godeed.today/c960x540/1562680491327_6e8f3aa1-c143-43e1-880a-f7df91a69244.jpg\",\n                \"shareLink\": \"http://localhost:3000/organization/5b573634cbdacd18eada631c\",\n                \"reviews\": []\n            },\n            \"organizerName\": \"jane\",\n            \"description\": \"description\",\n            \"partner\": {\n                \"features\": {\n                    \"volunteering\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"donations\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"recurringDonations\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"payrollDonations\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"corporateDonations\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"externalCorporateDonations\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"donationMatching\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"externalMatching\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"donationCredit\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"userCreateDeed\": {\n                        \"enabled\": false,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"userDraftDeed\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"userPublishDeed\": {\n                        \"enabled\": false,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"userNominateNonprofit\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"userNominateNonprofitForMatching\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"userLogOfflineHours\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"browsingExternalOpportunities\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"autoSourceDeeds\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"surveys\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"reports\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"slack\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"volunteerTimeOff\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"events\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"employeeAffiliations\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"advancedReporting\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"advancedDashboards\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"basicDashboards\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"communities\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    }\n                },\n                \"providers\": [\n                    \"openidconnect\",\n                    \"local\"\n                ],\n                \"__t\": \"Company\",\n                \"_id\": \"5b23fba90c13d07c4bf46d59\",\n                \"name\": \"Deed Co.\",\n                \"code\": \"Deed Co.\",\n                \"mainPicture\": \"https://files.godeed.today/1587617614669_BOS_BLACK.png\",\n                \"logo\": \"https://files.godeed.today/1575538350202_27f7bd24-4185-4c06-b4fb-b3f60cd3f71a.jpg\",\n                \"brandColor\": \"#000000\",\n                \"feeCovered\": null,\n                \"id\": \"5b23fba90c13d07c4bf46d59\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5b23fba90c13d07c4bf46d59\"\n            },\n            \"externalLinkClicks\": [],\n            \"createdAt\": \"2020-07-28T17:12:00.361Z\",\n            \"modifiedAt\": \"2021-12-18T07:50:20.183Z\",\n            \"__v\": 5,\n            \"backgroundCheckLink\": \"\",\n            \"externalId\": \"\",\n            \"externalLink\": \"\",\n            \"mustKnows\": \"\",\n            \"volunteerFormLink\": \"\",\n            \"remote\": false,\n            \"formResponses\": [\n                {\n                    \"_id\": \"618ea0e3f3b7916ac59de8fd\",\n                    \"deed\": \"5f205c6000b7803b8e417b5b\",\n                    \"user\": \"618ea0d6f3b7916ac59de773\",\n                    \"__v\": 0,\n                    \"createdAt\": \"2021-11-12T17:14:11.994Z\",\n                    \"data\": [\n                        {\n                            \"_id\": \"618ea0e3f3b7916ac59de8f9\",\n                            \"question\": \"615e78aadaf4d2161a65e8d1\",\n                            \"value\": \"Randy\",\n                            \"id\": \"618ea0e3f3b7916ac59de8f9\"\n                        },\n                        {\n                            \"_id\": \"618ea0e3f3b7916ac59de8fa\",\n                            \"question\": \"615e78aa338ca503676a9c1f\",\n                            \"value\": \"Tarampi\",\n                            \"id\": \"618ea0e3f3b7916ac59de8fa\"\n                        },\n                        {\n                            \"_id\": \"618ea0e3f3b7916ac59de8fb\",\n                            \"question\": \"615e78aa6476e220546c7653\",\n                            \"value\": \"randy+test-12112021@joindeed.com\",\n                            \"id\": \"618ea0e3f3b7916ac59de8fb\"\n                        },\n                        {\n                            \"_id\": \"618ea0e3f3b7916ac59de8fc\",\n                            \"question\": \"615e78aac6b23da7bd065022\",\n                            \"value\": \"a\",\n                            \"id\": \"618ea0e3f3b7916ac59de8fc\"\n                        }\n                    ],\n                    \"modifiedAt\": \"2021-11-12T17:14:11.994Z\",\n                    \"id\": \"618ea0e3f3b7916ac59de8fd\"\n                }\n            ],\n            \"duration\": {\n                \"min\": 3,\n                \"max\": 3,\n                \"unit\": \"weeks\"\n            },\n            \"hours\": {\n                \"min\": 3,\n                \"max\": 3\n            },\n            \"value\": 9,\n            \"skills\": [\n                \"5d232f3fc81353cdad684071\"\n            ],\n            \"mainPicture\": \"https://files.godeed.today/c960x540/1531757577694_db04d2b1-8cf0-4cf9-9462-11417d4d9ef9.jpg\",\n            \"started\": false,\n            \"ended\": false,\n            \"isPrivate\": false,\n            \"shareLink\": \"http://localhost:3000/deeds/5f205c6000b7803b8e417b5b\",\n            \"reviews\": [],\n            \"donations\": [],\n            \"donationsCount\": 0,\n            \"donationsUserCount\": 0,\n            \"responsesAggregation\": [],\n            \"id\": \"5f205c6000b7803b8e417b5b\",\n            \"donatedAmountCurrencies\": {},\n            \"matchedAmountCurrencies\": {}\n        }\n    ]\n}"}],"_postman_id":"f7f3d29b-0304-4d62-b666-17918a3c6477"},{"name":"Create `Campaign`","id":"15dee7e5-515a-4fa7-9c8e-4fb3bdb03e3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ctaButtonColor\": \"#999999\",\n    \"sorting\": -1,\n    \"ctaTextColor\": \"#cccccc\",\n    \"cta\": \"call to action\",\n    \"totalText\": \"description\",\n    \"startingAt\": \"2022-09-13T00:00:00.000Z\",\n    \"totalHeadline\": \"title\",\n    \"title\": \"Dinma test\",\n    \"nameColor\": \"#666666\",\n    \"endingAt\": \"2022-12-31T23:59:59.999Z\",\n    \"backgroundHeroColor\": \"#ffffff\",\n    \"locationsExclude\": true,\n    \"description\": \"tagline\",\n    \"colorA\": \"#000000\",\n    \"colorB\": \"#333333\",\n    \"backgroundImage\": \"\",\n    \"nonprofits\": [],\n    \"contentSorting\": {\n        \"items\": {\n            \"fundraisers\": [],\n            \"volunteering\": [],\n            \"events\": []\n        }\n    },\n    \"addedDeeds\": [],\n    \"removedDeeds\": [],\n    \"isPledge\": true,\n    \"pledgedDonationStartingAt\": \"2022-09-13T00:00:00.000Z\",\n    \"pledgedDonationEndingAt\": \"2022-12-30T23:59:59.999Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/campaigns","description":"<p><code>Admin</code></p>\n<p>Create a campaign.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","campaigns"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"efa049a7-a151-41c3-b7cb-40d37b64a36e","name":"/api/campaigns","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ctaButtonColor\": \"#999999\",\n    \"sorting\": -1,\n    \"ctaTextColor\": \"#cccccc\",\n    \"cta\": \"call to action\",\n    \"totalText\": \"description\",\n    \"startingAt\": \"2022-09-13T00:00:00.000Z\",\n    \"totalHeadline\": \"title\",\n    \"title\": \"title\",\n    \"nameColor\": \"#666666\",\n    \"endingAt\": \"2022-12-31T23:59:59.999Z\",\n    \"backgroundHeroColor\": \"#ffffff\",\n    \"locationsExclude\": true,\n    \"description\": \"tagline\",\n    \"colorA\": \"#000000\",\n    \"colorB\": \"#333333\",\n    \"backgroundImage\": \"\",\n    \"nonprofits\": [],\n    \"contentSorting\": {\n        \"items\": {\n            \"fundraisers\": [],\n            \"volunteering\": [],\n            \"events\": []\n        }\n    },\n    \"addedDeeds\": [],\n    \"removedDeeds\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/campaigns"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 14:04:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"X-HTTP-Method-Override, Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"contentSorting\": {\n        \"items\": {\n            \"fundraisers\": [],\n            \"volunteering\": [],\n            \"events\": [],\n            \"nonprofits\": []\n        },\n        \"sections\": []\n    },\n    \"title\": \"title\",\n    \"description\": \"tagline\",\n    \"cta\": \"call to action\",\n    \"totalHeadline\": \"title\",\n    \"totalText\": \"description\",\n    \"backgroundImage\": \"\",\n    \"public\": false,\n    \"individualsOnly\": false,\n    \"customFont\": \"\",\n    \"linkOnly\": false,\n    \"organizations\": [],\n    \"nonprofits\": [],\n    \"locationsExclude\": true,\n    \"locations\": [],\n    \"goalCurrencyCode\": \"USD\",\n    \"contentLocationFiltering\": false,\n    \"_id\": \"63208dd96b0c996f642d3d14\",\n    \"ctaButtonColor\": \"#999999\",\n    \"sorting\": -1,\n    \"ctaTextColor\": \"#cccccc\",\n    \"startingAt\": \"2022-09-13T00:00:00.000Z\",\n    \"nameColor\": \"#666666\",\n    \"endingAt\": \"2022-12-31T23:59:59.999Z\",\n    \"backgroundHeroColor\": \"#ffffff\",\n    \"colorA\": \"#000000\",\n    \"colorB\": \"#333333\",\n    \"organization\": \"5eb4808168abec18c3d8fbd9\",\n    \"createdAt\": \"2022-09-13T14:04:09.660Z\",\n    \"modifiedAt\": \"2022-09-13T14:04:09.660Z\",\n    \"company\": {\n        \"features\": {\n            \"volunteering\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"donations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"recurringDonations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"payrollDonations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"corporateDonations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"externalCorporateDonations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"donationMatching\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"externalMatching\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"donationCredit\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userCreateDeed\": {\n                \"enabled\": false,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userDraftDeed\": {\n                \"enabled\": false,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userPublishDeed\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userNominateNonprofit\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userNominateNonprofitForMatching\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userLogOfflineHours\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"browsingExternalOpportunities\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"autoSourceDeeds\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"surveys\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"reports\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"slack\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"volunteerTimeOff\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"events\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"employeeAffiliations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"advancedReporting\": {\n                \"enabled\": false,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"advancedDashboards\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"basicDashboards\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"communities\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            }\n        },\n        \"slack\": {\n            \"team\": {\n                \"id\": \"T0VBC6FHN\",\n                \"name\": null\n            }\n        },\n        \"providers\": [\n            \"saml\"\n        ],\n        \"__t\": \"Company\",\n        \"_id\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"AIR\",\n        \"name\": \"Team Deed\",\n        \"brandColor\": \"#FF385C\",\n        \"mainPicture\": \"\",\n        \"logo\": \"https://files.godeed.today/1601307904662_72a3c143-2e32-4790-aa09-3817ddec0209.png\",\n        \"feeCovered\": null,\n        \"id\": \"5eb4808168abec18c3d8fbd9\",\n        \"banner\": \"\",\n        \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n    },\n    \"__v\": 0,\n    \"backgroundColor\": \"#ffffff\",\n    \"isActive\": true,\n    \"id\": \"63208dd96b0c996f642d3d14\",\n    \"shareLink\": \"http://localhost:3000/campaign/63208dd96b0c996f642d3d14\",\n    \"name\": \"title\",\n    \"tagline\": \"tagline\"\n}"}],"_postman_id":"15dee7e5-515a-4fa7-9c8e-4fb3bdb03e3e"},{"name":"Modify `Campaign`","id":"3dac7347-7d34-4c76-83d6-71c45ebae122","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"backgroundHeroColor\": \"#000000\",\n    \"backgroundDeedsColor\": \"#000000\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/campaigns/:id","description":"<p><code>Admin</code></p>\n<p>Modify a specific campaign.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","campaigns",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"d61037ba-7548-4a6b-b1c2-3ed34ff68e1a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"63208dd96b0c996f642d3d14","key":"id"}]}},"response":[{"id":"350a3768-d5ea-4944-8e9c-fd249a2f0423","name":"/api/campaigns/{id}","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"backgroundHeroColor\": \"#000000\",\n    \"backgroundDeedsColor\": \"#000000\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.testing.joindeed.org/api/campaigns/:id","host":["https://api.testing.joindeed.org"],"path":["api","campaigns",":id"],"variable":[{"key":"id","value":"63208dd96b0c996f642d3d14","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 14:07:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"contentSorting\": {\n        \"items\": {\n            \"fundraisers\": [],\n            \"volunteering\": [],\n            \"events\": [],\n            \"nonprofits\": []\n        },\n        \"sections\": []\n    },\n    \"title\": \"title\",\n    \"description\": \"tagline\",\n    \"cta\": \"call to action\",\n    \"totalHeadline\": \"title\",\n    \"totalText\": \"description\",\n    \"backgroundImage\": \"\",\n    \"public\": false,\n    \"individualsOnly\": false,\n    \"customFont\": \"\",\n    \"linkOnly\": false,\n    \"organizations\": [],\n    \"nonprofits\": [],\n    \"locationsExclude\": true,\n    \"locations\": [],\n    \"goalCurrencyCode\": \"USD\",\n    \"contentLocationFiltering\": false,\n    \"_id\": \"63208dd96b0c996f642d3d14\",\n    \"ctaButtonColor\": \"#999999\",\n    \"sorting\": -1,\n    \"ctaTextColor\": \"#cccccc\",\n    \"startingAt\": \"2022-09-13T00:00:00.000Z\",\n    \"nameColor\": \"#666666\",\n    \"endingAt\": \"2022-12-31T23:59:59.999Z\",\n    \"backgroundHeroColor\": \"#000000\",\n    \"colorA\": \"#000000\",\n    \"colorB\": \"#333333\",\n    \"organization\": {\n        \"providers\": [\n            \"saml\"\n        ],\n        \"__t\": \"Company\",\n        \"_id\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"AIR\",\n        \"name\": \"Team Deed\",\n        \"brandColor\": \"#FF385C\",\n        \"mainPicture\": \"\",\n        \"logo\": \"https://files.godeed.today/1601307904662_72a3c143-2e32-4790-aa09-3817ddec0209.png\",\n        \"splashBackgroundImage\": \"https://images.unsplash.com/photo-1490079034884-0a75f878d438?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1920&q=50\",\n        \"appVanityDomain\": null,\n        \"feeCovered\": null,\n        \"id\": \"5eb4808168abec18c3d8fbd9\",\n        \"banner\": \"\",\n        \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n    },\n    \"createdAt\": \"2022-09-13T14:04:09.660Z\",\n    \"modifiedAt\": \"2022-09-13T14:07:12.898Z\",\n    \"company\": {\n        \"providers\": [\n            \"saml\"\n        ],\n        \"__t\": \"Company\",\n        \"_id\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"AIR\",\n        \"name\": \"Team Deed\",\n        \"brandColor\": \"#FF385C\",\n        \"mainPicture\": \"\",\n        \"logo\": \"https://files.godeed.today/1601307904662_72a3c143-2e32-4790-aa09-3817ddec0209.png\",\n        \"splashBackgroundImage\": \"https://images.unsplash.com/photo-1490079034884-0a75f878d438?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1920&q=50\",\n        \"appVanityDomain\": null,\n        \"feeCovered\": null,\n        \"id\": \"5eb4808168abec18c3d8fbd9\",\n        \"banner\": \"\",\n        \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n    },\n    \"__v\": 0,\n    \"backgroundDeedsColor\": \"#000000\",\n    \"backgroundColor\": \"#000000\",\n    \"isActive\": true,\n    \"id\": \"63208dd96b0c996f642d3d14\",\n    \"shareLink\": \"http://localhost:3000/campaign/63208dd96b0c996f642d3d14\",\n    \"nonprofitDonations\": [],\n    \"deeds\": [],\n    \"name\": \"title\",\n    \"tagline\": \"tagline\"\n}"}],"_postman_id":"3dac7347-7d34-4c76-83d6-71c45ebae122"},{"name":"Delete `Campaign`","id":"5a83be33-554c-40f4-87f9-ea8adf11cbd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.testing.joindeed.org/api/campaigns/:id","description":"<p><code>Admin</code></p>\n<p>Delete a specific campaign.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","campaigns",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"32d8fad4-beef-42c2-8b36-9ffad46d7311","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"63208dd96b0c996f642d3d14","key":"id"}]}},"response":[{"id":"a68acaf2-dedd-4adf-8018-51c90aab99bc","name":"/api/campaigns/:id","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/campaigns/:id","host":["https://api.testing.joindeed.org"],"path":["api","campaigns",":id"],"variable":[{"key":"id","value":"63208dd96b0c996f642d3d14","description":"(Required) "}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 13 Sep 2022 14:07:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5a83be33-554c-40f4-87f9-ea8adf11cbd7"}],"id":"eb55ff93-41f9-49b0-8cad-4fab69ac1422","description":"<p>Fetch and manage campaigns.</p>\n","_postman_id":"eb55ff93-41f9-49b0-8cad-4fab69ac1422","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Communities","item":[{"name":"Get  `Community`","id":"b5e6d353-0978-45c7-98c3-b422822812f9","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query community ($id_lt: String, $role: CommunityUserRole, $id: ID!) {\n    community (id: $id) {\n        backgroundImage\n        companyId\n        createdAt\n        deedIds\n        description\n        feed (id_lt: $id_lt)\n        id\n        membersCount (role: $role)\n        modifiedAt\n        myMembershipRole\n        nonprofitIds\n        organizingDeedIds\n        title\n        totalDonations\n        totalVolunteering\n    }\n}","variables":"{\n  \"id_lt\": \"\",\n  \"role\": \"\",\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/graph","description":"<p><code>Admin</code> <code>User</code></p>\n<p>Get a specific community.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["graph"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5e6d353-0978-45c7-98c3-b422822812f9"},{"name":"Modify `Community`","id":"a022d224-9495-490a-8fe4-1aa17fb5f382","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation updateCommunity ($id_lt: String, $role: CommunityUserRole, $data: CommunityUpdateInput!, $id: ID!) {\n    updateCommunity (data: $data, id: $id) {\n        backgroundImage\n        companyId\n        createdAt\n        deedIds\n        description\n        feed (id_lt: $id_lt)\n        id\n        membersCount (role: $role)\n        modifiedAt\n        myMembershipRole\n        nonprofitIds\n        organizingDeedIds\n        title\n        totalDonations\n        totalVolunteering\n    }\n}","variables":"{\n  \"id_lt\": \"\",\n  \"role\": \"\",\n  \"data\": {\n    \"backgroundImage\": \"\",\n    \"deedIds\": [\n      \"\"\n    ],\n    \"description\": \"\",\n    \"leadIds\": [\n      \"\"\n    ],\n    \"nonprofitIds\": [\n      \"\"\n    ],\n    \"organizingDeedIds\": [\n      \"\"\n    ],\n    \"title\": \"\"\n  },\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/graph","description":"<p><code>Admin</code></p>\n<p>Modify a specific community.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["graph"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a022d224-9495-490a-8fe4-1aa17fb5f382"},{"name":"Join `Community`","id":"43a2fd34-2e47-4ebd-a0ad-bca66e395adf","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation joinCommunity ($id: ID!) {\n    joinCommunity (id: $id)\n}","variables":"{\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/graph","description":"<p><code>User</code></p>\n<p>Join a specific community.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["graph"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"43a2fd34-2e47-4ebd-a0ad-bca66e395adf"},{"name":"Leave `Community`","id":"7298abaa-01bb-4a95-9daa-e9a490db212b","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation leaveCommunity ($id: ID!) {\n    leaveCommunity (id: $id)\n}","variables":"{\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/graph","description":"<p><code>User</code></p>\n<p>Leave a specific community.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["graph"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7298abaa-01bb-4a95-9daa-e9a490db212b"},{"name":"List `Community`s","id":"67c2b2d0-1617-4cc7-b58e-09e50fb133fe","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query communities ($id_lt: String, $role: CommunityUserRole, $cursor: CommunityWhereUniqueInput, $distinct: [CommunityScalarFieldEnum], $skip: Int, $take: Int, $where: CommunityWhereInput) {\n    communities (cursor: $cursor, distinct: $distinct, skip: $skip, take: $take, where: $where) {\n        backgroundImage\n        companyId\n        createdAt\n        deedIds\n        description\n        feed (id_lt: $id_lt)\n        id\n        membersCount (role: $role)\n        modifiedAt\n        myMembershipRole\n        nonprofitIds\n        organizingDeedIds\n        title\n        totalDonations\n        totalVolunteering\n    }\n}","variables":"{\n  \"id_lt\": \"\",\n  \"role\": \"\",\n  \"cursor\": {\n    \"id\": \"\"\n  },\n  \"distinct\": [\n    \"\"\n  ],\n  \"skip\": 0,\n  \"take\": 0,\n  \"where\": {\n    \"AND\": {\n      \"AND\": \"<Same as [CommunityWhereInput]>\",\n      \"Company\": {},\n      \"Deeds\": {},\n      \"NOT\": {\n        \"NOT\": \"<Same as [CommunityWhereInput]>\"\n      },\n      \"Nonprofits\": {},\n      \"OR\": {\n        \"OR\": \"<Same as [CommunityWhereInput]>\"\n      },\n      \"OrganizingDeeds\": {},\n      \"backgroundImage\": {},\n      \"companyId\": {},\n      \"createdAt\": {},\n      \"deedIds\": {},\n      \"description\": {},\n      \"id\": {},\n      \"modifiedAt\": {},\n      \"nonprofitIds\": {},\n      \"organizingDeedIds\": {},\n      \"title\": {}\n    },\n    \"Company\": {\n      \"AND\": {\n        \"AND\": \"<Same as [OrganizationWhereInput]>\"\n      },\n      \"CommunityCompanies\": {},\n      \"CommunityNonprofits\": {},\n      \"CompanyAffiliation\": {},\n      \"CompanyVolunteerTimes\": {},\n      \"DonationSchedulesCompanies\": {},\n      \"DonationSchedulesNonprofits\": {},\n      \"Donations\": {},\n      \"GivingAccounts\": {},\n      \"NOT\": {\n        \"NOT\": \"<Same as [OrganizationWhereInput]>\"\n      },\n      \"NonProfitAffiliation\": {},\n      \"NonprofitNomination\": {},\n      \"NonprofitVolunteerTimes\": {},\n      \"OR\": {\n        \"OR\": \"<Same as [OrganizationWhereInput]>\"\n      },\n      \"OrganizationDeeds\": {},\n      \"PartnerDeeds\": {},\n      \"PointOfContact\": {},\n      \"Users\": {},\n      \"VolunteerTimeOffSummary\": {},\n      \"VolunteerTimeOffs\": {},\n      \"approved\": {},\n      \"brief\": {},\n      \"code\": {},\n      \"communityCompanyIds\": {},\n      \"communityNonprofitIds\": {},\n      \"createdAt\": {},\n      \"currencyCode\": {},\n      \"dashboards\": {},\n      \"donationSchedulesNonprofits\": {},\n      \"email\": {},\n      \"finchApi\": {},\n      \"id\": {},\n      \"locationMap\": {},\n      \"logo\": {},\n      \"mainPicture\": {},\n      \"mergeApi\": {},\n      \"modifiedAt\": {},\n      \"name\": {},\n      \"payroll\": {},\n      \"pictures\": {},\n      \"pointOfContactId\": {},\n      \"reports\": {},\n      \"settings\": {},\n      \"sso\": {},\n      \"sso2\": {},\n      \"tagLine\": {},\n      \"type\": {}\n    },\n    \"Deeds\": {\n      \"every\": {},\n      \"none\": {},\n      \"some\": {}\n    },\n    \"NOT\": {\n      \"AND\": {\n        \"AND\": \"<Same as [CommunityWhereInput]>\"\n      },\n      \"Company\": {},\n      \"Deeds\": {},\n      \"NOT\": \"<Same as [CommunityWhereInput]>\",\n      \"Nonprofits\": {},\n      \"OR\": {\n        \"OR\": \"<Same as [CommunityWhereInput]>\"\n      },\n      \"OrganizingDeeds\": {},\n      \"backgroundImage\": {},\n      \"companyId\": {},\n      \"createdAt\": {},\n      \"deedIds\": {},\n      \"description\": {},\n      \"id\": {},\n      \"modifiedAt\": {},\n      \"nonprofitIds\": {},\n      \"organizingDeedIds\": {},\n      \"title\": {}\n    },\n    \"Nonprofits\": {\n      \"every\": {},\n      \"none\": {},\n      \"some\": {}\n    },\n    \"OR\": {\n      \"AND\": {\n        \"AND\": \"<Same as [CommunityWhereInput]>\"\n      },\n      \"Company\": {},\n      \"Deeds\": {},\n      \"NOT\": {\n        \"NOT\": \"<Same as [CommunityWhereInput]>\"\n      },\n      \"Nonprofits\": {},\n      \"OR\": \"<Same as [CommunityWhereInput]>\",\n      \"OrganizingDeeds\": {},\n      \"backgroundImage\": {},\n      \"companyId\": {},\n      \"createdAt\": {},\n      \"deedIds\": {},\n      \"description\": {},\n      \"id\": {},\n      \"modifiedAt\": {},\n      \"nonprofitIds\": {},\n      \"organizingDeedIds\": {},\n      \"title\": {}\n    },\n    \"OrganizingDeeds\": {\n      \"every\": {},\n      \"none\": {},\n      \"some\": {}\n    },\n    \"backgroundImage\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"companyId\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"createdAt\": {\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedDateTimeNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"deedIds\": {\n      \"equals\": [\n        \"\"\n      ],\n      \"has\": \"\",\n      \"hasEvery\": [\n        \"\"\n      ],\n      \"hasSome\": [\n        \"\"\n      ],\n      \"isEmpty\": true\n    },\n    \"description\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"id\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"modifiedAt\": {\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedDateTimeNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"nonprofitIds\": {\n      \"equals\": [\n        \"\"\n      ],\n      \"has\": \"\",\n      \"hasEvery\": [\n        \"\"\n      ],\n      \"hasSome\": [\n        \"\"\n      ],\n      \"isEmpty\": true\n    },\n    \"organizingDeedIds\": {\n      \"equals\": [\n        \"\"\n      ],\n      \"has\": \"\",\n      \"hasEvery\": [\n        \"\"\n      ],\n      \"hasSome\": [\n        \"\"\n      ],\n      \"isEmpty\": true\n    },\n    \"title\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    }\n  }\n}"}},"url":"https://api.testing.joindeed.org/graph","description":"<p><code>Admin</code> <code>User</code></p>\n<p>Returns a list of all (admins) or active (users) communities.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["graph"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"67c2b2d0-1617-4cc7-b58e-09e50fb133fe"},{"name":"List `Comment`s","id":"87025a08-6f00-46a1-922c-0afa1af498b3","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query comments ($activityId: ID!, $id_lt: String) {\n    comments (activityId: $activityId, id_lt: $id_lt)\n}","variables":"{\n  \"activityId\": 0,\n  \"id_lt\": \"\"\n}"}},"url":"https://api.testing.joindeed.org/graph","description":"<p><code>User</code></p>\n<p>Returns a list of comments for a campaign.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["graph"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"87025a08-6f00-46a1-922c-0afa1af498b3"},{"name":"Communities Count","id":"5bf429e8-09f7-4431-8ac8-e9bdc00e851e","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query communitiesCount ($distinct: [CommunityScalarFieldEnum], $where: CommunityWhereInput) {\n    communitiesCount (distinct: $distinct, where: $where)\n}","variables":"{\n  \"distinct\": [\n    \"\"\n  ],\n  \"where\": {\n    \"AND\": {\n      \"AND\": \"<Same as [CommunityWhereInput]>\",\n      \"Company\": {},\n      \"Deeds\": {},\n      \"NOT\": {\n        \"NOT\": \"<Same as [CommunityWhereInput]>\"\n      },\n      \"Nonprofits\": {},\n      \"OR\": {\n        \"OR\": \"<Same as [CommunityWhereInput]>\"\n      },\n      \"OrganizingDeeds\": {},\n      \"backgroundImage\": {},\n      \"companyId\": {},\n      \"createdAt\": {},\n      \"deedIds\": {},\n      \"description\": {},\n      \"id\": {},\n      \"modifiedAt\": {},\n      \"nonprofitIds\": {},\n      \"organizingDeedIds\": {},\n      \"title\": {}\n    },\n    \"Company\": {\n      \"AND\": {\n        \"AND\": \"<Same as [OrganizationWhereInput]>\"\n      },\n      \"CommunityCompanies\": {},\n      \"CommunityNonprofits\": {},\n      \"CompanyAffiliation\": {},\n      \"CompanyVolunteerTimes\": {},\n      \"DonationSchedulesCompanies\": {},\n      \"DonationSchedulesNonprofits\": {},\n      \"Donations\": {},\n      \"GivingAccounts\": {},\n      \"NOT\": {\n        \"NOT\": \"<Same as [OrganizationWhereInput]>\"\n      },\n      \"NonProfitAffiliation\": {},\n      \"NonprofitNomination\": {},\n      \"NonprofitVolunteerTimes\": {},\n      \"OR\": {\n        \"OR\": \"<Same as [OrganizationWhereInput]>\"\n      },\n      \"OrganizationDeeds\": {},\n      \"PartnerDeeds\": {},\n      \"PointOfContact\": {},\n      \"Users\": {},\n      \"VolunteerTimeOffSummary\": {},\n      \"VolunteerTimeOffs\": {},\n      \"approved\": {},\n      \"brief\": {},\n      \"code\": {},\n      \"communityCompanyIds\": {},\n      \"communityNonprofitIds\": {},\n      \"createdAt\": {},\n      \"currencyCode\": {},\n      \"dashboards\": {},\n      \"donationSchedulesNonprofits\": {},\n      \"email\": {},\n      \"finchApi\": {},\n      \"id\": {},\n      \"locationMap\": {},\n      \"logo\": {},\n      \"mainPicture\": {},\n      \"mergeApi\": {},\n      \"modifiedAt\": {},\n      \"name\": {},\n      \"payroll\": {},\n      \"pictures\": {},\n      \"pointOfContactId\": {},\n      \"reports\": {},\n      \"settings\": {},\n      \"sso\": {},\n      \"sso2\": {},\n      \"tagLine\": {},\n      \"type\": {}\n    },\n    \"Deeds\": {\n      \"every\": {},\n      \"none\": {},\n      \"some\": {}\n    },\n    \"NOT\": {\n      \"AND\": {\n        \"AND\": \"<Same as [CommunityWhereInput]>\"\n      },\n      \"Company\": {},\n      \"Deeds\": {},\n      \"NOT\": \"<Same as [CommunityWhereInput]>\",\n      \"Nonprofits\": {},\n      \"OR\": {\n        \"OR\": \"<Same as [CommunityWhereInput]>\"\n      },\n      \"OrganizingDeeds\": {},\n      \"backgroundImage\": {},\n      \"companyId\": {},\n      \"createdAt\": {},\n      \"deedIds\": {},\n      \"description\": {},\n      \"id\": {},\n      \"modifiedAt\": {},\n      \"nonprofitIds\": {},\n      \"organizingDeedIds\": {},\n      \"title\": {}\n    },\n    \"Nonprofits\": {\n      \"every\": {},\n      \"none\": {},\n      \"some\": {}\n    },\n    \"OR\": {\n      \"AND\": {\n        \"AND\": \"<Same as [CommunityWhereInput]>\"\n      },\n      \"Company\": {},\n      \"Deeds\": {},\n      \"NOT\": {\n        \"NOT\": \"<Same as [CommunityWhereInput]>\"\n      },\n      \"Nonprofits\": {},\n      \"OR\": \"<Same as [CommunityWhereInput]>\",\n      \"OrganizingDeeds\": {},\n      \"backgroundImage\": {},\n      \"companyId\": {},\n      \"createdAt\": {},\n      \"deedIds\": {},\n      \"description\": {},\n      \"id\": {},\n      \"modifiedAt\": {},\n      \"nonprofitIds\": {},\n      \"organizingDeedIds\": {},\n      \"title\": {}\n    },\n    \"OrganizingDeeds\": {\n      \"every\": {},\n      \"none\": {},\n      \"some\": {}\n    },\n    \"backgroundImage\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"companyId\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"createdAt\": {\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedDateTimeNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"deedIds\": {\n      \"equals\": [\n        \"\"\n      ],\n      \"has\": \"\",\n      \"hasEvery\": [\n        \"\"\n      ],\n      \"hasSome\": [\n        \"\"\n      ],\n      \"isEmpty\": true\n    },\n    \"description\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"id\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"modifiedAt\": {\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedDateTimeNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"nonprofitIds\": {\n      \"equals\": [\n        \"\"\n      ],\n      \"has\": \"\",\n      \"hasEvery\": [\n        \"\"\n      ],\n      \"hasSome\": [\n        \"\"\n      ],\n      \"isEmpty\": true\n    },\n    \"organizingDeedIds\": {\n      \"equals\": [\n        \"\"\n      ],\n      \"has\": \"\",\n      \"hasEvery\": [\n        \"\"\n      ],\n      \"hasSome\": [\n        \"\"\n      ],\n      \"isEmpty\": true\n    },\n    \"title\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    }\n  }\n}"}},"url":"https://api.testing.joindeed.org/graph","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["graph"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bf429e8-09f7-4431-8ac8-e9bdc00e851e"},{"name":"Total Donations","id":"a68e9993-7b1a-4dad-93d3-78400da3984f","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query communitiesTotalDonations {\n    communitiesTotalDonations\n}","variables":"{}"}},"url":"https://api.testing.joindeed.org/graph","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["graph"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a68e9993-7b1a-4dad-93d3-78400da3984f"},{"name":"Total Volunteering","id":"365753f9-a045-4fb3-b700-bdc95c7074ed","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query communitiesTotalVolunteering {\n    communitiesTotalVolunteering\n}","variables":"{}"}},"url":"https://api.testing.joindeed.org/graph","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["graph"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"365753f9-a045-4fb3-b700-bdc95c7074ed"}],"id":"862b74a0-1025-4c53-a256-bdbf000be7e1","description":"<p>Fetch, interact and manage communities.</p>\n","_postman_id":"862b74a0-1025-4c53-a256-bdbf000be7e1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Dashboards","item":[{"name":"List Available Dashboards","id":"9fd46447-e59f-4dbf-857d-a6c947dcbba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query availableDashboards {\n  dashboards: listSigmaDashboards {\n    type\n    __typename\n  }\n}\n","variables":"{\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/report","description":"<p><code>Admin</code></p>\n<p>Returns a list of available dashboards.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["report"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"86960078-f040-4a31-9fa9-ed88aedd4183","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query availableDashboards {\n  dashboards: listSigmaDashboards {\n    type\n    __typename\n  }\n}\n","variables":"{\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/report"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"dashboards\": [\n            {\n                \"type\": \"donations\",\n                \"__typename\": \"SigmaDashboard\"\n            },\n            {\n                \"type\": \"engagement\",\n                \"__typename\": \"SigmaDashboard\"\n            },\n            {\n                \"type\": \"volunteering\",\n                \"__typename\": \"SigmaDashboard\"\n            },\n            {\n                \"type\": \"corporateDonationsAndGrants\",\n                \"__typename\": \"SigmaDashboard\"\n            },\n            {\n                \"type\": \"impactOverview\",\n                \"__typename\": \"SigmaDashboard\"\n            },\n            {\n                \"type\": \"yearendimpact\",\n                \"__typename\": \"SigmaDashboard\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9fd46447-e59f-4dbf-857d-a6c947dcbba5"},{"name":"Get Dashboard","id":"55458911-6ed4-4be9-b099-e97f1d8a732a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query sigmaDashboardByType($type: ExternalDashboardType!) {\n  getSigmaDashboard(type: $type) {\n    id\n    dashboardId\n    sigmaUrl\n    type\n    __typename\n  }\n}\n","variables":"{\n\t\"type\": \"donations\"\n}"}},"url":"https://api.testing.joindeed.org/report","description":"<p><code>Admin</code></p>\n<p>Fetch a specific dashboard.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["report"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"984dcfe4-cc06-4c73-8d63-9f406950ddae","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetSigmaDashboard($type: ExternalDashboardType!) {\n  getSigmaDashboard(type: $type) {\n    id\n    dashboardId\n    scope\n    organizationId\n    overrides\n    type\n    audienceType\n    organization {\n      name\n    }\n    sigmaUrl\n  }\n}","variables":"{\n  \"type\": \"actions\"\n}"}},"url":"https://api.testing.joindeed.org/report"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getSigmaDashboard\": {\n            \"id\": \"63c5416a9a7afb8f75639b04\",\n            \"dashboardId\": \"https://app.sigmacomputing.com/embed/1-4j..\",\n            \"sigmaUrl\": \"https://app.sigmacomputing.com/embed/1-4j..\",\n            \"type\": \"donations\",\n            \"__typename\": \"SigmaDashboard\"\n        }\n    }\n}"}],"_postman_id":"55458911-6ed4-4be9-b099-e97f1d8a732a"},{"name":"List Available Reports","id":"1238188f-db27-47a4-94b0-cebffca316b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query availableReports {\n  reports: listSigmaReports {\n    type\n    __typename\n  }\n}\n","variables":"{}"}},"url":"https://api.testing.joindeed.org/report","description":"<p><code>Admin</code></p>\n<p>Returns a list of available reports.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["report"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"bb249362-c135-4c43-822f-d7dafe795f24","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query reports {\n    reports {\n        active\n        createdAt\n        id\n        modifiedAt\n        name\n        organizationId\n        type\n    }\n}","variables":"{}"}},"url":"https://api.testing.joindeed.org/report"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Sep 2022 06:26:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"24"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"65f8994c-b102-4a8e-83e0-90abab2e7047"},{"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-amzn-Remapped-content-length","value":"24"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"YfPTWH1eIAMFUXw="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"etag","value":"W/\"18-2KBFXgY3erC/HybuKh2qmu7Dt8o\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6322c5ae-70d80b97223d09575b9518be;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"reports\": [\n\t\t\t{\n\t\t\t\t\"type\": \"donationsByDepartment\",\n\t\t\t\t\"__typename\": \"SigmaReport\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"donationsComprehensive\",\n\t\t\t\t\"__typename\": \"SigmaReport\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"nonprofitSdg\",\n\t\t\t\t\"__typename\": \"SigmaReport\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"volunteeringComprehensive\",\n\t\t\t\t\"__typename\": \"SigmaReport\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"fundraiserDonationsSummary\",\n\t\t\t\t\"__typename\": \"SigmaReport\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"nonprofitCauseAreas\",\n\t\t\t\t\"__typename\": \"SigmaReport\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"campaignDonationsSummary\",\n\t\t\t\t\"__typename\": \"SigmaReport\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"nonprofitSpotlight\",\n\t\t\t\t\"__typename\": \"SigmaReport\"\n\t\t\t}\n\t\t]\n\t}\n}"}],"_postman_id":"1238188f-db27-47a4-94b0-cebffca316b6"},{"name":"Get Report","id":"f01b7e52-544c-44ba-9833-08aab64034db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query sigmaReportByType($type: ExternalReportType!) {\n  getSigmaReport(type: $type) {\n    id\n    reportId\n    sigmaUrl\n    type\n    __typename\n  }\n}\n","variables":"{\n\t\"type\": \"donationsComprehensive\"\n}"}},"url":"https://api.testing.joindeed.org/report","description":"<p><code>Admin</code></p>\n<p>Fetch a specific report.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["report"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"97ef4287-f5c2-46e3-81ba-3390371f3181","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query sigmaReportByType($type: ExternalReportType!) {\n    getSigmaReport(type: $type) {\n        id\n        reportId\n        sigmaUrl\n        type\n        __typename\n    }\n}","variables":"{}"}},"url":"https://api.testing.joindeed.org/report"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Sep 2022 06:26:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"24"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"65f8994c-b102-4a8e-83e0-90abab2e7047"},{"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-amzn-Remapped-content-length","value":"24"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"YfPTWH1eIAMFUXw="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"etag","value":"W/\"18-2KBFXgY3erC/HybuKh2qmu7Dt8o\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6322c5ae-70d80b97223d09575b9518be;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"getSigmaReport\": {\n\t\t\t\"id\": \"64464e2836ee58561d33206c\",\n\t\t\t\"reportId\": \"https://app.sigmacomputing.com/embed/1-6bL..\",\n\t\t\t\"sigmaUrl\": \"https://app.sigmacomputing.com/embed/1-6bL..\",\n\t\t\t\"type\": \"donationsComprehensive\",\n\t\t\t\"__typename\": \"SigmaReport\"\n\t\t}\n\t}\n}"}],"_postman_id":"f01b7e52-544c-44ba-9833-08aab64034db"}],"id":"d26cd79e-fa34-48ef-8959-c5046f202c1c","description":"<p>Fetch dashboards and reports.</p>\n","_postman_id":"d26cd79e-fa34-48ef-8959-c5046f202c1c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Deeds","item":[{"name":"Check In","item":[{"name":"Check In to `Deed`","id":"bfcec5ae-9498-4782-bd11-7d1ee9938c9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://api.testing.joindeed.org/api/deeds/:id/checkIn","description":"<p><code>User</code></p>\n<p>Check in user to an event opportunity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds",":id","checkIn"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"7c20732a-aac9-4b91-9997-44dd7b32c380","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"labore laboris","key":"id"}]}},"response":[],"_postman_id":"bfcec5ae-9498-4782-bd11-7d1ee9938c9d"},{"name":"Check `User` in to `Deed`","id":"378c1422-ad94-4358-8a0f-cc1534370388","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://api.testing.joindeed.org/api/deeds/:id/checkIn/:userId","description":"<p><code>Admin</code></p>\n<p>Check in a user to an event opportunity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds",":id","checkIn",":userId"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"7c20732a-aac9-4b91-9997-44dd7b32c380","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"labore laboris","key":"id"},{"id":"4ee59bca-bdcf-4895-ac21-40eb73cb5e1a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"labore laboris","key":"userId"}]}},"response":[],"_postman_id":"378c1422-ad94-4358-8a0f-cc1534370388"}],"id":"4f29260d-83f4-4af4-be0c-ac301b7a7686","_postman_id":"4f29260d-83f4-4af4-be0c-ac301b7a7686","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Sign Up","item":[{"name":"Sign Up to `Deed`","id":"81b43a7f-1c59-4756-826f-6f438a67502e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"_id\": \"62c2b4641553646ecaca3091\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/deeds/join","description":"<p><code>User</code></p>\n<p>Sign up to a volunteering opportunity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds","join"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"81b43a7f-1c59-4756-826f-6f438a67502e"},{"name":"Apply for `Role` of `Deed`","id":"481b993d-0fc6-406f-8a02-79b609881e21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.testing.joindeed.org/api/deeds/:id/roles/:roleId","description":"<p><code>User</code></p>\n<p>Apply for a role on a volunteering event or a volunteering project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds",":id","roles",":roleId"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"9d6a77b5-bd8f-414c-ad16-18461aac1bbd","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"labore laboris","key":"id"},{"id":"96e935e1-5fc4-4a82-97d6-dc8a026f1d3a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"labore laboris","key":"roleId"}]}},"response":[],"_postman_id":"481b993d-0fc6-406f-8a02-79b609881e21"},{"name":"Cancel attendance to `Deed`","id":"6b6ffc93-6a8d-494a-bf44-e76ad3fe5a91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.testing.joindeed.org/api/deeds/unjoin","description":"<p><code>User</code></p>\n<p>Cancel attendance to a volunteering event or volunteering project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds","unjoin"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b6ffc93-6a8d-494a-bf44-e76ad3fe5a91"},{"name":"Cancel attendance of `User` to `Deed`","id":"cf15d56b-e3aa-4d1f-b209-1eae70e8a28b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.testing.joindeed.org/api/deeds/unjoin/:userId","description":"<p><code>Admin</code></p>\n<p>Cancel a users attendance to a volunteering event or volunteering project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds","unjoin",":userId"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"33dc4564-14d9-4776-ad33-000cd9517517","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"labore laboris","key":"userId"}]}},"response":[],"_postman_id":"cf15d56b-e3aa-4d1f-b209-1eae70e8a28b"}],"id":"e876dff1-bffc-4de2-baee-a9d3ce810c2d","_postman_id":"e876dff1-bffc-4de2-baee-a9d3ce810c2d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Invite","item":[{"name":"Invite `User` to `Deed`","id":"fc4e2094-e4f0-47f8-a47b-da961d108ecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.testing.joindeed.org/api/deeds/:id/invite","description":"<p><code>User</code></p>\n<p>Invite a user to a volunteering opportunity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds",":id","invite"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"ffb927f8-1123-4072-8fbe-e526d0e8f069","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"labore laboris","key":"id"}]}},"response":[],"_postman_id":"fc4e2094-e4f0-47f8-a47b-da961d108ecf"},{"name":"Uninvite `User` from `Deed`","id":"f595f292-72bd-4c3d-98a3-48758fb88fe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.testing.joindeed.org/api/deeds/:id/uninvite/:userId","description":"<p><code>User</code></p>\n<p>Remove invite of a user to a volunteering opportunity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds",":id","uninvite",":userId"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"0998cabd-cc61-4eac-b949-97f48cdaca61","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"labore laboris","key":"id"},{"id":"800b1524-a5dc-4cfd-b190-cd1769913956","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"labore laboris","key":"userId"}]}},"response":[],"_postman_id":"f595f292-72bd-4c3d-98a3-48758fb88fe8"}],"id":"930ce2dd-4bf8-4492-b230-44b1a02800d4","_postman_id":"930ce2dd-4bf8-4492-b230-44b1a02800d4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"List `Deed` Feed","id":"71f19fc6-39c3-462a-8adb-e1679e68f411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/deeds/feed","description":"<p><code>User</code></p>\n<p>Get feed of opporunities (volunteering events, volunteering projects, fundraisers)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds","feed"],"host":["https://api.testing.joindeed.org"],"query":[{"disabled":true,"description":{"content":"<p>Optional: Boolean, only return <code>virtual</code> deeds, defaults to <code>false</code> – (true|false)</p>\n","type":"text/plain"},"key":"virtual","value":"false"},{"disabled":true,"description":{"content":"<p>Optional: Boolean, augment the response with donation matching results, defaults to <code>true</code> – (true|false)</p>\n","type":"text/plain"},"key":"withMatchingResults","value":"true"},{"disabled":true,"description":{"content":"<p>Optional: Boolean, augment the response with donation crediting results, defaults to <code>true</code> – (true|false)</p>\n","type":"text/plain"},"key":"withCreditingResults","value":"true"},{"disabled":true,"description":{"content":"<p>Optional: Boolean, only return <code>featured</code> deeds, defaults to <code>false</code> – (true|false)</p>\n","type":"text/plain"},"key":"featured","value":"false"},{"disabled":true,"description":{"content":"<p>Optional: Filter results by the <code>type</code> of deed – (Event|Project|Campaign|BaseEvent)</p>\n","type":"text/plain"},"key":"type","value":"Event"},{"disabled":true,"description":{"content":"<p>Optional: Filter results by a <code>location</code></p>\n","type":"text/plain"},"key":"location","value":""},{"disabled":true,"description":{"content":"<p>Optional: Some <code>Category</code> IDs to filter results by</p>\n","type":"text/plain"},"key":"categories","value":""},{"disabled":true,"description":{"content":"<p>Optional: Some <code>ERG</code> IDs to filter results by</p>\n","type":"text/plain"},"key":"ergs","value":""},{"disabled":true,"description":{"content":"<p>Optional: Some <code>Pillar</code> IDs to filter results by</p>\n","type":"text/plain"},"key":"pillars","value":""},{"disabled":true,"description":{"content":"<p>Optional: Some <code>SDG</code> IDs to filter results by</p>\n","type":"text/plain"},"key":"sdgs","value":""},{"disabled":true,"key":"limit","value":"2"}],"variable":[]}},"response":[{"id":"b7fed5fe-b81f-46a9-8246-196cf2ad6e78","name":"/api/deeds/feed","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/deeds/feed","host":["https://api.testing.joindeed.org"],"path":["api","deeds","feed"],"query":[{"key":"virtual","value":"false","description":"Optional: Boolean, only return `virtual` deeds, defaults to `false` – (true|false)","disabled":true},{"key":"withMatchingResults","value":"true","description":"Optional: Boolean, augment the response with donation matching results, defaults to `true` – (true|false)","disabled":true},{"key":"withCreditingResults","value":"true","description":"Optional: Boolean, augment the response with donation crediting results, defaults to `true` – (true|false)","disabled":true},{"key":"featured","value":"false","description":"Optional: Boolean, only return `featured` deeds, defaults to `false` – (true|false)","disabled":true},{"key":"type","value":"Event","description":"Optional: Filter results by the `type` of deed – (Event|Project|Campaign|BaseEvent)","disabled":true},{"key":"limit","value":"2","description":"Optional: The number of results to return per page, defaults to +Infinity","disabled":true},{"key":"location","value":"","description":"Optional: Filter results by a `location`","disabled":true},{"key":"categories","value":null,"description":"Optional: Some `Category` IDs to filter results by","disabled":true},{"key":"ergs","value":null,"description":"Optional: Some `ERG` IDs to filter results by","disabled":true},{"key":"pillars","value":null,"description":"Optional: Some `Pillar` IDs to filter results by","disabled":true},{"key":"sdgs","value":null,"description":"Optional: Some `SDG` IDs to filter results by","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Sep 2022 09:19:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"location\": {\n            \"type\": \"Point\",\n            \"coordinates\": []\n        },\n        \"virtual\": true,\n        \"attendees\": [\n            {\n                \"fullName\": {\n                    \"first\": \"Hafiz\",\n                    \"last\": \"Al Faza\"\n                },\n                \"summary\": \"\",\n                \"pictures\": [],\n                \"instagram\": \"\",\n                \"clickable\": false,\n                \"_volunteerMinutes\": 0,\n                \"email\": \"hafeezlefaza_62c2b335626a916ca7409789.local_62c2b4611553646ecaca29d6.local@demo.joindeed.com\",\n                \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n                \"locale\": \"en-US\",\n                \"__t\": \"User\",\n                \"_id\": \"62c2b4611553646ecaca29e6\",\n                \"createdAt\": \"2022-07-04T09:35:29.543Z\",\n                \"organization\": {\n                    \"__t\": \"Company\",\n                    \"_id\": \"62c2b4611553646ecaca29d6\",\n                    \"code\": \"Deed Co.\",\n                    \"feeCovered\": null,\n                    \"id\": \"62c2b4611553646ecaca29d6\",\n                    \"banner\": \"\",\n                    \"shareLink\": \"http://localhost:3000/organization/62c2b4611553646ecaca29d6\"\n                },\n                \"totalImpact\": 0,\n                \"volunteerMinutes\": 0,\n                \"deeds\": 0,\n                \"id\": \"62c2b4611553646ecaca29e6\",\n                \"profile\": {\n                    \"name\": \"Hafiz Al Faza\",\n                    \"role\": \"User\"\n                },\n                \"token\": {\n                    \"_id\": \"62c2b4611553646ecaca29e6\",\n                    \"role\": \"User\"\n                },\n                \"name\": \"Hafiz Al Faza\",\n                \"features\": {\n                    \"volunteering\": true,\n                    \"donations\": true,\n                    \"recurringDonations\": true\n                }\n            },\n            {\n                \"fullName\": {\n                    \"first\": \"Randy\",\n                    \"last\": \"Tarampi\"\n                },\n                \"summary\": \"\",\n                \"pictures\": [],\n                \"instagram\": \"\",\n                \"clickable\": false,\n                \"_volunteerMinutes\": 0,\n                \"email\": \"randy+test-20211122_62c2b335626a916ca7409789.local_62c2b4611553646ecaca29d6.local@demo.joindeed.com\",\n                \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n                \"locale\": \"en-US\",\n                \"__t\": \"User\",\n                \"_id\": \"62c2b4611553646ecaca2a04\",\n                \"createdAt\": \"2022-07-04T09:35:29.543Z\",\n                \"location\": \"5b993c4ccea62b07352e306c\",\n                \"organization\": {\n                    \"__t\": \"Company\",\n                    \"_id\": \"62c2b4611553646ecaca29d6\",\n                    \"code\": \"Deed Co.\",\n                    \"feeCovered\": null,\n                    \"id\": \"62c2b4611553646ecaca29d6\",\n                    \"banner\": \"\",\n                    \"shareLink\": \"http://localhost:3000/organization/62c2b4611553646ecaca29d6\"\n                },\n                \"totalImpact\": 0,\n                \"volunteerMinutes\": 0,\n                \"deeds\": 0,\n                \"id\": \"62c2b4611553646ecaca2a04\",\n                \"profile\": {\n                    \"name\": \"Randy Tarampi\",\n                    \"role\": \"User\"\n                },\n                \"token\": {\n                    \"_id\": \"62c2b4611553646ecaca2a04\",\n                    \"role\": \"User\"\n                },\n                \"name\": \"Randy Tarampi\",\n                \"features\": {\n                    \"volunteering\": true,\n                    \"donations\": true,\n                    \"recurringDonations\": true\n                }\n            },\n            {\n                \"fullName\": {\n                    \"first\": \"Alex\",\n                    \"last\": \"test\"\n                },\n                \"summary\": \"\",\n                \"pictures\": [],\n                \"instagram\": \"\",\n                \"clickable\": false,\n                \"_volunteerMinutes\": 0,\n                \"email\": \"ale_le_62c2b335626a916ca7409789.local_62c2b4611553646ecaca29d6.local@demo.joindeed.com\",\n                \"mainPicture\": \"https://files.godeed.today/1596227640829_1.jpg\",\n                \"locale\": \"en-US\",\n                \"__t\": \"User\",\n                \"_id\": \"62c2b4611553646ecaca29ee\",\n                \"createdAt\": \"2022-07-04T09:35:29.543Z\",\n                \"location\": \"5b993c4ccea62b07352e306c\",\n                \"organization\": {\n                    \"__t\": \"Company\",\n                    \"_id\": \"62c2b4611553646ecaca29d6\",\n                    \"code\": \"Deed Co.\",\n                    \"feeCovered\": null,\n                    \"id\": \"62c2b4611553646ecaca29d6\",\n                    \"banner\": \"\",\n                    \"shareLink\": \"http://localhost:3000/organization/62c2b4611553646ecaca29d6\"\n                },\n                \"totalImpact\": 0,\n                \"volunteerMinutes\": 0,\n                \"deeds\": 0,\n                \"id\": \"62c2b4611553646ecaca29ee\",\n                \"profile\": {\n                    \"name\": \"Alex test\",\n                    \"role\": \"User\"\n                },\n                \"token\": {\n                    \"_id\": \"62c2b4611553646ecaca29ee\",\n                    \"role\": \"User\"\n                },\n                \"name\": \"Alex test\",\n                \"features\": {\n                    \"volunteering\": true,\n                    \"donations\": true,\n                    \"recurringDonations\": true\n                }\n            }\n        ],\n        \"skipApplicationStatusUpdates\": false,\n        \"forms\": [],\n        \"attendeeLimit\": 21,\n        \"status\": \"published\",\n        \"editors\": [\n            {\n                \"fullName\": {\n                    \"first\": \"Admin\",\n                    \"last\": \"UserRu\"\n                },\n                \"email\": \"lava_62c2b335626a916ca7409789.local_62c2b4611553646ecaca29d6.local@demo.joindeed.com\",\n                \"__t\": \"Organizer\",\n                \"_id\": \"62c2b4611553646ecaca2a18\",\n                \"id\": \"62c2b4611553646ecaca2a18\",\n                \"profile\": {\n                    \"name\": \"Admin UserRu\",\n                    \"role\": \"Organizer\"\n                },\n                \"token\": {\n                    \"_id\": \"62c2b4611553646ecaca2a18\",\n                    \"role\": \"Organizer\"\n                },\n                \"name\": \"Admin UserRu\",\n                \"features\": {\n                    \"volunteering\": true,\n                    \"donations\": true,\n                    \"recurringDonations\": true\n                }\n            }\n        ],\n        \"featured\": false,\n        \"public\": true,\n        \"sponsored\": false,\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b6\"\n        ],\n        \"SDGs\": [\n            \"5d94f23ee4955af37f0561ab\"\n        ],\n        \"pillars\": [\n            \"62c2b4631553646ecaca2ad8\",\n            \"62c2b4631553646ecaca2ada\",\n            \"62c2b4631553646ecaca2adc\",\n            \"62c2b4631553646ecaca2ade\",\n            \"62c2b4631553646ecaca2ae0\",\n            \"62c2b4631553646ecaca2ae2\",\n            \"62c2b4631553646ecaca2ae4\",\n            \"62c2b4631553646ecaca2ae6\"\n        ],\n        \"ERGs\": [\n            \"62c2b4621553646ecaca2ac8\",\n            \"62c2b4621553646ecaca2aca\",\n            \"62c2b4621553646ecaca2acc\",\n            \"62c2b4621553646ecaca2ace\",\n            \"62c2b4621553646ecaca2ad0\",\n            \"62c2b4621553646ecaca2ad2\",\n            \"62c2b4621553646ecaca2ad4\"\n        ],\n        \"campaigns\": [\n            \"62c2b4621553646ecaca2aac\",\n            \"62c2b4621553646ecaca2aae\",\n            \"62c2b4621553646ecaca2ab0\",\n            \"62c2b4621553646ecaca2ab2\",\n            \"62c2b4621553646ecaca2ab4\",\n            \"62c2b4621553646ecaca2ab6\",\n            \"62c2b4621553646ecaca2ab8\",\n            \"62c2b4621553646ecaca2aba\",\n            \"62c2b4621553646ecaca2abc\",\n            \"62c2b4621553646ecaca2abe\",\n            \"62c2b4621553646ecaca2ac0\",\n            \"62c2b4621553646ecaca2ac2\",\n            \"62c2b4621553646ecaca2ac4\"\n        ],\n        \"rating\": 5,\n        \"pictures\": [\n            \"https://files.godeed.today/1531752919727_c304d7e4-cbb5-47e6-8556-8a0cf2f50c11.jpg\"\n        ],\n        \"timeZone\": \"Europe/Berlin\",\n        \"organizerEmail\": \"randy@joindeed.com\",\n        \"organizerPhone\": \"+15555555555\",\n        \"blocked\": false,\n        \"linkOnly\": false,\n        \"requireAuthentication\": false,\n        \"allowedLocations\": [],\n        \"allowedCountries\": [],\n        \"allowedStates\": [],\n        \"skipRefresh\": false,\n        \"__t\": \"Project\",\n        \"milestones\": [],\n        \"roles\": [\n            {\n                \"name\": \"Auto approved role\",\n                \"autoApproval\": true,\n                \"applicants\": [],\n                \"approved\": [\n                    {\n                        \"fullName\": {\n                            \"first\": \"Hafiz\",\n                            \"last\": \"Al Faza\"\n                        },\n                        \"myFriends\": [],\n                        \"summary\": \"\",\n                        \"pictures\": [],\n                        \"website\": \"\",\n                        \"instagram\": \"\",\n                        \"status\": \"pending\",\n                        \"privacy\": \"private\",\n                        \"myDeeds\": [],\n                        \"completedDeeds\": [],\n                        \"waitlistedDeeds\": [],\n                        \"lateCanceledDeeds\": [],\n                        \"ratePending\": [],\n                        \"clickable\": false,\n                        \"email\": \"hafeezlefaza_62c2b335626a916ca7409789.local_62c2b4611553646ecaca29d6.local@demo.joindeed.com\",\n                        \"roles\": [],\n                        \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n                        \"displayCurrency\": \"USD\",\n                        \"locale\": \"en-US\",\n                        \"externalId\": \"\",\n                        \"origin\": \"api\",\n                        \"__t\": \"User\",\n                        \"_id\": \"62c2b4611553646ecaca29e6\",\n                        \"createdAt\": \"2022-07-04T09:35:29.543Z\",\n                        \"modifiedAt\": \"2022-07-04T09:35:45.731Z\",\n                        \"organization\": \"62c2b4611553646ecaca29d6\",\n                        \"provider\": \"local\",\n                        \"totalImpact\": 0,\n                        \"volunteerMinutes\": 0,\n                        \"deeds\": 0,\n                        \"id\": \"62c2b4611553646ecaca29e6\",\n                        \"profile\": {\n                            \"name\": \"Hafiz Al Faza\",\n                            \"role\": \"User\"\n                        },\n                        \"token\": {\n                            \"_id\": \"62c2b4611553646ecaca29e6\",\n                            \"role\": \"User\"\n                        },\n                        \"name\": \"Hafiz Al Faza\",\n                        \"features\": {\n                            \"volunteering\": true,\n                            \"donations\": true,\n                            \"recurringDonations\": true\n                        }\n                    },\n                    {\n                        \"fullName\": {\n                            \"first\": \"Randy\",\n                            \"last\": \"Tarampi\"\n                        },\n                        \"myFriends\": [],\n                        \"summary\": \"\",\n                        \"pictures\": [],\n                        \"website\": \"\",\n                        \"instagram\": \"\",\n                        \"status\": \"pending\",\n                        \"privacy\": \"private\",\n                        \"myDeeds\": [],\n                        \"completedDeeds\": [],\n                        \"waitlistedDeeds\": [],\n                        \"lateCanceledDeeds\": [],\n                        \"ratePending\": [],\n                        \"clickable\": false,\n                        \"email\": \"randy+test-20211122_62c2b335626a916ca7409789.local_62c2b4611553646ecaca29d6.local@demo.joindeed.com\",\n                        \"roles\": [],\n                        \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n                        \"displayCurrency\": \"USD\",\n                        \"locale\": \"en-US\",\n                        \"externalId\": \"\",\n                        \"origin\": \"api\",\n                        \"__t\": \"User\",\n                        \"_id\": \"62c2b4611553646ecaca2a04\",\n                        \"consent\": {\n                            \"disclaimer\": \"2021-11-22T18:17:33.423Z\"\n                        },\n                        \"createdAt\": \"2022-07-04T09:35:29.543Z\",\n                        \"interests\": [],\n                        \"modifiedAt\": \"2022-07-04T09:35:44.535Z\",\n                        \"organization\": \"62c2b4611553646ecaca29d6\",\n                        \"organizationDepartment\": \"Corporate\",\n                        \"provider\": \"local\",\n                        \"totalImpact\": 0,\n                        \"volunteerMinutes\": 0,\n                        \"deeds\": 0,\n                        \"id\": \"62c2b4611553646ecaca2a04\",\n                        \"profile\": {\n                            \"name\": \"Randy Tarampi\",\n                            \"role\": \"User\"\n                        },\n                        \"token\": {\n                            \"_id\": \"62c2b4611553646ecaca2a04\",\n                            \"role\": \"User\"\n                        },\n                        \"name\": \"Randy Tarampi\",\n                        \"features\": {\n                            \"volunteering\": true,\n                            \"donations\": true,\n                            \"recurringDonations\": true\n                        }\n                    }\n                ],\n                \"rejected\": [],\n                \"skills\": [\n                    \"5d232ed99e708ecdadb47e0e\"\n                ],\n                \"durationUnit\": \"weeks\",\n                \"_id\": \"618ea490f3b7916ac59e08f6\",\n                \"durationMax\": 10,\n                \"estimatedHoursMax\": 1,\n                \"estimatedValue\": 10,\n                \"requiredAmount\": 10,\n                \"description\": \" \",\n                \"durationMin\": 1,\n                \"estimatedHoursMin\": 1,\n                \"id\": \"618ea490f3b7916ac59e08f6\"\n            },\n            {\n                \"name\": \"Application role\",\n                \"autoApproval\": false,\n                \"applicants\": [\n                    {\n                        \"fullName\": {\n                            \"first\": \"Stav\",\n                            \"last\": \"Kashi\"\n                        },\n                        \"myFriends\": [],\n                        \"summary\": \"\",\n                        \"pictures\": [],\n                        \"website\": \"\",\n                        \"instagram\": \"\",\n                        \"status\": \"accepted\",\n                        \"privacy\": \"private\",\n                        \"myDeeds\": [],\n                        \"completedDeeds\": [],\n                        \"waitlistedDeeds\": [],\n                        \"lateCanceledDeeds\": [],\n                        \"ratePending\": [],\n                        \"clickable\": false,\n                        \"email\": \"stav_62c2b335626a916ca7409789.local_62c2b4611553646ecaca29d6.local@demo.joindeed.com\",\n                        \"roles\": [],\n                        \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n                        \"displayCurrency\": \"USD\",\n                        \"locale\": \"en-US\",\n                        \"externalId\": \"\",\n                        \"origin\": \"api\",\n                        \"__t\": \"User\",\n                        \"_id\": \"62c2b4611553646ecaca2a08\",\n                        \"consent\": {\n                            \"shareData\": \"2019-12-20T14:09:41.536Z\"\n                        },\n                        \"createdAt\": \"2022-07-04T09:35:29.543Z\",\n                        \"interests\": [\n                            \"5d94f23ee4955af37f0561a6\",\n                            \"5d94f23ee4955af37f0561aa\",\n                            \"59fb3fb27585482ebdaf4cbb\",\n                            \"59e7cbc792b6a2fc1ac9e5b6\"\n                        ],\n                        \"modifiedAt\": \"2022-07-04T09:35:44.330Z\",\n                        \"organization\": \"62c2b4611553646ecaca29d6\",\n                        \"organizationDepartment\": \"Corporate\",\n                        \"provider\": \"local\",\n                        \"skills\": [],\n                        \"tShirtSize\": \"\",\n                        \"totalImpact\": 0,\n                        \"volunteerMinutes\": 0,\n                        \"deeds\": 0,\n                        \"id\": \"62c2b4611553646ecaca2a08\",\n                        \"profile\": {\n                            \"name\": \"Stav Kashi\",\n                            \"role\": \"User\"\n                        },\n                        \"token\": {\n                            \"_id\": \"62c2b4611553646ecaca2a08\",\n                            \"role\": \"User\"\n                        },\n                        \"name\": \"Stav Kashi\",\n                        \"features\": {\n                            \"volunteering\": true,\n                            \"donations\": true,\n                            \"recurringDonations\": true\n                        }\n                    }\n                ],\n                \"approved\": [],\n                \"rejected\": [],\n                \"skills\": [\n                    \"5d232ed99e708ecdadb47e0e\"\n                ],\n                \"durationUnit\": \"weeks\",\n                \"_id\": \"618ea490f3b7916ac59e08f7\",\n                \"durationMax\": 10,\n                \"estimatedHoursMax\": 10,\n                \"estimatedValue\": 10,\n                \"requiredAmount\": 10,\n                \"description\": \" \",\n                \"durationMin\": 1,\n                \"estimatedHoursMin\": 1,\n                \"id\": \"618ea490f3b7916ac59e08f7\"\n            },\n            {\n                \"name\": \"Auto approved, lone position role\",\n                \"autoApproval\": true,\n                \"applicants\": [],\n                \"approved\": [\n                    {\n                        \"fullName\": {\n                            \"first\": \"Alex\",\n                            \"last\": \"test\"\n                        },\n                        \"myFriends\": [],\n                        \"summary\": \"\",\n                        \"pictures\": [],\n                        \"website\": \"\",\n                        \"instagram\": \"\",\n                        \"status\": \"accepted\",\n                        \"privacy\": \"private\",\n                        \"myDeeds\": [],\n                        \"completedDeeds\": [],\n                        \"waitlistedDeeds\": [],\n                        \"lateCanceledDeeds\": [],\n                        \"ratePending\": [],\n                        \"clickable\": false,\n                        \"email\": \"ale_le_62c2b335626a916ca7409789.local_62c2b4611553646ecaca29d6.local@demo.joindeed.com\",\n                        \"roles\": [],\n                        \"mainPicture\": \"https://files.godeed.today/1596227640829_1.jpg\",\n                        \"displayCurrency\": \"USD\",\n                        \"locale\": \"en-US\",\n                        \"externalId\": \"\",\n                        \"origin\": \"api\",\n                        \"__t\": \"User\",\n                        \"_id\": \"62c2b4611553646ecaca29ee\",\n                        \"consent\": {\n                            \"shareData\": \"2020-07-31T14:31:28.426Z\"\n                        },\n                        \"createdAt\": \"2022-07-04T09:35:29.543Z\",\n                        \"interests\": [\n                            \"59e7cbc792b6a2fc1ac9e5b9\",\n                            \"59e7cbc792b6a2fc1ac9e5b2\",\n                            \"59e7cbc792b6a2fc1ac9e5bd\",\n                            \"59e7cbc792b6a2fc1ac9e5b8\",\n                            \"59e7cbc792b6a2fc1ac9e5be\"\n                        ],\n                        \"modifiedAt\": \"2022-07-04T09:35:45.371Z\",\n                        \"organization\": \"62c2b4611553646ecaca29d6\",\n                        \"organizationDepartment\": \"Retail (Corporate)\",\n                        \"provider\": \"local\",\n                        \"totalImpact\": 0,\n                        \"volunteerMinutes\": 0,\n                        \"deeds\": 0,\n                        \"id\": \"62c2b4611553646ecaca29ee\",\n                        \"profile\": {\n                            \"name\": \"Alex test\",\n                            \"role\": \"User\"\n                        },\n                        \"token\": {\n                            \"_id\": \"62c2b4611553646ecaca29ee\",\n                            \"role\": \"User\"\n                        },\n                        \"name\": \"Alex test\",\n                        \"features\": {\n                            \"volunteering\": true,\n                            \"donations\": true,\n                            \"recurringDonations\": true\n                        }\n                    }\n                ],\n                \"rejected\": [],\n                \"skills\": [\n                    \"5d232ed99e708ecdadb47e0e\"\n                ],\n                \"durationUnit\": \"weeks\",\n                \"_id\": \"618ea490f3b7916ac59e08f8\",\n                \"durationMax\": 10,\n                \"estimatedHoursMax\": 1,\n                \"estimatedValue\": 10,\n                \"requiredAmount\": 1,\n                \"description\": \" \",\n                \"durationMin\": 1,\n                \"estimatedHoursMin\": 1,\n                \"id\": \"618ea490f3b7916ac59e08f8\"\n            }\n        ],\n        \"externalLinkFollows\": [],\n        \"formQuestions\": [\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": false,\n                \"_id\": \"618ea4b9feae0bea9c8dc362\",\n                \"questionType\": \"Section\",\n                \"title\": \"Mailing address\",\n                \"description\": \"Please enter your mailing address.\",\n                \"id\": \"618ea4b9feae0bea9c8dc362\"\n            },\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": true,\n                \"_id\": \"618ea4b92834af9ff876ceef\",\n                \"questionType\": \"TextInput\",\n                \"title\": \"First Name\",\n                \"id\": \"618ea4b92834af9ff876ceef\"\n            },\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": true,\n                \"_id\": \"618ea4b93829c2c386a4a0fe\",\n                \"questionType\": \"TextInput\",\n                \"title\": \"Last Name\",\n                \"id\": \"618ea4b93829c2c386a4a0fe\"\n            },\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": true,\n                \"_id\": \"618ea4b94dcbf725b04791d5\",\n                \"questionType\": \"TextInput\",\n                \"title\": \"Address Line 1\",\n                \"id\": \"618ea4b94dcbf725b04791d5\"\n            },\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": false,\n                \"_id\": \"618ea4b95aff81cb5a6729be\",\n                \"questionType\": \"TextInput\",\n                \"title\": \"Address Line 2\",\n                \"id\": \"618ea4b95aff81cb5a6729be\"\n            },\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": true,\n                \"_id\": \"618ea4b98bf80b4147be9a6c\",\n                \"questionType\": \"TextInput\",\n                \"title\": \"City\",\n                \"id\": \"618ea4b98bf80b4147be9a6c\"\n            },\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": true,\n                \"_id\": \"618ea4b90d655fa459293fda\",\n                \"questionType\": \"TextInput\",\n                \"title\": \"State\",\n                \"id\": \"618ea4b90d655fa459293fda\"\n            },\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": true,\n                \"_id\": \"618ea4b995d959d4803dfa70\",\n                \"questionType\": \"TextInput\",\n                \"title\": \"Zip/Postal Code\",\n                \"id\": \"618ea4b995d959d4803dfa70\"\n            },\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": true,\n                \"_id\": \"618ea4b947f5480b708eb899\",\n                \"questionType\": \"TextInput\",\n                \"title\": \"Country\",\n                \"id\": \"618ea4b947f5480b708eb899\"\n            }\n        ],\n        \"_id\": \"62c2b4641553646ecaca3091\",\n        \"__v\": 0,\n        \"backgroundCheckLink\": \"\",\n        \"createdAt\": \"2022-07-04T09:35:32.818Z\",\n        \"description\": \"<p>Just seeing what this looks like </p>\",\n        \"externalId\": \"\",\n        \"externalLink\": \"\",\n        \"modifiedAt\": \"2022-07-04T09:35:32.818Z\",\n        \"mustKnows\": \"\",\n        \"name\": \"Public project, no form\",\n        \"organization\": {\n            \"locationObject\": {\n                \"address\": \"728 W 24th Ave\",\n                \"area\": \"South Cambie\",\n                \"city\": \"Vancouver\",\n                \"state\": \"British Columbia\",\n                \"stateCode\": \"BC\",\n                \"postalCode\": null,\n                \"country\": \"Canada\",\n                \"countryCode\": \"CA\"\n            },\n            \"location\": {\n                \"coordinates\": [\n                    -123.1210043,\n                    49.249874\n                ],\n                \"type\": \"Point\"\n            },\n            \"categories\": [\n                \"59e7cbc792b6a2fc1ac9e5be\"\n            ],\n            \"pillars\": [],\n            \"currencyCode\": \"USD\",\n            \"brief\": \"Founded in 984, AIIH focuses on training children and young people through sports and socio-cultural modalities, reducing the cultural and social exclusion of beneficiaries. The community, tired of seeing this situation, was looking for a new leadership, got to know Mr. Marcos Guarani's work with underprivileged children in the sports and social area, and through a meeting decided that Mr. Marcos would be the new candidate for the presidency of the Association.\",\n            \"rating\": 3,\n            \"website\": \"\",\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5ec8103e18777677fc4118fb\",\n            \"name\": \"AIIH - Associação Internacional de Interesse à Humanidade\",\n            \"email\": \"noreply@joindeed.com\",\n            \"ein\": \"_________\",\n            \"phone\": \"+11478257050\",\n            \"acceptsDonations\": true,\n            \"mainPicture\": \"https://files.godeed.today/1591129180215_13bb2a6a-cf8f-4d68-b027-7ae8fba20ccb.png\",\n            \"facebookPage\": \"\",\n            \"instagram\": \"\",\n            \"logo\": \"\",\n            \"id\": \"5ec8103e18777677fc4118fb\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5ec8103e18777677fc4118fb\",\n            \"reviews\": []\n        },\n        \"organizerName\": \"Randy Tarampi\",\n        \"partner\": {\n            \"features\": {\n                \"volunteering\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"donations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"recurringDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"payrollDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"corporateDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"externalCorporateDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"donationMatching\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"externalMatching\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"donationCredit\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userCreateDeed\": {\n                    \"enabled\": false,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userDraftDeed\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userPublishDeed\": {\n                    \"enabled\": false,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userNominateNonprofit\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userNominateNonprofitForMatching\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userLogOfflineHours\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"browsingExternalOpportunities\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"autoSourceDeeds\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"surveys\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"reports\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"slack\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"volunteerTimeOff\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"events\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"employeeAffiliations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"advancedReporting\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"advancedDashboards\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"basicDashboards\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"communities\": {\n                    \"enabled\": false,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                }\n            },\n            \"providers\": [\n                \"openidconnect\",\n                \"local\"\n            ],\n            \"__t\": \"Company\",\n            \"_id\": \"62c2b4611553646ecaca29d6\",\n            \"name\": \"OMG IT WORKS 2\",\n            \"code\": \"Deed Co.\",\n            \"mainPicture\": \"https://files.godeed.today/1587617614669_BOS_BLACK.png\",\n            \"logo\": \"https://files.godeed.today/1575538350202_27f7bd24-4185-4c06-b4fb-b3f60cd3f71a.jpg\",\n            \"brandColor\": \"#000000\",\n            \"feeCovered\": null,\n            \"id\": \"62c2b4611553646ecaca29d6\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/62c2b4611553646ecaca29d6\"\n        },\n        \"volunteerFormLink\": \"\",\n        \"remote\": true,\n        \"formResponses\": [],\n        \"duration\": {\n            \"min\": 1,\n            \"max\": 10,\n            \"unit\": \"weeks\"\n        },\n        \"hours\": {\n            \"min\": 1,\n            \"max\": 10\n        },\n        \"value\": 75,\n        \"skills\": [\n            \"5d232ed99e708ecdadb47e0e\",\n            \"5d232ed99e708ecdadb47e0e\",\n            \"5d232ed99e708ecdadb47e0e\"\n        ],\n        \"mainPicture\": \"https://files.godeed.today/c960x540/1531752919727_c304d7e4-cbb5-47e6-8556-8a0cf2f50c11.jpg\",\n        \"started\": false,\n        \"ended\": false,\n        \"isPrivate\": false,\n        \"shareLink\": \"http://localhost:3000/deeds/62c2b4641553646ecaca3091\",\n        \"reviews\": [],\n        \"donations\": [],\n        \"donationsCount\": 0,\n        \"donationsUserCount\": 0,\n        \"responsesAggregation\": [],\n        \"id\": \"62c2b4641553646ecaca3091\",\n        \"donatedAmountCurrencies\": {},\n        \"matchedAmountCurrencies\": {}\n    },\n    {\n        \"currencyCode\": \"EUR\",\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"Carstennstr. 58\",\n                    \"address2\": \"\",\n                    \"city\": \"Berlin\",\n                    \"area\": \"\",\n                    \"postalCode\": \"12205\",\n                    \"country\": \"Germany\",\n                    \"countryCode\": \"DE\"\n                },\n                \"location\": {\n                    \"coordinates\": []\n                },\n                \"stripe\": {},\n                \"categories\": [],\n                \"pillars\": [],\n                \"currencyCode\": \"USD\",\n                \"brief\": \"With 192 national societies the International Red Cross and Red Crescent Movement is the largest humanitarian organisation in the world. The German Red Cross is part of this global community, having provided comprehensive aid for more than 150 years for people in conflict situations, disasters and health or social emergency situations, solely based on their level of need. Under the banner of humanity, we campaign for life, health, welfare, protection, peaceful coexistence and the dignity of all human beings.\",\n                \"rating\": 5,\n                \"website\": \"\",\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5eaf3152d085bd0a2e239719\",\n                \"name\": \"German Red Cross\",\n                \"acceptsDonations\": false,\n                \"externalId\": \"ext-bp-2104\",\n                \"mainPicture\": \"https://betterplace-assets.betterplace.org/uploads/organisation/profile_picture/000/002/104/crop_original_bp1488189166_German_Red_Cross_Logo_4c.jpg\",\n                \"id\": \"5eaf3152d085bd0a2e239719\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eaf3152d085bd0a2e239719\"\n            },\n            {\n                \"locationObject\": {\n                    \"address\": \"Am Köllnischen Park 1\",\n                    \"address2\": \"\",\n                    \"city\": \"Berlin\",\n                    \"area\": \"\",\n                    \"postalCode\": \"10179\",\n                    \"country\": \"Germany\",\n                    \"countryCode\": \"DE\"\n                },\n                \"location\": {\n                    \"coordinates\": []\n                },\n                \"stripe\": {},\n                \"categories\": [],\n                \"pillars\": [],\n                \"currencyCode\": \"USD\",\n                \"brief\": \"We provide medical assistance to people affected by conflict, epidemics, disasters, or exclusion from healthcare. Our teams are made up of tens of thousands of health professionals, logistic and administrative staff - bound together by our charter.  Our actions are guided by medical ethics and the principles of impartiality, independence, and neutrality.\",\n                \"rating\": 5,\n                \"website\": \"\",\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5eaf315dd085bd0a2e23971a\",\n                \"name\": \"Doctors Without Borders, Germany\",\n                \"mainPicture\": \"https://betterplace-assets.betterplace.org/uploads/organisation/profile_picture/000/026/746/crop_original_bp1586204425_2020-04-06_22_18_03-MSF_Logo_Rot%2BSchwarz-sRGB_-_Windows-Fotoanzeige.jpg\",\n                \"acceptsDonations\": false,\n                \"externalId\": \"ext-bp-26746\",\n                \"id\": \"5eaf315dd085bd0a2e23971a\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eaf315dd085bd0a2e23971a\"\n            },\n            {\n                \"locationObject\": {\n                    \"address\": \"Seesener Straße 10-13\",\n                    \"address2\": \"\",\n                    \"city\": \"Berlin\",\n                    \"area\": \"\",\n                    \"postalCode\": \"10709\",\n                    \"country\": \"Germany\",\n                    \"countryCode\": \"DE\"\n                },\n                \"location\": {\n                    \"coordinates\": []\n                },\n                \"stripe\": {},\n                \"categories\": [],\n                \"pillars\": [],\n                \"currencyCode\": \"USD\",\n                \"brief\": \"Save the Children is the world’s biggest independent children’s right organization. We fight against poverty, disease, and uncertainties for children and their families. The focus of our work lies on school and education, protection from exploitation and violence, as well as health and survival.\",\n                \"rating\": 5,\n                \"website\": \"\",\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5eaf3165d085bd0a2e23971b\",\n                \"name\": \"Save the Children\",\n                \"mainPicture\": \"https://betterplace-assets.betterplace.org/uploads/organisation/profile_picture/000/000/131/crop_original_bp1548085617_logo-100-jahre-vert600x60.jpg\",\n                \"acceptsDonations\": true,\n                \"externalId\": \"ext-bp-131\",\n                \"id\": \"5eaf3165d085bd0a2e23971b\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eaf3165d085bd0a2e23971b\"\n            }\n        ],\n        \"forms\": [],\n        \"status\": \"published\",\n        \"editors\": [],\n        \"featured\": true,\n        \"public\": true,\n        \"sponsored\": false,\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5ba\"\n        ],\n        \"SDGs\": [\n            \"5d94f23ee4955af37f0561ac\"\n        ],\n        \"pillars\": [\n            \"62c2b4631553646ecaca2ad8\",\n            \"62c2b4631553646ecaca2ada\",\n            \"62c2b4631553646ecaca2adc\",\n            \"62c2b4631553646ecaca2ade\",\n            \"62c2b4631553646ecaca2ae0\",\n            \"62c2b4631553646ecaca2ae2\",\n            \"62c2b4631553646ecaca2ae4\",\n            \"62c2b4631553646ecaca2ae6\"\n        ],\n        \"ERGs\": [\n            \"62c2b4621553646ecaca2ac8\",\n            \"62c2b4621553646ecaca2aca\",\n            \"62c2b4621553646ecaca2acc\",\n            \"62c2b4621553646ecaca2ace\",\n            \"62c2b4621553646ecaca2ad0\",\n            \"62c2b4621553646ecaca2ad2\",\n            \"62c2b4621553646ecaca2ad4\"\n        ],\n        \"campaigns\": [\n            \"62c2b4621553646ecaca2aac\",\n            \"62c2b4621553646ecaca2aae\",\n            \"62c2b4621553646ecaca2ab0\",\n            \"62c2b4621553646ecaca2ab2\",\n            \"62c2b4621553646ecaca2ab4\",\n            \"62c2b4621553646ecaca2ab6\",\n            \"62c2b4621553646ecaca2ab8\",\n            \"62c2b4621553646ecaca2aba\",\n            \"62c2b4621553646ecaca2abc\",\n            \"62c2b4621553646ecaca2abe\",\n            \"62c2b4621553646ecaca2ac0\",\n            \"62c2b4621553646ecaca2ac2\",\n            \"62c2b4621553646ecaca2ac4\"\n        ],\n        \"rating\": 5,\n        \"pictures\": [\n            \"https://files.godeed.today/1584910908920_Deed Co.2.0.png\"\n        ],\n        \"timeZone\": \"America/New_York\",\n        \"organizerEmail\": \"noreply@joindeed.com\",\n        \"organizerPhone\": \"5423412332\",\n        \"blocked\": false,\n        \"linkOnly\": false,\n        \"requireAuthentication\": false,\n        \"allowedLocations\": [],\n        \"allowedCountries\": [],\n        \"allowedStates\": [],\n        \"skipRefresh\": false,\n        \"__t\": \"Campaign\",\n        \"_id\": \"62c2b4651553646ecaca31f2\",\n        \"__v\": 35,\n        \"createdAt\": \"2022-07-04T09:35:33.212Z\",\n        \"description\": \"The Coronavirus has undoubtedly impacted us all, personally and professionally, across countries and continents. Our top priority is to ensure that our people can turn to the Deed Co. family for safety, encouragement and meaning behind our sincere belief that sport truly does have the power to change lives.\\n\\nWe are proud that all German-based employee donations made to this COVID-19 Response Fundraiser are matched at 200% for the remainder of the year. Your 2:1 donation will be dispersed equally amongst the German Red Cross, Save the Children and Doctors Without Borders.\\n\\n**PLEASE NOTE THAT ALL DONORS TO THIS FUNDRAISER WILL RECEIVE A GERMAN TAX RECEIPT AND THEREFORE NEED TO CONSIDER THEIR LOCAL TAX BENEFIT REGULATIONS IF LOCATED OUTSIDE OF GERMANY**\\n\\n**PLEASE NOTE THAT IF YOU SELECT ‘Show name’ WHEN MAKING A DONATION, YOUR NAME WILL BE SHOWN ON THE FUNDRAISER FEED ON THE RIGHT. YOUR AMOUNT WON’T BE SHARED ANYWHERE**\",\n        \"donatedAmount\": 2265,\n        \"endingAt\": \"2022-12-31T03:58:49.831Z\",\n        \"externalId\": \"ext-bp-f34963\",\n        \"goalAmount\": 68352.5,\n        \"modifiedAt\": \"2022-07-04T09:35:33.212Z\",\n        \"name\": \"Germany COVID-19 Relief\",\n        \"organizerName\": \"Global Purpose\",\n        \"partner\": {\n            \"features\": {\n                \"volunteering\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"donations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"recurringDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"payrollDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"corporateDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"externalCorporateDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"donationMatching\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"externalMatching\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"donationCredit\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userCreateDeed\": {\n                    \"enabled\": false,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userDraftDeed\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userPublishDeed\": {\n                    \"enabled\": false,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userNominateNonprofit\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userNominateNonprofitForMatching\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userLogOfflineHours\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"browsingExternalOpportunities\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"autoSourceDeeds\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"surveys\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"reports\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"slack\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"volunteerTimeOff\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"events\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"employeeAffiliations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"advancedReporting\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"advancedDashboards\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"basicDashboards\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"communities\": {\n                    \"enabled\": false,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                }\n            },\n            \"providers\": [\n                \"openidconnect\",\n                \"local\"\n            ],\n            \"__t\": \"Company\",\n            \"_id\": \"62c2b4611553646ecaca29d6\",\n            \"name\": \"OMG IT WORKS 2\",\n            \"code\": \"Deed Co.\",\n            \"mainPicture\": \"https://files.godeed.today/1587617614669_BOS_BLACK.png\",\n            \"logo\": \"https://files.godeed.today/1575538350202_27f7bd24-4185-4c06-b4fb-b3f60cd3f71a.jpg\",\n            \"brandColor\": \"#000000\",\n            \"feeCovered\": null,\n            \"id\": \"62c2b4611553646ecaca29d6\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/62c2b4611553646ecaca29d6\"\n        },\n        \"provider\": \"Betterplace\",\n        \"startingAt\": \"2020-05-03T09:50:49.831Z\",\n        \"mainPicture\": \"https://files.godeed.today/c960x540/1584910908920_Deed Co.2.0.png\",\n        \"started\": true,\n        \"ended\": false,\n        \"isPrivate\": false,\n        \"shareLink\": \"http://localhost:3000/deeds/62c2b4651553646ecaca31f2\",\n        \"donations\": [\n            {\n                \"privacy\": \"Public\",\n                \"_id\": \"62c2b4661553646ecaca333d\",\n                \"amount\": 5,\n                \"amountCurrencies\": {\n                    \"USD\": 5.480497103009231,\n                    \"EUR\": 5,\n                    \"CHF\": 5.275044227611621,\n                    \"GBP\": 4.400000657659652,\n                    \"CAD\": 7.746951199461595,\n                    \"AUD\": 8.594115480650556,\n                    \"RON\": 24.142685838176263,\n                    \"SGD\": 7.780716542113236,\n                    \"INR\": 413.9597468448778,\n                    \"HKD\": 42.487279766223914,\n                    \"NZD\": 9.11018649035542,\n                    \"BRL\": 30.038604621593596,\n                    \"MXN\": 136.13141574393362,\n                    \"JPY\": 584.953374944921,\n                    \"DKK\": 37.307201592413236,\n                    \"PLN\": 22.850011947483683,\n                    \"NOK\": 57.199345409426016,\n                    \"SEK\": 54.335785673103686,\n                    \"HUF\": 1769.6305925732688,\n                    \"CZK\": 136.30900029156246,\n                    \"ILS\": 19.2267018587654,\n                    \"ZAR\": 103.68440118992552,\n                    \"TRY\": 38.47679995966354,\n                    \"ARS\": 365.80373682214474,\n                    \"CLP\": 4574.57179231985,\n                    \"PEN\": 18.398971420303706,\n                    \"COP\": 21325.327021262136,\n                    \"BOB\": 37.54350418600369,\n                    \"CNY\": 38.70601079000269,\n                    \"KRW\": 6712.403296628617,\n                    \"PHP\": 275.92723982436104,\n                    \"THB\": 178.46754340005654,\n                    \"KZT\": 2319.5332151007424,\n                    \"UAH\": 146.69647143674518,\n                    \"CRC\": 3092.2399175294795,\n                    \"IDR\": 81423.67147269726,\n                    \"VND\": 127394.18000254294\n                },\n                \"company\": {\n                    \"__t\": \"Company\",\n                    \"_id\": \"62c2b4611553646ecaca29d6\",\n                    \"feeCovered\": null,\n                    \"id\": \"62c2b4611553646ecaca29d6\",\n                    \"banner\": \"\",\n                    \"shareLink\": \"http://localhost:3000/organization/62c2b4611553646ecaca29d6\"\n                },\n                \"createdAt\": \"2022-07-04T09:35:34.419Z\",\n                \"currency\": \"EUR\",\n                \"date\": \"2020-05-03T23:36:55.907Z\",\n                \"deed\": \"62c2b4651553646ecaca31f2\",\n                \"description\": \"Donation to Germany COVID-19 Relief by Deutsches Rotes Kreuz e.V., Doctors Without Borders, Germany, Save the Children\",\n                \"externalDeedId\": \"ext-bp-f34963\",\n                \"externalDeedName\": \"Germany COVID-19 Relief\",\n                \"matchedAmount\": 10,\n                \"matchedAmountCurrencies\": {\n                    \"USD\": 10.960994206018462,\n                    \"EUR\": 10,\n                    \"CHF\": 10.550088455223243,\n                    \"GBP\": 8.800001315319305,\n                    \"CAD\": 15.49390239892319,\n                    \"AUD\": 17.188230961301112,\n                    \"RON\": 48.285371676352526,\n                    \"SGD\": 15.561433084226472,\n                    \"INR\": 827.9194936897557,\n                    \"HKD\": 84.97455953244783,\n                    \"NZD\": 18.22037298071084,\n                    \"BRL\": 60.07720924318719,\n                    \"MXN\": 272.26283148786723,\n                    \"JPY\": 1169.906749889842,\n                    \"DKK\": 74.61440318482647,\n                    \"PLN\": 45.700023894967366,\n                    \"NOK\": 114.39869081885203,\n                    \"SEK\": 108.67157134620737,\n                    \"HUF\": 3539.2611851465376,\n                    \"CZK\": 272.6180005831249,\n                    \"ILS\": 38.4534037175308,\n                    \"ZAR\": 207.36880237985105,\n                    \"TRY\": 76.95359991932708,\n                    \"ARS\": 731.6074736442895,\n                    \"CLP\": 9149.1435846397,\n                    \"PEN\": 36.79794284060741,\n                    \"COP\": 42650.65404252427,\n                    \"BOB\": 75.08700837200738,\n                    \"CNY\": 77.41202158000539,\n                    \"KRW\": 13424.806593257234,\n                    \"PHP\": 551.8544796487221,\n                    \"THB\": 356.9350868001131,\n                    \"KZT\": 4639.066430201485,\n                    \"UAH\": 293.39294287349037,\n                    \"CRC\": 6184.479835058959,\n                    \"IDR\": 162847.3429453945,\n                    \"VND\": 254788.36000508588\n                },\n                \"provider\": \"Betterplace\",\n                \"user\": {\n                    \"fullName\": {\n                        \"first\": \"Lotta\",\n                        \"last\": \"Straube\"\n                    },\n                    \"mainPicture\": \"https://files.godeed.today/1585836554586_1.jpg\",\n                    \"__t\": \"User\",\n                    \"_id\": \"62c2b4611553646ecaca29f8\",\n                    \"totalImpact\": 0,\n                    \"volunteerMinutes\": 0,\n                    \"deeds\": 0,\n                    \"id\": \"62c2b4611553646ecaca29f8\",\n                    \"profile\": {\n                        \"name\": \"Lotta Straube\",\n                        \"role\": \"User\"\n                    },\n                    \"token\": {\n                        \"_id\": \"62c2b4611553646ecaca29f8\",\n                        \"role\": \"User\"\n                    },\n                    \"name\": \"Lotta Straube\",\n                    \"features\": {\n                        \"volunteering\": true,\n                        \"donations\": true,\n                        \"recurringDonations\": true\n                    }\n                },\n                \"id\": \"62c2b4661553646ecaca333d\",\n                \"nonprofit\": false,\n                \"processedAt\": \"2020-05-03T23:36:55.907Z\",\n                \"paymentMethodDetailsType\": \"Betterplace\"\n            }\n        ],\n        \"donationsCount\": 1,\n        \"donationsUserCount\": 1,\n        \"matchedAmount\": 10,\n        \"responsesAggregation\": [],\n        \"id\": \"62c2b4651553646ecaca31f2\",\n        \"donatedAmountCurrencies\": {\n            \"EUR\": 2265,\n            \"USD\": 2362.944030045381,\n            \"CAD\": 3045.8064994001356,\n            \"GBP\": 1952.9259819519066,\n            \"AUD\": 3468.30325491628,\n            \"RON\": 11207.679828908247,\n            \"SGD\": 3298.1334776485314,\n            \"INR\": 186556.69014657557,\n            \"HKD\": 18541.75951697877,\n            \"NZD\": 3807.2982942986805,\n            \"BRL\": 12596.382035365918,\n            \"MXN\": 47888.69970267592,\n            \"JPY\": 319007.19120025035,\n            \"DKK\": 16846.897741380213,\n            \"PLN\": 10632.971670752699,\n            \"NOK\": 23432.798461217466,\n            \"SEK\": 24354.71052631579,\n            \"HUF\": 908075.2626832195,\n            \"CZK\": 56046.903380105374,\n            \"CHF\": 2265.408789317198,\n            \"ILS\": 8336.917860309844,\n            \"ZAR\": 38584.137358510256,\n            \"TRY\": 39615.701841322836,\n            \"ARS\": 296346.12789630174,\n            \"CLP\": 2203634.343539722,\n            \"PEN\": 9043.887084659122,\n            \"COP\": 9826235.012790153,\n            \"BOB\": 16240.930196651192,\n            \"CNY\": 15835.269417349122,\n            \"KRW\": 3069201.554556361,\n            \"PHP\": 130304.55089979658,\n            \"THB\": 84129.77720515363,\n            \"KZT\": 1096920.2231026029,\n            \"UAH\": 69800.37421104794,\n            \"CRC\": 1620227.2006989727,\n            \"IDR\": 35298548.892493874,\n            \"VND\": 55093149.595055036\n        },\n        \"matchedAmountCurrencies\": {\n            \"USD\": 10.960994206018462,\n            \"EUR\": 10,\n            \"CHF\": 10.550088455223243,\n            \"GBP\": 8.800001315319305,\n            \"CAD\": 15.49390239892319,\n            \"AUD\": 17.188230961301112,\n            \"RON\": 48.285371676352526,\n            \"SGD\": 15.561433084226472,\n            \"INR\": 827.9194936897557,\n            \"HKD\": 84.97455953244783,\n            \"NZD\": 18.22037298071084,\n            \"BRL\": 60.07720924318719,\n            \"MXN\": 272.26283148786723,\n            \"JPY\": 1169.906749889842,\n            \"DKK\": 74.61440318482647,\n            \"PLN\": 45.700023894967366,\n            \"NOK\": 114.39869081885203,\n            \"SEK\": 108.67157134620737,\n            \"HUF\": 3539.2611851465376,\n            \"CZK\": 272.6180005831249,\n            \"ILS\": 38.4534037175308,\n            \"ZAR\": 207.36880237985105,\n            \"TRY\": 76.95359991932708,\n            \"ARS\": 731.6074736442895,\n            \"CLP\": 9149.1435846397,\n            \"PEN\": 36.79794284060741,\n            \"COP\": 42650.65404252427,\n            \"BOB\": 75.08700837200738,\n            \"CNY\": 77.41202158000539,\n            \"KRW\": 13424.806593257234,\n            \"PHP\": 551.8544796487221,\n            \"THB\": 356.9350868001131,\n            \"KZT\": 4639.066430201485,\n            \"UAH\": 293.39294287349037,\n            \"CRC\": 6184.479835058959,\n            \"IDR\": 162847.3429453945,\n            \"VND\": 254788.36000508588\n        },\n        \"goalAmountCurrencies\": {\n            \"EUR\": 68352.5,\n            \"USD\": 71308.22596630327,\n            \"CAD\": 91915.44757185332,\n            \"GBP\": 58934.82259663033,\n            \"AUD\": 104665.42968285432,\n            \"RON\": 338222.0465807731,\n            \"SGD\": 99530.09648166501,\n            \"INR\": 5629852.610703668,\n            \"HKD\": 559547.7339444995,\n            \"NZD\": 114895.52170465808,\n            \"BRL\": 380129.8909811695,\n            \"MXN\": 1445171.0138751238,\n            \"JPY\": 9626904.651883053,\n            \"DKK\": 508400.6966303271,\n            \"PLN\": 320878.67378592666,\n            \"NOK\": 707148.060406343,\n            \"SEK\": 734969.25,\n            \"HUF\": 27403626.663379584,\n            \"CZK\": 1691366.871209118,\n            \"CHF\": 68364.83632309217,\n            \"ILS\": 251589.04108027753,\n            \"ZAR\": 1164380.6837958377,\n            \"TRY\": 1195510.931615461,\n            \"ARS\": 8943045.786769079,\n            \"CLP\": 66500625.371655114,\n            \"PEN\": 272923.7492071358,\n            \"COP\": 296533213.5592666,\n            \"BOB\": 490113.9873141725,\n            \"CNY\": 477872.07631318143,\n            \"KRW\": 92621456.62596631,\n            \"PHP\": 3932292.19222002,\n            \"THB\": 2538843.5304261646,\n            \"KZT\": 33102534.017492566,\n            \"UAH\": 2106415.045589693,\n            \"CRC\": 48894737.19018831,\n            \"IDR\": 1065229166.9643213,\n            \"VND\": 1662584771.6097126\n        },\n        \"donationStats\": {\n            \"otherAmount\": 2280,\n            \"employeeAmount\": 0,\n            \"matchedByEmployerAmount\": 0,\n            \"otherAmountCurrencies\": {\n                \"EUR\": 2280,\n                \"USD\": 2379.385521354409,\n                \"CAD\": 3069.0473529985206,\n                \"GBP\": 1966.1259839248855,\n                \"AUD\": 3494.0856013582315,\n                \"RON\": 11280.107886422777,\n                \"SGD\": 3321.475627274871,\n                \"INR\": 187798.5693871102,\n                \"HKD\": 18669.221356277445,\n                \"NZD\": 3834.6288537697465,\n                \"BRL\": 12686.497849230698,\n                \"MXN\": 48297.09394990772,\n                \"JPY\": 320762.0513250851,\n                \"DKK\": 16958.819346157452,\n                \"PLN\": 10701.52170659515,\n                \"NOK\": 23604.396497445745,\n                \"SEK\": 24517.717883335103,\n                \"HUF\": 913384.1544609393,\n                \"CZK\": 56455.83038098006,\n                \"CHF\": 2281.233922000033,\n                \"ILS\": 8394.59796588614,\n                \"ZAR\": 38895.19056208003,\n                \"TRY\": 39731.13224120183,\n                \"ARS\": 297443.5391067682,\n                \"CLP\": 2217358.0589166814,\n                \"PEN\": 9099.083998920032,\n                \"COP\": 9890210.993853938,\n                \"BOB\": 16353.560709209203,\n                \"CNY\": 15951.38744971913,\n                \"KRW\": 3089338.7644462464,\n                \"PHP\": 131132.33261926967,\n                \"THB\": 84665.1798353538,\n                \"KZT\": 1103878.822747905,\n                \"UAH\": 70240.46362535817,\n                \"CRC\": 1629503.9204515612,\n                \"IDR\": 35542819.90691197,\n                \"VND\": 55475332.135062665\n            },\n            \"employeeAmountCurrencies\": {},\n            \"matchedByEmployerAmountCurrencies\": {},\n            \"totalAmount\": 2280,\n            \"totalAmountCurrencies\": {\n                \"EUR\": 2280,\n                \"USD\": 2379.385521354409,\n                \"CAD\": 3069.0473529985206,\n                \"GBP\": 1966.1259839248855,\n                \"AUD\": 3494.0856013582315,\n                \"RON\": 11280.107886422777,\n                \"SGD\": 3321.475627274871,\n                \"INR\": 187798.5693871102,\n                \"HKD\": 18669.221356277445,\n                \"NZD\": 3834.6288537697465,\n                \"BRL\": 12686.497849230698,\n                \"MXN\": 48297.09394990772,\n                \"JPY\": 320762.0513250851,\n                \"DKK\": 16958.819346157452,\n                \"PLN\": 10701.52170659515,\n                \"NOK\": 23604.396497445745,\n                \"SEK\": 24517.717883335103,\n                \"HUF\": 913384.1544609393,\n                \"CZK\": 56455.83038098006,\n                \"CHF\": 2281.233922000033,\n                \"ILS\": 8394.59796588614,\n                \"ZAR\": 38895.19056208003,\n                \"TRY\": 39731.13224120183,\n                \"ARS\": 297443.5391067682,\n                \"CLP\": 2217358.0589166814,\n                \"PEN\": 9099.083998920032,\n                \"COP\": 9890210.993853938,\n                \"BOB\": 16353.560709209203,\n                \"CNY\": 15951.38744971913,\n                \"KRW\": 3089338.7644462464,\n                \"PHP\": 131132.33261926967,\n                \"THB\": 84665.1798353538,\n                \"KZT\": 1103878.822747905,\n                \"UAH\": 70240.46362535817,\n                \"CRC\": 1629503.9204515612,\n                \"IDR\": 35542819.90691197,\n                \"VND\": 55475332.135062665\n            }\n        }\n    }\n]"}],"_postman_id":"71f19fc6-39c3-462a-8adb-e1679e68f411"},{"name":"List My Submitted `Deeds`","id":"2d5c3601-3549-40d3-8205-1d6955d9e1e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/deeds/me/submitted","description":"<p><code>User</code></p>\n<p>List of opportunities created by self.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds","me","submitted"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"bb1a4c05-8178-456a-b371-7182be1e48fd","name":"/api/deeds/me/submitted","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/deeds/me/submitted"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Sep 2022 09:21:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"location\": {\n            \"type\": \"Point\",\n            \"coordinates\": []\n        },\n        \"virtual\": true,\n        \"attendees\": [\n            {\n                \"fullName\": {\n                    \"first\": \"Hafiz\",\n                    \"last\": \"Al Faza\"\n                },\n                \"summary\": \"\",\n                \"pictures\": [],\n                \"instagram\": \"\",\n                \"clickable\": false,\n                \"_volunteerMinutes\": 0,\n                \"email\": \"hafeezlefaza_62c2b335626a916ca7409789.local_62c2b4611553646ecaca29d6.local@demo.joindeed.com\",\n                \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n                \"locale\": \"en-US\",\n                \"__t\": \"User\",\n                \"_id\": \"62c2b4611553646ecaca29e6\",\n                \"createdAt\": \"2022-07-04T09:35:29.543Z\",\n                \"organization\": {\n                    \"__t\": \"Company\",\n                    \"_id\": \"62c2b4611553646ecaca29d6\",\n                    \"code\": \"Deed Co.\",\n                    \"feeCovered\": null,\n                    \"id\": \"62c2b4611553646ecaca29d6\",\n                    \"banner\": \"\",\n                    \"shareLink\": \"http://localhost:3000/organization/62c2b4611553646ecaca29d6\"\n                },\n                \"totalImpact\": 0,\n                \"volunteerMinutes\": 0,\n                \"deeds\": 0,\n                \"id\": \"62c2b4611553646ecaca29e6\",\n                \"profile\": {\n                    \"name\": \"Hafiz Al Faza\",\n                    \"role\": \"User\"\n                },\n                \"token\": {\n                    \"_id\": \"62c2b4611553646ecaca29e6\",\n                    \"role\": \"User\"\n                },\n                \"name\": \"Hafiz Al Faza\",\n                \"features\": {\n                    \"volunteering\": true,\n                    \"donations\": true,\n                    \"recurringDonations\": true\n                }\n            },\n            {\n                \"fullName\": {\n                    \"first\": \"Randy\",\n                    \"last\": \"Tarampi\"\n                },\n                \"summary\": \"\",\n                \"pictures\": [],\n                \"instagram\": \"\",\n                \"clickable\": false,\n                \"_volunteerMinutes\": 0,\n                \"email\": \"randy+test-20211122_62c2b335626a916ca7409789.local_62c2b4611553646ecaca29d6.local@demo.joindeed.com\",\n                \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n                \"locale\": \"en-US\",\n                \"__t\": \"User\",\n                \"_id\": \"62c2b4611553646ecaca2a04\",\n                \"createdAt\": \"2022-07-04T09:35:29.543Z\",\n                \"location\": \"5b993c4ccea62b07352e306c\",\n                \"organization\": {\n                    \"__t\": \"Company\",\n                    \"_id\": \"62c2b4611553646ecaca29d6\",\n                    \"code\": \"Deed Co.\",\n                    \"feeCovered\": null,\n                    \"id\": \"62c2b4611553646ecaca29d6\",\n                    \"banner\": \"\",\n                    \"shareLink\": \"http://localhost:3000/organization/62c2b4611553646ecaca29d6\"\n                },\n                \"totalImpact\": 0,\n                \"volunteerMinutes\": 0,\n                \"deeds\": 0,\n                \"id\": \"62c2b4611553646ecaca2a04\",\n                \"profile\": {\n                    \"name\": \"Randy Tarampi\",\n                    \"role\": \"User\"\n                },\n                \"token\": {\n                    \"_id\": \"62c2b4611553646ecaca2a04\",\n                    \"role\": \"User\"\n                },\n                \"name\": \"Randy Tarampi\",\n                \"features\": {\n                    \"volunteering\": true,\n                    \"donations\": true,\n                    \"recurringDonations\": true\n                }\n            },\n            {\n                \"fullName\": {\n                    \"first\": \"Alex\",\n                    \"last\": \"test\"\n                },\n                \"summary\": \"\",\n                \"pictures\": [],\n                \"instagram\": \"\",\n                \"clickable\": false,\n                \"_volunteerMinutes\": 0,\n                \"email\": \"ale_le_62c2b335626a916ca7409789.local_62c2b4611553646ecaca29d6.local@demo.joindeed.com\",\n                \"mainPicture\": \"https://files.godeed.today/1596227640829_1.jpg\",\n                \"locale\": \"en-US\",\n                \"__t\": \"User\",\n                \"_id\": \"62c2b4611553646ecaca29ee\",\n                \"createdAt\": \"2022-07-04T09:35:29.543Z\",\n                \"location\": \"5b993c4ccea62b07352e306c\",\n                \"organization\": {\n                    \"__t\": \"Company\",\n                    \"_id\": \"62c2b4611553646ecaca29d6\",\n                    \"code\": \"Deed Co.\",\n                    \"feeCovered\": null,\n                    \"id\": \"62c2b4611553646ecaca29d6\",\n                    \"banner\": \"\",\n                    \"shareLink\": \"http://localhost:3000/organization/62c2b4611553646ecaca29d6\"\n                },\n                \"totalImpact\": 0,\n                \"volunteerMinutes\": 0,\n                \"deeds\": 0,\n                \"id\": \"62c2b4611553646ecaca29ee\",\n                \"profile\": {\n                    \"name\": \"Alex test\",\n                    \"role\": \"User\"\n                },\n                \"token\": {\n                    \"_id\": \"62c2b4611553646ecaca29ee\",\n                    \"role\": \"User\"\n                },\n                \"name\": \"Alex test\",\n                \"features\": {\n                    \"volunteering\": true,\n                    \"donations\": true,\n                    \"recurringDonations\": true\n                }\n            }\n        ],\n        \"skipApplicationStatusUpdates\": false,\n        \"forms\": [],\n        \"attendeeLimit\": 21,\n        \"status\": \"published\",\n        \"editors\": [\n            {\n                \"fullName\": {\n                    \"first\": \"Admin\",\n                    \"last\": \"UserRu\"\n                },\n                \"email\": \"lava_62c2b335626a916ca7409789.local_62c2b4611553646ecaca29d6.local@demo.joindeed.com\",\n                \"__t\": \"Organizer\",\n                \"_id\": \"62c2b4611553646ecaca2a18\",\n                \"id\": \"62c2b4611553646ecaca2a18\",\n                \"profile\": {\n                    \"name\": \"Admin UserRu\",\n                    \"role\": \"Organizer\"\n                },\n                \"token\": {\n                    \"_id\": \"62c2b4611553646ecaca2a18\",\n                    \"role\": \"Organizer\"\n                },\n                \"name\": \"Admin UserRu\",\n                \"features\": {\n                    \"volunteering\": true,\n                    \"donations\": true,\n                    \"recurringDonations\": true\n                }\n            }\n        ],\n        \"featured\": false,\n        \"public\": true,\n        \"sponsored\": false,\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b6\"\n        ],\n        \"SDGs\": [\n            \"5d94f23ee4955af37f0561ab\"\n        ],\n        \"pillars\": [\n            \"62c2b4631553646ecaca2ad8\",\n            \"62c2b4631553646ecaca2ada\",\n            \"62c2b4631553646ecaca2adc\",\n            \"62c2b4631553646ecaca2ade\",\n            \"62c2b4631553646ecaca2ae0\",\n            \"62c2b4631553646ecaca2ae2\",\n            \"62c2b4631553646ecaca2ae4\",\n            \"62c2b4631553646ecaca2ae6\"\n        ],\n        \"ERGs\": [\n            \"62c2b4621553646ecaca2ac8\",\n            \"62c2b4621553646ecaca2aca\",\n            \"62c2b4621553646ecaca2acc\",\n            \"62c2b4621553646ecaca2ace\",\n            \"62c2b4621553646ecaca2ad0\",\n            \"62c2b4621553646ecaca2ad2\",\n            \"62c2b4621553646ecaca2ad4\"\n        ],\n        \"campaigns\": [\n            \"62c2b4621553646ecaca2aac\",\n            \"62c2b4621553646ecaca2aae\",\n            \"62c2b4621553646ecaca2ab0\",\n            \"62c2b4621553646ecaca2ab2\",\n            \"62c2b4621553646ecaca2ab4\",\n            \"62c2b4621553646ecaca2ab6\",\n            \"62c2b4621553646ecaca2ab8\",\n            \"62c2b4621553646ecaca2aba\",\n            \"62c2b4621553646ecaca2abc\",\n            \"62c2b4621553646ecaca2abe\",\n            \"62c2b4621553646ecaca2ac0\",\n            \"62c2b4621553646ecaca2ac2\",\n            \"62c2b4621553646ecaca2ac4\"\n        ],\n        \"rating\": 5,\n        \"pictures\": [\n            \"https://files.godeed.today/1531752919727_c304d7e4-cbb5-47e6-8556-8a0cf2f50c11.jpg\"\n        ],\n        \"timeZone\": \"Europe/Berlin\",\n        \"organizerEmail\": \"randy@joindeed.com\",\n        \"organizerPhone\": \"+15555555555\",\n        \"blocked\": false,\n        \"linkOnly\": false,\n        \"requireAuthentication\": false,\n        \"allowedLocations\": [],\n        \"allowedCountries\": [],\n        \"allowedStates\": [],\n        \"skipRefresh\": false,\n        \"__t\": \"Project\",\n        \"milestones\": [],\n        \"roles\": [\n            {\n                \"name\": \"Auto approved role\",\n                \"autoApproval\": true,\n                \"applicants\": [],\n                \"approved\": [\n                    {\n                        \"fullName\": {\n                            \"first\": \"Hafiz\",\n                            \"last\": \"Al Faza\"\n                        },\n                        \"myFriends\": [],\n                        \"summary\": \"\",\n                        \"pictures\": [],\n                        \"website\": \"\",\n                        \"instagram\": \"\",\n                        \"status\": \"pending\",\n                        \"privacy\": \"private\",\n                        \"myDeeds\": [],\n                        \"completedDeeds\": [],\n                        \"waitlistedDeeds\": [],\n                        \"lateCanceledDeeds\": [],\n                        \"ratePending\": [],\n                        \"clickable\": false,\n                        \"email\": \"hafeezlefaza_62c2b335626a916ca7409789.local_62c2b4611553646ecaca29d6.local@demo.joindeed.com\",\n                        \"roles\": [],\n                        \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n                        \"displayCurrency\": \"USD\",\n                        \"locale\": \"en-US\",\n                        \"externalId\": \"\",\n                        \"origin\": \"api\",\n                        \"__t\": \"User\",\n                        \"_id\": \"62c2b4611553646ecaca29e6\",\n                        \"createdAt\": \"2022-07-04T09:35:29.543Z\",\n                        \"modifiedAt\": \"2022-07-04T09:35:45.731Z\",\n                        \"organization\": \"62c2b4611553646ecaca29d6\",\n                        \"provider\": \"local\",\n                        \"totalImpact\": 0,\n                        \"volunteerMinutes\": 0,\n                        \"deeds\": 0,\n                        \"id\": \"62c2b4611553646ecaca29e6\",\n                        \"profile\": {\n                            \"name\": \"Hafiz Al Faza\",\n                            \"role\": \"User\"\n                        },\n                        \"token\": {\n                            \"_id\": \"62c2b4611553646ecaca29e6\",\n                            \"role\": \"User\"\n                        },\n                        \"name\": \"Hafiz Al Faza\",\n                        \"features\": {\n                            \"volunteering\": true,\n                            \"donations\": true,\n                            \"recurringDonations\": true\n                        }\n                    },\n                    {\n                        \"fullName\": {\n                            \"first\": \"Randy\",\n                            \"last\": \"Tarampi\"\n                        },\n                        \"myFriends\": [],\n                        \"summary\": \"\",\n                        \"pictures\": [],\n                        \"website\": \"\",\n                        \"instagram\": \"\",\n                        \"status\": \"pending\",\n                        \"privacy\": \"private\",\n                        \"myDeeds\": [],\n                        \"completedDeeds\": [],\n                        \"waitlistedDeeds\": [],\n                        \"lateCanceledDeeds\": [],\n                        \"ratePending\": [],\n                        \"clickable\": false,\n                        \"email\": \"randy+test-20211122_62c2b335626a916ca7409789.local_62c2b4611553646ecaca29d6.local@demo.joindeed.com\",\n                        \"roles\": [],\n                        \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n                        \"displayCurrency\": \"USD\",\n                        \"locale\": \"en-US\",\n                        \"externalId\": \"\",\n                        \"origin\": \"api\",\n                        \"__t\": \"User\",\n                        \"_id\": \"62c2b4611553646ecaca2a04\",\n                        \"consent\": {\n                            \"disclaimer\": \"2021-11-22T18:17:33.423Z\"\n                        },\n                        \"createdAt\": \"2022-07-04T09:35:29.543Z\",\n                        \"interests\": [],\n                        \"modifiedAt\": \"2022-07-04T09:35:44.535Z\",\n                        \"organization\": \"62c2b4611553646ecaca29d6\",\n                        \"organizationDepartment\": \"Corporate\",\n                        \"provider\": \"local\",\n                        \"totalImpact\": 0,\n                        \"volunteerMinutes\": 0,\n                        \"deeds\": 0,\n                        \"id\": \"62c2b4611553646ecaca2a04\",\n                        \"profile\": {\n                            \"name\": \"Randy Tarampi\",\n                            \"role\": \"User\"\n                        },\n                        \"token\": {\n                            \"_id\": \"62c2b4611553646ecaca2a04\",\n                            \"role\": \"User\"\n                        },\n                        \"name\": \"Randy Tarampi\",\n                        \"features\": {\n                            \"volunteering\": true,\n                            \"donations\": true,\n                            \"recurringDonations\": true\n                        }\n                    }\n                ],\n                \"rejected\": [],\n                \"skills\": [\n                    \"5d232ed99e708ecdadb47e0e\"\n                ],\n                \"durationUnit\": \"weeks\",\n                \"_id\": \"618ea490f3b7916ac59e08f6\",\n                \"durationMax\": 10,\n                \"estimatedHoursMax\": 1,\n                \"estimatedValue\": 10,\n                \"requiredAmount\": 10,\n                \"description\": \" \",\n                \"durationMin\": 1,\n                \"estimatedHoursMin\": 1,\n                \"id\": \"618ea490f3b7916ac59e08f6\"\n            },\n            {\n                \"name\": \"Application role\",\n                \"autoApproval\": false,\n                \"applicants\": [\n                    {\n                        \"fullName\": {\n                            \"first\": \"Stav\",\n                            \"last\": \"Kashi\"\n                        },\n                        \"myFriends\": [],\n                        \"summary\": \"\",\n                        \"pictures\": [],\n                        \"website\": \"\",\n                        \"instagram\": \"\",\n                        \"status\": \"accepted\",\n                        \"privacy\": \"private\",\n                        \"myDeeds\": [],\n                        \"completedDeeds\": [],\n                        \"waitlistedDeeds\": [],\n                        \"lateCanceledDeeds\": [],\n                        \"ratePending\": [],\n                        \"clickable\": false,\n                        \"email\": \"stav_62c2b335626a916ca7409789.local_62c2b4611553646ecaca29d6.local@demo.joindeed.com\",\n                        \"roles\": [],\n                        \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n                        \"displayCurrency\": \"USD\",\n                        \"locale\": \"en-US\",\n                        \"externalId\": \"\",\n                        \"origin\": \"api\",\n                        \"__t\": \"User\",\n                        \"_id\": \"62c2b4611553646ecaca2a08\",\n                        \"consent\": {\n                            \"shareData\": \"2019-12-20T14:09:41.536Z\"\n                        },\n                        \"createdAt\": \"2022-07-04T09:35:29.543Z\",\n                        \"interests\": [\n                            \"5d94f23ee4955af37f0561a6\",\n                            \"5d94f23ee4955af37f0561aa\",\n                            \"59fb3fb27585482ebdaf4cbb\",\n                            \"59e7cbc792b6a2fc1ac9e5b6\"\n                        ],\n                        \"modifiedAt\": \"2022-07-04T09:35:44.330Z\",\n                        \"organization\": \"62c2b4611553646ecaca29d6\",\n                        \"organizationDepartment\": \"Corporate\",\n                        \"provider\": \"local\",\n                        \"skills\": [],\n                        \"tShirtSize\": \"\",\n                        \"totalImpact\": 0,\n                        \"volunteerMinutes\": 0,\n                        \"deeds\": 0,\n                        \"id\": \"62c2b4611553646ecaca2a08\",\n                        \"profile\": {\n                            \"name\": \"Stav Kashi\",\n                            \"role\": \"User\"\n                        },\n                        \"token\": {\n                            \"_id\": \"62c2b4611553646ecaca2a08\",\n                            \"role\": \"User\"\n                        },\n                        \"name\": \"Stav Kashi\",\n                        \"features\": {\n                            \"volunteering\": true,\n                            \"donations\": true,\n                            \"recurringDonations\": true\n                        }\n                    }\n                ],\n                \"approved\": [],\n                \"rejected\": [],\n                \"skills\": [\n                    \"5d232ed99e708ecdadb47e0e\"\n                ],\n                \"durationUnit\": \"weeks\",\n                \"_id\": \"618ea490f3b7916ac59e08f7\",\n                \"durationMax\": 10,\n                \"estimatedHoursMax\": 10,\n                \"estimatedValue\": 10,\n                \"requiredAmount\": 10,\n                \"description\": \" \",\n                \"durationMin\": 1,\n                \"estimatedHoursMin\": 1,\n                \"id\": \"618ea490f3b7916ac59e08f7\"\n            },\n            {\n                \"name\": \"Auto approved, lone position role\",\n                \"autoApproval\": true,\n                \"applicants\": [],\n                \"approved\": [\n                    {\n                        \"fullName\": {\n                            \"first\": \"Alex\",\n                            \"last\": \"test\"\n                        },\n                        \"myFriends\": [],\n                        \"summary\": \"\",\n                        \"pictures\": [],\n                        \"website\": \"\",\n                        \"instagram\": \"\",\n                        \"status\": \"accepted\",\n                        \"privacy\": \"private\",\n                        \"myDeeds\": [],\n                        \"completedDeeds\": [],\n                        \"waitlistedDeeds\": [],\n                        \"lateCanceledDeeds\": [],\n                        \"ratePending\": [],\n                        \"clickable\": false,\n                        \"email\": \"ale_le_62c2b335626a916ca7409789.local_62c2b4611553646ecaca29d6.local@demo.joindeed.com\",\n                        \"roles\": [],\n                        \"mainPicture\": \"https://files.godeed.today/1596227640829_1.jpg\",\n                        \"displayCurrency\": \"USD\",\n                        \"locale\": \"en-US\",\n                        \"externalId\": \"\",\n                        \"origin\": \"api\",\n                        \"__t\": \"User\",\n                        \"_id\": \"62c2b4611553646ecaca29ee\",\n                        \"consent\": {\n                            \"shareData\": \"2020-07-31T14:31:28.426Z\"\n                        },\n                        \"createdAt\": \"2022-07-04T09:35:29.543Z\",\n                        \"interests\": [\n                            \"59e7cbc792b6a2fc1ac9e5b9\",\n                            \"59e7cbc792b6a2fc1ac9e5b2\",\n                            \"59e7cbc792b6a2fc1ac9e5bd\",\n                            \"59e7cbc792b6a2fc1ac9e5b8\",\n                            \"59e7cbc792b6a2fc1ac9e5be\"\n                        ],\n                        \"modifiedAt\": \"2022-07-04T09:35:45.371Z\",\n                        \"organization\": \"62c2b4611553646ecaca29d6\",\n                        \"organizationDepartment\": \"Retail (Corporate)\",\n                        \"provider\": \"local\",\n                        \"totalImpact\": 0,\n                        \"volunteerMinutes\": 0,\n                        \"deeds\": 0,\n                        \"id\": \"62c2b4611553646ecaca29ee\",\n                        \"profile\": {\n                            \"name\": \"Alex test\",\n                            \"role\": \"User\"\n                        },\n                        \"token\": {\n                            \"_id\": \"62c2b4611553646ecaca29ee\",\n                            \"role\": \"User\"\n                        },\n                        \"name\": \"Alex test\",\n                        \"features\": {\n                            \"volunteering\": true,\n                            \"donations\": true,\n                            \"recurringDonations\": true\n                        }\n                    }\n                ],\n                \"rejected\": [],\n                \"skills\": [\n                    \"5d232ed99e708ecdadb47e0e\"\n                ],\n                \"durationUnit\": \"weeks\",\n                \"_id\": \"618ea490f3b7916ac59e08f8\",\n                \"durationMax\": 10,\n                \"estimatedHoursMax\": 1,\n                \"estimatedValue\": 10,\n                \"requiredAmount\": 1,\n                \"description\": \" \",\n                \"durationMin\": 1,\n                \"estimatedHoursMin\": 1,\n                \"id\": \"618ea490f3b7916ac59e08f8\"\n            }\n        ],\n        \"externalLinkFollows\": [],\n        \"formQuestions\": [\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": false,\n                \"_id\": \"618ea4b9feae0bea9c8dc362\",\n                \"questionType\": \"Section\",\n                \"title\": \"Mailing address\",\n                \"description\": \"Please enter your mailing address.\",\n                \"id\": \"618ea4b9feae0bea9c8dc362\"\n            },\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": true,\n                \"_id\": \"618ea4b92834af9ff876ceef\",\n                \"questionType\": \"TextInput\",\n                \"title\": \"First Name\",\n                \"id\": \"618ea4b92834af9ff876ceef\"\n            },\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": true,\n                \"_id\": \"618ea4b93829c2c386a4a0fe\",\n                \"questionType\": \"TextInput\",\n                \"title\": \"Last Name\",\n                \"id\": \"618ea4b93829c2c386a4a0fe\"\n            },\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": true,\n                \"_id\": \"618ea4b94dcbf725b04791d5\",\n                \"questionType\": \"TextInput\",\n                \"title\": \"Address Line 1\",\n                \"id\": \"618ea4b94dcbf725b04791d5\"\n            },\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": false,\n                \"_id\": \"618ea4b95aff81cb5a6729be\",\n                \"questionType\": \"TextInput\",\n                \"title\": \"Address Line 2\",\n                \"id\": \"618ea4b95aff81cb5a6729be\"\n            },\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": true,\n                \"_id\": \"618ea4b98bf80b4147be9a6c\",\n                \"questionType\": \"TextInput\",\n                \"title\": \"City\",\n                \"id\": \"618ea4b98bf80b4147be9a6c\"\n            },\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": true,\n                \"_id\": \"618ea4b90d655fa459293fda\",\n                \"questionType\": \"TextInput\",\n                \"title\": \"State\",\n                \"id\": \"618ea4b90d655fa459293fda\"\n            },\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": true,\n                \"_id\": \"618ea4b995d959d4803dfa70\",\n                \"questionType\": \"TextInput\",\n                \"title\": \"Zip/Postal Code\",\n                \"id\": \"618ea4b995d959d4803dfa70\"\n            },\n            {\n                \"notes\": \"\",\n                \"typeOptions\": [],\n                \"isRequired\": true,\n                \"_id\": \"618ea4b947f5480b708eb899\",\n                \"questionType\": \"TextInput\",\n                \"title\": \"Country\",\n                \"id\": \"618ea4b947f5480b708eb899\"\n            }\n        ],\n        \"_id\": \"62c2b4641553646ecaca3091\",\n        \"__v\": 0,\n        \"backgroundCheckLink\": \"\",\n        \"createdAt\": \"2022-07-04T09:35:32.818Z\",\n        \"description\": \"<p>Just seeing what this looks like </p>\",\n        \"externalId\": \"\",\n        \"externalLink\": \"\",\n        \"modifiedAt\": \"2022-07-04T09:35:32.818Z\",\n        \"mustKnows\": \"\",\n        \"name\": \"Public project, no form\",\n        \"organization\": {\n            \"locationObject\": {\n                \"address\": \"728 W 24th Ave\",\n                \"area\": \"South Cambie\",\n                \"city\": \"Vancouver\",\n                \"state\": \"British Columbia\",\n                \"stateCode\": \"BC\",\n                \"postalCode\": null,\n                \"country\": \"Canada\",\n                \"countryCode\": \"CA\"\n            },\n            \"location\": {\n                \"coordinates\": [\n                    -123.1210043,\n                    49.249874\n                ],\n                \"type\": \"Point\"\n            },\n            \"categories\": [\n                \"59e7cbc792b6a2fc1ac9e5be\"\n            ],\n            \"pillars\": [],\n            \"currencyCode\": \"USD\",\n            \"brief\": \"Founded in 984, AIIH focuses on training children and young people through sports and socio-cultural modalities, reducing the cultural and social exclusion of beneficiaries. The community, tired of seeing this situation, was looking for a new leadership, got to know Mr. Marcos Guarani's work with underprivileged children in the sports and social area, and through a meeting decided that Mr. Marcos would be the new candidate for the presidency of the Association.\",\n            \"rating\": 3,\n            \"website\": \"\",\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5ec8103e18777677fc4118fb\",\n            \"name\": \"AIIH - Associação Internacional de Interesse à Humanidade\",\n            \"email\": \"noreply@joindeed.com\",\n            \"ein\": \"_________\",\n            \"phone\": \"+11478257050\",\n            \"acceptsDonations\": true,\n            \"mainPicture\": \"https://files.godeed.today/1591129180215_13bb2a6a-cf8f-4d68-b027-7ae8fba20ccb.png\",\n            \"facebookPage\": \"\",\n            \"instagram\": \"\",\n            \"logo\": \"\",\n            \"id\": \"5ec8103e18777677fc4118fb\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5ec8103e18777677fc4118fb\",\n            \"reviews\": []\n        },\n        \"organizerName\": \"Randy Tarampi\",\n        \"partner\": {\n            \"features\": {\n                \"volunteering\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"donations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"recurringDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"payrollDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"corporateDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"externalCorporateDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"donationMatching\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"externalMatching\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"donationCredit\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userCreateDeed\": {\n                    \"enabled\": false,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userDraftDeed\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userPublishDeed\": {\n                    \"enabled\": false,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userNominateNonprofit\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userNominateNonprofitForMatching\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userLogOfflineHours\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"browsingExternalOpportunities\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"autoSourceDeeds\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"surveys\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"reports\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"slack\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"volunteerTimeOff\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"events\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"employeeAffiliations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"advancedReporting\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"advancedDashboards\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"basicDashboards\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"communities\": {\n                    \"enabled\": false,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                }\n            },\n            \"providers\": [\n                \"openidconnect\",\n                \"local\"\n            ],\n            \"__t\": \"Company\",\n            \"_id\": \"62c2b4611553646ecaca29d6\",\n            \"name\": \"OMG IT WORKS 2\",\n            \"code\": \"Deed Co.\",\n            \"mainPicture\": \"https://files.godeed.today/1587617614669_BOS_BLACK.png\",\n            \"logo\": \"https://files.godeed.today/1575538350202_27f7bd24-4185-4c06-b4fb-b3f60cd3f71a.jpg\",\n            \"brandColor\": \"#000000\",\n            \"feeCovered\": null,\n            \"id\": \"62c2b4611553646ecaca29d6\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/62c2b4611553646ecaca29d6\"\n        },\n        \"volunteerFormLink\": \"\",\n        \"remote\": true,\n        \"formResponses\": [],\n        \"duration\": {\n            \"min\": 1,\n            \"max\": 10,\n            \"unit\": \"weeks\"\n        },\n        \"hours\": {\n            \"min\": 1,\n            \"max\": 10\n        },\n        \"value\": 75,\n        \"skills\": [\n            \"5d232ed99e708ecdadb47e0e\",\n            \"5d232ed99e708ecdadb47e0e\",\n            \"5d232ed99e708ecdadb47e0e\"\n        ],\n        \"mainPicture\": \"https://files.godeed.today/c960x540/1531752919727_c304d7e4-cbb5-47e6-8556-8a0cf2f50c11.jpg\",\n        \"started\": false,\n        \"ended\": false,\n        \"isPrivate\": false,\n        \"shareLink\": \"http://localhost:3000/deeds/62c2b4641553646ecaca3091\",\n        \"reviews\": [],\n        \"donations\": [],\n        \"donationsCount\": 0,\n        \"donationsUserCount\": 0,\n        \"responsesAggregation\": [],\n        \"id\": \"62c2b4641553646ecaca3091\",\n        \"donatedAmountCurrencies\": {},\n        \"matchedAmountCurrencies\": {}\n    }\n]"}],"_postman_id":"2d5c3601-3549-40d3-8205-1d6955d9e1e5"},{"name":"Get `Deed`","id":"100f782f-6a1d-4a82-8707-c3354b24d6c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/deeds/:id","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Get details of an opportuntiy (volunteering event, volunteering project, fundraiser).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"5d0a2ee3-716e-4093-a6d0-89c11ac9a499","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"5ee352a3e86ea885ceb67bdb","key":"id"}]}},"response":[{"id":"daba36a0-65cf-4526-8ccc-aed133b2c2b4","name":"/api/deeds/{id}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/deeds/:id","host":["https://api.testing.joindeed.org"],"path":["api","deeds",":id"],"variable":[{"key":"id","value":"5ee352a3e86ea885ceb67bdb","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Sep 2022 08:49:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"locationObject\": {\n        \"address\": \"Friedrichstraße\",\n        \"area\": \"Berlin\",\n        \"city\": \"Berlin\",\n        \"state\": \"Berlin\",\n        \"country\": \"Germany\"\n    },\n    \"location\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n            13.388477,\n            52.5196979\n        ]\n    },\n    \"virtual\": false,\n    \"attendees\": [\n        {\n            \"fullName\": {\n                \"first\": \"Randy\",\n                \"last\": \"Tarampi\"\n            },\n            \"summary\": \"\",\n            \"pictures\": [],\n            \"instagram\": \"\",\n            \"clickable\": false,\n            \"_volunteerMinutes\": 0,\n            \"email\": \"randy+team@joindeed.com\",\n            \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n            \"locale\": \"en-US\",\n            \"__t\": \"User\",\n            \"_id\": \"5efdbfad02fafb5d25ea1630\",\n            \"deeds\": 0,\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"appVanityDomain\": null,\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"createdAt\": \"2020-07-02T11:06:21.809Z\",\n            \"location\": \"5f6dc1b3202309365c0cd9b7\",\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"id\": \"5efdbfad02fafb5d25ea1630\",\n            \"profile\": {\n                \"name\": \"Randy Tarampi\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"5efdbfad02fafb5d25ea1630\",\n                \"role\": \"User\"\n            },\n            \"name\": \"Randy Tarampi\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        {\n            \"fullName\": {\n                \"first\": \"Weronika\",\n                \"last\": \"T\"\n            },\n            \"summary\": \"\",\n            \"pictures\": [],\n            \"instagram\": \"\",\n            \"clickable\": false,\n            \"_volunteerMinutes\": 0,\n            \"email\": \"weronikateam@mail.com\",\n            \"mainPicture\": \"https://files.godeed.today/1614869400207_2.png\",\n            \"locale\": \"en-US\",\n            \"__t\": \"User\",\n            \"_id\": \"5f2ad4f9d69e364a593078f0\",\n            \"deeds\": 0,\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"appVanityDomain\": null,\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"createdAt\": \"2020-08-05T15:49:13.583Z\",\n            \"location\": \"5f6dc1b3202309365c0cd9b7\",\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"id\": \"5f2ad4f9d69e364a593078f0\",\n            \"profile\": {\n                \"name\": \"Weronika T\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"5f2ad4f9d69e364a593078f0\",\n                \"role\": \"User\"\n            },\n            \"name\": \"Weronika T\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        }\n    ],\n    \"skipApplicationStatusUpdates\": true,\n    \"forms\": [],\n    \"attendeeLimit\": 100,\n    \"status\": \"published\",\n    \"editors\": [],\n    \"featured\": false,\n    \"public\": false,\n    \"sponsored\": false,\n    \"categories\": [\n        \"59e7cbc792b6a2fc1ac9e5bb\"\n    ],\n    \"SDGs\": [\n        \"5d94f23ee4955af37f0561ab\"\n    ],\n    \"pillars\": [\n        \"5e7c999062d1f842898d67e9\"\n    ],\n    \"ERGs\": [\n        \"5d9bbc7f69927f22963ccc5f\"\n    ],\n    \"campaigns\": [\n        \"5e8cc071fa74c16140604108\",\n        \"60954cc6348214413af019c6\",\n        \"62011902ab062a18317921ab\"\n    ],\n    \"rating\": 5,\n    \"pictures\": [\n        \"https://files.godeed.today/1531757497709_7a420294-286f-4636-a85f-64347cb9601c.jpg\"\n    ],\n    \"timeZone\": \"Europe/Berlin\",\n    \"organizerEmail\": \"noreply@joindeed.com\",\n    \"organizerPhone\": \"5423412332\",\n    \"blocked\": false,\n    \"linkOnly\": false,\n    \"requireAuthentication\": true,\n    \"allowedLocations\": [],\n    \"allowedCountries\": [],\n    \"allowedStates\": [],\n    \"skipRefresh\": false,\n    \"__t\": \"Project\",\n    \"milestones\": [\n        {\n            \"name\": \"1\",\n            \"description\": \"1\",\n            \"_id\": \"5ee352a3e86ea885ceb67bdc\",\n            \"id\": \"5ee352a3e86ea885ceb67bdc\"\n        }\n    ],\n    \"roles\": [\n        {\n            \"name\": \"Test role\",\n            \"autoApproval\": false,\n            \"applicants\": [],\n            \"approved\": [\n                {\n                    \"fullName\": {\n                        \"first\": \"Randy\",\n                        \"last\": \"Tarampi\"\n                    },\n                    \"myFriends\": [],\n                    \"summary\": \"\",\n                    \"pictures\": [],\n                    \"website\": \"\",\n                    \"instagram\": \"\",\n                    \"status\": \"accepted\",\n                    \"privacy\": \"private\",\n                    \"myDeeds\": [\n                        \"5f4fc19c5869b14160bd818e\",\n                        \"5dce00fdbf76472396d05424\",\n                        \"5ec6ec880af29e7806fb5252\",\n                        \"5dea81729dcdab0258311a2e\",\n                        \"5ee352a3e86ea885ceb67bdb\",\n                        \"5ecc12ac4375c077f66b7653\",\n                        \"5e30a5682c7f9d6e8d47783f\",\n                        \"60c729af454d601b7f259e09\",\n                        \"60e7fffc5700e71121cfe0a7\",\n                        \"60a393b4533a91141d5aa292\",\n                        \"60707a7a29179b6f10902fc0\",\n                        \"611252a41ce3c0902d3da0f4\",\n                        \"60c0c5b981b0a898327c1c24\",\n                        \"6110125756a63183684e6682\",\n                        \"60c0b7b93c4bc879f6cb6db3\",\n                        \"612c86f2cd655d2266c1b62e\",\n                        \"6128f8e867239a297badc78f\",\n                        \"6128e1437cfb02255d8b6743\",\n                        \"612e29c94d43e66d9cd0d3b6\",\n                        \"612cae3d7125fc3d3ff2f892\",\n                        \"61389551a838fe337305ef33\",\n                        \"618bd17e35c1066a0acb8895\",\n                        \"61ae30e7c1823a1e14f5da79\",\n                        \"618ea4fbf3b7916ac59e091f\",\n                        \"5ebabef163446b013e4f9ebd\",\n                        \"6203819915d3c846ed84c79e\",\n                        \"620a0d35025b69de61b30fbc\",\n                        \"620a0e8c025b69de61b31130\",\n                        \"620a10ec032d55e0e28d457b\",\n                        \"619e0b4fe58f75318f57da67\"\n                    ],\n                    \"completedDeeds\": [],\n                    \"waitlistedDeeds\": [\n                        \"618bd17e35c1066a0acb8895\",\n                        \"6183cfa43e2e0d1cfd6c4f08\"\n                    ],\n                    \"lateCanceledDeeds\": [\n                        \"5f3d5c3a9b66975a88c7137a\"\n                    ],\n                    \"ratePending\": [],\n                    \"clickable\": false,\n                    \"email\": \"randy+team@joindeed.com\",\n                    \"roles\": [],\n                    \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n                    \"displayCurrency\": \"USD\",\n                    \"locale\": \"en-US\",\n                    \"externalId\": \"woof?\",\n                    \"origin\": \"api\",\n                    \"__t\": \"User\",\n                    \"_id\": \"5efdbfad02fafb5d25ea1630\",\n                    \"deeds\": 0,\n                    \"volunteerMinutes\": 0,\n                    \"organization\": \"5eb4808168abec18c3d8fbd9\",\n                    \"createdAt\": \"2020-07-02T11:06:21.809Z\",\n                    \"modifiedAt\": \"2022-09-13T09:48:47.796Z\",\n                    \"provider\": \"local\",\n                    \"__v\": 103,\n                    \"organizationDepartment\": \"Finance\",\n                    \"interests\": [\n                        \"5f588b5c7c175c7ddab385a4\"\n                    ],\n                    \"skills\": [],\n                    \"consent\": {\n                        \"shareData\": \"2020-07-23T13:39:15.057Z\"\n                    },\n                    \"tShirtSize\": \"S\",\n                    \"_matchedAmountCurrencies_2\": {\n                        \"byBudget\": {\n                            \"5ed9d3d3cea541ad7a6a2ba0\": {\n                                \"ARS\": 109906.68698529115,\n                                \"AUD\": 2059.4462628708206,\n                                \"BRL\": 8196.060874789002,\n                                \"CAD\": 1953.07658264576,\n                                \"CLP\": 1156021.3048142612,\n                                \"COP\": 5675861.12579426,\n                                \"DKK\": 9331.316259018151,\n                                \"EUR\": 1253.6348807451798,\n                                \"GBP\": 1134.48086469588,\n                                \"HKD\": 11431.750350966002,\n                                \"ILS\": 5061.549542533601,\n                                \"INR\": 109176.56766120074,\n                                \"JPY\": 155985.6791399813,\n                                \"MXN\": 32434.52114538441,\n                                \"NZD\": 2237.6486457907404,\n                                \"PEN\": 5267.97662919249,\n                                \"RON\": 6086.724469164,\n                                \"SGD\": 2020.26631078135,\n                                \"TRY\": 11029.612482037353,\n                                \"USD\": 2500,\n                                \"ZAR\": 24918.091046639507,\n                                \"BOB\": 3969.8848662765813,\n                                \"CNY\": 3934.241566645001,\n                                \"KRW\": 675545.9450360001,\n                                \"PHP\": 27964.229010726587,\n                                \"PLN\": 2249.6280044675605,\n                                \"THB\": 18204.197613500004\n                            }\n                        },\n                        \"byDonationMatchingRule\": {\n                            \"5ee61592d0c5ac6431f4cfb2\": {\n                                \"ARS\": 109906.68698529115,\n                                \"AUD\": 2059.4462628708206,\n                                \"BRL\": 8196.060874789002,\n                                \"CAD\": 1953.07658264576,\n                                \"CLP\": 1156021.3048142612,\n                                \"COP\": 5675861.12579426,\n                                \"DKK\": 9331.316259018151,\n                                \"EUR\": 1253.6348807451798,\n                                \"GBP\": 1134.48086469588,\n                                \"HKD\": 11431.750350966002,\n                                \"ILS\": 5061.549542533601,\n                                \"INR\": 109176.56766120074,\n                                \"JPY\": 155985.6791399813,\n                                \"MXN\": 32434.52114538441,\n                                \"NZD\": 2237.6486457907404,\n                                \"PEN\": 5267.97662919249,\n                                \"RON\": 6086.724469164,\n                                \"SGD\": 2020.26631078135,\n                                \"TRY\": 11029.612482037353,\n                                \"USD\": 1475,\n                                \"ZAR\": 24918.091046639507,\n                                \"BOB\": 3969.8848662765813,\n                                \"CNY\": 3934.241566645001,\n                                \"KRW\": 675545.9450360001,\n                                \"PHP\": 27964.229010726587,\n                                \"PLN\": 2249.6280044675605,\n                                \"THB\": 18204.197613500004\n                            }\n                        },\n                        \"byDonationCreditRule\": {\n                            \"5ef9c42fd6a5ba0dc7023aab\": {\n                                \"USD\": 1025\n                            }\n                        }\n                    },\n                    \"_donatedAmount\": 7180.639704341803,\n                    \"_totalValue\": 7180.639704341803,\n                    \"__slack\": {\n                        \"user\": {\n                            \"id\": \"U014P32A81Y\"\n                        },\n                        \"team\": {\n                            \"id\": \"T0VBC6FHN\",\n                            \"name\": null\n                        }\n                    },\n                    \"additionalData\": {\n                        \"fuck\": {\n                            \"first\": \"Randy\",\n                            \"last\": \"Tarampi\",\n                            \"meow\": \"grr\"\n                        }\n                    },\n                    \"totalImpact\": 0,\n                    \"id\": \"5efdbfad02fafb5d25ea1630\",\n                    \"profile\": {\n                        \"name\": \"Randy Tarampi\",\n                        \"role\": \"User\"\n                    },\n                    \"token\": {\n                        \"_id\": \"5efdbfad02fafb5d25ea1630\",\n                        \"role\": \"User\"\n                    },\n                    \"name\": \"Randy Tarampi\",\n                    \"features\": {\n                        \"volunteering\": true,\n                        \"donations\": true,\n                        \"recurringDonations\": true\n                    }\n                },\n                {\n                    \"fullName\": {\n                        \"first\": \"Weronika\",\n                        \"last\": \"T\"\n                    },\n                    \"myFriends\": [],\n                    \"summary\": \"\",\n                    \"pictures\": [],\n                    \"website\": \"\",\n                    \"instagram\": \"\",\n                    \"status\": \"accepted\",\n                    \"privacy\": \"private\",\n                    \"myDeeds\": [\n                        \"5f2fd81c1960063c72e4b987\",\n                        \"5f3150eb1960063c72e4bb79\",\n                        \"5ecc12ac4375c077f66b7653\",\n                        \"5ee352a3e86ea885ceb67bdb\",\n                        \"5eb033c8a9cb8e05bff7568a\",\n                        \"5eb33fae341c8718ca9b1950\",\n                        \"5ecc0fc44375c077f66b7635\",\n                        \"5ecc0ff84375c077f66b7638\",\n                        \"5ecd242f86991f1b046c4368\",\n                        \"5ed8ed3ed5282c35b8cf91ac\",\n                        \"5ea19949bee9161bdc1ffac0\",\n                        \"60d981a67cc54d51c9f1f905\",\n                        \"60a393b4533a91141d5aa292\",\n                        \"61275bfe5b2aca368f7b7f9d\",\n                        \"6149b2f3832366e300a119ba\",\n                        \"5d48d30f494b7b34de363dca\",\n                        \"61118d96081a1848fce4fa49\"\n                    ],\n                    \"completedDeeds\": [\n                        \"5eb033c8a9cb8e05bff7568a\",\n                        \"5ed8ed3ed5282c35b8cf91ac\"\n                    ],\n                    \"waitlistedDeeds\": [],\n                    \"lateCanceledDeeds\": [],\n                    \"ratePending\": [],\n                    \"clickable\": false,\n                    \"email\": \"weronikateam@mail.com\",\n                    \"roles\": [],\n                    \"mainPicture\": \"https://files.godeed.today/1614869400207_2.png\",\n                    \"displayCurrency\": \"USD\",\n                    \"locale\": \"en-US\",\n                    \"externalId\": \"weronika-test-id\",\n                    \"origin\": \"api\",\n                    \"__t\": \"User\",\n                    \"_id\": \"5f2ad4f9d69e364a593078f0\",\n                    \"deeds\": 0,\n                    \"volunteerMinutes\": 0,\n                    \"organization\": \"5eb4808168abec18c3d8fbd9\",\n                    \"createdAt\": \"2020-08-05T15:49:13.583Z\",\n                    \"modifiedAt\": \"2022-07-19T13:04:33.139Z\",\n                    \"provider\": \"local\",\n                    \"__v\": 103,\n                    \"interests\": [\n                        \"59e7cbc792b6a2fc1ac9e5b9\",\n                        \"59e7cbc792b6a2fc1ac9e5b8\"\n                    ],\n                    \"skills\": [\n                        \"5d232ee9c81353cdad684069\"\n                    ],\n                    \"consent\": {\n                        \"shareData\": \"2020-08-09T10:59:18.880Z\"\n                    },\n                    \"organizationDepartment\": \"\",\n                    \"tShirtSize\": \"\",\n                    \"_donatedAmount\": 1566.012247104494,\n                    \"_totalValue\": 1790.412247104494,\n                    \"additionalData\": {\n                        \"welcomeEmail\": true\n                    },\n                    \"totalImpact\": 0,\n                    \"id\": \"5f2ad4f9d69e364a593078f0\",\n                    \"profile\": {\n                        \"name\": \"Weronika T\",\n                        \"role\": \"User\"\n                    },\n                    \"token\": {\n                        \"_id\": \"5f2ad4f9d69e364a593078f0\",\n                        \"role\": \"User\"\n                    },\n                    \"name\": \"Weronika T\",\n                    \"features\": {\n                        \"volunteering\": true,\n                        \"donations\": true,\n                        \"recurringDonations\": true\n                    }\n                }\n            ],\n            \"rejected\": [],\n            \"skills\": [\n                \"5d232ed99e708ecdadb47e0e\",\n                \"5d232ee9c81353cdad684069\",\n                \"5d232f99c81353cdad684083\"\n            ],\n            \"durationUnit\": \"weeks\",\n            \"_id\": \"5ee352a3e86ea885ceb67bdd\",\n            \"durationMax\": 2,\n            \"estimatedHoursMax\": 2,\n            \"estimatedValue\": 2,\n            \"requiredAmount\": 100,\n            \"description\": \" \",\n            \"durationMin\": 2,\n            \"estimatedHoursMin\": 2,\n            \"id\": \"5ee352a3e86ea885ceb67bdd\"\n        }\n    ],\n    \"externalLinkFollows\": [],\n    \"formQuestions\": [],\n    \"_id\": \"5ee352a3e86ea885ceb67bdb\",\n    \"name\": \"Soup Kitchennn\",\n    \"organizerName\": \"jane\",\n    \"description\": \"description\",\n    \"partner\": {\n        \"features\": {\n            \"volunteering\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"donations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"recurringDonations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"payrollDonations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"corporateDonations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"externalCorporateDonations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"donationMatching\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"externalMatching\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"donationCredit\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userCreateDeed\": {\n                \"enabled\": false,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userDraftDeed\": {\n                \"enabled\": false,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userPublishDeed\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userNominateNonprofit\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userNominateNonprofitForMatching\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userLogOfflineHours\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"browsingExternalOpportunities\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"autoSourceDeeds\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"surveys\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"reports\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"slack\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"volunteerTimeOff\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"events\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"employeeAffiliations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"advancedReporting\": {\n                \"enabled\": false,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"advancedDashboards\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"basicDashboards\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"communities\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            }\n        },\n        \"slack\": {\n            \"team\": {\n                \"id\": \"T0VBC6FHN\",\n                \"name\": null\n            }\n        },\n        \"providers\": [\n            \"saml\"\n        ],\n        \"__t\": \"Company\",\n        \"_id\": \"5eb4808168abec18c3d8fbd9\",\n        \"code\": \"AIR\",\n        \"name\": \"Team Deed\",\n        \"brandColor\": \"#FF385C\",\n        \"mainPicture\": \"\",\n        \"logo\": \"https://files.godeed.today/1601307904662_72a3c143-2e32-4790-aa09-3817ddec0209.png\",\n        \"appVanityDomain\": null,\n        \"feeCovered\": null,\n        \"id\": \"5eb4808168abec18c3d8fbd9\",\n        \"banner\": \"\",\n        \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n    },\n    \"organization\": {\n        \"locationObject\": {\n            \"address\": \"ESTM LEOPOLDO DE BULHOES/BONFINOPOLIS KM 09 - FAZENDA CALDAS ZONA RURAL\",\n            \"city\": \"LEOPOLDO DE BULHOES\",\n            \"state\": \"Goiás\",\n            \"postalCode\": \"75190000\",\n            \"country\": \"Brazil\",\n            \"countryCode\": \"BR\",\n            \"stateCode\": \"BR-GO\"\n        },\n        \"location\": {\n            \"coordinates\": []\n        },\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b1\"\n        ],\n        \"pillars\": [\n            \"5f588b5c7c175c7ddab385a4\"\n        ],\n        \"currencyCode\": \"BRL\",\n        \"brief\": \"Temos como objetivo resgatar e reabilitar animais para adoção responsável. Sua doação vai garantir alimentação, cuidados médicos e muito amor.\",\n        \"rating\": 5,\n        \"website\": \"https://patassolidarias.ong.br/\",\n        \"pictures\": [],\n        \"__t\": \"Nonprofit\",\n        \"_id\": \"5f84a968811430552d132bc6\",\n        \"externalId\": \"ext-pp-BR4028790\",\n        \"paypalPayerId\": \"99R588D5BXSUJ\",\n        \"name\": \"ASSOCIACAO AMIGOS EM ACAO PATAS SOLIDARIAS\",\n        \"mainPicture\": \"https://pics.paypal.com/00/s/NDY1ZWU2NWUtYmFkOC00MTIwLWE1NzctMDFkYjkxZGRjNDY0/file.JPG\",\n        \"acceptsDonations\": true,\n        \"payPalModel\": \"DIRECT\",\n        \"id\": \"5f84a968811430552d132bc6\",\n        \"banner\": \"\",\n        \"shareLink\": \"http://localhost:3000/organization/5f84a968811430552d132bc6\",\n        \"reviews\": []\n    },\n    \"externalLinkClicks\": [],\n    \"createdAt\": \"2020-06-12T10:02:11.335Z\",\n    \"modifiedAt\": \"2022-02-07T13:18:13.800Z\",\n    \"__v\": 26,\n    \"backgroundCheckLink\": \"\",\n    \"externalId\": \"\",\n    \"externalLink\": \"\",\n    \"mustKnows\": \"\",\n    \"volunteerFormLink\": \"\",\n    \"startingAt\": \"2020-06-12T05:02:11.335Z\",\n    \"reminders\": {\n        \"logHoursProject1WeekAfterStart\": true\n    },\n    \"checkIns\": [\n        \"5efdbfad02fafb5d25ea1630\"\n    ],\n    \"remote\": false,\n    \"formResponses\": [],\n    \"duration\": {\n        \"min\": 2,\n        \"max\": 2,\n        \"unit\": \"weeks\"\n    },\n    \"hours\": {\n        \"min\": 2,\n        \"max\": 2\n    },\n    \"value\": 4,\n    \"skills\": [\n        \"5d232ed99e708ecdadb47e0e\",\n        \"5d232ee9c81353cdad684069\",\n        \"5d232f99c81353cdad684083\"\n    ],\n    \"mainPicture\": \"https://files.godeed.today/c960x540/1531757497709_7a420294-286f-4636-a85f-64347cb9601c.jpg\",\n    \"started\": true,\n    \"ended\": false,\n    \"isPrivate\": false,\n    \"shareLink\": \"http://localhost:3000/deeds/5ee352a3e86ea885ceb67bdb\",\n    \"reviews\": [],\n    \"donations\": [],\n    \"donationsCount\": 0,\n    \"donationsUserCount\": 0,\n    \"responsesAggregation\": [],\n    \"id\": \"5ee352a3e86ea885ceb67bdb\",\n    \"donatedAmountCurrencies\": {},\n    \"matchedAmountCurrencies\": {}\n}"}],"_postman_id":"100f782f-6a1d-4a82-8707-c3354b24d6c1"},{"name":"Create `Deed`","id":"1de4a794-58bb-405d-9284-a0697e040a38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.testing.joindeed.org/api/deeds","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Create an opportuntiy (volunteering event, volunteering project, fundraiser).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"1de4a794-58bb-405d-9284-a0697e040a38"},{"name":"Modify `Deed`","id":"3e2e8595-20b1-4e42-b231-c094c9a82588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://api.testing.joindeed.org/api/deeds/:id","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Modify an opportuntiy (volunteering event, volunteering project, fundraiser).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"32f28ee9-3f41-487d-9834-871cff2f5afc","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"labore laboris","key":"id"}]}},"response":[],"_postman_id":"3e2e8595-20b1-4e42-b231-c094c9a82588"},{"name":"Delete `Deed`","id":"de5ae738-60e5-4e8a-a79a-61ecdfbcb0a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.testing.joindeed.org/api/deeds/:id","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Delete an opportuntiy (volunteering event, volunteering project, fundraiser).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"8c4121c6-7b99-4120-b02f-4d6d1566f653","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"labore laboris","key":"id"}]}},"response":[],"_postman_id":"de5ae738-60e5-4e8a-a79a-61ecdfbcb0a5"},{"name":"List Upcoming Deeds for `User`","id":"da98bece-aae8-43a6-84ad-d7fc36d379da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/deeds/:id/upcoming","description":"<p><code>User</code> <code>Admin</code></p>\n<p>List upcoming opportunities for a user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds",":id","upcoming"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"38ac80b7-1f87-4350-adf2-4c46cffa9fe2","description":{"content":"<p>Required: A user ID</p>\n","type":"text/plain"},"type":"any","value":"me","key":"id"}]}},"response":[{"id":"71372a6f-416e-422e-be46-71c335703a37","name":"Self","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/deeds/me/upcoming"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Sep 2022 08:03:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"locationObject\": {\n      \"address\": \"Friedrichstraße\",\n      \"area\": \"Berlin\",\n      \"city\": \"Berlin\",\n      \"state\": \"Berlin\",\n      \"country\": \"Germany\"\n    },\n    \"location\": {\n      \"type\": \"Point\",\n      \"coordinates\": [\n        13.388477,\n        52.5196979\n      ]\n    },\n    \"virtual\": false,\n    \"attendees\": [\n      {\n        \"fullName\": {\n          \"first\": \"Randy\",\n          \"last\": \"Tarampi\"\n        },\n        \"summary\": \"\",\n        \"pictures\": [],\n        \"instagram\": \"\",\n        \"clickable\": false,\n        \"_volunteerMinutes\": 0,\n        \"email\": \"randy+team@joindeed.com\",\n        \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n        \"locale\": \"en-US\",\n        \"__t\": \"User\",\n        \"_id\": \"5efdbfad02fafb5d25ea1630\",\n        \"deeds\": 0,\n        \"organization\": {\n          \"__t\": \"Company\",\n          \"_id\": \"5eb4808168abec18c3d8fbd9\",\n          \"code\": \"AIR\",\n          \"appVanityDomain\": null,\n          \"feeCovered\": null,\n          \"id\": \"5eb4808168abec18c3d8fbd9\",\n          \"banner\": \"\",\n          \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n        },\n        \"createdAt\": \"2020-07-02T11:06:21.809Z\",\n        \"location\": \"5f6dc1b3202309365c0cd9b7\",\n        \"totalImpact\": 0,\n        \"volunteerMinutes\": 0,\n        \"id\": \"5efdbfad02fafb5d25ea1630\",\n        \"profile\": {\n          \"name\": \"Randy Tarampi\",\n          \"role\": \"User\"\n        },\n        \"token\": {\n          \"_id\": \"5efdbfad02fafb5d25ea1630\",\n          \"role\": \"User\"\n        },\n        \"name\": \"Randy Tarampi\",\n        \"features\": {\n          \"volunteering\": true,\n          \"donations\": true,\n          \"recurringDonations\": true\n        }\n      },\n      {\n        \"fullName\": {\n          \"first\": \"Weronika\",\n          \"last\": \"T\"\n        },\n        \"summary\": \"\",\n        \"pictures\": [],\n        \"instagram\": \"\",\n        \"clickable\": false,\n        \"_volunteerMinutes\": 0,\n        \"email\": \"weronikateam@mail.com\",\n        \"mainPicture\": \"https://files.godeed.today/1614869400207_2.png\",\n        \"locale\": \"en-US\",\n        \"__t\": \"User\",\n        \"_id\": \"5f2ad4f9d69e364a593078f0\",\n        \"deeds\": 0,\n        \"organization\": {\n          \"__t\": \"Company\",\n          \"_id\": \"5eb4808168abec18c3d8fbd9\",\n          \"code\": \"AIR\",\n          \"appVanityDomain\": null,\n          \"feeCovered\": null,\n          \"id\": \"5eb4808168abec18c3d8fbd9\",\n          \"banner\": \"\",\n          \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n        },\n        \"createdAt\": \"2020-08-05T15:49:13.583Z\",\n        \"location\": \"5f6dc1b3202309365c0cd9b7\",\n        \"totalImpact\": 0,\n        \"volunteerMinutes\": 0,\n        \"id\": \"5f2ad4f9d69e364a593078f0\",\n        \"profile\": {\n          \"name\": \"Weronika T\",\n          \"role\": \"User\"\n        },\n        \"token\": {\n          \"_id\": \"5f2ad4f9d69e364a593078f0\",\n          \"role\": \"User\"\n        },\n        \"name\": \"Weronika T\",\n        \"features\": {\n          \"volunteering\": true,\n          \"donations\": true,\n          \"recurringDonations\": true\n        }\n      }\n    ],\n    \"skipApplicationStatusUpdates\": true,\n    \"forms\": [],\n    \"attendeeLimit\": 100,\n    \"status\": \"published\",\n    \"editors\": [],\n    \"featured\": false,\n    \"public\": false,\n    \"sponsored\": false,\n    \"categories\": [\n      \"59e7cbc792b6a2fc1ac9e5bb\"\n    ],\n    \"SDGs\": [\n      \"5d94f23ee4955af37f0561ab\"\n    ],\n    \"pillars\": [\n      \"5e7c999062d1f842898d67e9\"\n    ],\n    \"ERGs\": [\n      \"5d9bbc7f69927f22963ccc5f\"\n    ],\n    \"campaigns\": [\n      \"5e8cc071fa74c16140604108\",\n      \"60954cc6348214413af019c6\",\n      \"62011902ab062a18317921ab\"\n    ],\n    \"rating\": 5,\n    \"pictures\": [\n      \"https://files.godeed.today/1531757497709_7a420294-286f-4636-a85f-64347cb9601c.jpg\"\n    ],\n    \"timeZone\": \"Europe/Berlin\",\n    \"organizerEmail\": \"noreply@joindeed.com\",\n    \"organizerPhone\": \"5423412332\",\n    \"blocked\": false,\n    \"linkOnly\": false,\n    \"requireAuthentication\": true,\n    \"allowedLocations\": [],\n    \"allowedCountries\": [],\n    \"allowedStates\": [],\n    \"skipRefresh\": false,\n    \"__t\": \"Project\",\n    \"milestones\": [\n      {\n        \"name\": \"1\",\n        \"description\": \"1\",\n        \"_id\": \"5ee352a3e86ea885ceb67bdc\",\n        \"id\": \"5ee352a3e86ea885ceb67bdc\"\n      }\n    ],\n    \"roles\": [\n      {\n        \"name\": \"Test role\",\n        \"autoApproval\": false,\n        \"applicants\": [],\n        \"approved\": [\n          {\n            \"fullName\": {\n              \"first\": \"Randy\",\n              \"last\": \"Tarampi\"\n            },\n            \"myFriends\": [],\n            \"summary\": \"\",\n            \"pictures\": [],\n            \"website\": \"\",\n            \"instagram\": \"\",\n            \"status\": \"accepted\",\n            \"privacy\": \"private\",\n            \"myDeeds\": [\n              \"5f4fc19c5869b14160bd818e\",\n              \"5dce00fdbf76472396d05424\",\n              \"5ec6ec880af29e7806fb5252\",\n              \"5dea81729dcdab0258311a2e\",\n              \"5ee352a3e86ea885ceb67bdb\",\n              \"5ecc12ac4375c077f66b7653\",\n              \"5e30a5682c7f9d6e8d47783f\",\n              \"60c729af454d601b7f259e09\",\n              \"60e7fffc5700e71121cfe0a7\",\n              \"60a393b4533a91141d5aa292\",\n              \"60707a7a29179b6f10902fc0\",\n              \"611252a41ce3c0902d3da0f4\",\n              \"60c0c5b981b0a898327c1c24\",\n              \"6110125756a63183684e6682\",\n              \"60c0b7b93c4bc879f6cb6db3\",\n              \"612c86f2cd655d2266c1b62e\",\n              \"6128f8e867239a297badc78f\",\n              \"6128e1437cfb02255d8b6743\",\n              \"612e29c94d43e66d9cd0d3b6\",\n              \"612cae3d7125fc3d3ff2f892\",\n              \"61389551a838fe337305ef33\",\n              \"618bd17e35c1066a0acb8895\",\n              \"61ae30e7c1823a1e14f5da79\",\n              \"618ea4fbf3b7916ac59e091f\",\n              \"5ebabef163446b013e4f9ebd\",\n              \"6203819915d3c846ed84c79e\",\n              \"620a0d35025b69de61b30fbc\",\n              \"620a0e8c025b69de61b31130\",\n              \"620a10ec032d55e0e28d457b\",\n              \"619e0b4fe58f75318f57da67\"\n            ],\n            \"completedDeeds\": [],\n            \"waitlistedDeeds\": [\n              \"618bd17e35c1066a0acb8895\",\n              \"6183cfa43e2e0d1cfd6c4f08\"\n            ],\n            \"lateCanceledDeeds\": [\n              \"5f3d5c3a9b66975a88c7137a\"\n            ],\n            \"ratePending\": [],\n            \"clickable\": false,\n            \"email\": \"randy+team@joindeed.com\",\n            \"roles\": [],\n            \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n            \"displayCurrency\": \"USD\",\n            \"locale\": \"en-US\",\n            \"externalId\": \"woof?\",\n            \"origin\": \"api\",\n            \"__t\": \"User\",\n            \"_id\": \"5efdbfad02fafb5d25ea1630\",\n            \"deeds\": 0,\n            \"volunteerMinutes\": 0,\n            \"organization\": \"5eb4808168abec18c3d8fbd9\",\n            \"createdAt\": \"2020-07-02T11:06:21.809Z\",\n            \"modifiedAt\": \"2022-09-13T09:48:47.796Z\",\n            \"provider\": \"local\",\n            \"__v\": 103,\n            \"organizationDepartment\": \"Finance\",\n            \"interests\": [\n              \"5f588b5c7c175c7ddab385a4\"\n            ],\n            \"skills\": [],\n            \"consent\": {\n              \"shareData\": \"2020-07-23T13:39:15.057Z\"\n            },\n            \"tShirtSize\": \"S\",\n            \"_matchedAmountCurrencies_2\": {\n              \"byBudget\": {\n                \"5ed9d3d3cea541ad7a6a2ba0\": {\n                  \"ARS\": 109906.68698529115,\n                  \"AUD\": 2059.4462628708206,\n                  \"BRL\": 8196.060874789002,\n                  \"CAD\": 1953.07658264576,\n                  \"CLP\": 1156021.3048142612,\n                  \"COP\": 5675861.12579426,\n                  \"DKK\": 9331.316259018151,\n                  \"EUR\": 1253.6348807451798,\n                  \"GBP\": 1134.48086469588,\n                  \"HKD\": 11431.750350966002,\n                  \"ILS\": 5061.549542533601,\n                  \"INR\": 109176.56766120074,\n                  \"JPY\": 155985.6791399813,\n                  \"MXN\": 32434.52114538441,\n                  \"NZD\": 2237.6486457907404,\n                  \"PEN\": 5267.97662919249,\n                  \"RON\": 6086.724469164,\n                  \"SGD\": 2020.26631078135,\n                  \"TRY\": 11029.612482037353,\n                  \"USD\": 2500,\n                  \"ZAR\": 24918.091046639507,\n                  \"BOB\": 3969.8848662765813,\n                  \"CNY\": 3934.241566645001,\n                  \"KRW\": 675545.9450360001,\n                  \"PHP\": 27964.229010726587,\n                  \"PLN\": 2249.6280044675605,\n                  \"THB\": 18204.197613500004\n                }\n              },\n              \"byDonationMatchingRule\": {\n                \"5ee61592d0c5ac6431f4cfb2\": {\n                  \"ARS\": 109906.68698529115,\n                  \"AUD\": 2059.4462628708206,\n                  \"BRL\": 8196.060874789002,\n                  \"CAD\": 1953.07658264576,\n                  \"CLP\": 1156021.3048142612,\n                  \"COP\": 5675861.12579426,\n                  \"DKK\": 9331.316259018151,\n                  \"EUR\": 1253.6348807451798,\n                  \"GBP\": 1134.48086469588,\n                  \"HKD\": 11431.750350966002,\n                  \"ILS\": 5061.549542533601,\n                  \"INR\": 109176.56766120074,\n                  \"JPY\": 155985.6791399813,\n                  \"MXN\": 32434.52114538441,\n                  \"NZD\": 2237.6486457907404,\n                  \"PEN\": 5267.97662919249,\n                  \"RON\": 6086.724469164,\n                  \"SGD\": 2020.26631078135,\n                  \"TRY\": 11029.612482037353,\n                  \"USD\": 1475,\n                  \"ZAR\": 24918.091046639507,\n                  \"BOB\": 3969.8848662765813,\n                  \"CNY\": 3934.241566645001,\n                  \"KRW\": 675545.9450360001,\n                  \"PHP\": 27964.229010726587,\n                  \"PLN\": 2249.6280044675605,\n                  \"THB\": 18204.197613500004\n                }\n              },\n              \"byDonationCreditRule\": {\n                \"5ef9c42fd6a5ba0dc7023aab\": {\n                  \"USD\": 1025\n                }\n              }\n            },\n            \"_donatedAmount\": 7180.639704341803,\n            \"_totalValue\": 7180.639704341803,\n            \"__slack\": {\n              \"user\": {\n                \"id\": \"U014P32A81Y\"\n              },\n              \"team\": {\n                \"id\": \"T0VBC6FHN\",\n                \"name\": null\n              }\n            },\n            \"additionalData\": {\n              \"fuck\": {\n                \"first\": \"Randy\",\n                \"last\": \"Tarampi\",\n                \"meow\": \"grr\"\n              }\n            },\n            \"totalImpact\": 0,\n            \"id\": \"5efdbfad02fafb5d25ea1630\",\n            \"profile\": {\n              \"name\": \"Randy Tarampi\",\n              \"role\": \"User\"\n            },\n            \"token\": {\n              \"_id\": \"5efdbfad02fafb5d25ea1630\",\n              \"role\": \"User\"\n            },\n            \"name\": \"Randy Tarampi\",\n            \"features\": {\n              \"volunteering\": true,\n              \"donations\": true,\n              \"recurringDonations\": true\n            }\n          },\n          {\n            \"fullName\": {\n              \"first\": \"Weronika\",\n              \"last\": \"T\"\n            },\n            \"myFriends\": [],\n            \"summary\": \"\",\n            \"pictures\": [],\n            \"website\": \"\",\n            \"instagram\": \"\",\n            \"status\": \"accepted\",\n            \"privacy\": \"private\",\n            \"myDeeds\": [\n              \"5f2fd81c1960063c72e4b987\",\n              \"5f3150eb1960063c72e4bb79\",\n              \"5ecc12ac4375c077f66b7653\",\n              \"5ee352a3e86ea885ceb67bdb\",\n              \"5eb033c8a9cb8e05bff7568a\",\n              \"5eb33fae341c8718ca9b1950\",\n              \"5ecc0fc44375c077f66b7635\",\n              \"5ecc0ff84375c077f66b7638\",\n              \"5ecd242f86991f1b046c4368\",\n              \"5ed8ed3ed5282c35b8cf91ac\",\n              \"5ea19949bee9161bdc1ffac0\",\n              \"60d981a67cc54d51c9f1f905\",\n              \"60a393b4533a91141d5aa292\",\n              \"61275bfe5b2aca368f7b7f9d\",\n              \"6149b2f3832366e300a119ba\",\n              \"5d48d30f494b7b34de363dca\",\n              \"61118d96081a1848fce4fa49\"\n            ],\n            \"completedDeeds\": [\n              \"5eb033c8a9cb8e05bff7568a\",\n              \"5ed8ed3ed5282c35b8cf91ac\"\n            ],\n            \"waitlistedDeeds\": [],\n            \"lateCanceledDeeds\": [],\n            \"ratePending\": [],\n            \"clickable\": false,\n            \"email\": \"weronikateam@mail.com\",\n            \"roles\": [],\n            \"mainPicture\": \"https://files.godeed.today/1614869400207_2.png\",\n            \"displayCurrency\": \"USD\",\n            \"locale\": \"en-US\",\n            \"externalId\": \"weronika-test-id\",\n            \"origin\": \"api\",\n            \"__t\": \"User\",\n            \"_id\": \"5f2ad4f9d69e364a593078f0\",\n            \"deeds\": 0,\n            \"volunteerMinutes\": 0,\n            \"organization\": \"5eb4808168abec18c3d8fbd9\",\n            \"createdAt\": \"2020-08-05T15:49:13.583Z\",\n            \"modifiedAt\": \"2022-07-19T13:04:33.139Z\",\n            \"provider\": \"local\",\n            \"__v\": 103,\n            \"interests\": [\n              \"59e7cbc792b6a2fc1ac9e5b9\",\n              \"59e7cbc792b6a2fc1ac9e5b8\"\n            ],\n            \"skills\": [\n              \"5d232ee9c81353cdad684069\"\n            ],\n            \"consent\": {\n              \"shareData\": \"2020-08-09T10:59:18.880Z\"\n            },\n            \"organizationDepartment\": \"\",\n            \"tShirtSize\": \"\",\n            \"_donatedAmount\": 1566.012247104494,\n            \"_totalValue\": 1790.412247104494,\n            \"additionalData\": {\n              \"welcomeEmail\": true\n            },\n            \"totalImpact\": 0,\n            \"id\": \"5f2ad4f9d69e364a593078f0\",\n            \"profile\": {\n              \"name\": \"Weronika T\",\n              \"role\": \"User\"\n            },\n            \"token\": {\n              \"_id\": \"5f2ad4f9d69e364a593078f0\",\n              \"role\": \"User\"\n            },\n            \"name\": \"Weronika T\",\n            \"features\": {\n              \"volunteering\": true,\n              \"donations\": true,\n              \"recurringDonations\": true\n            }\n          }\n        ],\n        \"rejected\": [],\n        \"skills\": [\n          \"5d232ed99e708ecdadb47e0e\",\n          \"5d232ee9c81353cdad684069\",\n          \"5d232f99c81353cdad684083\"\n        ],\n        \"durationUnit\": \"weeks\",\n        \"_id\": \"5ee352a3e86ea885ceb67bdd\",\n        \"durationMax\": 2,\n        \"estimatedHoursMax\": 2,\n        \"estimatedValue\": 2,\n        \"requiredAmount\": 100,\n        \"description\": \" \",\n        \"durationMin\": 2,\n        \"estimatedHoursMin\": 2,\n        \"id\": \"5ee352a3e86ea885ceb67bdd\"\n      }\n    ],\n    \"externalLinkFollows\": [],\n    \"formQuestions\": [],\n    \"_id\": \"5ee352a3e86ea885ceb67bdb\",\n    \"name\": \"Soup Kitchennn\",\n    \"organizerName\": \"jane\",\n    \"description\": \"description\",\n    \"partner\": {\n      \"features\": {\n        \"volunteering\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"donations\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"recurringDonations\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"payrollDonations\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"corporateDonations\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"externalCorporateDonations\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"donationMatching\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"externalMatching\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"donationCredit\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"userCreateDeed\": {\n          \"enabled\": false,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"userDraftDeed\": {\n          \"enabled\": false,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"userPublishDeed\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"userNominateNonprofit\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"userNominateNonprofitForMatching\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"userLogOfflineHours\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"browsingExternalOpportunities\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"autoSourceDeeds\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"surveys\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"reports\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"slack\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"volunteerTimeOff\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"events\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"employeeAffiliations\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"advancedReporting\": {\n          \"enabled\": false,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"advancedDashboards\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"basicDashboards\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"communities\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        }\n      },\n      \"slack\": {\n        \"team\": {\n          \"id\": \"T0VBC6FHN\",\n          \"name\": null\n        }\n      },\n      \"providers\": [\n        \"saml\"\n      ],\n      \"__t\": \"Company\",\n      \"_id\": \"5eb4808168abec18c3d8fbd9\",\n      \"code\": \"AIR\",\n      \"name\": \"Team Deed\",\n      \"brandColor\": \"#FF385C\",\n      \"mainPicture\": \"\",\n      \"logo\": \"https://files.godeed.today/1601307904662_72a3c143-2e32-4790-aa09-3817ddec0209.png\",\n      \"appVanityDomain\": null,\n      \"feeCovered\": null,\n      \"id\": \"5eb4808168abec18c3d8fbd9\",\n      \"banner\": \"\",\n      \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n    },\n    \"organization\": {\n      \"locationObject\": {\n        \"address\": \"ESTM LEOPOLDO DE BULHOES/BONFINOPOLIS KM 09 - FAZENDA CALDAS ZONA RURAL\",\n        \"city\": \"LEOPOLDO DE BULHOES\",\n        \"state\": \"Goiás\",\n        \"postalCode\": \"75190000\",\n        \"country\": \"Brazil\",\n        \"countryCode\": \"BR\",\n        \"stateCode\": \"BR-GO\"\n      },\n      \"location\": {\n        \"coordinates\": []\n      },\n      \"categories\": [\n        \"59e7cbc792b6a2fc1ac9e5b1\"\n      ],\n      \"pillars\": [\n        \"5f588b5c7c175c7ddab385a4\"\n      ],\n      \"currencyCode\": \"BRL\",\n      \"brief\": \"Temos como objetivo resgatar e reabilitar animais para adoção responsável. Sua doação vai garantir alimentação, cuidados médicos e muito amor.\",\n      \"rating\": 5,\n      \"website\": \"https://patassolidarias.ong.br/\",\n      \"pictures\": [],\n      \"__t\": \"Nonprofit\",\n      \"_id\": \"5f84a968811430552d132bc6\",\n      \"externalId\": \"ext-pp-BR4028790\",\n      \"paypalPayerId\": \"99R588D5BXSUJ\",\n      \"name\": \"ASSOCIACAO AMIGOS EM ACAO PATAS SOLIDARIAS\",\n      \"mainPicture\": \"https://pics.paypal.com/00/s/NDY1ZWU2NWUtYmFkOC00MTIwLWE1NzctMDFkYjkxZGRjNDY0/file.JPG\",\n      \"acceptsDonations\": true,\n      \"payPalModel\": \"DIRECT\",\n      \"id\": \"5f84a968811430552d132bc6\",\n      \"banner\": \"\",\n      \"shareLink\": \"http://localhost:3000/organization/5f84a968811430552d132bc6\",\n      \"reviews\": []\n    },\n    \"externalLinkClicks\": [],\n    \"createdAt\": \"2020-06-12T10:02:11.335Z\",\n    \"modifiedAt\": \"2022-02-07T13:18:13.800Z\",\n    \"__v\": 26,\n    \"backgroundCheckLink\": \"\",\n    \"externalId\": \"\",\n    \"externalLink\": \"\",\n    \"mustKnows\": \"\",\n    \"volunteerFormLink\": \"\",\n    \"startingAt\": \"2020-06-12T05:02:11.335Z\",\n    \"reminders\": {\n      \"logHoursProject1WeekAfterStart\": true\n    },\n    \"remote\": false,\n    \"formResponses\": [],\n    \"duration\": {\n      \"min\": 2,\n      \"max\": 2,\n      \"unit\": \"weeks\"\n    },\n    \"hours\": {\n      \"min\": 2,\n      \"max\": 2\n    },\n    \"value\": 4,\n    \"skills\": [\n      \"5d232ed99e708ecdadb47e0e\",\n      \"5d232ee9c81353cdad684069\",\n      \"5d232f99c81353cdad684083\"\n    ],\n    \"mainPicture\": \"https://files.godeed.today/c960x540/1531757497709_7a420294-286f-4636-a85f-64347cb9601c.jpg\",\n    \"started\": true,\n    \"ended\": false,\n    \"isPrivate\": false,\n    \"shareLink\": \"http://localhost:3000/deeds/5ee352a3e86ea885ceb67bdb\",\n    \"reviews\": [],\n    \"donations\": [],\n    \"donationsCount\": 0,\n    \"donationsUserCount\": 0,\n    \"responsesAggregation\": [],\n    \"id\": \"5ee352a3e86ea885ceb67bdb\",\n    \"donatedAmountCurrencies\": {},\n    \"matchedAmountCurrencies\": {}\n  }\n]"},{"id":"4588a128-086f-4a6d-bfea-3e0290cc8494","name":"Someone","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/deeds/5f2ad4f9d69e364a593078f1/upcoming"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Sep 2022 08:03:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"locationObject\": {\n      \"address\": \"Friedrichstraße\",\n      \"area\": \"Berlin\",\n      \"city\": \"Berlin\",\n      \"state\": \"Berlin\",\n      \"country\": \"Germany\"\n    },\n    \"location\": {\n      \"type\": \"Point\",\n      \"coordinates\": [\n        13.388477,\n        52.5196979\n      ]\n    },\n    \"virtual\": false,\n    \"attendees\": [\n      {\n        \"fullName\": {\n          \"first\": \"Randy\",\n          \"last\": \"Tarampi\"\n        },\n        \"summary\": \"\",\n        \"pictures\": [],\n        \"instagram\": \"\",\n        \"clickable\": false,\n        \"_volunteerMinutes\": 0,\n        \"email\": \"randy+team@joindeed.com\",\n        \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n        \"locale\": \"en-US\",\n        \"__t\": \"User\",\n        \"_id\": \"5efdbfad02fafb5d25ea1630\",\n        \"deeds\": 0,\n        \"organization\": {\n          \"__t\": \"Company\",\n          \"_id\": \"5eb4808168abec18c3d8fbd9\",\n          \"code\": \"AIR\",\n          \"appVanityDomain\": null,\n          \"feeCovered\": null,\n          \"id\": \"5eb4808168abec18c3d8fbd9\",\n          \"banner\": \"\",\n          \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n        },\n        \"createdAt\": \"2020-07-02T11:06:21.809Z\",\n        \"location\": \"5f6dc1b3202309365c0cd9b7\",\n        \"totalImpact\": 0,\n        \"volunteerMinutes\": 0,\n        \"id\": \"5efdbfad02fafb5d25ea1630\",\n        \"profile\": {\n          \"name\": \"Randy Tarampi\",\n          \"role\": \"User\"\n        },\n        \"token\": {\n          \"_id\": \"5efdbfad02fafb5d25ea1630\",\n          \"role\": \"User\"\n        },\n        \"name\": \"Randy Tarampi\",\n        \"features\": {\n          \"volunteering\": true,\n          \"donations\": true,\n          \"recurringDonations\": true\n        }\n      },\n      {\n        \"fullName\": {\n          \"first\": \"Weronika\",\n          \"last\": \"T\"\n        },\n        \"summary\": \"\",\n        \"pictures\": [],\n        \"instagram\": \"\",\n        \"clickable\": false,\n        \"_volunteerMinutes\": 0,\n        \"email\": \"weronikateam@mail.com\",\n        \"mainPicture\": \"https://files.godeed.today/1614869400207_2.png\",\n        \"locale\": \"en-US\",\n        \"__t\": \"User\",\n        \"_id\": \"5f2ad4f9d69e364a593078f0\",\n        \"deeds\": 0,\n        \"organization\": {\n          \"__t\": \"Company\",\n          \"_id\": \"5eb4808168abec18c3d8fbd9\",\n          \"code\": \"AIR\",\n          \"appVanityDomain\": null,\n          \"feeCovered\": null,\n          \"id\": \"5eb4808168abec18c3d8fbd9\",\n          \"banner\": \"\",\n          \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n        },\n        \"createdAt\": \"2020-08-05T15:49:13.583Z\",\n        \"location\": \"5f6dc1b3202309365c0cd9b7\",\n        \"totalImpact\": 0,\n        \"volunteerMinutes\": 0,\n        \"id\": \"5f2ad4f9d69e364a593078f0\",\n        \"profile\": {\n          \"name\": \"Weronika T\",\n          \"role\": \"User\"\n        },\n        \"token\": {\n          \"_id\": \"5f2ad4f9d69e364a593078f0\",\n          \"role\": \"User\"\n        },\n        \"name\": \"Weronika T\",\n        \"features\": {\n          \"volunteering\": true,\n          \"donations\": true,\n          \"recurringDonations\": true\n        }\n      }\n    ],\n    \"skipApplicationStatusUpdates\": true,\n    \"forms\": [],\n    \"attendeeLimit\": 100,\n    \"status\": \"published\",\n    \"editors\": [],\n    \"featured\": false,\n    \"public\": false,\n    \"sponsored\": false,\n    \"categories\": [\n      \"59e7cbc792b6a2fc1ac9e5bb\"\n    ],\n    \"SDGs\": [\n      \"5d94f23ee4955af37f0561ab\"\n    ],\n    \"pillars\": [\n      \"5e7c999062d1f842898d67e9\"\n    ],\n    \"ERGs\": [\n      \"5d9bbc7f69927f22963ccc5f\"\n    ],\n    \"campaigns\": [\n      \"5e8cc071fa74c16140604108\",\n      \"60954cc6348214413af019c6\",\n      \"62011902ab062a18317921ab\"\n    ],\n    \"rating\": 5,\n    \"pictures\": [\n      \"https://files.godeed.today/1531757497709_7a420294-286f-4636-a85f-64347cb9601c.jpg\"\n    ],\n    \"timeZone\": \"Europe/Berlin\",\n    \"organizerEmail\": \"noreply@joindeed.com\",\n    \"organizerPhone\": \"5423412332\",\n    \"blocked\": false,\n    \"linkOnly\": false,\n    \"requireAuthentication\": true,\n    \"allowedLocations\": [],\n    \"allowedCountries\": [],\n    \"allowedStates\": [],\n    \"skipRefresh\": false,\n    \"__t\": \"Project\",\n    \"milestones\": [\n      {\n        \"name\": \"1\",\n        \"description\": \"1\",\n        \"_id\": \"5ee352a3e86ea885ceb67bdc\",\n        \"id\": \"5ee352a3e86ea885ceb67bdc\"\n      }\n    ],\n    \"roles\": [\n      {\n        \"name\": \"Test role\",\n        \"autoApproval\": false,\n        \"applicants\": [],\n        \"approved\": [\n          {\n            \"fullName\": {\n              \"first\": \"Randy\",\n              \"last\": \"Tarampi\"\n            },\n            \"myFriends\": [],\n            \"summary\": \"\",\n            \"pictures\": [],\n            \"website\": \"\",\n            \"instagram\": \"\",\n            \"status\": \"accepted\",\n            \"privacy\": \"private\",\n            \"myDeeds\": [\n              \"5f4fc19c5869b14160bd818e\",\n              \"5dce00fdbf76472396d05424\",\n              \"5ec6ec880af29e7806fb5252\",\n              \"5dea81729dcdab0258311a2e\",\n              \"5ee352a3e86ea885ceb67bdb\",\n              \"5ecc12ac4375c077f66b7653\",\n              \"5e30a5682c7f9d6e8d47783f\",\n              \"60c729af454d601b7f259e09\",\n              \"60e7fffc5700e71121cfe0a7\",\n              \"60a393b4533a91141d5aa292\",\n              \"60707a7a29179b6f10902fc0\",\n              \"611252a41ce3c0902d3da0f4\",\n              \"60c0c5b981b0a898327c1c24\",\n              \"6110125756a63183684e6682\",\n              \"60c0b7b93c4bc879f6cb6db3\",\n              \"612c86f2cd655d2266c1b62e\",\n              \"6128f8e867239a297badc78f\",\n              \"6128e1437cfb02255d8b6743\",\n              \"612e29c94d43e66d9cd0d3b6\",\n              \"612cae3d7125fc3d3ff2f892\",\n              \"61389551a838fe337305ef33\",\n              \"618bd17e35c1066a0acb8895\",\n              \"61ae30e7c1823a1e14f5da79\",\n              \"618ea4fbf3b7916ac59e091f\",\n              \"5ebabef163446b013e4f9ebd\",\n              \"6203819915d3c846ed84c79e\",\n              \"620a0d35025b69de61b30fbc\",\n              \"620a0e8c025b69de61b31130\",\n              \"620a10ec032d55e0e28d457b\",\n              \"619e0b4fe58f75318f57da67\"\n            ],\n            \"completedDeeds\": [],\n            \"waitlistedDeeds\": [\n              \"618bd17e35c1066a0acb8895\",\n              \"6183cfa43e2e0d1cfd6c4f08\"\n            ],\n            \"lateCanceledDeeds\": [\n              \"5f3d5c3a9b66975a88c7137a\"\n            ],\n            \"ratePending\": [],\n            \"clickable\": false,\n            \"email\": \"randy+team@joindeed.com\",\n            \"roles\": [],\n            \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n            \"displayCurrency\": \"USD\",\n            \"locale\": \"en-US\",\n            \"externalId\": \"woof?\",\n            \"origin\": \"api\",\n            \"__t\": \"User\",\n            \"_id\": \"5efdbfad02fafb5d25ea1630\",\n            \"deeds\": 0,\n            \"volunteerMinutes\": 0,\n            \"organization\": \"5eb4808168abec18c3d8fbd9\",\n            \"createdAt\": \"2020-07-02T11:06:21.809Z\",\n            \"modifiedAt\": \"2022-09-13T09:48:47.796Z\",\n            \"provider\": \"local\",\n            \"__v\": 103,\n            \"organizationDepartment\": \"Finance\",\n            \"interests\": [\n              \"5f588b5c7c175c7ddab385a4\"\n            ],\n            \"skills\": [],\n            \"consent\": {\n              \"shareData\": \"2020-07-23T13:39:15.057Z\"\n            },\n            \"tShirtSize\": \"S\",\n            \"_matchedAmountCurrencies_2\": {\n              \"byBudget\": {\n                \"5ed9d3d3cea541ad7a6a2ba0\": {\n                  \"ARS\": 109906.68698529115,\n                  \"AUD\": 2059.4462628708206,\n                  \"BRL\": 8196.060874789002,\n                  \"CAD\": 1953.07658264576,\n                  \"CLP\": 1156021.3048142612,\n                  \"COP\": 5675861.12579426,\n                  \"DKK\": 9331.316259018151,\n                  \"EUR\": 1253.6348807451798,\n                  \"GBP\": 1134.48086469588,\n                  \"HKD\": 11431.750350966002,\n                  \"ILS\": 5061.549542533601,\n                  \"INR\": 109176.56766120074,\n                  \"JPY\": 155985.6791399813,\n                  \"MXN\": 32434.52114538441,\n                  \"NZD\": 2237.6486457907404,\n                  \"PEN\": 5267.97662919249,\n                  \"RON\": 6086.724469164,\n                  \"SGD\": 2020.26631078135,\n                  \"TRY\": 11029.612482037353,\n                  \"USD\": 2500,\n                  \"ZAR\": 24918.091046639507,\n                  \"BOB\": 3969.8848662765813,\n                  \"CNY\": 3934.241566645001,\n                  \"KRW\": 675545.9450360001,\n                  \"PHP\": 27964.229010726587,\n                  \"PLN\": 2249.6280044675605,\n                  \"THB\": 18204.197613500004\n                }\n              },\n              \"byDonationMatchingRule\": {\n                \"5ee61592d0c5ac6431f4cfb2\": {\n                  \"ARS\": 109906.68698529115,\n                  \"AUD\": 2059.4462628708206,\n                  \"BRL\": 8196.060874789002,\n                  \"CAD\": 1953.07658264576,\n                  \"CLP\": 1156021.3048142612,\n                  \"COP\": 5675861.12579426,\n                  \"DKK\": 9331.316259018151,\n                  \"EUR\": 1253.6348807451798,\n                  \"GBP\": 1134.48086469588,\n                  \"HKD\": 11431.750350966002,\n                  \"ILS\": 5061.549542533601,\n                  \"INR\": 109176.56766120074,\n                  \"JPY\": 155985.6791399813,\n                  \"MXN\": 32434.52114538441,\n                  \"NZD\": 2237.6486457907404,\n                  \"PEN\": 5267.97662919249,\n                  \"RON\": 6086.724469164,\n                  \"SGD\": 2020.26631078135,\n                  \"TRY\": 11029.612482037353,\n                  \"USD\": 1475,\n                  \"ZAR\": 24918.091046639507,\n                  \"BOB\": 3969.8848662765813,\n                  \"CNY\": 3934.241566645001,\n                  \"KRW\": 675545.9450360001,\n                  \"PHP\": 27964.229010726587,\n                  \"PLN\": 2249.6280044675605,\n                  \"THB\": 18204.197613500004\n                }\n              },\n              \"byDonationCreditRule\": {\n                \"5ef9c42fd6a5ba0dc7023aab\": {\n                  \"USD\": 1025\n                }\n              }\n            },\n            \"_donatedAmount\": 7180.639704341803,\n            \"_totalValue\": 7180.639704341803,\n            \"__slack\": {\n              \"user\": {\n                \"id\": \"U014P32A81Y\"\n              },\n              \"team\": {\n                \"id\": \"T0VBC6FHN\",\n                \"name\": null\n              }\n            },\n            \"additionalData\": {\n              \"fuck\": {\n                \"first\": \"Randy\",\n                \"last\": \"Tarampi\",\n                \"meow\": \"grr\"\n              }\n            },\n            \"totalImpact\": 0,\n            \"id\": \"5efdbfad02fafb5d25ea1630\",\n            \"profile\": {\n              \"name\": \"Randy Tarampi\",\n              \"role\": \"User\"\n            },\n            \"token\": {\n              \"_id\": \"5efdbfad02fafb5d25ea1630\",\n              \"role\": \"User\"\n            },\n            \"name\": \"Randy Tarampi\",\n            \"features\": {\n              \"volunteering\": true,\n              \"donations\": true,\n              \"recurringDonations\": true\n            }\n          },\n          {\n            \"fullName\": {\n              \"first\": \"Weronika\",\n              \"last\": \"T\"\n            },\n            \"myFriends\": [],\n            \"summary\": \"\",\n            \"pictures\": [],\n            \"website\": \"\",\n            \"instagram\": \"\",\n            \"status\": \"accepted\",\n            \"privacy\": \"private\",\n            \"myDeeds\": [\n              \"5f2fd81c1960063c72e4b987\",\n              \"5f3150eb1960063c72e4bb79\",\n              \"5ecc12ac4375c077f66b7653\",\n              \"5ee352a3e86ea885ceb67bdb\",\n              \"5eb033c8a9cb8e05bff7568a\",\n              \"5eb33fae341c8718ca9b1950\",\n              \"5ecc0fc44375c077f66b7635\",\n              \"5ecc0ff84375c077f66b7638\",\n              \"5ecd242f86991f1b046c4368\",\n              \"5ed8ed3ed5282c35b8cf91ac\",\n              \"5ea19949bee9161bdc1ffac0\",\n              \"60d981a67cc54d51c9f1f905\",\n              \"60a393b4533a91141d5aa292\",\n              \"61275bfe5b2aca368f7b7f9d\",\n              \"6149b2f3832366e300a119ba\",\n              \"5d48d30f494b7b34de363dca\",\n              \"61118d96081a1848fce4fa49\"\n            ],\n            \"completedDeeds\": [\n              \"5eb033c8a9cb8e05bff7568a\",\n              \"5ed8ed3ed5282c35b8cf91ac\"\n            ],\n            \"waitlistedDeeds\": [],\n            \"lateCanceledDeeds\": [],\n            \"ratePending\": [],\n            \"clickable\": false,\n            \"email\": \"weronikateam@mail.com\",\n            \"roles\": [],\n            \"mainPicture\": \"https://files.godeed.today/1614869400207_2.png\",\n            \"displayCurrency\": \"USD\",\n            \"locale\": \"en-US\",\n            \"externalId\": \"weronika-test-id\",\n            \"origin\": \"api\",\n            \"__t\": \"User\",\n            \"_id\": \"5f2ad4f9d69e364a593078f0\",\n            \"deeds\": 0,\n            \"volunteerMinutes\": 0,\n            \"organization\": \"5eb4808168abec18c3d8fbd9\",\n            \"createdAt\": \"2020-08-05T15:49:13.583Z\",\n            \"modifiedAt\": \"2022-07-19T13:04:33.139Z\",\n            \"provider\": \"local\",\n            \"__v\": 103,\n            \"interests\": [\n              \"59e7cbc792b6a2fc1ac9e5b9\",\n              \"59e7cbc792b6a2fc1ac9e5b8\"\n            ],\n            \"skills\": [\n              \"5d232ee9c81353cdad684069\"\n            ],\n            \"consent\": {\n              \"shareData\": \"2020-08-09T10:59:18.880Z\"\n            },\n            \"organizationDepartment\": \"\",\n            \"tShirtSize\": \"\",\n            \"_donatedAmount\": 1566.012247104494,\n            \"_totalValue\": 1790.412247104494,\n            \"additionalData\": {\n              \"welcomeEmail\": true\n            },\n            \"totalImpact\": 0,\n            \"id\": \"5f2ad4f9d69e364a593078f0\",\n            \"profile\": {\n              \"name\": \"Weronika T\",\n              \"role\": \"User\"\n            },\n            \"token\": {\n              \"_id\": \"5f2ad4f9d69e364a593078f0\",\n              \"role\": \"User\"\n            },\n            \"name\": \"Weronika T\",\n            \"features\": {\n              \"volunteering\": true,\n              \"donations\": true,\n              \"recurringDonations\": true\n            }\n          }\n        ],\n        \"rejected\": [],\n        \"skills\": [\n          \"5d232ed99e708ecdadb47e0e\",\n          \"5d232ee9c81353cdad684069\",\n          \"5d232f99c81353cdad684083\"\n        ],\n        \"durationUnit\": \"weeks\",\n        \"_id\": \"5ee352a3e86ea885ceb67bdd\",\n        \"durationMax\": 2,\n        \"estimatedHoursMax\": 2,\n        \"estimatedValue\": 2,\n        \"requiredAmount\": 100,\n        \"description\": \" \",\n        \"durationMin\": 2,\n        \"estimatedHoursMin\": 2,\n        \"id\": \"5ee352a3e86ea885ceb67bdd\"\n      }\n    ],\n    \"externalLinkFollows\": [],\n    \"formQuestions\": [],\n    \"_id\": \"5ee352a3e86ea885ceb67bdb\",\n    \"name\": \"Soup Kitchennn\",\n    \"organizerName\": \"jane\",\n    \"description\": \"description\",\n    \"partner\": {\n      \"features\": {\n        \"volunteering\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"donations\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"recurringDonations\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"payrollDonations\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"corporateDonations\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"externalCorporateDonations\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"donationMatching\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"externalMatching\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"donationCredit\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"userCreateDeed\": {\n          \"enabled\": false,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"userDraftDeed\": {\n          \"enabled\": false,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"userPublishDeed\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"userNominateNonprofit\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"userNominateNonprofitForMatching\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"userLogOfflineHours\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"browsingExternalOpportunities\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"autoSourceDeeds\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"surveys\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"reports\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"slack\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"volunteerTimeOff\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"events\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"employeeAffiliations\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"advancedReporting\": {\n          \"enabled\": false,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"advancedDashboards\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"basicDashboards\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        },\n        \"communities\": {\n          \"enabled\": true,\n          \"locationsExclude\": true,\n          \"locations\": []\n        }\n      },\n      \"slack\": {\n        \"team\": {\n          \"id\": \"T0VBC6FHN\",\n          \"name\": null\n        }\n      },\n      \"providers\": [\n        \"saml\"\n      ],\n      \"__t\": \"Company\",\n      \"_id\": \"5eb4808168abec18c3d8fbd9\",\n      \"code\": \"AIR\",\n      \"name\": \"Team Deed\",\n      \"brandColor\": \"#FF385C\",\n      \"mainPicture\": \"\",\n      \"logo\": \"https://files.godeed.today/1601307904662_72a3c143-2e32-4790-aa09-3817ddec0209.png\",\n      \"appVanityDomain\": null,\n      \"feeCovered\": null,\n      \"id\": \"5eb4808168abec18c3d8fbd9\",\n      \"banner\": \"\",\n      \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n    },\n    \"organization\": {\n      \"locationObject\": {\n        \"address\": \"ESTM LEOPOLDO DE BULHOES/BONFINOPOLIS KM 09 - FAZENDA CALDAS ZONA RURAL\",\n        \"city\": \"LEOPOLDO DE BULHOES\",\n        \"state\": \"Goiás\",\n        \"postalCode\": \"75190000\",\n        \"country\": \"Brazil\",\n        \"countryCode\": \"BR\",\n        \"stateCode\": \"BR-GO\"\n      },\n      \"location\": {\n        \"coordinates\": []\n      },\n      \"categories\": [\n        \"59e7cbc792b6a2fc1ac9e5b1\"\n      ],\n      \"pillars\": [\n        \"5f588b5c7c175c7ddab385a4\"\n      ],\n      \"currencyCode\": \"BRL\",\n      \"brief\": \"Temos como objetivo resgatar e reabilitar animais para adoção responsável. Sua doação vai garantir alimentação, cuidados médicos e muito amor.\",\n      \"rating\": 5,\n      \"website\": \"https://patassolidarias.ong.br/\",\n      \"pictures\": [],\n      \"__t\": \"Nonprofit\",\n      \"_id\": \"5f84a968811430552d132bc6\",\n      \"externalId\": \"ext-pp-BR4028790\",\n      \"paypalPayerId\": \"99R588D5BXSUJ\",\n      \"name\": \"ASSOCIACAO AMIGOS EM ACAO PATAS SOLIDARIAS\",\n      \"mainPicture\": \"https://pics.paypal.com/00/s/NDY1ZWU2NWUtYmFkOC00MTIwLWE1NzctMDFkYjkxZGRjNDY0/file.JPG\",\n      \"acceptsDonations\": true,\n      \"payPalModel\": \"DIRECT\",\n      \"id\": \"5f84a968811430552d132bc6\",\n      \"banner\": \"\",\n      \"shareLink\": \"http://localhost:3000/organization/5f84a968811430552d132bc6\",\n      \"reviews\": []\n    },\n    \"externalLinkClicks\": [],\n    \"createdAt\": \"2020-06-12T10:02:11.335Z\",\n    \"modifiedAt\": \"2022-02-07T13:18:13.800Z\",\n    \"__v\": 26,\n    \"backgroundCheckLink\": \"\",\n    \"externalId\": \"\",\n    \"externalLink\": \"\",\n    \"mustKnows\": \"\",\n    \"volunteerFormLink\": \"\",\n    \"startingAt\": \"2020-06-12T05:02:11.335Z\",\n    \"reminders\": {\n      \"logHoursProject1WeekAfterStart\": true\n    },\n    \"remote\": false,\n    \"formResponses\": [],\n    \"duration\": {\n      \"min\": 2,\n      \"max\": 2,\n      \"unit\": \"weeks\"\n    },\n    \"hours\": {\n      \"min\": 2,\n      \"max\": 2\n    },\n    \"value\": 4,\n    \"skills\": [\n      \"5d232ed99e708ecdadb47e0e\",\n      \"5d232ee9c81353cdad684069\",\n      \"5d232f99c81353cdad684083\"\n    ],\n    \"mainPicture\": \"https://files.godeed.today/c960x540/1531757497709_7a420294-286f-4636-a85f-64347cb9601c.jpg\",\n    \"started\": true,\n    \"ended\": false,\n    \"isPrivate\": false,\n    \"shareLink\": \"http://localhost:3000/deeds/5ee352a3e86ea885ceb67bdb\",\n    \"reviews\": [],\n    \"donations\": [],\n    \"donationsCount\": 0,\n    \"donationsUserCount\": 0,\n    \"responsesAggregation\": [],\n    \"id\": \"5ee352a3e86ea885ceb67bdb\",\n    \"donatedAmountCurrencies\": {},\n    \"matchedAmountCurrencies\": {}\n  }\n]"}],"_postman_id":"da98bece-aae8-43a6-84ad-d7fc36d379da"},{"name":"List Past Deeds for `User`","id":"aa915c3a-a251-41af-acca-4fc3a9b00e57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/deeds/:id/past","description":"<p><code>User</code> <code>Admin</code></p>\n<p>List past opportunities for a user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds",":id","past"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"21bb54c1-ac86-480f-acd3-2474ade8561c","description":{"content":"<p>Required: A user ID</p>\n","type":"text/plain"},"type":"any","value":"me","key":"id"}]}},"response":[{"id":"767d8287-d08f-48d1-a220-6d03bb90a406","name":"Self","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/deeds/me/past"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"location\": {\n            \"type\": \"Point\",\n            \"coordinates\": []\n        },\n        \"virtual\": true,\n        \"attendees\": [],\n        \"skipApplicationStatusUpdates\": false,\n        \"forms\": [],\n        \"attendeeLimit\": 0,\n        \"status\": \"archived\",\n        \"editors\": [],\n        \"featured\": false,\n        \"public\": true,\n        \"sponsored\": false,\n        \"categories\": [],\n        \"SDGs\": [],\n        \"pillars\": [],\n        \"ERGs\": [],\n        \"campaigns\": [\n            \"6294c4c7e77fa33851c249dd\"\n        ],\n        \"rating\": 5,\n        \"pictures\": [\n            \"https://d20xup02wxfuga.cloudfront.net/3301505/images/np_covers/20985a853d374e7e9a312467383537a7.jpg\"\n        ],\n        \"timeZone\": \"America/New_York\",\n        \"organizerEmail\": \"\",\n        \"organizerPhone\": \"\",\n        \"blocked\": false,\n        \"linkOnly\": false,\n        \"requireAuthentication\": false,\n        \"allowedLocations\": [],\n        \"allowedCountries\": [],\n        \"allowedStates\": [],\n        \"skipRefresh\": false,\n        \"__t\": \"Project\",\n        \"milestones\": [],\n        \"roles\": [],\n        \"externalLinkFollows\": [],\n        \"formQuestions\": [],\n        \"_id\": \"60707a7a29179b6f10902f26\",\n        \"externalId\": \"ext-cf-64091\",\n        \"createdAt\": \"2021-04-09T16:01:39.000Z\",\n        \"description\": \"Brand Messaging (New Jersey Minority Educational Development (NJ MED))\",\n        \"externalLink\": \"https://deed.catchafire.org/volunteer/64091/\",\n        \"modifiedAt\": \"2022-06-15T14:47:38.112Z\",\n        \"mustKnows\": \"Branding,Communications,Marketing\",\n        \"name\": \"Brand Messaging Call for New Jersey Minority Educational Development (NJ MED)\",\n        \"organization\": null,\n        \"organizerName\": \"New Jersey Minority Educational Development (NJ MED)\",\n        \"partner\": {\n            \"features\": {\n                \"volunteering\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"donations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"recurringDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"payrollDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"corporateDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"externalCorporateDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"donationMatching\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"externalMatching\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"donationCredit\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userCreateDeed\": {\n                    \"enabled\": false,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userDraftDeed\": {\n                    \"enabled\": false,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userPublishDeed\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userNominateNonprofit\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userNominateNonprofitForMatching\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userLogOfflineHours\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"browsingExternalOpportunities\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"autoSourceDeeds\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"surveys\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"reports\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"slack\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"volunteerTimeOff\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"events\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"employeeAffiliations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"advancedReporting\": {\n                    \"enabled\": false,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"advancedDashboards\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"basicDashboards\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"communities\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                }\n            },\n            \"slack\": {\n                \"team\": {\n                    \"id\": \"T0VBC6FHN\",\n                    \"name\": null\n                }\n            },\n            \"providers\": [\n                \"saml\"\n            ],\n            \"__t\": \"Company\",\n            \"_id\": \"5eb4808168abec18c3d8fbd9\",\n            \"code\": \"AIR\",\n            \"name\": \"Team Deed\",\n            \"brandColor\": \"#FF385C\",\n            \"mainPicture\": \"\",\n            \"logo\": \"https://files.godeed.today/1601307904662_72a3c143-2e32-4790-aa09-3817ddec0209.png\",\n            \"appVanityDomain\": null,\n            \"feeCovered\": null,\n            \"id\": \"5eb4808168abec18c3d8fbd9\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n        },\n        \"provider\": \"Catchafire\",\n        \"endingAt\": \"2021-12-17T12:38:15.756Z\",\n        \"remote\": true,\n        \"formResponses\": [],\n        \"duration\": {\n            \"min\": 0,\n            \"max\": 0,\n            \"unit\": \"\"\n        },\n        \"hours\": {\n            \"min\": 0,\n            \"max\": 0\n        },\n        \"value\": 0,\n        \"skills\": [],\n        \"mainPicture\": \"https://d20xup02wxfuga.cloudfront.net/3301505/images/np_covers/20985a853d374e7e9a312467383537a7.jpg\",\n        \"started\": false,\n        \"ended\": true,\n        \"isPrivate\": false,\n        \"shareLink\": \"http://localhost:3000/deeds/60707a7a29179b6f10902f26\",\n        \"reviews\": [],\n        \"donations\": [],\n        \"donationsCount\": 0,\n        \"donationsUserCount\": 0,\n        \"responsesAggregation\": [],\n        \"id\": \"60707a7a29179b6f10902f26\",\n        \"donatedAmountCurrencies\": {\n            \"EUR\": null,\n            \"USD\": null,\n            \"CAD\": null,\n            \"GBP\": null,\n            \"AUD\": null,\n            \"RON\": null,\n            \"SGD\": null,\n            \"INR\": null,\n            \"HKD\": null,\n            \"NZD\": null,\n            \"BRL\": null,\n            \"MXN\": null,\n            \"JPY\": null,\n            \"DKK\": null,\n            \"PLN\": null,\n            \"NOK\": null,\n            \"SEK\": null,\n            \"HUF\": null,\n            \"CZK\": null,\n            \"CHF\": null,\n            \"ILS\": null,\n            \"ZAR\": null,\n            \"TRY\": null,\n            \"ARS\": null,\n            \"CLP\": null,\n            \"PEN\": null,\n            \"COP\": null,\n            \"BOB\": null,\n            \"CNY\": null,\n            \"KRW\": null,\n            \"PHP\": null,\n            \"THB\": null,\n            \"KZT\": null,\n            \"UAH\": null,\n            \"CRC\": null,\n            \"IDR\": null,\n            \"VND\": null\n        },\n        \"donatedAmount\": null,\n        \"matchedAmountCurrencies\": {}\n    }\n]"},{"id":"d1c1fd1a-3723-4cfc-a88a-4836f64874ec","name":"Someone","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/deeds/5f2ad4f9d69e364a593078f1/past"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"location\": {\n            \"type\": \"Point\",\n            \"coordinates\": []\n        },\n        \"virtual\": true,\n        \"attendees\": [],\n        \"skipApplicationStatusUpdates\": false,\n        \"forms\": [],\n        \"attendeeLimit\": 0,\n        \"status\": \"archived\",\n        \"editors\": [],\n        \"featured\": false,\n        \"public\": true,\n        \"sponsored\": false,\n        \"categories\": [],\n        \"SDGs\": [],\n        \"pillars\": [],\n        \"ERGs\": [],\n        \"campaigns\": [\n            \"6294c4c7e77fa33851c249dd\"\n        ],\n        \"rating\": 5,\n        \"pictures\": [\n            \"https://d20xup02wxfuga.cloudfront.net/3301505/images/np_covers/20985a853d374e7e9a312467383537a7.jpg\"\n        ],\n        \"timeZone\": \"America/New_York\",\n        \"organizerEmail\": \"\",\n        \"organizerPhone\": \"\",\n        \"blocked\": false,\n        \"linkOnly\": false,\n        \"requireAuthentication\": false,\n        \"allowedLocations\": [],\n        \"allowedCountries\": [],\n        \"allowedStates\": [],\n        \"skipRefresh\": false,\n        \"__t\": \"Project\",\n        \"milestones\": [],\n        \"roles\": [],\n        \"externalLinkFollows\": [],\n        \"formQuestions\": [],\n        \"_id\": \"60707a7a29179b6f10902f26\",\n        \"externalId\": \"ext-cf-64091\",\n        \"createdAt\": \"2021-04-09T16:01:39.000Z\",\n        \"description\": \"Brand Messaging (New Jersey Minority Educational Development (NJ MED))\",\n        \"externalLink\": \"https://deed.catchafire.org/volunteer/64091/\",\n        \"modifiedAt\": \"2022-06-15T14:47:38.112Z\",\n        \"mustKnows\": \"Branding,Communications,Marketing\",\n        \"name\": \"Brand Messaging Call for New Jersey Minority Educational Development (NJ MED)\",\n        \"organization\": null,\n        \"organizerName\": \"New Jersey Minority Educational Development (NJ MED)\",\n        \"partner\": {\n            \"features\": {\n                \"volunteering\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"donations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"recurringDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"payrollDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"corporateDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"externalCorporateDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"donationMatching\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"externalMatching\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"donationCredit\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userCreateDeed\": {\n                    \"enabled\": false,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userDraftDeed\": {\n                    \"enabled\": false,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userPublishDeed\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userNominateNonprofit\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userNominateNonprofitForMatching\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"userLogOfflineHours\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"browsingExternalOpportunities\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"autoSourceDeeds\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"surveys\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"reports\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"slack\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"volunteerTimeOff\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"events\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"employeeAffiliations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"advancedReporting\": {\n                    \"enabled\": false,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"advancedDashboards\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"basicDashboards\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"communities\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                }\n            },\n            \"slack\": {\n                \"team\": {\n                    \"id\": \"T0VBC6FHN\",\n                    \"name\": null\n                }\n            },\n            \"providers\": [\n                \"saml\"\n            ],\n            \"__t\": \"Company\",\n            \"_id\": \"5eb4808168abec18c3d8fbd9\",\n            \"code\": \"AIR\",\n            \"name\": \"Team Deed\",\n            \"brandColor\": \"#FF385C\",\n            \"mainPicture\": \"\",\n            \"logo\": \"https://files.godeed.today/1601307904662_72a3c143-2e32-4790-aa09-3817ddec0209.png\",\n            \"appVanityDomain\": null,\n            \"feeCovered\": null,\n            \"id\": \"5eb4808168abec18c3d8fbd9\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n        },\n        \"provider\": \"Catchafire\",\n        \"endingAt\": \"2021-12-17T12:38:15.756Z\",\n        \"remote\": true,\n        \"formResponses\": [],\n        \"duration\": {\n            \"min\": 0,\n            \"max\": 0,\n            \"unit\": \"\"\n        },\n        \"hours\": {\n            \"min\": 0,\n            \"max\": 0\n        },\n        \"value\": 0,\n        \"skills\": [],\n        \"mainPicture\": \"https://d20xup02wxfuga.cloudfront.net/3301505/images/np_covers/20985a853d374e7e9a312467383537a7.jpg\",\n        \"started\": false,\n        \"ended\": true,\n        \"isPrivate\": false,\n        \"shareLink\": \"http://localhost:3000/deeds/60707a7a29179b6f10902f26\",\n        \"reviews\": [],\n        \"donations\": [],\n        \"donationsCount\": 0,\n        \"donationsUserCount\": 0,\n        \"responsesAggregation\": [],\n        \"id\": \"60707a7a29179b6f10902f26\",\n        \"donatedAmountCurrencies\": {\n            \"EUR\": null,\n            \"USD\": null,\n            \"CAD\": null,\n            \"GBP\": null,\n            \"AUD\": null,\n            \"RON\": null,\n            \"SGD\": null,\n            \"INR\": null,\n            \"HKD\": null,\n            \"NZD\": null,\n            \"BRL\": null,\n            \"MXN\": null,\n            \"JPY\": null,\n            \"DKK\": null,\n            \"PLN\": null,\n            \"NOK\": null,\n            \"SEK\": null,\n            \"HUF\": null,\n            \"CZK\": null,\n            \"CHF\": null,\n            \"ILS\": null,\n            \"ZAR\": null,\n            \"TRY\": null,\n            \"ARS\": null,\n            \"CLP\": null,\n            \"PEN\": null,\n            \"COP\": null,\n            \"BOB\": null,\n            \"CNY\": null,\n            \"KRW\": null,\n            \"PHP\": null,\n            \"THB\": null,\n            \"KZT\": null,\n            \"UAH\": null,\n            \"CRC\": null,\n            \"IDR\": null,\n            \"VND\": null\n        },\n        \"donatedAmount\": null,\n        \"matchedAmountCurrencies\": {}\n    }\n]"}],"_postman_id":"aa915c3a-a251-41af-acca-4fc3a9b00e57"},{"name":"List Volunteers for `Deed`","id":"e8ffe61f-083c-4ee7-bdd5-3162f1e7546c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/deeds/:id/volunteers","description":"<p><code>User</code> <code>Admin</code></p>\n<p>List attendees of a volunteering event opportunity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds",":id","volunteers"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"6dc80984-3428-40b8-a4fb-290382d18e0e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"5ee352a3e86ea885ceb67bdb","key":"id"}]}},"response":[{"id":"ceba542e-7fb3-4a8b-8188-3de7e1bc6a99","name":"/api/deeds/{id}/volunteers","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/deeds/:id/volunteers","host":["https://api.testing.joindeed.org"],"path":["api","deeds",":id","volunteers"],"variable":[{"key":"id","value":"5ee352a3e86ea885ceb67bdb","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 14 Sep 2022 08:48:57 GMT"},{"key":"Content-Type","value":"text/csv; charset=utf-8"},{"key":"Content-Length","value":"99"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-disposition","value":"attachment; filename=volunteers.csv"}],"cookie":[],"responseTime":null,"body":"firstName,lastName,email\nRandy,Tarampi,randy+team@joindeed.com\nWeronika,T,weronikateam@mail.com"}],"_postman_id":"e8ffe61f-083c-4ee7-bdd5-3162f1e7546c"},{"name":"Add Attendees to `Deed`","id":"8f7be1f0-707e-49bd-85dc-4020ec450cae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"users\": [\"63c178694023105504e1a44d\"],\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/deeds/605871addc60dc6d649f05b2/addAttendees","description":"<p><code>Admin</code></p>\n<p>Add an attendees to a volunteering event opportunity.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds","605871addc60dc6d649f05b2","addAttendees"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f7be1f0-707e-49bd-85dc-4020ec450cae"},{"name":"Approve / Reject `Role` applicant","id":"422d139e-6a7e-428d-84a7-b563469aecc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.testing.joindeed.org/api/deeds/:id/setUserRole/:userId","description":"<p><code>Admin</code></p>\n<p>Approve or reject a role applicant on a volunteering project or a volunteering event with roles.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds",":id","setUserRole",":userId"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"6d46300a-95f2-4a7e-a434-2e816560644d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"labore laboris","key":"id"},{"id":"ca9f2f53-491a-48cc-b3ae-4f1416344bdc","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"labore laboris","key":"userId"}]}},"response":[],"_postman_id":"422d139e-6a7e-428d-84a7-b563469aecc4"},{"name":"Mark `Deed` as Completed","id":"6c033a8a-7bcd-4b72-81dd-ec3e5a8e73f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.testing.joindeed.org/api/deeds/:id/complete","description":"<p><code>Admin</code></p>\n<p>Mark a volunteering project as completed.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds",":id","complete"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"a8385cd5-5b0a-4c28-b7ff-a2921133c3c5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"labore laboris","key":"id"}]}},"response":[],"_postman_id":"6c033a8a-7bcd-4b72-81dd-ec3e5a8e73f3"},{"name":"Mark `Milestone` for `Deed` as Completed","id":"d4cab871-779b-4e26-93b6-aba976665eb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.testing.joindeed.org/api/deeds/:id/milestones/:milestoneId","description":"<p><code>Admin</code></p>\n<p>Mark a milestone of a volunteering project as completed.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","deeds",":id","milestones",":milestoneId"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"ffd4bc47-b942-49d1-a3a8-e2188a368dee","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"labore laboris","key":"id"},{"id":"ba253cb5-6761-452f-a3e3-1f85f427f2b6","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"labore laboris","key":"milestoneId"}]}},"response":[],"_postman_id":"d4cab871-779b-4e26-93b6-aba976665eb1"}],"id":"37c75aaf-b4ac-4d74-8daf-687f294dd2a8","_postman_id":"37c75aaf-b4ac-4d74-8daf-687f294dd2a8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Donations","item":[{"name":"Payroll","item":[{"name":"Cancel Payroll Deduction","id":"2af690e3-b9a6-48f2-9e49-31694b3b2277","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation cancelDeduction ($id: ID!) {\n    cancelDeduction (id: $id)\n}","variables":"{\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/payroll","description":"<p><code>User</code></p>\n<p>Cancel payroll deduction.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["payroll"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2af690e3-b9a6-48f2-9e49-31694b3b2277"},{"name":"Get Current Payroll","id":"8148dc8d-a3d5-4fa8-9146-53f0e533a01e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query currentPayrollRun {\n    currentPayrollRun {\n        id\n        mergeId\n        runState\n        runType\n        startDate\n        endDate\n        payDate\n        checkDate\n        company\n        createdAt\n        modifiedAt\n        payGroupMergeId\n        _count {\n            Donations\n        }\n        stats {\n            donationCount\n            deductionIntent\n            deductionActual\n        }\n    }\n}","variables":"{}"}},"url":"https://api.testing.joindeed.org/payroll","description":"<p><code>User</code></p>\n<p>Get current payroll information for user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["payroll"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"8148dc8d-a3d5-4fa8-9146-53f0e533a01e"},{"name":"Get Payroll Settings","id":"09090d81-18f9-4ded-875c-23c4000b9c94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query payrollSettings {\n    payrollSettings {\n        enabled\n        payrollDonationsCancellation\n    }\n}","variables":"{}"}},"url":"https://api.testing.joindeed.org/payroll","description":"<p><code>User</code></p>\n<p>Get payroll settings for user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["payroll"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"2a3b61dd-96c5-4a9d-8058-fee9dd1fafab","name":"payrollSettings","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query payrollSettings {\n    payrollSettings {\n        enabled\n        payrollDonationsCancellation\n    }\n}","variables":"{}"}},"url":"https://api.testing.joindeed.org/payroll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Sep 2022 06:25:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"3b48ba3c-2da7-4733-ba42-43616050957c"},{"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-amzn-Remapped-content-length","value":"82"},{"key":"X-Download-Options","value":"noopen"},{"key":"x-amz-apigw-id","value":"YfPBlEHLIAMFt4Q="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"etag","value":"W/\"52-g9W5zh8gpV0lcPorxlnvVB8ESE0\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6322c53d-2f747fa95cdb046a5497d1ec;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"payrollSettings\": {\n            \"enabled\": true,\n            \"payrollDonationsCancellation\": null\n        }\n    }\n}"}],"_postman_id":"09090d81-18f9-4ded-875c-23c4000b9c94"}],"id":"d30604bc-1d2c-40b9-952f-00efe03b7fcc","_postman_id":"d30604bc-1d2c-40b9-952f-00efe03b7fcc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Recurring","item":[{"name":"List Recurring Donations","id":"0be56e8f-d360-462f-897b-563d0c7996f1","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query donationSchedules ($cursor: DonationScheduleWhereUniqueInput, $distinct: [DonationScheduleScalarFieldEnum], $skip: Int, $take: Int, $where: DonationScheduleWhereInput) {\n    donationSchedules (cursor: $cursor, distinct: $distinct, skip: $skip, take: $take, where: $where) {\n        amount\n        companyId\n        coverFee\n        createdAt\n        currencyCode\n        dedication\n        description\n        designation\n        donorPrivacy\n        frequency\n        id\n        modifiedAt\n        nonprofits\n        privacy\n        provider\n        startingAt\n        status\n        userId\n    }\n}","variables":"{\n  \"cursor\": {\n    \"id\": \"\"\n  },\n  \"distinct\": [\n    \"\"\n  ],\n  \"skip\": 0,\n  \"take\": 0,\n  \"where\": {\n    \"AND\": {\n      \"AND\": \"<Same as [DonationScheduleWhereInput]>\",\n      \"Company\": {},\n      \"Donation\": {},\n      \"NOT\": {\n        \"NOT\": \"<Same as [DonationScheduleWhereInput]>\"\n      },\n      \"Nonprofits\": {},\n      \"OR\": {\n        \"OR\": \"<Same as [DonationScheduleWhereInput]>\"\n      },\n      \"User\": {},\n      \"amount\": {},\n      \"companyId\": {},\n      \"coverFee\": {},\n      \"createdAt\": {},\n      \"currencyCode\": {},\n      \"dedication\": {},\n      \"description\": {},\n      \"designation\": {},\n      \"donorPrivacy\": {},\n      \"executionFailure\": {},\n      \"frequency\": {},\n      \"id\": {},\n      \"modifiedAt\": {},\n      \"nonprofits\": {},\n      \"paymentMethod\": {},\n      \"privacy\": {},\n      \"provider\": {},\n      \"startingAt\": {},\n      \"status\": {},\n      \"userId\": {}\n    },\n    \"Company\": {\n      \"AND\": {\n        \"AND\": \"<Same as [OrganizationWhereInput]>\"\n      },\n      \"CommunityCompanies\": {},\n      \"CommunityNonprofits\": {},\n      \"CompanyAffiliation\": {},\n      \"CompanyVolunteerTimes\": {},\n      \"DonationSchedulesCompanies\": {},\n      \"DonationSchedulesNonprofits\": {},\n      \"Donations\": {},\n      \"GivingAccounts\": {},\n      \"NOT\": {\n        \"NOT\": \"<Same as [OrganizationWhereInput]>\"\n      },\n      \"NonProfitAffiliation\": {},\n      \"NonprofitNomination\": {},\n      \"NonprofitVolunteerTimes\": {},\n      \"OR\": {\n        \"OR\": \"<Same as [OrganizationWhereInput]>\"\n      },\n      \"OrganizationDeeds\": {},\n      \"PartnerDeeds\": {},\n      \"PointOfContact\": {},\n      \"Users\": {},\n      \"VolunteerTimeOffSummary\": {},\n      \"VolunteerTimeOffs\": {},\n      \"approved\": {},\n      \"brief\": {},\n      \"code\": {},\n      \"communityCompanyIds\": {},\n      \"communityNonprofitIds\": {},\n      \"createdAt\": {},\n      \"currencyCode\": {},\n      \"dashboards\": {},\n      \"donationSchedulesNonprofits\": {},\n      \"email\": {},\n      \"finchApi\": {},\n      \"id\": {},\n      \"locationMap\": {},\n      \"logo\": {},\n      \"mainPicture\": {},\n      \"mergeApi\": {},\n      \"modifiedAt\": {},\n      \"name\": {},\n      \"payroll\": {},\n      \"pictures\": {},\n      \"pointOfContactId\": {},\n      \"reports\": {},\n      \"settings\": {},\n      \"sso\": {},\n      \"sso2\": {},\n      \"tagLine\": {},\n      \"type\": {}\n    },\n    \"Donation\": {\n      \"every\": {},\n      \"none\": {},\n      \"some\": {}\n    },\n    \"NOT\": {\n      \"AND\": {\n        \"AND\": \"<Same as [DonationScheduleWhereInput]>\"\n      },\n      \"Company\": {},\n      \"Donation\": {},\n      \"NOT\": \"<Same as [DonationScheduleWhereInput]>\",\n      \"Nonprofits\": {},\n      \"OR\": {\n        \"OR\": \"<Same as [DonationScheduleWhereInput]>\"\n      },\n      \"User\": {},\n      \"amount\": {},\n      \"companyId\": {},\n      \"coverFee\": {},\n      \"createdAt\": {},\n      \"currencyCode\": {},\n      \"dedication\": {},\n      \"description\": {},\n      \"designation\": {},\n      \"donorPrivacy\": {},\n      \"executionFailure\": {},\n      \"frequency\": {},\n      \"id\": {},\n      \"modifiedAt\": {},\n      \"nonprofits\": {},\n      \"paymentMethod\": {},\n      \"privacy\": {},\n      \"provider\": {},\n      \"startingAt\": {},\n      \"status\": {},\n      \"userId\": {}\n    },\n    \"Nonprofits\": {\n      \"every\": {},\n      \"none\": {},\n      \"some\": {}\n    },\n    \"OR\": {\n      \"AND\": {\n        \"AND\": \"<Same as [DonationScheduleWhereInput]>\"\n      },\n      \"Company\": {},\n      \"Donation\": {},\n      \"NOT\": {\n        \"NOT\": \"<Same as [DonationScheduleWhereInput]>\"\n      },\n      \"Nonprofits\": {},\n      \"OR\": \"<Same as [DonationScheduleWhereInput]>\",\n      \"User\": {},\n      \"amount\": {},\n      \"companyId\": {},\n      \"coverFee\": {},\n      \"createdAt\": {},\n      \"currencyCode\": {},\n      \"dedication\": {},\n      \"description\": {},\n      \"designation\": {},\n      \"donorPrivacy\": {},\n      \"executionFailure\": {},\n      \"frequency\": {},\n      \"id\": {},\n      \"modifiedAt\": {},\n      \"nonprofits\": {},\n      \"paymentMethod\": {},\n      \"privacy\": {},\n      \"provider\": {},\n      \"startingAt\": {},\n      \"status\": {},\n      \"userId\": {}\n    },\n    \"User\": {\n      \"AND\": {\n        \"AND\": \"<Same as [BaseUserWhereInput]>\"\n      },\n      \"Affiliation\": {},\n      \"DonationSchedules\": {},\n      \"Donations\": {},\n      \"NOT\": {\n        \"NOT\": \"<Same as [BaseUserWhereInput]>\"\n      },\n      \"NonprofitNomination\": {},\n      \"OR\": {\n        \"OR\": \"<Same as [BaseUserWhereInput]>\"\n      },\n      \"Organization\": {},\n      \"PointOfContactOrganization\": {},\n      \"Roles\": {},\n      \"VolunteerTime\": {},\n      \"additionalData\": {},\n      \"birthday\": {},\n      \"communities\": {},\n      \"createdAt\": {},\n      \"deeds\": {},\n      \"displayCurrency\": {},\n      \"email\": {},\n      \"externalId\": {},\n      \"facebook\": {},\n      \"fullName\": {},\n      \"id\": {},\n      \"locale\": {},\n      \"locationId\": {},\n      \"locationObject\": {},\n      \"mainPicture\": {},\n      \"modifiedAt\": {},\n      \"organizationDepartment\": {},\n      \"organizationId\": {},\n      \"origin\": {},\n      \"phone\": {},\n      \"provider\": {},\n      \"roles\": {},\n      \"slack\": {},\n      \"sso\": {},\n      \"type\": {},\n      \"volunteerMinutes\": {},\n      \"volunteerTimeOffSummary\": {},\n      \"volunteerTimeOffs\": {}\n    },\n    \"amount\": {\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedFloatFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"companyId\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"coverFee\": {\n      \"equals\": true,\n      \"isSet\": true,\n      \"not\": {\n        \"not\": \"<Same as NestedBoolNullableFilter>\"\n      }\n    },\n    \"createdAt\": {\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedDateTimeNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"currencyCode\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"dedication\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"description\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"designation\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"donorPrivacy\": {\n      \"equals\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"not\": {\n        \"not\": \"<Same as NestedEnumDonorPrivacyNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"executionFailure\": {\n      \"failedAt\": \"\",\n      \"reason\": \"\",\n      \"retryCount\": 0\n    },\n    \"frequency\": {\n      \"equals\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"not\": {\n        \"not\": \"<Same as NestedEnumDonationFrequencyFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"id\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"modifiedAt\": {\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedDateTimeNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"nonprofits\": {\n      \"equals\": [\n        \"\"\n      ],\n      \"has\": \"\",\n      \"hasEvery\": [\n        \"\"\n      ],\n      \"hasSome\": [\n        \"\"\n      ],\n      \"isEmpty\": true\n    },\n    \"paymentMethod\": {\n      \"additionalData\": \"\",\n      \"card\": {},\n      \"type\": \"\"\n    },\n    \"privacy\": {\n      \"equals\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"not\": {\n        \"not\": \"<Same as NestedEnumDonationPrivacyNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"provider\": {\n      \"equals\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"not\": {\n        \"not\": \"<Same as NestedEnumProviderTypeFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"startingAt\": {\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedDateTimeFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"status\": {\n      \"equals\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"not\": {\n        \"not\": \"<Same as NestedEnumDonationScheduleStatusNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"userId\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    }\n  }\n}"}},"url":"https://api.testing.joindeed.org/graph","description":"<p><code>User</code> <code>Admin</code></p>\n<p>List recurring donations for a user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["graph"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"0be56e8f-d360-462f-897b-563d0c7996f1"},{"name":"Cancel Recurring Donation","id":"3132b607-807e-4efd-b076-ed806525c8b5","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation cancelDonationSchedule ($id: ID!) {\n    cancelDonationSchedule (id: $id) {\n        amount\n        companyId\n        coverFee\n        createdAt\n        currencyCode\n        dedication\n        description\n        designation\n        donorPrivacy\n        frequency\n        id\n        modifiedAt\n        nonprofits\n        privacy\n        provider\n        startingAt\n        status\n        userId\n    }\n}","variables":"{\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/graph","description":"<p><code>User</code></p>\n<p>Cancel a recurring donations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["graph"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"3132b607-807e-4efd-b076-ed806525c8b5"}],"id":"cd698455-130f-499c-85be-807dc1437517","_postman_id":"cd698455-130f-499c-85be-807dc1437517","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Credit","item":[{"name":"List Credit Transactions for `User`","id":"672819fc-a30a-4c00-8839-7f102e989c5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/walletTransactions/users/:id","description":"<p><code>Admin</code></p>\n<p>Get a list of a wallet transactions for a user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","walletTransactions","users",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"10e28016-b218-469b-8a90-a55fbc54fcec","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"5f2ad4f9d69e364a593078f0","key":"id"}]}},"response":[{"id":"445ea706-6e80-4f02-91e2-e88e929c5c2e","name":"/api/walletTransactions/users/{id}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/walletTransactions/users/:id","host":["https://api.testing.joindeed.org"],"path":["api","walletTransactions","users",":id"],"variable":[{"key":"id","value":"5f2ad4f9d69e364a593078f0","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 09 Sep 2022 15:42:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"img-src 'self' data: https:;frame-ancestors 'self' https://www.giveindia.in bp42.com;default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"transactionVersion\": 1,\n        \"currencyCode\": \"USD\",\n        \"nonprofits\": [\n            {\n                \"features\": {\n                    \"basicDashboards\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"volunteering\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"donations\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"recurringDonations\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    }\n                },\n                \"locationObject\": {\n                    \"address\": \"8031 Plesent Chapel Rd.\",\n                    \"city\": \"Newark\",\n                    \"state\": \"OH\",\n                    \"postalCode\": \"43056\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"OH\"\n                },\n                \"location\": {\n                    \"coordinates\": []\n                },\n                \"stripe\": {},\n                \"categories\": [],\n                \"SDGs\": [],\n                \"pillars\": [],\n                \"ERGs\": [],\n                \"currencyCode\": \"USD\",\n                \"mergedOrganizations\": [],\n                \"skipRefresh\": false,\n                \"origin\": \"Deed\",\n                \"approved\": false,\n                \"brief\": \"Our organization assist in making our communities safe. We achieve this by providing assistance to returning citizens in the areas of employment, housing, education, and life coaching.\",\n                \"tagLine\": \"\",\n                \"rating\": 5,\n                \"website\": \"https://www.volunteermatch.org/search/opp3280803.jsp/search/org1095335.jsp\",\n                \"pictures\": [],\n                \"providers\": [],\n                \"excludeCauses\": [],\n                \"invisible\": false,\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5ecc0fc34375c077f66b7634\",\n                \"externalId\": \"ext-pp-US2382901\",\n                \"__v\": 0,\n                \"acceptsDonations\": true,\n                \"createdAt\": \"2020-05-25T18:34:43.880Z\",\n                \"ein\": \"82-1092882\",\n                \"impactNumbers\": {},\n                \"mainPicture\": \"https://www.volunteermatch.orghttps://www.volunteermatch.org/search/opp3280803.jsp/search/org1095335.jsp/images/gallery/5E924B23-3394-C5BD-3AFA-90D569A2BC3B?ts=1518696162000\",\n                \"modifiedAt\": \"2020-05-25T18:34:43.880Z\",\n                \"name\": \"POSITIVE TRANSITIONING INC\",\n                \"phone\": \"6145730464\",\n                \"payPalModel\": \"PPGF\",\n                \"paypalPayerId\": null,\n                \"id\": \"5ecc0fc34375c077f66b7634\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5ecc0fc34375c077f66b7634\"\n            }\n        ],\n        \"_id\": \"623b68200398a6000975e13a\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Weronika\",\n                \"last\": \"T\"\n            },\n            \"email\": \"weronikateam@mail.com\",\n            \"mainPicture\": \"https://files.godeed.today/1614869400207_2.png\",\n            \"__t\": \"User\",\n            \"_id\": \"5f2ad4f9d69e364a593078f0\",\n            \"location\": \"5f6dc1b3202309365c0cd9b7\",\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"5f2ad4f9d69e364a593078f0\",\n            \"profile\": {\n                \"name\": \"Weronika T\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"5f2ad4f9d69e364a593078f0\",\n                \"role\": \"User\"\n            },\n            \"name\": \"Weronika T\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"deed\": {\n            \"timeZone\": \"America/New_York\",\n            \"__t\": \"Project\",\n            \"_id\": \"5ecc0fc44375c077f66b7635\",\n            \"name\": \"Volunteer Department Receptionist\",\n            \"organization\": \"5ecc0fc34375c077f66b7634\",\n            \"partner\": \"5bbba9b6dc988033f64a23d1\",\n            \"value\": 0,\n            \"mainPicture\": \"\",\n            \"started\": false,\n            \"ended\": false,\n            \"isPrivate\": false,\n            \"shareLink\": \"http://localhost:3000/deeds/5ecc0fc44375c077f66b7635\",\n            \"responsesAggregation\": [],\n            \"id\": \"5ecc0fc44375c077f66b7635\"\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"donationCreditRule\": \"60089107b4aad26a5c569d21\",\n        \"creditAmount\": 250,\n        \"transactionType\": \"volunteerTimeDonationCreditSuccess\",\n        \"transactionId\": \"5f2ad4f9d69e364a593078f0--VT-60c9d372a7b11b00083dae1a\",\n        \"parentTransactionId\": \"5f2ad4f9d69e364a593078f0--VT-604f493aa7b11b000880d1de\",\n        \"metadata\": {\n            \"volunteerTime\": \"60c9d372a7b11b00083dae1a\",\n            \"volunteerTimeDate\": \"2021-05-16T00:00:00.000Z\",\n            \"bypassBudgetLimitPerUser\": true,\n            \"budgetId\": \"6007d39d05aa11202ba4d087\"\n        },\n        \"expiryDate\": null,\n        \"creditAmountCurrencies\": {\n            \"EUR\": 226.74949999999998,\n            \"USD\": 250,\n            \"GBP\": 188.3805,\n            \"CAD\": 314.5145,\n            \"AUD\": 335.37624999999997,\n            \"JPY\": 30279.5,\n            \"SGD\": 339.282,\n            \"INR\": 19024.53675,\n            \"ILS\": 803.735,\n            \"ZAR\": 3702.672,\n            \"TRY\": 3706.58475,\n            \"ARS\": 27516.508,\n            \"BRL\": 1227.6499999999999,\n            \"MXN\": 5070.33375,\n            \"CLP\": 198195,\n            \"PEN\": 943.8267500000001,\n            \"COP\": 947733.375,\n            \"BOB\": 1714.335,\n            \"CNY\": 1591.6,\n            \"KRW\": 303352.50025,\n            \"PHP\": 13092.749749999999,\n            \"THB\": 8366.515,\n            \"KZT\": 126869.21325,\n            \"UAH\": 7331.514999999999,\n            \"DKK\": 1686.9165,\n            \"PLN\": 1061.182,\n            \"NOK\": 2191.3855,\n            \"SEK\": 2362.3245,\n            \"HUF\": 83993.532,\n            \"CZK\": 5594.82925,\n            \"CHF\": 233.509,\n            \"CRC\": 161410.56125,\n            \"IDR\": 3585823.366,\n            \"VND\": 5717552.96225\n        },\n        \"publishedAt\": \"2022-03-23T18:34:08.707Z\",\n        \"createdAt\": \"2022-03-23T18:34:08.767Z\",\n        \"modifiedAt\": \"2022-03-23T18:34:08.767Z\",\n        \"__v\": 0,\n        \"id\": \"623b68200398a6000975e13a\"\n    },\n    {\n        \"transactionVersion\": 1,\n        \"currencyCode\": \"USD\",\n        \"nonprofits\": [\n            {\n                \"features\": {\n                    \"basicDashboards\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"volunteering\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"donations\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    },\n                    \"recurringDonations\": {\n                        \"enabled\": true,\n                        \"locationsExclude\": true,\n                        \"locations\": []\n                    }\n                },\n                \"locationObject\": {\n                    \"address\": \"ESTM LEOPOLDO DE BULHOES/BONFINOPOLIS KM 09 - FAZENDA CALDAS ZONA RURAL\",\n                    \"city\": \"LEOPOLDO DE BULHOES\",\n                    \"state\": \"Goiás\",\n                    \"postalCode\": \"75190000\",\n                    \"country\": \"Brazil\",\n                    \"countryCode\": \"BR\",\n                    \"stateCode\": \"BR-GO\"\n                },\n                \"location\": {\n                    \"coordinates\": []\n                },\n                \"stripe\": {},\n                \"categories\": [\n                    \"59e7cbc792b6a2fc1ac9e5b1\"\n                ],\n                \"SDGs\": [],\n                \"pillars\": [\n                    \"5f588b5c7c175c7ddab385a4\"\n                ],\n                \"ERGs\": [],\n                \"currencyCode\": \"BRL\",\n                \"mergedOrganizations\": [],\n                \"skipRefresh\": false,\n                \"origin\": \"Deed\",\n                \"approved\": true,\n                \"brief\": \"Temos como objetivo resgatar e reabilitar animais para adoção responsável. Sua doação vai garantir alimentação, cuidados médicos e muito amor.\",\n                \"tagLine\": \"\",\n                \"rating\": 5,\n                \"website\": \"https://patassolidarias.ong.br/\",\n                \"pictures\": [],\n                \"providers\": [],\n                \"excludeCauses\": [],\n                \"invisible\": false,\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5f84a968811430552d132bc6\",\n                \"externalId\": \"ext-pp-BR4028790\",\n                \"paypalPayerId\": \"99R588D5BXSUJ\",\n                \"name\": \"ASSOCIACAO AMIGOS EM ACAO PATAS SOLIDARIAS\",\n                \"mainPicture\": \"https://pics.paypal.com/00/s/NDY1ZWU2NWUtYmFkOC00MTIwLWE1NzctMDFkYjkxZGRjNDY0/file.JPG\",\n                \"acceptsDonations\": true,\n                \"payPalModel\": \"DIRECT\",\n                \"createdAt\": \"2020-10-12T19:07:20.397Z\",\n                \"modifiedAt\": \"2021-11-01T14:32:44.734Z\",\n                \"__v\": 1,\n                \"impactNumbers\": {},\n                \"id\": \"5f84a968811430552d132bc6\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5f84a968811430552d132bc6\"\n            }\n        ],\n        \"_id\": \"623b061f0b2455000961e489\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Weronika\",\n                \"last\": \"T\"\n            },\n            \"email\": \"weronikateam@mail.com\",\n            \"mainPicture\": \"https://files.godeed.today/1614869400207_2.png\",\n            \"__t\": \"User\",\n            \"_id\": \"5f2ad4f9d69e364a593078f0\",\n            \"location\": \"5f6dc1b3202309365c0cd9b7\",\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"5f2ad4f9d69e364a593078f0\",\n            \"profile\": {\n                \"name\": \"Weronika T\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"5f2ad4f9d69e364a593078f0\",\n                \"role\": \"User\"\n            },\n            \"name\": \"Weronika T\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"deed\": {\n            \"timeZone\": \"Europe/Berlin\",\n            \"__t\": \"Project\",\n            \"_id\": \"5ee352a3e86ea885ceb67bdb\",\n            \"name\": \"Soup Kitchennn\",\n            \"partner\": \"5eb4808168abec18c3d8fbd9\",\n            \"organization\": \"5f84a968811430552d132bc6\",\n            \"startingAt\": \"2020-06-12T05:02:11.335Z\",\n            \"value\": 0,\n            \"mainPicture\": \"\",\n            \"started\": true,\n            \"ended\": false,\n            \"isPrivate\": false,\n            \"shareLink\": \"http://localhost:3000/deeds/5ee352a3e86ea885ceb67bdb\",\n            \"responsesAggregation\": [],\n            \"id\": \"5ee352a3e86ea885ceb67bdb\"\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"donationCreditRule\": \"5feb0f4c6558d91c0efd0566\",\n        \"creditAmount\": 24.59,\n        \"transactionType\": \"volunteerTimeDonationCreditSuccess\",\n        \"transactionId\": \"5f2ad4f9d69e364a593078f0--VT-604f493aa7b11b000880d1de\",\n        \"parentTransactionId\": \"5f2ad4f9d69e364a593078f0--ktbevhys\",\n        \"metadata\": {\n            \"volunteerTime\": \"604f493aa7b11b000880d1de\",\n            \"volunteerTimeDate\": \"2020-12-14T09:00:31.062Z\",\n            \"bypassBudgetLimitPerUser\": false,\n            \"budgetId\": \"5f8434a42f5054146eb967ce\"\n        },\n        \"expiryDate\": null,\n        \"creditAmountCurrencies\": {\n            \"EUR\": 22.303080819999998,\n            \"USD\": 24.59,\n            \"GBP\": 18.52910598,\n            \"CAD\": 30.93564622,\n            \"AUD\": 32.98760795,\n            \"JPY\": 2978.29162,\n            \"SGD\": 33.371777519999995,\n            \"INR\": 1871.25343473,\n            \"ILS\": 79.0553746,\n            \"ZAR\": 364.19481792,\n            \"TRY\": 364.57967601,\n            \"ARS\": 2706.52372688,\n            \"BRL\": 120.75165399999999,\n            \"MXN\": 498.71802764999995,\n            \"CLP\": 19494.460199999998,\n            \"PEN\": 92.83479913000001,\n            \"COP\": 93219.05476500001,\n            \"BOB\": 168.6219906,\n            \"CNY\": 156.54977599999998,\n            \"KRW\": 29837.75192459,\n            \"PHP\": 1287.8028654099999,\n            \"THB\": 822.9304154,\n            \"KZT\": 12478.85581527,\n            \"UAH\": 721.1278153999999,\n            \"DKK\": 165.92510694,\n            \"PLN\": 104.37786152000001,\n            \"NOK\": 215.54467778,\n            \"SEK\": 232.35823782000003,\n            \"HUF\": 8261.60380752,\n            \"CZK\": 550.30740503,\n            \"CHF\": 22.96794524,\n            \"CRC\": 15876.34280455,\n            \"IDR\": 352701.58627976,\n            \"VND\": 562378.50936691\n        },\n        \"publishedAt\": \"2022-03-23T11:35:59.174Z\",\n        \"createdAt\": \"2022-03-23T11:35:59.214Z\",\n        \"modifiedAt\": \"2022-03-23T11:35:59.214Z\",\n        \"__v\": 0,\n        \"id\": \"623b061f0b2455000961e489\"\n    }\n]"}],"_postman_id":"672819fc-a30a-4c00-8839-7f102e989c5f"},{"name":"List My Credit Transactions","id":"a54bd534-9546-48f0-bcf2-c371c2c52e7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/walletTransactions/users/me","description":"<p><code>User</code></p>\n<p>Get a list of a wallet transactions for self.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","walletTransactions","users","me"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"eb23fc50-fac2-4e76-8c34-c539f193e078","name":"/api/walletTransactions/users/me","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/walletTransactions/users/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 09 Sep 2022 15:42:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"img-src 'self' data: https:;frame-ancestors 'self' https://www.giveindia.in bp42.com;default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"a54bd534-9546-48f0-bcf2-c371c2c52e7b"},{"name":"Get Credit Transaction","id":"40d58277-aed0-443d-9e77-021ef0cdd508","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/walletTransactions/:id","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Get info on a wallet transaction.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","walletTransactions",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"da22721c-26d6-474c-8d9d-aa91f9bc1d72","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"623b061f0b2455000961e489","key":"id"}]}},"response":[{"id":"c0c72c4c-9c17-48b6-a16c-59d51a486aea","name":"/api/walletTransactions/{id}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/walletTransactions/:id","host":["https://api.testing.joindeed.org"],"path":["api","walletTransactions",":id"],"variable":[{"key":"id","value":"623b061f0b2455000961e489","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 09 Sep 2022 15:43:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"img-src 'self' data: https:;frame-ancestors 'self' https://www.giveindia.in bp42.com;default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionVersion\": 1,\n    \"currencyCode\": \"USD\",\n    \"nonprofits\": [\n        {\n            \"features\": {\n                \"basicDashboards\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"volunteering\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"donations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                },\n                \"recurringDonations\": {\n                    \"enabled\": true,\n                    \"locationsExclude\": true,\n                    \"locations\": []\n                }\n            },\n            \"locationObject\": {\n                \"address\": \"ESTM LEOPOLDO DE BULHOES/BONFINOPOLIS KM 09 - FAZENDA CALDAS ZONA RURAL\",\n                \"city\": \"LEOPOLDO DE BULHOES\",\n                \"state\": \"Goiás\",\n                \"postalCode\": \"75190000\",\n                \"country\": \"Brazil\",\n                \"countryCode\": \"BR\",\n                \"stateCode\": \"BR-GO\"\n            },\n            \"location\": {\n                \"coordinates\": []\n            },\n            \"stripe\": {},\n            \"categories\": [\n                \"59e7cbc792b6a2fc1ac9e5b1\"\n            ],\n            \"SDGs\": [],\n            \"pillars\": [\n                \"5f588b5c7c175c7ddab385a4\"\n            ],\n            \"ERGs\": [],\n            \"currencyCode\": \"BRL\",\n            \"mergedOrganizations\": [],\n            \"skipRefresh\": false,\n            \"origin\": \"Deed\",\n            \"approved\": true,\n            \"brief\": \"Temos como objetivo resgatar e reabilitar animais para adoção responsável. Sua doação vai garantir alimentação, cuidados médicos e muito amor.\",\n            \"tagLine\": \"\",\n            \"rating\": 5,\n            \"website\": \"https://patassolidarias.ong.br/\",\n            \"pictures\": [],\n            \"providers\": [],\n            \"excludeCauses\": [],\n            \"invisible\": false,\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5f84a968811430552d132bc6\",\n            \"externalId\": \"ext-pp-BR4028790\",\n            \"paypalPayerId\": \"99R588D5BXSUJ\",\n            \"name\": \"ASSOCIACAO AMIGOS EM ACAO PATAS SOLIDARIAS\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/NDY1ZWU2NWUtYmFkOC00MTIwLWE1NzctMDFkYjkxZGRjNDY0/file.JPG\",\n            \"acceptsDonations\": true,\n            \"payPalModel\": \"DIRECT\",\n            \"createdAt\": \"2020-10-12T19:07:20.397Z\",\n            \"modifiedAt\": \"2021-11-01T14:32:44.734Z\",\n            \"__v\": 1,\n            \"impactNumbers\": {},\n            \"id\": \"5f84a968811430552d132bc6\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5f84a968811430552d132bc6\"\n        }\n    ],\n    \"_id\": \"623b061f0b2455000961e489\",\n    \"user\": {\n        \"fullName\": {\n            \"first\": \"Weronika\",\n            \"last\": \"T\"\n        },\n        \"email\": \"weronikateam@mail.com\",\n        \"mainPicture\": \"https://files.godeed.today/1614869400207_2.png\",\n        \"__t\": \"User\",\n        \"_id\": \"5f2ad4f9d69e364a593078f0\",\n        \"location\": \"5f6dc1b3202309365c0cd9b7\",\n        \"totalImpact\": 0,\n        \"volunteerMinutes\": 0,\n        \"deeds\": 0,\n        \"id\": \"5f2ad4f9d69e364a593078f0\",\n        \"profile\": {\n            \"name\": \"Weronika T\",\n            \"role\": \"User\"\n        },\n        \"token\": {\n            \"_id\": \"5f2ad4f9d69e364a593078f0\",\n            \"role\": \"User\"\n        },\n        \"name\": \"Weronika T\",\n        \"features\": {\n            \"volunteering\": true,\n            \"donations\": true,\n            \"recurringDonations\": true\n        }\n    },\n    \"deed\": {\n        \"timeZone\": \"Europe/Berlin\",\n        \"__t\": \"Project\",\n        \"_id\": \"5ee352a3e86ea885ceb67bdb\",\n        \"name\": \"Soup Kitchennn\",\n        \"partner\": \"5eb4808168abec18c3d8fbd9\",\n        \"organization\": \"5f84a968811430552d132bc6\",\n        \"startingAt\": \"2020-06-12T05:02:11.335Z\",\n        \"value\": 0,\n        \"mainPicture\": \"\",\n        \"started\": true,\n        \"ended\": false,\n        \"isPrivate\": false,\n        \"shareLink\": \"http://localhost:3000/deeds/5ee352a3e86ea885ceb67bdb\",\n        \"responsesAggregation\": [],\n        \"id\": \"5ee352a3e86ea885ceb67bdb\"\n    },\n    \"company\": \"5eb4808168abec18c3d8fbd9\",\n    \"donationCreditRule\": \"5feb0f4c6558d91c0efd0566\",\n    \"creditAmount\": 24.59,\n    \"transactionType\": \"volunteerTimeDonationCreditSuccess\",\n    \"transactionId\": \"5f2ad4f9d69e364a593078f0--VT-604f493aa7b11b000880d1de\",\n    \"parentTransactionId\": \"5f2ad4f9d69e364a593078f0--ktbevhys\",\n    \"metadata\": {\n        \"volunteerTime\": \"604f493aa7b11b000880d1de\",\n        \"volunteerTimeDate\": \"2020-12-14T09:00:31.062Z\",\n        \"bypassBudgetLimitPerUser\": false,\n        \"budgetId\": \"5f8434a42f5054146eb967ce\"\n    },\n    \"expiryDate\": null,\n    \"creditAmountCurrencies\": {\n        \"EUR\": 22.303080819999998,\n        \"USD\": 24.59,\n        \"GBP\": 18.52910598,\n        \"CAD\": 30.93564622,\n        \"AUD\": 32.98760795,\n        \"JPY\": 2978.29162,\n        \"SGD\": 33.371777519999995,\n        \"INR\": 1871.25343473,\n        \"ILS\": 79.0553746,\n        \"ZAR\": 364.19481792,\n        \"TRY\": 364.57967601,\n        \"ARS\": 2706.52372688,\n        \"BRL\": 120.75165399999999,\n        \"MXN\": 498.71802764999995,\n        \"CLP\": 19494.460199999998,\n        \"PEN\": 92.83479913000001,\n        \"COP\": 93219.05476500001,\n        \"BOB\": 168.6219906,\n        \"CNY\": 156.54977599999998,\n        \"KRW\": 29837.75192459,\n        \"PHP\": 1287.8028654099999,\n        \"THB\": 822.9304154,\n        \"KZT\": 12478.85581527,\n        \"UAH\": 721.1278153999999,\n        \"DKK\": 165.92510694,\n        \"PLN\": 104.37786152000001,\n        \"NOK\": 215.54467778,\n        \"SEK\": 232.35823782000003,\n        \"HUF\": 8261.60380752,\n        \"CZK\": 550.30740503,\n        \"CHF\": 22.96794524,\n        \"CRC\": 15876.34280455,\n        \"IDR\": 352701.58627976,\n        \"VND\": 562378.50936691\n    },\n    \"publishedAt\": \"2022-03-23T11:35:59.174Z\",\n    \"createdAt\": \"2022-03-23T11:35:59.214Z\",\n    \"modifiedAt\": \"2022-03-23T11:35:59.214Z\",\n    \"__v\": 0,\n    \"id\": \"623b061f0b2455000961e489\"\n}"}],"_postman_id":"40d58277-aed0-443d-9e77-021ef0cdd508"}],"id":"9eda5fe1-7478-4e5b-a225-a3a83a040b22","_postman_id":"9eda5fe1-7478-4e5b-a225-a3a83a040b22","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Matching","item":[{"name":"Match Donation","id":"45526364-1e45-4739-8471-985bbd92c648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.testing.joindeed.org/api/donations/match","description":"<p><code>Admin</code></p>\n<p>Match a donation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","donations","match"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"45526364-1e45-4739-8471-985bbd92c648"},{"name":"Unmatch Donation","id":"01fc9566-d6b7-4b9e-9a96-fd5c86a03059","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.testing.joindeed.org/api/donations/unmatch","description":"<p><code>Admin</code></p>\n<p>Unmatch a donation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","donations","unmatch"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"01fc9566-d6b7-4b9e-9a96-fd5c86a03059"}],"id":"9e54defe-f6ea-4113-8c8b-7b328cf24af1","_postman_id":"9e54defe-f6ea-4113-8c8b-7b328cf24af1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Get `Donation`","id":"bcf4a74e-ea9f-49c4-9b31-a754ba3fb8d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/donations/:id","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Get info on a donation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","donations",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"bd462ebe-af9e-42f6-97ba-6746569822db","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"656fc39efba5361b246b5222","key":"id"}]}},"response":[{"id":"3c564523-9c39-4b3f-bfcf-5950bc8669f6","name":"/api/donations/:id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/donations/:id","host":["https://api.testing.joindeed.org"],"path":["api","donations",":id"],"variable":[{"key":"id","value":"63212fc2e004d80009f2608a","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Sep 2022 13:43:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"nonprofits\": [\n        {\n            \"locationObject\": {\n                \"address\": \"1 Main St\",\n                \"city\": \"San Jose\",\n                \"state\": \"CA\",\n                \"postalCode\": \"95131\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"CA\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5fb7e2e7eb268868e83145e7\",\n            \"name\": \"Seller Account's Test Store\",\n            \"mainPicture\": \"https://www.paypalobjects.com/webstatic/ppgf/ppgf_logo_366x48.png\",\n            \"payPalModel\": \"PPGF\",\n            \"email\": \"sb-piqiy1779092@business.example.com\",\n            \"id\": \"5fb7e2e7eb268868e83145e7\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5fb7e2e7eb268868e83145e7\"\n        }\n    ],\n    \"privacy\": \"Limited\",\n    \"isActive\": false,\n    \"givingAccountWithdrawal\": null,\n    \"_id\": \"63212fc2e004d80009f2608a\",\n    \"user\": {\n        \"fullName\": {\n            \"first\": \"Vivek\",\n            \"last\": \"User\"\n        },\n        \"email\": \"viveksingh101994@gmail.joindeed.com\",\n        \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n        \"__t\": \"User\",\n        \"_id\": \"60c36c593df348713c7d7f15\",\n        \"organization\": {\n            \"__t\": \"Company\",\n            \"_id\": \"5eb4808168abec18c3d8fbd9\",\n            \"code\": \"AIR\",\n            \"feeCovered\": null,\n            \"id\": \"5eb4808168abec18c3d8fbd9\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n        },\n        \"location\": \"5f6ddfa1202309365c0cd9e5\",\n        \"totalImpact\": 0,\n        \"volunteerMinutes\": 0,\n        \"deeds\": 0,\n        \"id\": \"60c36c593df348713c7d7f15\",\n        \"profile\": {\n            \"name\": \"Vivek User\",\n            \"role\": \"User\"\n        },\n        \"token\": {\n            \"_id\": \"60c36c593df348713c7d7f15\",\n            \"role\": \"User\"\n        },\n        \"name\": \"Vivek User\",\n        \"features\": {\n            \"volunteering\": true,\n            \"donations\": true,\n            \"recurringDonations\": true\n        }\n    },\n    \"provider\": \"PayPal\",\n    \"identifier\": \"91T18987S80514138\",\n    \"donationSchedule\": {\n        \"_id\": \"6117d3a561384b6550dcde9a\",\n        \"frequency\": \"P1M\",\n        \"startingAt\": \"2021-07-14T14:31:01.270Z\",\n        \"status\": \"Active\",\n        \"id\": \"6117d3a561384b6550dcde9a\"\n    },\n    \"amount\": 25,\n    \"feeAmount\": 1.64,\n    \"amountCurrencies\": {\n        \"EUR\": 25.054425000000002,\n        \"USD\": 25,\n        \"CAD\": 32.918275,\n        \"GBP\": 21.73415,\n        \"AUD\": 37.08625,\n        \"RON\": 123.32749999999999,\n        \"SGD\": 35.156075,\n        \"INR\": 1990.06875,\n        \"HKD\": 196.239825,\n        \"NZD\": 41.653974999999996,\n        \"BRL\": 129.77190000000002,\n        \"MXN\": 501.251125,\n        \"JPY\": 3611.32777775,\n        \"DKK\": 186.32139999999998,\n        \"PLN\": 118.24345000000001,\n        \"NOK\": 252.696075,\n        \"SEK\": 267.278575,\n        \"HUF\": 10009.0617,\n        \"CZK\": 615.07145,\n        \"CHF\": 24.016225,\n        \"ILS\": 85.603525,\n        \"ZAR\": 436.123675,\n        \"TRY\": 456.36289999999997,\n        \"ARS\": 3564.7140999999997,\n        \"CLP\": 22945.0106,\n        \"PEN\": 96.331975,\n        \"COP\": 111229.0015,\n        \"BOB\": 172.681475,\n        \"CNY\": 173.1275,\n        \"KRW\": 34843.75,\n        \"PHP\": 1429.3750499999999,\n        \"THB\": 915.4125,\n        \"KZT\": 11811.265975,\n        \"UAH\": 922.98005,\n        \"CRC\": 15898.996374999999,\n        \"IDR\": 374687.5,\n        \"VND\": 588928.18345\n    },\n    \"applicationFeeAmount\": 0.46,\n    \"currency\": \"USD\",\n    \"description\": \"Recurring Donation supporting Seller Account's Test Store\",\n    \"status\": \"Success\",\n    \"paymentMethodDetails\": {\n        \"type\": \"Card\",\n        \"id\": null\n    },\n    \"dedication\": \"Test dedication\",\n    \"designation\": \"Test Designation\",\n    \"company\": \"5eb4808168abec18c3d8fbd9\",\n    \"receiptNumber\": \"39A51110ML668551G\",\n    \"receiptUrl\": \"https://sandbox.paypal.com/givingfund/donationtracker?transactionID=39A51110ML668551G\",\n    \"date\": \"2022-09-14T01:34:58.873Z\",\n    \"createdAt\": \"2022-09-14T01:34:58.974Z\",\n    \"id\": \"63212fc2e004d80009f2608a\",\n    \"nonprofit\": {\n        \"locationObject\": {\n            \"address\": \"1 Main St\",\n            \"city\": \"San Jose\",\n            \"state\": \"CA\",\n            \"postalCode\": \"95131\",\n            \"country\": \"United States\",\n            \"countryCode\": \"US\",\n            \"stateCode\": \"CA\"\n        },\n        \"pictures\": [],\n        \"__t\": \"Nonprofit\",\n        \"_id\": \"5fb7e2e7eb268868e83145e7\",\n        \"name\": \"Seller Account's Test Store\",\n        \"mainPicture\": \"https://www.paypalobjects.com/webstatic/ppgf/ppgf_logo_366x48.png\",\n        \"payPalModel\": \"PPGF\",\n        \"email\": \"sb-piqiy1779092@business.example.com\",\n        \"id\": \"5fb7e2e7eb268868e83145e7\",\n        \"banner\": \"\",\n        \"shareLink\": \"http://localhost:3000/organization/5fb7e2e7eb268868e83145e7\"\n    },\n    \"processedAt\": \"2022-09-14T01:34:58.873Z\",\n    \"disbursedAt\": \"2022-09-25T11:59:59.999Z\",\n    \"paymentMethodDetailsType\": \"Card\"\n}"}],"_postman_id":"bcf4a74e-ea9f-49c4-9b31-a754ba3fb8d8"},{"name":"List `Donation`s","id":"7af9ac92-c021-4cef-a86d-2b24c5d004cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/donations?frequency=P1M&limit=1","description":"<p><code>Admin</code></p>\n<p>Get a list of donations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","donations"],"host":["https://api.testing.joindeed.org"],"query":[{"disabled":true,"description":{"content":"<p>Optional: Some donation data value to search </p>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"key":"dateQueryScope","value":""},{"disabled":true,"description":{"content":"<p>Optional: The ISO currency code </p>\n","type":"text/plain"},"key":"currencyCode","value":""},{"disabled":true,"description":{"content":"<p>Optional: Whether or not to include the previous reporting period – (true|false)</p>\n","type":"text/plain"},"key":"comparison","value":""},{"disabled":true,"key":"period","value":""},{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 date</p>\n","type":"text/plain"},"key":"from","value":""},{"disabled":true,"description":{"content":"<p>Optional: ISO 8601 date</p>\n","type":"text/plain"},"key":"to","value":""},{"disabled":true,"key":"type","value":""},{"disabled":true,"description":{"content":"<p>Optional: Boolean. Filter for external donations only, defaults to <code>false</code> – (true|false)</p>\n","type":"text/plain"},"key":"external","value":""},{"disabled":true,"key":"matchingRequestStatus","value":""},{"disabled":true,"key":"providers","value":""},{"disabled":true,"description":{"content":"<p>Optional: Boolean. Filter for matched donations only, defaults to <code>false</code> – (true|false)</p>\n","type":"text/plain"},"key":"matched","value":""},{"description":{"content":"<p>Optional: ISO 8601 duration recurring donation frequency – (P1M|P3M|P1Y)</p>\n","type":"text/plain"},"key":"frequency","value":"P1M"},{"disabled":true,"description":{"content":"<p>Optional: The type of report for export – (xlsx|campaigns|sdgs|donors|nonprofits|causes|summary) </p>\n","type":"text/plain"},"key":"export","value":"csv"},{"key":"limit","value":"1"}],"variable":[]}},"response":[{"id":"9e7a12e8-3de4-4003-a1a8-dd0156db8300","name":"/api/donations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/donations?frequency=P1M&limit=1","host":["https://api.testing.joindeed.org"],"path":["api","donations"],"query":[{"key":"search","value":"","description":"Optional: Some donation data value to search ","type":"text","disabled":true},{"key":"dateQueryScope","value":"","type":"text","disabled":true},{"key":"currencyCode","value":"","description":"Optional: The ISO currency code ","type":"text","disabled":true},{"key":"comparison","value":"","description":"Optional: Whether or not to include the previous reporting period – (true|false)","type":"text","disabled":true},{"key":"period","value":"","type":"text","disabled":true},{"key":"from","value":"","description":"Optional: ISO 8601 date","type":"text","disabled":true},{"key":"to","value":"","description":"Optional: ISO 8601 date","type":"text","disabled":true},{"key":"type","value":"","type":"text","disabled":true},{"key":"external","value":"","description":"Optional: Boolean. Filter for external donations only, defaults to `false` – (true|false)","type":"text","disabled":true},{"key":"matchingRequestStatus","value":"","type":"text","disabled":true},{"key":"providers","value":"","type":"text","disabled":true},{"key":"matched","value":"","description":"Optional: Boolean. Filter for matched donations only, defaults to `false` – (true|false)","type":"text","disabled":true},{"key":"frequency","value":"P1M","description":"Optional: ISO 8601 duration recurring donation frequency – (P1M|P3M|P1Y)"},{"key":"export","value":"csv","description":"Optional: The type of report for export – (csv)","type":"text","disabled":true},{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Sep 2022 13:43:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"donations\": [\n        {\n            \"_id\": \"63212fc2e004d80009f2608a\",\n            \"nonprofits\": [\n                {\n                    \"_id\": \"5fb7e2e7eb268868e83145e7\",\n                    \"location\": {\n                        \"coordinates\": []\n                    },\n                    \"categories\": [],\n                    \"SDGs\": [],\n                    \"pillars\": [],\n                    \"ERGs\": [],\n                    \"currencyCode\": \"USD\",\n                    \"approved\": false,\n                    \"brief\": \"automation test\",\n                    \"tagLine\": \"\",\n                    \"rating\": 5,\n                    \"website\": \"http://www.helloworld.com\",\n                    \"pictures\": [],\n                    \"providers\": [],\n                    \"sessionTimeout\": 0,\n                    \"excludeCauses\": [],\n                    \"__t\": \"Nonprofit\",\n                    \"externalId\": \"ext-pp-US1899633\",\n                    \"ein\": \"582630255\",\n                    \"paypalPayerId\": null,\n                    \"locationObject\": {\n                        \"address\": \"1 Main St\",\n                        \"city\": \"San Jose\",\n                        \"state\": \"CA\",\n                        \"postalCode\": \"95131\",\n                        \"country\": \"United States\",\n                        \"countryCode\": \"US\",\n                        \"stateCode\": \"CA\"\n                    },\n                    \"name\": \"Seller Account's Test Store\",\n                    \"mainPicture\": \"https://www.paypalobjects.com/webstatic/ppgf/ppgf_logo_366x48.png\",\n                    \"acceptsDonations\": true,\n                    \"payPalModel\": \"PPGF\",\n                    \"createdAt\": \"2020-11-20T15:38:15.302Z\",\n                    \"modifiedAt\": \"2022-04-25T08:06:46.035Z\",\n                    \"__v\": 1,\n                    \"impactNumbers\": {},\n                    \"invisible\": false,\n                    \"mergedOrganizations\": [],\n                    \"skipRefresh\": false,\n                    \"metadata\": {\n                        \"paypalEmail\": \"sb-lq0sm3398453@business.example.com\"\n                    },\n                    \"email\": \"sb-piqiy1779092@business.example.com\"\n                }\n            ],\n            \"coverFee\": true,\n            \"privacy\": \"Limited\",\n            \"feeCoveredBy\": \"User\",\n            \"user\": {\n                \"_id\": \"60c36c593df348713c7d7f15\",\n                \"email\": \"viveksingh101994@gmail.joindeed.com\",\n                \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n                \"fullName\": {\n                    \"first\": \"Vivek\",\n                    \"last\": \"User\"\n                },\n                \"externalId\": \"\",\n                \"location\": \"5f6ddfa1202309365c0cd9e5\",\n                \"id\": \"60c36c593df348713c7d7f15\",\n                \"name\": \"Vivek User\",\n                \"_capBalanceByBudget\": [\n                    {\n                        \"id\": \"621377cdab276b5d44740661\",\n                        \"name\": \"test\",\n                        \"currencyCode\": \"USD\",\n                        \"balance\": -3131.209999999999,\n                        \"limitPerUser\": 10000\n                    }\n                ],\n                \"_matchedAmountTotalCurrencies\": {\n                    \"ARS\": 28616529.446134128,\n                    \"AUD\": 387958.6706718404,\n                    \"BOB\": 1968615.4757301428,\n                    \"BRL\": 1577508.201117684,\n                    \"CAD\": 356758.35299282527,\n                    \"CHF\": 263006.5298575528,\n                    \"CLP\": 232573404.8775097,\n                    \"CNY\": 1825656.478350307,\n                    \"COP\": 1095743586.6636474,\n                    \"CRC\": 181295921.98904535,\n                    \"CZK\": 6324411.228891082,\n                    \"DKK\": 1849530.5393912008,\n                    \"EUR\": 248646.44226161434,\n                    \"GBP\": 210538.88066358934,\n                    \"HKD\": 2150225.8480665577,\n                    \"HUF\": 90552913.10349034,\n                    \"IDR\": 4061015692.354092,\n                    \"ILS\": 903295.1326047679,\n                    \"INR\": 21325110.42276032,\n                    \"JPY\": 32550277.733717013,\n                    \"KRW\": 337896824.59618664,\n                    \"KZT\": 123147230.2419047,\n                    \"MXN\": 5892355.532902564,\n                    \"NOK\": 2463057.702050163,\n                    \"NZD\": 392622.9462846164,\n                    \"PEN\": 1138669.8950403698,\n                    \"PHP\": 14429124.437937172,\n                    \"PLN\": 1151252.5203983276,\n                    \"RON\": 1190083.6941682608,\n                    \"SEK\": 2506592.9635500056,\n                    \"SGD\": 386224.0239458714,\n                    \"THB\": 9477074.997097962,\n                    \"TRY\": 2951549.4909741487,\n                    \"UAH\": 7576096.427944806,\n                    \"USD\": 285152.0382301647,\n                    \"VND\": 6484221949.042997,\n                    \"ZAR\": 4345812.063277437\n                }\n            },\n            \"provider\": \"PayPal\",\n            \"identifier\": \"91T18987S80514138\",\n            \"donationSchedule\": {\n                \"_id\": \"6117d3a561384b6550dcde9a\",\n                \"frequency\": \"P1M\"\n            },\n            \"amount\": 25,\n            \"total\": 26.64,\n            \"feeAmount\": 1.64,\n            \"amountCurrencies\": {\n                \"EUR\": 25.054425000000002,\n                \"USD\": 25,\n                \"CAD\": 32.918275,\n                \"GBP\": 21.73415,\n                \"AUD\": 37.08625,\n                \"RON\": 123.32749999999999,\n                \"SGD\": 35.156075,\n                \"INR\": 1990.06875,\n                \"HKD\": 196.239825,\n                \"NZD\": 41.653974999999996,\n                \"BRL\": 129.77190000000002,\n                \"MXN\": 501.251125,\n                \"JPY\": 3611.32777775,\n                \"DKK\": 186.32139999999998,\n                \"PLN\": 118.24345000000001,\n                \"NOK\": 252.696075,\n                \"SEK\": 267.278575,\n                \"HUF\": 10009.0617,\n                \"CZK\": 615.07145,\n                \"CHF\": 24.016225,\n                \"ILS\": 85.603525,\n                \"ZAR\": 436.123675,\n                \"TRY\": 456.36289999999997,\n                \"ARS\": 3564.7140999999997,\n                \"CLP\": 22945.0106,\n                \"PEN\": 96.331975,\n                \"COP\": 111229.0015,\n                \"BOB\": 172.681475,\n                \"CNY\": 173.1275,\n                \"KRW\": 34843.75,\n                \"PHP\": 1429.3750499999999,\n                \"THB\": 915.4125,\n                \"KZT\": 11811.265975,\n                \"UAH\": 922.98005,\n                \"CRC\": 15898.996374999999,\n                \"IDR\": 374687.5,\n                \"VND\": 588928.18345\n            },\n            \"applicationFeeAmount\": 0.46,\n            \"currency\": \"USD\",\n            \"description\": \"Recurring Donation supporting Seller Account's Test Store\",\n            \"status\": \"Success\",\n            \"paymentMethodDetails\": {\n                \"type\": \"Card\"\n            },\n            \"dedication\": \"Test dedication\",\n            \"designation\": \"Test Designation\",\n            \"company\": \"5eb4808168abec18c3d8fbd9\",\n            \"receiptNumber\": \"39A51110ML668551G\",\n            \"receiptUrl\": \"https://sandbox.paypal.com/givingfund/donationtracker?transactionID=39A51110ML668551G\",\n            \"date\": \"2022-09-14T01:34:58.873Z\",\n            \"createdAt\": \"2022-09-14T01:34:58.974Z\",\n            \"id\": \"63212fc2e004d80009f2608a\",\n            \"submitter\": {\n                \"name\": null\n            },\n            \"deed\": {\n                \"nameSort\": \"Ω\"\n            },\n            \"processedAt\": \"2022-09-14T01:34:58.873Z\",\n            \"matchProcessedAt\": null,\n            \"matchingProvider\": null,\n            \"paymentMethodDetailsType\": \"Card\",\n            \"payrollStatus\": \"Pending\",\n            \"disbursedAt\": \"2022-09-25T11:59:59.999Z\"\n        }\n    ],\n    \"totals\": {\n        \"count\": 1230,\n        \"deedsCount\": 0,\n        \"nonprofitsCount\": 11,\n        \"usersCount\": 7,\n        \"amount\": 95197.81949282136,\n        \"matchedAmount\": 31932.599470181183\n    }\n}"}],"_postman_id":"7af9ac92-c021-4cef-a86d-2b24c5d004cc"},{"name":"List `Donation`s for `User`","id":"ee952655-f7fc-4e3c-b0a6-1489cf0fee4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/donations/users/:id","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Get a list of donations for a user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","donations","users",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"824b43af-a649-4079-a1ba-9ff556fbe6f9","description":{"content":"<p>Required: The user ID to filter donations</p>\n","type":"text/plain"},"type":"any","value":"62fa1415f566d3257ee001e7","key":"id"}]}},"response":[{"id":"c8ec4db9-c2ad-43ea-8e00-11149a4d87ec","name":"Self","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/donations/users/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Sep 2022 13:59:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":"[]"},{"id":"2352c122-0af4-4bbd-86a4-5cef6d0bcde0","name":"Someone","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/donations/users/5f2ad4f9d69e364a593078f1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Sep 2022 13:59:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"ee952655-f7fc-4e3c-b0a6-1489cf0fee4e"},{"name":"List `Donation`s for `Deed`","id":"943c5f8b-2c87-47a1-a307-2021cc35bf73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/donations/deeds/:id","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Get a list of donations for a fundraiser.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","donations","deeds",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"352204db-2832-4ad1-9c8c-023630349b33","description":{"content":"<p>Required: The deed ID to filter donations</p>\n","type":"text/plain"},"type":"any","value":"607e6ce67690e51cf1cc65c9","key":"id"}]}},"response":[{"id":"4afc6e5d-5c6a-496d-a3ef-4bd2b87784b4","name":"/api/donations/deeds/{id}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/donations/deeds/:id","host":["https://api.testing.joindeed.org"],"path":["api","donations","deeds",":id"],"variable":[{"key":"id","value":"607e6ce67690e51cf1cc65c9","description":"Required: The deed ID to filter donations"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Sep 2022 13:54:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"61f8fd826bf0135f21a90ae4\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Kundan\",\n                \"last\": \"Pawar\"\n            },\n            \"email\": \"kundan@joindeed.com\",\n            \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n            \"__t\": \"User\",\n            \"_id\": \"61f13fc339fb80ea4b0cc00c\",\n            \"location\": \"5f6ddfa1202309365c0cd9e4\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"61f13fc339fb80ea4b0cc00c\",\n            \"profile\": {\n                \"name\": \"Kundan Pawar\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"61f13fc339fb80ea4b0cc00c\",\n                \"role\": \"User\"\n            },\n            \"name\": \"Kundan Pawar\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"6HS911564L2982748\",\n        \"amount\": 99.18,\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"Card\",\n            \"additionalData\": {\n                \"payer\": {\n                    \"name\": {\n                        \"given_name\": \"John\",\n                        \"surname\": \"Doe\"\n                    },\n                    \"email_address\": \"sb-7vaqv6765097@personal.example.com\",\n                    \"payer_id\": \"GQBB25C9XF2E6\",\n                    \"address\": {\n                        \"country_code\": \"US\"\n                    }\n                }\n            },\n            \"id\": null\n        },\n        \"metadata\": {\n            \"paypalDescription\": [\n                \"Donated on Deed on behalf of the fundraiser SDG test by Team Deed\"\n            ]\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-02-01T09:29:39.006Z\",\n        \"createdAt\": \"2022-02-01T09:29:39.030Z\",\n        \"amountCurrencies\": {\n            \"USD\": 99.18,\n            \"EUR\": 88.32286458,\n            \"CHF\": 91.95434028000001,\n            \"GBP\": 73.76810040000001,\n            \"CAD\": 126.13484286,\n            \"AUD\": 140.32402956,\n            \"RON\": 436.73913000000005,\n            \"SGD\": 134.0541675,\n            \"INR\": 7394.46983244,\n            \"HKD\": 773.34335496,\n            \"NZD\": 150.80051214,\n            \"BRL\": 526.110228,\n            \"MXN\": 2047.2068118600002,\n            \"JPY\": 11418.2429643306,\n            \"DKK\": 657.1989135,\n            \"PLN\": 404.69942771999996,\n            \"NOK\": 883.3376446200001,\n            \"SEK\": 925.54914852,\n            \"HUF\": 31382.03682378,\n            \"CZK\": 2149.67691,\n            \"ILS\": 315.32793300000003,\n            \"ZAR\": 1525.40962452,\n            \"TRY\": 1319.173344,\n            \"ARS\": 10429.297496640002,\n            \"CLP\": 79487.04959514001,\n            \"PEN\": 381.60655488000003,\n            \"COP\": 391541.81220000004,\n            \"BOB\": 683.9528176800001,\n            \"CNY\": 630.8839800000001,\n            \"KRW\": 119623.026231,\n            \"PHP\": 5077.52039754,\n            \"THB\": 3293.4702600000005,\n            \"KZT\": 43122.33820782001,\n            \"UAH\": 2818.56051684,\n            \"CRC\": 63630.18590814,\n            \"IDR\": 1423877.6700000002,\n            \"VND\": 2246432.7313146605\n        },\n        \"matchedAmount\": 3.9315068600863206,\n        \"matchedAmountCurrencies\": {\n            \"USD\": 3.9315068600863206,\n            \"EUR\": 3.501128735619531,\n            \"CHF\": 3.6450808593015918,\n            \"GBP\": 2.9241761723950033,\n            \"CAD\": 5,\n            \"AUD\": 5.56246102893825,\n            \"RON\": 17.312390458390112,\n            \"SGD\": 5.313922959764174,\n            \"INR\": 293.11765348799355,\n            \"HKD\": 30.655421508644995,\n            \"NZD\": 5.977750030076028,\n            \"BRL\": 20.855071290013896,\n            \"MXN\": 81.151518701785,\n            \"JPY\": 452.62049349060413,\n            \"DKK\": 26.051442194661487,\n            \"PLN\": 16.042332893266664,\n            \"NOK\": 35.01560808223454,\n            \"SEK\": 36.68887705942158,\n            \"HUF\": 1243.9876291205142,\n            \"CZK\": 85.21344543894095,\n            \"ILS\": 12.499636335615444,\n            \"ZAR\": 60.46741685059567,\n            \"TRY\": 52.29218644463614,\n            \"ARS\": 413.41857888607836,\n            \"CLP\": 3150.8759908380166,\n            \"PEN\": 15.126928698977888,\n            \"COP\": 15520.763467180175,\n            \"BOB\": 27.111970101676633,\n            \"CNY\": 25.008315137009085,\n            \"KRW\": 4741.8708232654,\n            \"PHP\": 201.27350549663976,\n            \"THB\": 130.55354830288644,\n            \"KZT\": 1709.3745562311635,\n            \"UAH\": 111.7280702513098,\n            \"CRC\": 2522.308050074817,\n            \"IDR\": 56442.67823682926,\n            \"VND\": 89048.85757094208\n        },\n        \"matchedAt\": \"2022-02-01T09:30:33.895Z\",\n        \"matchedRule\": \"61f164ea39fb80ea4b0cd699\",\n        \"id\": \"61f8fd826bf0135f21a90ae4\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"processedAt\": \"2022-02-01T09:29:39.006Z\",\n        \"disbursedAt\": \"2022-02-25T11:59:59.999Z\",\n        \"paymentMethodDetailsType\": \"Card\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"6267d60cf48b70a6f8ab29ee\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"609a8f06091f9621cc8ed7bf--l2g276ad\",\n        \"amount\": 106.76,\n        \"amountCurrencies\": {\n            \"EUR\": 99.99985004000001,\n            \"USD\": 106.76,\n            \"GBP\": 83.97912416,\n            \"CAD\": 136.07362700000002,\n            \"AUD\": 148.60639692,\n            \"JPY\": 13653.931927650801,\n            \"SGD\": 146.70980552,\n            \"INR\": 8183.2071664800005,\n            \"ILS\": 351.29132452000005,\n            \"ZAR\": 1688.014388,\n            \"TRY\": 1578.7540688,\n            \"ARS\": 12244.186964,\n            \"BRL\": 520.75542264,\n            \"MXN\": 2167.96208176,\n            \"CLP\": 90202.5916,\n            \"PEN\": 401.9930364,\n            \"COP\": 413458.21785008,\n            \"BOB\": 732.52605328,\n            \"CNY\": 699.694364,\n            \"KRW\": 133945.74945488,\n            \"PHP\": 5576.8227605600005,\n            \"THB\": 3656.5833800000005,\n            \"KZT\": 47959.37715488,\n            \"UAH\": 3227.73454532,\n            \"DKK\": 743.941046,\n            \"PLN\": 464.21094948,\n            \"NOK\": 980.3039494,\n            \"SEK\": 1038.91871248,\n            \"HUF\": 37423.674421,\n            \"CZK\": 2443.605619,\n            \"CHF\": 102.43376452000001,\n            \"CRC\": 70168.05761496001,\n            \"IDR\": 1538510.2706880402,\n            \"VND\": 2452561.45191632\n        },\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"DeedCredit\",\n            \"additionalData\": {\n                \"transactionId\": \"609a8f06091f9621cc8ed7bf--l2g276ad\",\n                \"parentTransactionId\": \"609a8f06091f9621cc8ed7bf--l2g24tnt\",\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-04-26T11:22:52.934Z\",\n        \"createdAt\": \"2022-04-26T11:22:52.940Z\",\n        \"matchedAmount\": 106.76,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 99.99985004000001,\n            \"USD\": 106.76,\n            \"GBP\": 83.97912416,\n            \"CAD\": 136.07362700000002,\n            \"AUD\": 148.60639692,\n            \"JPY\": 13653.931927650801,\n            \"SGD\": 146.70980552,\n            \"INR\": 8183.2071664800005,\n            \"ILS\": 351.29132452000005,\n            \"ZAR\": 1688.014388,\n            \"TRY\": 1578.7540688,\n            \"ARS\": 12244.186964,\n            \"BRL\": 520.75542264,\n            \"MXN\": 2167.96208176,\n            \"CLP\": 90202.5916,\n            \"PEN\": 401.9930364,\n            \"COP\": 413458.21785008,\n            \"BOB\": 732.52605328,\n            \"CNY\": 699.694364,\n            \"KRW\": 133945.74945488,\n            \"PHP\": 5576.8227605600005,\n            \"THB\": 3656.5833800000005,\n            \"KZT\": 47959.37715488,\n            \"UAH\": 3227.73454532,\n            \"DKK\": 743.941046,\n            \"PLN\": 464.21094948,\n            \"NOK\": 980.3039494,\n            \"SEK\": 1038.91871248,\n            \"HUF\": 37423.674421,\n            \"CZK\": 2443.605619,\n            \"CHF\": 102.43376452000001,\n            \"CRC\": 70168.05761496001,\n            \"IDR\": 1538510.2706880402,\n            \"VND\": 2452561.45191632\n        },\n        \"matchedAt\": \"2022-04-26T11:23:00.141Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"metadata\": {\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"id\": \"6267d60cf48b70a6f8ab29ee\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"paymentMethodDetailsType\": \"Deed credits\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"6267d6c76f4308a7b87520ff\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"609a8f06091f9621cc8ed7bf--l2g2bbh2\",\n        \"amount\": 106.76,\n        \"amountCurrencies\": {\n            \"EUR\": 99.99985004000001,\n            \"USD\": 106.76,\n            \"GBP\": 83.97912416,\n            \"CAD\": 136.07362700000002,\n            \"AUD\": 148.60639692,\n            \"JPY\": 13653.931927650801,\n            \"SGD\": 146.70980552,\n            \"INR\": 8183.2071664800005,\n            \"ILS\": 351.29132452000005,\n            \"ZAR\": 1688.014388,\n            \"TRY\": 1578.7540688,\n            \"ARS\": 12244.186964,\n            \"BRL\": 520.75542264,\n            \"MXN\": 2167.96208176,\n            \"CLP\": 90202.5916,\n            \"PEN\": 401.9930364,\n            \"COP\": 413458.21785008,\n            \"BOB\": 732.52605328,\n            \"CNY\": 699.694364,\n            \"KRW\": 133945.74945488,\n            \"PHP\": 5576.8227605600005,\n            \"THB\": 3656.5833800000005,\n            \"KZT\": 47959.37715488,\n            \"UAH\": 3227.73454532,\n            \"DKK\": 743.941046,\n            \"PLN\": 464.21094948,\n            \"NOK\": 980.3039494,\n            \"SEK\": 1038.91871248,\n            \"HUF\": 37423.674421,\n            \"CZK\": 2443.605619,\n            \"CHF\": 102.43376452000001,\n            \"CRC\": 70168.05761496001,\n            \"IDR\": 1538510.2706880402,\n            \"VND\": 2452561.45191632\n        },\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"DeedCredit\",\n            \"additionalData\": {\n                \"transactionId\": \"609a8f06091f9621cc8ed7bf--l2g2bbh2\",\n                \"parentTransactionId\": \"609a8f06091f9621cc8ed7bf--l2g276ad\",\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"campaign\": {\n            \"title\": \"Help the Nature\",\n            \"description\": \"Give back to the places our hosts call home\",\n            \"_id\": \"60a38a0f3bf558072c50144e\",\n            \"isActive\": true,\n            \"id\": \"60a38a0f3bf558072c50144e\",\n            \"shareLink\": \"http://localhost:3000/campaign/60a38a0f3bf558072c50144e\",\n            \"name\": \"Help the Nature\",\n            \"tagline\": \"Give back to the places our hosts call home\"\n        },\n        \"date\": \"2022-04-26T11:25:59.937Z\",\n        \"createdAt\": \"2022-04-26T11:25:59.960Z\",\n        \"matchedAmount\": 106.76,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 99.99985004000001,\n            \"USD\": 106.76,\n            \"GBP\": 83.97912416,\n            \"CAD\": 136.07362700000002,\n            \"AUD\": 148.60639692,\n            \"JPY\": 13653.931927650801,\n            \"SGD\": 146.70980552,\n            \"INR\": 8183.2071664800005,\n            \"ILS\": 351.29132452000005,\n            \"ZAR\": 1688.014388,\n            \"TRY\": 1578.7540688,\n            \"ARS\": 12244.186964,\n            \"BRL\": 520.75542264,\n            \"MXN\": 2167.96208176,\n            \"CLP\": 90202.5916,\n            \"PEN\": 401.9930364,\n            \"COP\": 413458.21785008,\n            \"BOB\": 732.52605328,\n            \"CNY\": 699.694364,\n            \"KRW\": 133945.74945488,\n            \"PHP\": 5576.8227605600005,\n            \"THB\": 3656.5833800000005,\n            \"KZT\": 47959.37715488,\n            \"UAH\": 3227.73454532,\n            \"DKK\": 743.941046,\n            \"PLN\": 464.21094948,\n            \"NOK\": 980.3039494,\n            \"SEK\": 1038.91871248,\n            \"HUF\": 37423.674421,\n            \"CZK\": 2443.605619,\n            \"CHF\": 102.43376452000001,\n            \"CRC\": 70168.05761496001,\n            \"IDR\": 1538510.2706880402,\n            \"VND\": 2452561.45191632\n        },\n        \"matchedAt\": \"2022-04-26T11:26:04.169Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"metadata\": {\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"id\": \"6267d6c76f4308a7b87520ff\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"paymentMethodDetailsType\": \"Deed credits\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"6267d720229bdfa832dd27ac\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"609a8f06091f9621cc8ed7bf--l2g2d3ne\",\n        \"amount\": 53.38,\n        \"amountCurrencies\": {\n            \"EUR\": 49.999925020000006,\n            \"USD\": 53.38,\n            \"GBP\": 41.98956208,\n            \"CAD\": 68.03681350000001,\n            \"AUD\": 74.30319846,\n            \"JPY\": 6826.965963825401,\n            \"SGD\": 73.35490276,\n            \"INR\": 4091.6035832400003,\n            \"ILS\": 175.64566226000002,\n            \"ZAR\": 844.007194,\n            \"TRY\": 789.3770344,\n            \"ARS\": 6122.093482,\n            \"BRL\": 260.37771132,\n            \"MXN\": 1083.98104088,\n            \"CLP\": 45101.2958,\n            \"PEN\": 200.9965182,\n            \"COP\": 206729.10892504,\n            \"BOB\": 366.26302664,\n            \"CNY\": 349.847182,\n            \"KRW\": 66972.87472744,\n            \"PHP\": 2788.4113802800002,\n            \"THB\": 1828.2916900000002,\n            \"KZT\": 23979.68857744,\n            \"UAH\": 1613.86727266,\n            \"DKK\": 371.970523,\n            \"PLN\": 232.10547474,\n            \"NOK\": 490.1519747,\n            \"SEK\": 519.45935624,\n            \"HUF\": 18711.8372105,\n            \"CZK\": 1221.8028095,\n            \"CHF\": 51.216882260000006,\n            \"CRC\": 35084.028807480005,\n            \"IDR\": 769255.1353440201,\n            \"VND\": 1226280.72595816\n        },\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"DeedCredit\",\n            \"additionalData\": {\n                \"transactionId\": \"609a8f06091f9621cc8ed7bf--l2g2d3ne\",\n                \"parentTransactionId\": \"609a8f06091f9621cc8ed7bf--l2g2bbh2\",\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"campaign\": {\n            \"title\": \"Help the Nature\",\n            \"description\": \"Give back to the places our hosts call home\",\n            \"_id\": \"60a38a0f3bf558072c50144e\",\n            \"isActive\": true,\n            \"id\": \"60a38a0f3bf558072c50144e\",\n            \"shareLink\": \"http://localhost:3000/campaign/60a38a0f3bf558072c50144e\",\n            \"name\": \"Help the Nature\",\n            \"tagline\": \"Give back to the places our hosts call home\"\n        },\n        \"date\": \"2022-04-26T11:27:28.106Z\",\n        \"createdAt\": \"2022-04-26T11:27:28.124Z\",\n        \"matchedAmount\": 53.38,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 49.999925020000006,\n            \"USD\": 53.38,\n            \"GBP\": 41.98956208,\n            \"CAD\": 68.03681350000001,\n            \"AUD\": 74.30319846,\n            \"JPY\": 6826.965963825401,\n            \"SGD\": 73.35490276,\n            \"INR\": 4091.6035832400003,\n            \"ILS\": 175.64566226000002,\n            \"ZAR\": 844.007194,\n            \"TRY\": 789.3770344,\n            \"ARS\": 6122.093482,\n            \"BRL\": 260.37771132,\n            \"MXN\": 1083.98104088,\n            \"CLP\": 45101.2958,\n            \"PEN\": 200.9965182,\n            \"COP\": 206729.10892504,\n            \"BOB\": 366.26302664,\n            \"CNY\": 349.847182,\n            \"KRW\": 66972.87472744,\n            \"PHP\": 2788.4113802800002,\n            \"THB\": 1828.2916900000002,\n            \"KZT\": 23979.68857744,\n            \"UAH\": 1613.86727266,\n            \"DKK\": 371.970523,\n            \"PLN\": 232.10547474,\n            \"NOK\": 490.1519747,\n            \"SEK\": 519.45935624,\n            \"HUF\": 18711.8372105,\n            \"CZK\": 1221.8028095,\n            \"CHF\": 51.216882260000006,\n            \"CRC\": 35084.028807480005,\n            \"IDR\": 769255.1353440201,\n            \"VND\": 1226280.72595816\n        },\n        \"matchedAt\": \"2022-04-26T11:27:33.778Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"metadata\": {\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"id\": \"6267d720229bdfa832dd27ac\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"paymentMethodDetailsType\": \"Deed credits\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"6267dd28e45f010fbaed7f82\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"609a8f06091f9621cc8ed7bf--l2g3a946\",\n        \"amount\": 53.38,\n        \"amountCurrencies\": {\n            \"EUR\": 49.999925020000006,\n            \"USD\": 53.38,\n            \"GBP\": 41.98956208,\n            \"CAD\": 68.03681350000001,\n            \"AUD\": 74.30319846,\n            \"JPY\": 6826.965963825401,\n            \"SGD\": 73.35490276,\n            \"INR\": 4091.6035832400003,\n            \"ILS\": 175.64566226000002,\n            \"ZAR\": 844.007194,\n            \"TRY\": 789.3770344,\n            \"ARS\": 6122.093482,\n            \"BRL\": 260.37771132,\n            \"MXN\": 1083.98104088,\n            \"CLP\": 45101.2958,\n            \"PEN\": 200.9965182,\n            \"COP\": 206729.10892504,\n            \"BOB\": 366.26302664,\n            \"CNY\": 349.847182,\n            \"KRW\": 66972.87472744,\n            \"PHP\": 2788.4113802800002,\n            \"THB\": 1828.2916900000002,\n            \"KZT\": 23979.68857744,\n            \"UAH\": 1613.86727266,\n            \"DKK\": 371.970523,\n            \"PLN\": 232.10547474,\n            \"NOK\": 490.1519747,\n            \"SEK\": 519.45935624,\n            \"HUF\": 18711.8372105,\n            \"CZK\": 1221.8028095,\n            \"CHF\": 51.216882260000006,\n            \"CRC\": 35084.028807480005,\n            \"IDR\": 769255.1353440201,\n            \"VND\": 1226280.72595816\n        },\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"DeedCredit\",\n            \"additionalData\": {\n                \"transactionId\": \"609a8f06091f9621cc8ed7bf--l2g3a946\",\n                \"parentTransactionId\": \"609a8f06091f9621cc8ed7bf--l2g38nyl\",\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"campaign\": {\n            \"title\": \"Help the Nature\",\n            \"description\": \"Give back to the places our hosts call home\",\n            \"_id\": \"60a38a0f3bf558072c50144e\",\n            \"isActive\": true,\n            \"id\": \"60a38a0f3bf558072c50144e\",\n            \"shareLink\": \"http://localhost:3000/campaign/60a38a0f3bf558072c50144e\",\n            \"name\": \"Help the Nature\",\n            \"tagline\": \"Give back to the places our hosts call home\"\n        },\n        \"date\": \"2022-04-26T11:53:12.016Z\",\n        \"createdAt\": \"2022-04-26T11:53:12.028Z\",\n        \"matchedAmount\": 53.38,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 49.999925020000006,\n            \"USD\": 53.38,\n            \"GBP\": 41.98956208,\n            \"CAD\": 68.03681350000001,\n            \"AUD\": 74.30319846,\n            \"JPY\": 6826.965963825401,\n            \"SGD\": 73.35490276,\n            \"INR\": 4091.6035832400003,\n            \"ILS\": 175.64566226000002,\n            \"ZAR\": 844.007194,\n            \"TRY\": 789.3770344,\n            \"ARS\": 6122.093482,\n            \"BRL\": 260.37771132,\n            \"MXN\": 1083.98104088,\n            \"CLP\": 45101.2958,\n            \"PEN\": 200.9965182,\n            \"COP\": 206729.10892504,\n            \"BOB\": 366.26302664,\n            \"CNY\": 349.847182,\n            \"KRW\": 66972.87472744,\n            \"PHP\": 2788.4113802800002,\n            \"THB\": 1828.2916900000002,\n            \"KZT\": 23979.68857744,\n            \"UAH\": 1613.86727266,\n            \"DKK\": 371.970523,\n            \"PLN\": 232.10547474,\n            \"NOK\": 490.1519747,\n            \"SEK\": 519.45935624,\n            \"HUF\": 18711.8372105,\n            \"CZK\": 1221.8028095,\n            \"CHF\": 51.216882260000006,\n            \"CRC\": 35084.028807480005,\n            \"IDR\": 769255.1353440201,\n            \"VND\": 1226280.72595816\n        },\n        \"matchedAt\": \"2022-04-26T11:53:18.229Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"metadata\": {\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"id\": \"6267dd28e45f010fbaed7f82\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"paymentMethodDetailsType\": \"Deed credits\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"6267e35a5d3456176268d535\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"609a8f06091f9621cc8ed7bf--l2g488l7\",\n        \"amount\": 53.38,\n        \"amountCurrencies\": {\n            \"EUR\": 49.999925020000006,\n            \"USD\": 53.38,\n            \"GBP\": 41.98956208,\n            \"CAD\": 68.03681350000001,\n            \"AUD\": 74.30319846,\n            \"JPY\": 6826.965963825401,\n            \"SGD\": 73.35490276,\n            \"INR\": 4091.6035832400003,\n            \"ILS\": 175.64566226000002,\n            \"ZAR\": 844.007194,\n            \"TRY\": 789.3770344,\n            \"ARS\": 6122.093482,\n            \"BRL\": 260.37771132,\n            \"MXN\": 1083.98104088,\n            \"CLP\": 45101.2958,\n            \"PEN\": 200.9965182,\n            \"COP\": 206729.10892504,\n            \"BOB\": 366.26302664,\n            \"CNY\": 349.847182,\n            \"KRW\": 66972.87472744,\n            \"PHP\": 2788.4113802800002,\n            \"THB\": 1828.2916900000002,\n            \"KZT\": 23979.68857744,\n            \"UAH\": 1613.86727266,\n            \"DKK\": 371.970523,\n            \"PLN\": 232.10547474,\n            \"NOK\": 490.1519747,\n            \"SEK\": 519.45935624,\n            \"HUF\": 18711.8372105,\n            \"CZK\": 1221.8028095,\n            \"CHF\": 51.216882260000006,\n            \"CRC\": 35084.028807480005,\n            \"IDR\": 769255.1353440201,\n            \"VND\": 1226280.72595816\n        },\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"DeedCredit\",\n            \"additionalData\": {\n                \"transactionId\": \"609a8f06091f9621cc8ed7bf--l2g488l7\",\n                \"parentTransactionId\": \"609a8f06091f9621cc8ed7bf--l2g47evg\",\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-04-26T12:19:38.554Z\",\n        \"createdAt\": \"2022-04-26T12:19:38.563Z\",\n        \"matchedAmount\": 53.38,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 49.999925020000006,\n            \"USD\": 53.38,\n            \"GBP\": 41.98956208,\n            \"CAD\": 68.03681350000001,\n            \"AUD\": 74.30319846,\n            \"JPY\": 6826.965963825401,\n            \"SGD\": 73.35490276,\n            \"INR\": 4091.6035832400003,\n            \"ILS\": 175.64566226000002,\n            \"ZAR\": 844.007194,\n            \"TRY\": 789.3770344,\n            \"ARS\": 6122.093482,\n            \"BRL\": 260.37771132,\n            \"MXN\": 1083.98104088,\n            \"CLP\": 45101.2958,\n            \"PEN\": 200.9965182,\n            \"COP\": 206729.10892504,\n            \"BOB\": 366.26302664,\n            \"CNY\": 349.847182,\n            \"KRW\": 66972.87472744,\n            \"PHP\": 2788.4113802800002,\n            \"THB\": 1828.2916900000002,\n            \"KZT\": 23979.68857744,\n            \"UAH\": 1613.86727266,\n            \"DKK\": 371.970523,\n            \"PLN\": 232.10547474,\n            \"NOK\": 490.1519747,\n            \"SEK\": 519.45935624,\n            \"HUF\": 18711.8372105,\n            \"CZK\": 1221.8028095,\n            \"CHF\": 51.216882260000006,\n            \"CRC\": 35084.028807480005,\n            \"IDR\": 769255.1353440201,\n            \"VND\": 1226280.72595816\n        },\n        \"matchedAt\": \"2022-04-26T12:19:43.894Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"metadata\": {\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"id\": \"6267e35a5d3456176268d535\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"paymentMethodDetailsType\": \"Deed credits\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"6267e3eab3411117c8319a1c\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"609a8f06091f9621cc8ed7bf--l2g4bdal\",\n        \"amount\": 53.38,\n        \"amountCurrencies\": {\n            \"EUR\": 49.999925020000006,\n            \"USD\": 53.38,\n            \"GBP\": 41.98956208,\n            \"CAD\": 68.03681350000001,\n            \"AUD\": 74.30319846,\n            \"JPY\": 6826.965963825401,\n            \"SGD\": 73.35490276,\n            \"INR\": 4091.6035832400003,\n            \"ILS\": 175.64566226000002,\n            \"ZAR\": 844.007194,\n            \"TRY\": 789.3770344,\n            \"ARS\": 6122.093482,\n            \"BRL\": 260.37771132,\n            \"MXN\": 1083.98104088,\n            \"CLP\": 45101.2958,\n            \"PEN\": 200.9965182,\n            \"COP\": 206729.10892504,\n            \"BOB\": 366.26302664,\n            \"CNY\": 349.847182,\n            \"KRW\": 66972.87472744,\n            \"PHP\": 2788.4113802800002,\n            \"THB\": 1828.2916900000002,\n            \"KZT\": 23979.68857744,\n            \"UAH\": 1613.86727266,\n            \"DKK\": 371.970523,\n            \"PLN\": 232.10547474,\n            \"NOK\": 490.1519747,\n            \"SEK\": 519.45935624,\n            \"HUF\": 18711.8372105,\n            \"CZK\": 1221.8028095,\n            \"CHF\": 51.216882260000006,\n            \"CRC\": 35084.028807480005,\n            \"IDR\": 769255.1353440201,\n            \"VND\": 1226280.72595816\n        },\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"DeedCredit\",\n            \"additionalData\": {\n                \"transactionId\": \"609a8f06091f9621cc8ed7bf--l2g4bdal\",\n                \"parentTransactionId\": \"609a8f06091f9621cc8ed7bf--l2g488l7\",\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"campaign\": {\n            \"title\": \"Help the Nature\",\n            \"description\": \"Give back to the places our hosts call home\",\n            \"_id\": \"60a38a0f3bf558072c50144e\",\n            \"isActive\": true,\n            \"id\": \"60a38a0f3bf558072c50144e\",\n            \"shareLink\": \"http://localhost:3000/campaign/60a38a0f3bf558072c50144e\",\n            \"name\": \"Help the Nature\",\n            \"tagline\": \"Give back to the places our hosts call home\"\n        },\n        \"date\": \"2022-04-26T12:22:02.013Z\",\n        \"createdAt\": \"2022-04-26T12:22:02.033Z\",\n        \"matchedAmount\": 53.38,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 49.999925020000006,\n            \"USD\": 53.38,\n            \"GBP\": 41.98956208,\n            \"CAD\": 68.03681350000001,\n            \"AUD\": 74.30319846,\n            \"JPY\": 6826.965963825401,\n            \"SGD\": 73.35490276,\n            \"INR\": 4091.6035832400003,\n            \"ILS\": 175.64566226000002,\n            \"ZAR\": 844.007194,\n            \"TRY\": 789.3770344,\n            \"ARS\": 6122.093482,\n            \"BRL\": 260.37771132,\n            \"MXN\": 1083.98104088,\n            \"CLP\": 45101.2958,\n            \"PEN\": 200.9965182,\n            \"COP\": 206729.10892504,\n            \"BOB\": 366.26302664,\n            \"CNY\": 349.847182,\n            \"KRW\": 66972.87472744,\n            \"PHP\": 2788.4113802800002,\n            \"THB\": 1828.2916900000002,\n            \"KZT\": 23979.68857744,\n            \"UAH\": 1613.86727266,\n            \"DKK\": 371.970523,\n            \"PLN\": 232.10547474,\n            \"NOK\": 490.1519747,\n            \"SEK\": 519.45935624,\n            \"HUF\": 18711.8372105,\n            \"CZK\": 1221.8028095,\n            \"CHF\": 51.216882260000006,\n            \"CRC\": 35084.028807480005,\n            \"IDR\": 769255.1353440201,\n            \"VND\": 1226280.72595816\n        },\n        \"matchedAt\": \"2022-04-26T12:22:09.182Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"metadata\": {\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"id\": \"6267e3eab3411117c8319a1c\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"paymentMethodDetailsType\": \"Deed credits\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"6267e53cb6f725187779c5ce\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"609a8f06091f9621cc8ed7bf--l2g4ia8n\",\n        \"amount\": 53.38,\n        \"amountCurrencies\": {\n            \"EUR\": 49.999925020000006,\n            \"USD\": 53.38,\n            \"GBP\": 41.98956208,\n            \"CAD\": 68.03681350000001,\n            \"AUD\": 74.30319846,\n            \"JPY\": 6826.965963825401,\n            \"SGD\": 73.35490276,\n            \"INR\": 4091.6035832400003,\n            \"ILS\": 175.64566226000002,\n            \"ZAR\": 844.007194,\n            \"TRY\": 789.3770344,\n            \"ARS\": 6122.093482,\n            \"BRL\": 260.37771132,\n            \"MXN\": 1083.98104088,\n            \"CLP\": 45101.2958,\n            \"PEN\": 200.9965182,\n            \"COP\": 206729.10892504,\n            \"BOB\": 366.26302664,\n            \"CNY\": 349.847182,\n            \"KRW\": 66972.87472744,\n            \"PHP\": 2788.4113802800002,\n            \"THB\": 1828.2916900000002,\n            \"KZT\": 23979.68857744,\n            \"UAH\": 1613.86727266,\n            \"DKK\": 371.970523,\n            \"PLN\": 232.10547474,\n            \"NOK\": 490.1519747,\n            \"SEK\": 519.45935624,\n            \"HUF\": 18711.8372105,\n            \"CZK\": 1221.8028095,\n            \"CHF\": 51.216882260000006,\n            \"CRC\": 35084.028807480005,\n            \"IDR\": 769255.1353440201,\n            \"VND\": 1226280.72595816\n        },\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"DeedCredit\",\n            \"additionalData\": {\n                \"transactionId\": \"609a8f06091f9621cc8ed7bf--l2g4ia8n\",\n                \"parentTransactionId\": \"609a8f06091f9621cc8ed7bf--l2g4bdal\",\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"campaign\": {\n            \"title\": \"Help the Nature\",\n            \"description\": \"Give back to the places our hosts call home\",\n            \"_id\": \"60a38a0f3bf558072c50144e\",\n            \"isActive\": true,\n            \"id\": \"60a38a0f3bf558072c50144e\",\n            \"shareLink\": \"http://localhost:3000/campaign/60a38a0f3bf558072c50144e\",\n            \"name\": \"Help the Nature\",\n            \"tagline\": \"Give back to the places our hosts call home\"\n        },\n        \"date\": \"2022-04-26T12:27:40.042Z\",\n        \"createdAt\": \"2022-04-26T12:27:40.065Z\",\n        \"matchedAmount\": 53.38,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 49.999925020000006,\n            \"USD\": 53.38,\n            \"GBP\": 41.98956208,\n            \"CAD\": 68.03681350000001,\n            \"AUD\": 74.30319846,\n            \"JPY\": 6826.965963825401,\n            \"SGD\": 73.35490276,\n            \"INR\": 4091.6035832400003,\n            \"ILS\": 175.64566226000002,\n            \"ZAR\": 844.007194,\n            \"TRY\": 789.3770344,\n            \"ARS\": 6122.093482,\n            \"BRL\": 260.37771132,\n            \"MXN\": 1083.98104088,\n            \"CLP\": 45101.2958,\n            \"PEN\": 200.9965182,\n            \"COP\": 206729.10892504,\n            \"BOB\": 366.26302664,\n            \"CNY\": 349.847182,\n            \"KRW\": 66972.87472744,\n            \"PHP\": 2788.4113802800002,\n            \"THB\": 1828.2916900000002,\n            \"KZT\": 23979.68857744,\n            \"UAH\": 1613.86727266,\n            \"DKK\": 371.970523,\n            \"PLN\": 232.10547474,\n            \"NOK\": 490.1519747,\n            \"SEK\": 519.45935624,\n            \"HUF\": 18711.8372105,\n            \"CZK\": 1221.8028095,\n            \"CHF\": 51.216882260000006,\n            \"CRC\": 35084.028807480005,\n            \"IDR\": 769255.1353440201,\n            \"VND\": 1226280.72595816\n        },\n        \"matchedAt\": \"2022-04-26T12:27:52.411Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"metadata\": {\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"id\": \"6267e53cb6f725187779c5ce\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"paymentMethodDetailsType\": \"Deed credits\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"6267e9e2e7b2941d1eefe8c1\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"609a8f06091f9621cc8ed7bf--l2g584tc\",\n        \"amount\": 106.76,\n        \"amountCurrencies\": {\n            \"EUR\": 99.99985004000001,\n            \"USD\": 106.76,\n            \"GBP\": 83.97912416,\n            \"CAD\": 136.07362700000002,\n            \"AUD\": 148.60639692,\n            \"JPY\": 13653.931927650801,\n            \"SGD\": 146.70980552,\n            \"INR\": 8183.2071664800005,\n            \"ILS\": 351.29132452000005,\n            \"ZAR\": 1688.014388,\n            \"TRY\": 1578.7540688,\n            \"ARS\": 12244.186964,\n            \"BRL\": 520.75542264,\n            \"MXN\": 2167.96208176,\n            \"CLP\": 90202.5916,\n            \"PEN\": 401.9930364,\n            \"COP\": 413458.21785008,\n            \"BOB\": 732.52605328,\n            \"CNY\": 699.694364,\n            \"KRW\": 133945.74945488,\n            \"PHP\": 5576.8227605600005,\n            \"THB\": 3656.5833800000005,\n            \"KZT\": 47959.37715488,\n            \"UAH\": 3227.73454532,\n            \"DKK\": 743.941046,\n            \"PLN\": 464.21094948,\n            \"NOK\": 980.3039494,\n            \"SEK\": 1038.91871248,\n            \"HUF\": 37423.674421,\n            \"CZK\": 2443.605619,\n            \"CHF\": 102.43376452000001,\n            \"CRC\": 70168.05761496001,\n            \"IDR\": 1538510.2706880402,\n            \"VND\": 2452561.45191632\n        },\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"DeedCredit\",\n            \"additionalData\": {\n                \"transactionId\": \"609a8f06091f9621cc8ed7bf--l2g584tc\",\n                \"parentTransactionId\": \"609a8f06091f9621cc8ed7bf--l2g4rydi\",\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-04-26T12:47:30.784Z\",\n        \"createdAt\": \"2022-04-26T12:47:30.800Z\",\n        \"matchedAmount\": 106.76,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 99.99985004000001,\n            \"USD\": 106.76,\n            \"GBP\": 83.97912416,\n            \"CAD\": 136.07362700000002,\n            \"AUD\": 148.60639692,\n            \"JPY\": 13653.931927650801,\n            \"SGD\": 146.70980552,\n            \"INR\": 8183.2071664800005,\n            \"ILS\": 351.29132452000005,\n            \"ZAR\": 1688.014388,\n            \"TRY\": 1578.7540688,\n            \"ARS\": 12244.186964,\n            \"BRL\": 520.75542264,\n            \"MXN\": 2167.96208176,\n            \"CLP\": 90202.5916,\n            \"PEN\": 401.9930364,\n            \"COP\": 413458.21785008,\n            \"BOB\": 732.52605328,\n            \"CNY\": 699.694364,\n            \"KRW\": 133945.74945488,\n            \"PHP\": 5576.8227605600005,\n            \"THB\": 3656.5833800000005,\n            \"KZT\": 47959.37715488,\n            \"UAH\": 3227.73454532,\n            \"DKK\": 743.941046,\n            \"PLN\": 464.21094948,\n            \"NOK\": 980.3039494,\n            \"SEK\": 1038.91871248,\n            \"HUF\": 37423.674421,\n            \"CZK\": 2443.605619,\n            \"CHF\": 102.43376452000001,\n            \"CRC\": 70168.05761496001,\n            \"IDR\": 1538510.2706880402,\n            \"VND\": 2452561.45191632\n        },\n        \"matchedAt\": \"2022-04-26T12:47:42.230Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"metadata\": {\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"id\": \"6267e9e2e7b2941d1eefe8c1\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"paymentMethodDetailsType\": \"Deed credits\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"6267ebd505a7551e2fee9dfb\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"609a8f06091f9621cc8ed7bf--l2g5iv3x\",\n        \"amount\": 106.76,\n        \"amountCurrencies\": {\n            \"EUR\": 99.99985004000001,\n            \"USD\": 106.76,\n            \"GBP\": 83.97912416,\n            \"CAD\": 136.07362700000002,\n            \"AUD\": 148.60639692,\n            \"JPY\": 13653.931927650801,\n            \"SGD\": 146.70980552,\n            \"INR\": 8183.2071664800005,\n            \"ILS\": 351.29132452000005,\n            \"ZAR\": 1688.014388,\n            \"TRY\": 1578.7540688,\n            \"ARS\": 12244.186964,\n            \"BRL\": 520.75542264,\n            \"MXN\": 2167.96208176,\n            \"CLP\": 90202.5916,\n            \"PEN\": 401.9930364,\n            \"COP\": 413458.21785008,\n            \"BOB\": 732.52605328,\n            \"CNY\": 699.694364,\n            \"KRW\": 133945.74945488,\n            \"PHP\": 5576.8227605600005,\n            \"THB\": 3656.5833800000005,\n            \"KZT\": 47959.37715488,\n            \"UAH\": 3227.73454532,\n            \"DKK\": 743.941046,\n            \"PLN\": 464.21094948,\n            \"NOK\": 980.3039494,\n            \"SEK\": 1038.91871248,\n            \"HUF\": 37423.674421,\n            \"CZK\": 2443.605619,\n            \"CHF\": 102.43376452000001,\n            \"CRC\": 70168.05761496001,\n            \"IDR\": 1538510.2706880402,\n            \"VND\": 2452561.45191632\n        },\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"DeedCredit\",\n            \"additionalData\": {\n                \"transactionId\": \"609a8f06091f9621cc8ed7bf--l2g5iv3x\",\n                \"parentTransactionId\": \"609a8f06091f9621cc8ed7bf--l2g584tc\",\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-04-26T12:55:49.900Z\",\n        \"createdAt\": \"2022-04-26T12:55:49.918Z\",\n        \"matchedAmount\": 106.76,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 99.99985004000001,\n            \"USD\": 106.76,\n            \"GBP\": 83.97912416,\n            \"CAD\": 136.07362700000002,\n            \"AUD\": 148.60639692,\n            \"JPY\": 13653.931927650801,\n            \"SGD\": 146.70980552,\n            \"INR\": 8183.2071664800005,\n            \"ILS\": 351.29132452000005,\n            \"ZAR\": 1688.014388,\n            \"TRY\": 1578.7540688,\n            \"ARS\": 12244.186964,\n            \"BRL\": 520.75542264,\n            \"MXN\": 2167.96208176,\n            \"CLP\": 90202.5916,\n            \"PEN\": 401.9930364,\n            \"COP\": 413458.21785008,\n            \"BOB\": 732.52605328,\n            \"CNY\": 699.694364,\n            \"KRW\": 133945.74945488,\n            \"PHP\": 5576.8227605600005,\n            \"THB\": 3656.5833800000005,\n            \"KZT\": 47959.37715488,\n            \"UAH\": 3227.73454532,\n            \"DKK\": 743.941046,\n            \"PLN\": 464.21094948,\n            \"NOK\": 980.3039494,\n            \"SEK\": 1038.91871248,\n            \"HUF\": 37423.674421,\n            \"CZK\": 2443.605619,\n            \"CHF\": 102.43376452000001,\n            \"CRC\": 70168.05761496001,\n            \"IDR\": 1538510.2706880402,\n            \"VND\": 2452561.45191632\n        },\n        \"matchedAt\": \"2022-04-26T12:56:02.205Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"metadata\": {\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"id\": \"6267ebd505a7551e2fee9dfb\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"paymentMethodDetailsType\": \"Deed credits\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"6267f0174721c5206c809888\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"609a8f06091f9621cc8ed7bf--l2g666l5\",\n        \"amount\": 106.76,\n        \"amountCurrencies\": {\n            \"EUR\": 99.99985004000001,\n            \"USD\": 106.76,\n            \"GBP\": 83.97912416,\n            \"CAD\": 136.07362700000002,\n            \"AUD\": 148.60639692,\n            \"JPY\": 13653.931927650801,\n            \"SGD\": 146.70980552,\n            \"INR\": 8183.2071664800005,\n            \"ILS\": 351.29132452000005,\n            \"ZAR\": 1688.014388,\n            \"TRY\": 1578.7540688,\n            \"ARS\": 12244.186964,\n            \"BRL\": 520.75542264,\n            \"MXN\": 2167.96208176,\n            \"CLP\": 90202.5916,\n            \"PEN\": 401.9930364,\n            \"COP\": 413458.21785008,\n            \"BOB\": 732.52605328,\n            \"CNY\": 699.694364,\n            \"KRW\": 133945.74945488,\n            \"PHP\": 5576.8227605600005,\n            \"THB\": 3656.5833800000005,\n            \"KZT\": 47959.37715488,\n            \"UAH\": 3227.73454532,\n            \"DKK\": 743.941046,\n            \"PLN\": 464.21094948,\n            \"NOK\": 980.3039494,\n            \"SEK\": 1038.91871248,\n            \"HUF\": 37423.674421,\n            \"CZK\": 2443.605619,\n            \"CHF\": 102.43376452000001,\n            \"CRC\": 70168.05761496001,\n            \"IDR\": 1538510.2706880402,\n            \"VND\": 2452561.45191632\n        },\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"DeedCredit\",\n            \"additionalData\": {\n                \"transactionId\": \"609a8f06091f9621cc8ed7bf--l2g666l5\",\n                \"parentTransactionId\": \"609a8f06091f9621cc8ed7bf--l2g5iv3x\",\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-04-26T13:13:59.918Z\",\n        \"createdAt\": \"2022-04-26T13:13:59.944Z\",\n        \"matchedAmount\": 106.76,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 99.99985004000001,\n            \"USD\": 106.76,\n            \"GBP\": 83.97912416,\n            \"CAD\": 136.07362700000002,\n            \"AUD\": 148.60639692,\n            \"JPY\": 13653.931927650801,\n            \"SGD\": 146.70980552,\n            \"INR\": 8183.2071664800005,\n            \"ILS\": 351.29132452000005,\n            \"ZAR\": 1688.014388,\n            \"TRY\": 1578.7540688,\n            \"ARS\": 12244.186964,\n            \"BRL\": 520.75542264,\n            \"MXN\": 2167.96208176,\n            \"CLP\": 90202.5916,\n            \"PEN\": 401.9930364,\n            \"COP\": 413458.21785008,\n            \"BOB\": 732.52605328,\n            \"CNY\": 699.694364,\n            \"KRW\": 133945.74945488,\n            \"PHP\": 5576.8227605600005,\n            \"THB\": 3656.5833800000005,\n            \"KZT\": 47959.37715488,\n            \"UAH\": 3227.73454532,\n            \"DKK\": 743.941046,\n            \"PLN\": 464.21094948,\n            \"NOK\": 980.3039494,\n            \"SEK\": 1038.91871248,\n            \"HUF\": 37423.674421,\n            \"CZK\": 2443.605619,\n            \"CHF\": 102.43376452000001,\n            \"CRC\": 70168.05761496001,\n            \"IDR\": 1538510.2706880402,\n            \"VND\": 2452561.45191632\n        },\n        \"matchedAt\": \"2022-04-26T13:14:11.879Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"metadata\": {\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"id\": \"6267f0174721c5206c809888\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"paymentMethodDetailsType\": \"Deed credits\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"6267f2a22fdb8e21e77a4b8c\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"913416654S805030L\",\n        \"amount\": 106.77,\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"Card\",\n            \"additionalData\": {\n                \"payer\": {\n                    \"name\": {\n                        \"given_name\": \"Greg\",\n                        \"surname\": \"Granaghan\"\n                    },\n                    \"email_address\": \"greg@test.com\",\n                    \"payer_id\": \"7HD63XYPLH9KS\",\n                    \"address\": {\n                        \"country_code\": \"US\"\n                    }\n                }\n            },\n            \"id\": null\n        },\n        \"metadata\": {\n            \"paypalDescription\": [\n                \"Donated on Deed on behalf of the fundraiser SDG test by Team Deed\"\n            ],\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-04-26T13:24:50.865Z\",\n        \"createdAt\": \"2022-04-26T13:24:50.871Z\",\n        \"amountCurrencies\": {\n            \"EUR\": 100.00921683,\n            \"USD\": 106.77,\n            \"GBP\": 83.98699031999999,\n            \"CAD\": 136.08637275,\n            \"AUD\": 148.62031659,\n            \"JPY\": 13655.2108646991,\n            \"SGD\": 146.72354754,\n            \"INR\": 8183.973671459999,\n            \"ILS\": 351.32422929,\n            \"ZAR\": 1688.1725009999998,\n            \"TRY\": 1578.9019475999999,\n            \"ARS\": 12245.333853,\n            \"BRL\": 520.80420078,\n            \"MXN\": 2168.1651505199998,\n            \"CLP\": 90211.0407,\n            \"PEN\": 402.0306903,\n            \"COP\": 413496.94567115995,\n            \"BOB\": 732.59466756,\n            \"CNY\": 699.7599029999999,\n            \"KRW\": 133958.29589076,\n            \"PHP\": 5577.3451306199995,\n            \"THB\": 3656.925885,\n            \"KZT\": 47963.86941576,\n            \"UAH\": 3228.03688089,\n            \"DKK\": 744.0107295,\n            \"PLN\": 464.25443121,\n            \"NOK\": 980.3957725499998,\n            \"SEK\": 1039.01602596,\n            \"HUF\": 37427.17982325,\n            \"CZK\": 2443.83450675,\n            \"CHF\": 102.44335929,\n            \"CRC\": 70174.63011941999,\n            \"IDR\": 1538654.37993033,\n            \"VND\": 2452791.17854164\n        },\n        \"matchedAmount\": 106.77,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 100.00921683,\n            \"USD\": 106.77,\n            \"GBP\": 83.98699031999999,\n            \"CAD\": 136.08637275,\n            \"AUD\": 148.62031659,\n            \"JPY\": 13655.2108646991,\n            \"SGD\": 146.72354754,\n            \"INR\": 8183.973671459999,\n            \"ILS\": 351.32422929,\n            \"ZAR\": 1688.1725009999998,\n            \"TRY\": 1578.9019475999999,\n            \"ARS\": 12245.333853,\n            \"BRL\": 520.80420078,\n            \"MXN\": 2168.1651505199998,\n            \"CLP\": 90211.0407,\n            \"PEN\": 402.0306903,\n            \"COP\": 413496.94567115995,\n            \"BOB\": 732.59466756,\n            \"CNY\": 699.7599029999999,\n            \"KRW\": 133958.29589076,\n            \"PHP\": 5577.3451306199995,\n            \"THB\": 3656.925885,\n            \"KZT\": 47963.86941576,\n            \"UAH\": 3228.03688089,\n            \"DKK\": 744.0107295,\n            \"PLN\": 464.25443121,\n            \"NOK\": 980.3957725499998,\n            \"SEK\": 1039.01602596,\n            \"HUF\": 37427.17982325,\n            \"CZK\": 2443.83450675,\n            \"CHF\": 102.44335929,\n            \"CRC\": 70174.63011941999,\n            \"IDR\": 1538654.37993033,\n            \"VND\": 2452791.17854164\n        },\n        \"matchedAt\": \"2022-04-26T13:25:34.013Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"id\": \"6267f2a22fdb8e21e77a4b8c\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"processedAt\": \"2022-04-26T13:24:50.865Z\",\n        \"disbursedAt\": \"2022-05-25T11:59:59.999Z\",\n        \"paymentMethodDetailsType\": \"Card\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"6267f44d2fdb8e21e77a552c\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"6EG12805NW4362049\",\n        \"amount\": 106.77,\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"Card\",\n            \"additionalData\": {\n                \"payer\": {\n                    \"name\": {\n                        \"given_name\": \"Greg\",\n                        \"surname\": \"Granaghan\"\n                    },\n                    \"email_address\": \"greg@test.com\",\n                    \"payer_id\": \"PWLZU2L76SL28\",\n                    \"address\": {\n                        \"country_code\": \"US\"\n                    }\n                }\n            },\n            \"id\": null\n        },\n        \"metadata\": {\n            \"paypalDescription\": [\n                \"Donated on Deed on behalf of the fundraiser SDG test by Team Deed\"\n            ],\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"campaign\": {\n            \"title\": \"Help the Nature\",\n            \"description\": \"Give back to the places our hosts call home\",\n            \"_id\": \"60a38a0f3bf558072c50144e\",\n            \"isActive\": true,\n            \"id\": \"60a38a0f3bf558072c50144e\",\n            \"shareLink\": \"http://localhost:3000/campaign/60a38a0f3bf558072c50144e\",\n            \"name\": \"Help the Nature\",\n            \"tagline\": \"Give back to the places our hosts call home\"\n        },\n        \"date\": \"2022-04-26T13:31:57.168Z\",\n        \"createdAt\": \"2022-04-26T13:31:57.180Z\",\n        \"amountCurrencies\": {\n            \"EUR\": 100.00921683,\n            \"USD\": 106.77,\n            \"GBP\": 83.98699031999999,\n            \"CAD\": 136.08637275,\n            \"AUD\": 148.62031659,\n            \"JPY\": 13655.2108646991,\n            \"SGD\": 146.72354754,\n            \"INR\": 8183.973671459999,\n            \"ILS\": 351.32422929,\n            \"ZAR\": 1688.1725009999998,\n            \"TRY\": 1578.9019475999999,\n            \"ARS\": 12245.333853,\n            \"BRL\": 520.80420078,\n            \"MXN\": 2168.1651505199998,\n            \"CLP\": 90211.0407,\n            \"PEN\": 402.0306903,\n            \"COP\": 413496.94567115995,\n            \"BOB\": 732.59466756,\n            \"CNY\": 699.7599029999999,\n            \"KRW\": 133958.29589076,\n            \"PHP\": 5577.3451306199995,\n            \"THB\": 3656.925885,\n            \"KZT\": 47963.86941576,\n            \"UAH\": 3228.03688089,\n            \"DKK\": 744.0107295,\n            \"PLN\": 464.25443121,\n            \"NOK\": 980.3957725499998,\n            \"SEK\": 1039.01602596,\n            \"HUF\": 37427.17982325,\n            \"CZK\": 2443.83450675,\n            \"CHF\": 102.44335929,\n            \"CRC\": 70174.63011941999,\n            \"IDR\": 1538654.37993033,\n            \"VND\": 2452791.17854164\n        },\n        \"matchedAmount\": 106.77,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 100.00921683,\n            \"USD\": 106.77,\n            \"GBP\": 83.98699031999999,\n            \"CAD\": 136.08637275,\n            \"AUD\": 148.62031659,\n            \"JPY\": 13655.2108646991,\n            \"SGD\": 146.72354754,\n            \"INR\": 8183.973671459999,\n            \"ILS\": 351.32422929,\n            \"ZAR\": 1688.1725009999998,\n            \"TRY\": 1578.9019475999999,\n            \"ARS\": 12245.333853,\n            \"BRL\": 520.80420078,\n            \"MXN\": 2168.1651505199998,\n            \"CLP\": 90211.0407,\n            \"PEN\": 402.0306903,\n            \"COP\": 413496.94567115995,\n            \"BOB\": 732.59466756,\n            \"CNY\": 699.7599029999999,\n            \"KRW\": 133958.29589076,\n            \"PHP\": 5577.3451306199995,\n            \"THB\": 3656.925885,\n            \"KZT\": 47963.86941576,\n            \"UAH\": 3228.03688089,\n            \"DKK\": 744.0107295,\n            \"PLN\": 464.25443121,\n            \"NOK\": 980.3957725499998,\n            \"SEK\": 1039.01602596,\n            \"HUF\": 37427.17982325,\n            \"CZK\": 2443.83450675,\n            \"CHF\": 102.44335929,\n            \"CRC\": 70174.63011941999,\n            \"IDR\": 1538654.37993033,\n            \"VND\": 2452791.17854164\n        },\n        \"matchedAt\": \"2022-04-26T13:32:38.226Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"id\": \"6267f44d2fdb8e21e77a552c\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"processedAt\": \"2022-04-26T13:31:57.168Z\",\n        \"disbursedAt\": \"2022-05-25T11:59:59.999Z\",\n        \"paymentMethodDetailsType\": \"Card\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"6267f84ffb8ac1244c3df41b\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"609a8f06091f9621cc8ed7bf--l2g7faic\",\n        \"amount\": 106.76,\n        \"amountCurrencies\": {\n            \"EUR\": 99.99985004000001,\n            \"USD\": 106.76,\n            \"GBP\": 83.97912416,\n            \"CAD\": 136.07362700000002,\n            \"AUD\": 148.60639692,\n            \"JPY\": 13653.931927650801,\n            \"SGD\": 146.70980552,\n            \"INR\": 8183.2071664800005,\n            \"ILS\": 351.29132452000005,\n            \"ZAR\": 1688.014388,\n            \"TRY\": 1578.7540688,\n            \"ARS\": 12244.186964,\n            \"BRL\": 520.75542264,\n            \"MXN\": 2167.96208176,\n            \"CLP\": 90202.5916,\n            \"PEN\": 401.9930364,\n            \"COP\": 413458.21785008,\n            \"BOB\": 732.52605328,\n            \"CNY\": 699.694364,\n            \"KRW\": 133945.74945488,\n            \"PHP\": 5576.8227605600005,\n            \"THB\": 3656.5833800000005,\n            \"KZT\": 47959.37715488,\n            \"UAH\": 3227.73454532,\n            \"DKK\": 743.941046,\n            \"PLN\": 464.21094948,\n            \"NOK\": 980.3039494,\n            \"SEK\": 1038.91871248,\n            \"HUF\": 37423.674421,\n            \"CZK\": 2443.605619,\n            \"CHF\": 102.43376452000001,\n            \"CRC\": 70168.05761496001,\n            \"IDR\": 1538510.2706880402,\n            \"VND\": 2452561.45191632\n        },\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"DeedCredit\",\n            \"additionalData\": {\n                \"transactionId\": \"609a8f06091f9621cc8ed7bf--l2g7faic\",\n                \"parentTransactionId\": \"609a8f06091f9621cc8ed7bf--l2g67020\",\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-04-26T13:49:03.433Z\",\n        \"createdAt\": \"2022-04-26T13:49:03.455Z\",\n        \"matchedAmount\": 106.76,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 99.99985004000001,\n            \"USD\": 106.76,\n            \"GBP\": 83.97912416,\n            \"CAD\": 136.07362700000002,\n            \"AUD\": 148.60639692,\n            \"JPY\": 13653.931927650801,\n            \"SGD\": 146.70980552,\n            \"INR\": 8183.2071664800005,\n            \"ILS\": 351.29132452000005,\n            \"ZAR\": 1688.014388,\n            \"TRY\": 1578.7540688,\n            \"ARS\": 12244.186964,\n            \"BRL\": 520.75542264,\n            \"MXN\": 2167.96208176,\n            \"CLP\": 90202.5916,\n            \"PEN\": 401.9930364,\n            \"COP\": 413458.21785008,\n            \"BOB\": 732.52605328,\n            \"CNY\": 699.694364,\n            \"KRW\": 133945.74945488,\n            \"PHP\": 5576.8227605600005,\n            \"THB\": 3656.5833800000005,\n            \"KZT\": 47959.37715488,\n            \"UAH\": 3227.73454532,\n            \"DKK\": 743.941046,\n            \"PLN\": 464.21094948,\n            \"NOK\": 980.3039494,\n            \"SEK\": 1038.91871248,\n            \"HUF\": 37423.674421,\n            \"CZK\": 2443.605619,\n            \"CHF\": 102.43376452000001,\n            \"CRC\": 70168.05761496001,\n            \"IDR\": 1538510.2706880402,\n            \"VND\": 2452561.45191632\n        },\n        \"matchedAt\": \"2022-04-26T13:49:15.513Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"metadata\": {\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"id\": \"6267f84ffb8ac1244c3df41b\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"paymentMethodDetailsType\": \"Deed credits\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"6267faefaa6de925be0617d8\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"609a8f06091f9621cc8ed7bf--l2g7thzx\",\n        \"amount\": 106.76,\n        \"amountCurrencies\": {\n            \"EUR\": 99.99985004000001,\n            \"USD\": 106.76,\n            \"GBP\": 83.97912416,\n            \"CAD\": 136.07362700000002,\n            \"AUD\": 148.60639692,\n            \"JPY\": 13653.931927650801,\n            \"SGD\": 146.70980552,\n            \"INR\": 8183.2071664800005,\n            \"ILS\": 351.29132452000005,\n            \"ZAR\": 1688.014388,\n            \"TRY\": 1578.7540688,\n            \"ARS\": 12244.186964,\n            \"BRL\": 520.75542264,\n            \"MXN\": 2167.96208176,\n            \"CLP\": 90202.5916,\n            \"PEN\": 401.9930364,\n            \"COP\": 413458.21785008,\n            \"BOB\": 732.52605328,\n            \"CNY\": 699.694364,\n            \"KRW\": 133945.74945488,\n            \"PHP\": 5576.8227605600005,\n            \"THB\": 3656.5833800000005,\n            \"KZT\": 47959.37715488,\n            \"UAH\": 3227.73454532,\n            \"DKK\": 743.941046,\n            \"PLN\": 464.21094948,\n            \"NOK\": 980.3039494,\n            \"SEK\": 1038.91871248,\n            \"HUF\": 37423.674421,\n            \"CZK\": 2443.605619,\n            \"CHF\": 102.43376452000001,\n            \"CRC\": 70168.05761496001,\n            \"IDR\": 1538510.2706880402,\n            \"VND\": 2452561.45191632\n        },\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"DeedCredit\",\n            \"additionalData\": {\n                \"transactionId\": \"609a8f06091f9621cc8ed7bf--l2g7thzx\",\n                \"parentTransactionId\": \"609a8f06091f9621cc8ed7bf--l2g7faic\",\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-04-26T14:00:15.180Z\",\n        \"createdAt\": \"2022-04-26T14:00:15.192Z\",\n        \"matchedAmount\": 106.76,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 99.99985004000001,\n            \"USD\": 106.76,\n            \"GBP\": 83.97912416,\n            \"CAD\": 136.07362700000002,\n            \"AUD\": 148.60639692,\n            \"JPY\": 13653.931927650801,\n            \"SGD\": 146.70980552,\n            \"INR\": 8183.2071664800005,\n            \"ILS\": 351.29132452000005,\n            \"ZAR\": 1688.014388,\n            \"TRY\": 1578.7540688,\n            \"ARS\": 12244.186964,\n            \"BRL\": 520.75542264,\n            \"MXN\": 2167.96208176,\n            \"CLP\": 90202.5916,\n            \"PEN\": 401.9930364,\n            \"COP\": 413458.21785008,\n            \"BOB\": 732.52605328,\n            \"CNY\": 699.694364,\n            \"KRW\": 133945.74945488,\n            \"PHP\": 5576.8227605600005,\n            \"THB\": 3656.5833800000005,\n            \"KZT\": 47959.37715488,\n            \"UAH\": 3227.73454532,\n            \"DKK\": 743.941046,\n            \"PLN\": 464.21094948,\n            \"NOK\": 980.3039494,\n            \"SEK\": 1038.91871248,\n            \"HUF\": 37423.674421,\n            \"CZK\": 2443.605619,\n            \"CHF\": 102.43376452000001,\n            \"CRC\": 70168.05761496001,\n            \"IDR\": 1538510.2706880402,\n            \"VND\": 2452561.45191632\n        },\n        \"matchedAt\": \"2022-04-26T14:00:27.735Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"metadata\": {\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"id\": \"6267faefaa6de925be0617d8\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"paymentMethodDetailsType\": \"Deed credits\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"62695a42f0e61d79b9c1ef2c\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"609a8f06091f9621cc8ed7bf--l2hpdb99\",\n        \"amount\": 53.22,\n        \"amountCurrencies\": {\n            \"EUR\": 50.001201179999995,\n            \"USD\": 53.22,\n            \"GBP\": 42.301544459999995,\n            \"CAD\": 68.1716268,\n            \"AUD\": 74.60922443999999,\n            \"JPY\": 6787.964414177401,\n            \"SGD\": 73.39208304,\n            \"INR\": 4086.88892022,\n            \"ILS\": 175.27394969999997,\n            \"ZAR\": 844.2586632,\n            \"TRY\": 787.820982,\n            \"ARS\": 6112.189272,\n            \"BRL\": 266.057424,\n            \"MXN\": 1085.259579,\n            \"CLP\": 45072.5502,\n            \"PEN\": 201.81763758,\n            \"COP\": 210485.17546596,\n            \"BOB\": 366.25525020000003,\n            \"CNY\": 348.96354,\n            \"KRW\": 67253.61655266001,\n            \"PHP\": 2783.3527799999997,\n            \"THB\": 1825.2863399999999,\n            \"KZT\": 24045.043685880002,\n            \"UAH\": 1611.5361930000001,\n            \"DKK\": 372.03190865999994,\n            \"PLN\": 236.00036459999998,\n            \"NOK\": 491.81682366,\n            \"SEK\": 523.48373484,\n            \"HUF\": 18885.75564,\n            \"CZK\": 1228.8120138,\n            \"CHF\": 51.2324991,\n            \"CRC\": 35252.993034839994,\n            \"IDR\": 767463.34854762,\n            \"VND\": 1222464.6997388399\n        },\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"DeedCredit\",\n            \"additionalData\": {\n                \"transactionId\": \"609a8f06091f9621cc8ed7bf--l2hpdb99\",\n                \"parentTransactionId\": \"609a8f06091f9621cc8ed7bf--l2hpckfq\",\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-04-27T14:59:14.386Z\",\n        \"createdAt\": \"2022-04-27T14:59:14.392Z\",\n        \"matchedAmount\": 53.22,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 50.001201179999995,\n            \"USD\": 53.22,\n            \"GBP\": 42.301544459999995,\n            \"CAD\": 68.1716268,\n            \"AUD\": 74.60922443999999,\n            \"JPY\": 6787.964414177401,\n            \"SGD\": 73.39208304,\n            \"INR\": 4086.88892022,\n            \"ILS\": 175.27394969999997,\n            \"ZAR\": 844.2586632,\n            \"TRY\": 787.820982,\n            \"ARS\": 6112.189272,\n            \"BRL\": 266.057424,\n            \"MXN\": 1085.259579,\n            \"CLP\": 45072.5502,\n            \"PEN\": 201.81763758,\n            \"COP\": 210485.17546596,\n            \"BOB\": 366.25525020000003,\n            \"CNY\": 348.96354,\n            \"KRW\": 67253.61655266001,\n            \"PHP\": 2783.3527799999997,\n            \"THB\": 1825.2863399999999,\n            \"KZT\": 24045.043685880002,\n            \"UAH\": 1611.5361930000001,\n            \"DKK\": 372.03190865999994,\n            \"PLN\": 236.00036459999998,\n            \"NOK\": 491.81682366,\n            \"SEK\": 523.48373484,\n            \"HUF\": 18885.75564,\n            \"CZK\": 1228.8120138,\n            \"CHF\": 51.2324991,\n            \"CRC\": 35252.993034839994,\n            \"IDR\": 767463.34854762,\n            \"VND\": 1222464.6997388399\n        },\n        \"matchedAt\": \"2022-04-27T14:59:19.121Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"metadata\": {\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"id\": \"62695a42f0e61d79b9c1ef2c\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"paymentMethodDetailsType\": \"Deed credits\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"62695a6ff0e61d79b9c1f04b\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"609a8f06091f9621cc8ed7bf--l2hpebff\",\n        \"amount\": 106.44,\n        \"amountCurrencies\": {\n            \"EUR\": 100.00240235999999,\n            \"USD\": 106.44,\n            \"GBP\": 84.60308891999999,\n            \"CAD\": 136.3432536,\n            \"AUD\": 149.21844887999998,\n            \"JPY\": 13575.928828354801,\n            \"SGD\": 146.78416608,\n            \"INR\": 8173.77784044,\n            \"ILS\": 350.54789939999995,\n            \"ZAR\": 1688.5173264,\n            \"TRY\": 1575.641964,\n            \"ARS\": 12224.378544,\n            \"BRL\": 532.114848,\n            \"MXN\": 2170.519158,\n            \"CLP\": 90145.1004,\n            \"PEN\": 403.63527516,\n            \"COP\": 420970.35093192,\n            \"BOB\": 732.5105004000001,\n            \"CNY\": 697.92708,\n            \"KRW\": 134507.23310532002,\n            \"PHP\": 5566.705559999999,\n            \"THB\": 3650.5726799999998,\n            \"KZT\": 48090.087371760004,\n            \"UAH\": 3223.0723860000003,\n            \"DKK\": 744.0638173199999,\n            \"PLN\": 472.00072919999997,\n            \"NOK\": 983.63364732,\n            \"SEK\": 1046.96746968,\n            \"HUF\": 37771.51128,\n            \"CZK\": 2457.6240276,\n            \"CHF\": 102.4649982,\n            \"CRC\": 70505.98606967999,\n            \"IDR\": 1534926.69709524,\n            \"VND\": 2444929.3994776797\n        },\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"DeedCredit\",\n            \"additionalData\": {\n                \"transactionId\": \"609a8f06091f9621cc8ed7bf--l2hpebff\",\n                \"parentTransactionId\": \"609a8f06091f9621cc8ed7bf--l2hpdb99\",\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-04-27T14:59:59.588Z\",\n        \"createdAt\": \"2022-04-27T14:59:59.592Z\",\n        \"matchedAmount\": 106.44,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 100.00240235999999,\n            \"USD\": 106.44,\n            \"GBP\": 84.60308891999999,\n            \"CAD\": 136.3432536,\n            \"AUD\": 149.21844887999998,\n            \"JPY\": 13575.928828354801,\n            \"SGD\": 146.78416608,\n            \"INR\": 8173.77784044,\n            \"ILS\": 350.54789939999995,\n            \"ZAR\": 1688.5173264,\n            \"TRY\": 1575.641964,\n            \"ARS\": 12224.378544,\n            \"BRL\": 532.114848,\n            \"MXN\": 2170.519158,\n            \"CLP\": 90145.1004,\n            \"PEN\": 403.63527516,\n            \"COP\": 420970.35093192,\n            \"BOB\": 732.5105004000001,\n            \"CNY\": 697.92708,\n            \"KRW\": 134507.23310532002,\n            \"PHP\": 5566.705559999999,\n            \"THB\": 3650.5726799999998,\n            \"KZT\": 48090.087371760004,\n            \"UAH\": 3223.0723860000003,\n            \"DKK\": 744.0638173199999,\n            \"PLN\": 472.00072919999997,\n            \"NOK\": 983.63364732,\n            \"SEK\": 1046.96746968,\n            \"HUF\": 37771.51128,\n            \"CZK\": 2457.6240276,\n            \"CHF\": 102.4649982,\n            \"CRC\": 70505.98606967999,\n            \"IDR\": 1534926.69709524,\n            \"VND\": 2444929.3994776797\n        },\n        \"matchedAt\": \"2022-04-27T15:00:03.884Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"metadata\": {\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"id\": \"62695a6ff0e61d79b9c1f04b\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"paymentMethodDetailsType\": \"Deed credits\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"62695fe2e5a3ac7cb2ea9794\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"609a8f06091f9621cc8ed7bf--l2hq879c\",\n        \"amount\": 53.22,\n        \"amountCurrencies\": {\n            \"EUR\": 50.001201179999995,\n            \"USD\": 53.22,\n            \"GBP\": 42.301544459999995,\n            \"CAD\": 68.1716268,\n            \"AUD\": 74.60922443999999,\n            \"JPY\": 6787.964414177401,\n            \"SGD\": 73.39208304,\n            \"INR\": 4086.88892022,\n            \"ILS\": 175.27394969999997,\n            \"ZAR\": 844.2586632,\n            \"TRY\": 787.820982,\n            \"ARS\": 6112.189272,\n            \"BRL\": 266.057424,\n            \"MXN\": 1085.259579,\n            \"CLP\": 45072.5502,\n            \"PEN\": 201.81763758,\n            \"COP\": 210485.17546596,\n            \"BOB\": 366.25525020000003,\n            \"CNY\": 348.96354,\n            \"KRW\": 67253.61655266001,\n            \"PHP\": 2783.3527799999997,\n            \"THB\": 1825.2863399999999,\n            \"KZT\": 24045.043685880002,\n            \"UAH\": 1611.5361930000001,\n            \"DKK\": 372.03190865999994,\n            \"PLN\": 236.00036459999998,\n            \"NOK\": 491.81682366,\n            \"SEK\": 523.48373484,\n            \"HUF\": 18885.75564,\n            \"CZK\": 1228.8120138,\n            \"CHF\": 51.2324991,\n            \"CRC\": 35252.993034839994,\n            \"IDR\": 767463.34854762,\n            \"VND\": 1222464.6997388399\n        },\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"DeedCredit\",\n            \"additionalData\": {\n                \"transactionId\": \"609a8f06091f9621cc8ed7bf--l2hq879c\",\n                \"parentTransactionId\": \"609a8f06091f9621cc8ed7bf--l2hq6pn9\",\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-04-27T15:23:14.967Z\",\n        \"createdAt\": \"2022-04-27T15:23:14.991Z\",\n        \"matchedAmount\": 53.22,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 50.001201179999995,\n            \"USD\": 53.22,\n            \"GBP\": 42.301544459999995,\n            \"CAD\": 68.1716268,\n            \"AUD\": 74.60922443999999,\n            \"JPY\": 6787.964414177401,\n            \"SGD\": 73.39208304,\n            \"INR\": 4086.88892022,\n            \"ILS\": 175.27394969999997,\n            \"ZAR\": 844.2586632,\n            \"TRY\": 787.820982,\n            \"ARS\": 6112.189272,\n            \"BRL\": 266.057424,\n            \"MXN\": 1085.259579,\n            \"CLP\": 45072.5502,\n            \"PEN\": 201.81763758,\n            \"COP\": 210485.17546596,\n            \"BOB\": 366.25525020000003,\n            \"CNY\": 348.96354,\n            \"KRW\": 67253.61655266001,\n            \"PHP\": 2783.3527799999997,\n            \"THB\": 1825.2863399999999,\n            \"KZT\": 24045.043685880002,\n            \"UAH\": 1611.5361930000001,\n            \"DKK\": 372.03190865999994,\n            \"PLN\": 236.00036459999998,\n            \"NOK\": 491.81682366,\n            \"SEK\": 523.48373484,\n            \"HUF\": 18885.75564,\n            \"CZK\": 1228.8120138,\n            \"CHF\": 51.2324991,\n            \"CRC\": 35252.993034839994,\n            \"IDR\": 767463.34854762,\n            \"VND\": 1222464.6997388399\n        },\n        \"matchedAt\": \"2022-04-27T15:23:26.721Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"metadata\": {\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"id\": \"62695fe2e5a3ac7cb2ea9794\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"paymentMethodDetailsType\": \"Deed credits\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"626963f2553e3a7ddba1da7f\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"3TV82994SE041751H\",\n        \"amount\": 100.01,\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"Card\",\n            \"additionalData\": {\n                \"payer\": {\n                    \"name\": {\n                        \"given_name\": \"Greg\",\n                        \"surname\": \"Granaghan\"\n                    },\n                    \"email_address\": \"greg@test.com\",\n                    \"payer_id\": \"NCGA3QWP5LSKY\",\n                    \"address\": {\n                        \"country_code\": \"US\"\n                    }\n                }\n            },\n            \"id\": null\n        },\n        \"metadata\": {\n            \"paypalDescription\": [\n                \"Donated on Deed on behalf of the fundraiser SDG test by Team Deed\"\n            ],\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"campaign\": {\n            \"title\": \"Help the Nature\",\n            \"description\": \"Give back to the places our hosts call home\",\n            \"_id\": \"60a38a0f3bf558072c50144e\",\n            \"isActive\": true,\n            \"id\": \"60a38a0f3bf558072c50144e\",\n            \"shareLink\": \"http://localhost:3000/campaign/60a38a0f3bf558072c50144e\",\n            \"name\": \"Help the Nature\",\n            \"tagline\": \"Give back to the places our hosts call home\"\n        },\n        \"date\": \"2022-04-27T15:40:34.078Z\",\n        \"createdAt\": \"2022-04-27T15:40:34.092Z\",\n        \"amountCurrencies\": {\n            \"EUR\": 93.96129519,\n            \"USD\": 100.01,\n            \"GBP\": 79.49224843,\n            \"CAD\": 128.1068094,\n            \"AUD\": 140.20421902,\n            \"JPY\": 12755.812120666702,\n            \"SGD\": 137.91699032,\n            \"INR\": 7680.00302351,\n            \"ILS\": 329.37143385,\n            \"ZAR\": 1586.5146356,\n            \"TRY\": 1480.4580310000001,\n            \"ARS\": 11485.908476,\n            \"BRL\": 499.96999200000005,\n            \"MXN\": 2039.3989195000001,\n            \"CLP\": 84699.4691,\n            \"PEN\": 379.25182139000003,\n            \"COP\": 395539.69181418,\n            \"BOB\": 688.2598191000001,\n            \"CNY\": 655.76557,\n            \"KRW\": 126381.70220653001,\n            \"PHP\": 5230.42299,\n            \"THB\": 3430.04297,\n            \"KZT\": 45184.983446540005,\n            \"UAH\": 3028.3678065000004,\n            \"DKK\": 699.11520453,\n            \"PLN\": 443.4873443,\n            \"NOK\": 924.2127120300001,\n            \"SEK\": 983.72056222,\n            \"HUF\": 35489.748620000006,\n            \"CZK\": 2309.1598929,\n            \"CHF\": 96.27512655000001,\n            \"CRC\": 66246.74621222,\n            \"IDR\": 1442202.35791521,\n            \"VND\": 2297232.14244422\n        },\n        \"matchedAmount\": 100.01,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 93.96129519,\n            \"USD\": 100.01,\n            \"GBP\": 79.49224843,\n            \"CAD\": 128.1068094,\n            \"AUD\": 140.20421902,\n            \"JPY\": 12755.812120666702,\n            \"SGD\": 137.91699032,\n            \"INR\": 7680.00302351,\n            \"ILS\": 329.37143385,\n            \"ZAR\": 1586.5146356,\n            \"TRY\": 1480.4580310000001,\n            \"ARS\": 11485.908476,\n            \"BRL\": 499.96999200000005,\n            \"MXN\": 2039.3989195000001,\n            \"CLP\": 84699.4691,\n            \"PEN\": 379.25182139000003,\n            \"COP\": 395539.69181418,\n            \"BOB\": 688.2598191000001,\n            \"CNY\": 655.76557,\n            \"KRW\": 126381.70220653001,\n            \"PHP\": 5230.42299,\n            \"THB\": 3430.04297,\n            \"KZT\": 45184.983446540005,\n            \"UAH\": 3028.3678065000004,\n            \"DKK\": 699.11520453,\n            \"PLN\": 443.4873443,\n            \"NOK\": 924.2127120300001,\n            \"SEK\": 983.72056222,\n            \"HUF\": 35489.748620000006,\n            \"CZK\": 2309.1598929,\n            \"CHF\": 96.27512655000001,\n            \"CRC\": 66246.74621222,\n            \"IDR\": 1442202.35791521,\n            \"VND\": 2297232.14244422\n        },\n        \"matchedAt\": \"2022-04-27T15:41:18.264Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"id\": \"626963f2553e3a7ddba1da7f\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"processedAt\": \"2022-04-27T15:40:34.078Z\",\n        \"disbursedAt\": \"2022-05-25T11:59:59.999Z\",\n        \"paymentMethodDetailsType\": \"Card\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"62696960b34ffa81309adba8\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"1SF78999A58354622\",\n        \"amount\": 100.01,\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"Card\",\n            \"additionalData\": {\n                \"payer\": {\n                    \"name\": {\n                        \"given_name\": \"Greg\",\n                        \"surname\": \"Granaghan\"\n                    },\n                    \"email_address\": \"greg@test.com\",\n                    \"payer_id\": \"U5TX9DVLJH5T2\",\n                    \"address\": {\n                        \"country_code\": \"US\"\n                    }\n                }\n            },\n            \"id\": null\n        },\n        \"metadata\": {\n            \"paypalDescription\": [\n                \"Donated on Deed on behalf of the fundraiser SDG test by Team Deed\"\n            ],\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"campaign\": {\n            \"title\": \"Help the Nature\",\n            \"description\": \"Give back to the places our hosts call home\",\n            \"_id\": \"60a38a0f3bf558072c50144e\",\n            \"isActive\": true,\n            \"id\": \"60a38a0f3bf558072c50144e\",\n            \"shareLink\": \"http://localhost:3000/campaign/60a38a0f3bf558072c50144e\",\n            \"name\": \"Help the Nature\",\n            \"tagline\": \"Give back to the places our hosts call home\"\n        },\n        \"date\": \"2022-04-27T16:03:44.549Z\",\n        \"createdAt\": \"2022-04-27T16:03:44.555Z\",\n        \"amountCurrencies\": {\n            \"EUR\": 93.96129519,\n            \"USD\": 100.01,\n            \"GBP\": 79.49224843,\n            \"CAD\": 128.1068094,\n            \"AUD\": 140.20421902,\n            \"JPY\": 12755.812120666702,\n            \"SGD\": 137.91699032,\n            \"INR\": 7680.00302351,\n            \"ILS\": 329.37143385,\n            \"ZAR\": 1586.5146356,\n            \"TRY\": 1480.4580310000001,\n            \"ARS\": 11485.908476,\n            \"BRL\": 499.96999200000005,\n            \"MXN\": 2039.3989195000001,\n            \"CLP\": 84699.4691,\n            \"PEN\": 379.25182139000003,\n            \"COP\": 395539.69181418,\n            \"BOB\": 688.2598191000001,\n            \"CNY\": 655.76557,\n            \"KRW\": 126381.70220653001,\n            \"PHP\": 5230.42299,\n            \"THB\": 3430.04297,\n            \"KZT\": 45184.983446540005,\n            \"UAH\": 3028.3678065000004,\n            \"DKK\": 699.11520453,\n            \"PLN\": 443.4873443,\n            \"NOK\": 924.2127120300001,\n            \"SEK\": 983.72056222,\n            \"HUF\": 35489.748620000006,\n            \"CZK\": 2309.1598929,\n            \"CHF\": 96.27512655000001,\n            \"CRC\": 66246.74621222,\n            \"IDR\": 1442202.35791521,\n            \"VND\": 2297232.14244422\n        },\n        \"matchedAmount\": 100.01,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 93.96129519,\n            \"USD\": 100.01,\n            \"GBP\": 79.49224843,\n            \"CAD\": 128.1068094,\n            \"AUD\": 140.20421902,\n            \"JPY\": 12755.812120666702,\n            \"SGD\": 137.91699032,\n            \"INR\": 7680.00302351,\n            \"ILS\": 329.37143385,\n            \"ZAR\": 1586.5146356,\n            \"TRY\": 1480.4580310000001,\n            \"ARS\": 11485.908476,\n            \"BRL\": 499.96999200000005,\n            \"MXN\": 2039.3989195000001,\n            \"CLP\": 84699.4691,\n            \"PEN\": 379.25182139000003,\n            \"COP\": 395539.69181418,\n            \"BOB\": 688.2598191000001,\n            \"CNY\": 655.76557,\n            \"KRW\": 126381.70220653001,\n            \"PHP\": 5230.42299,\n            \"THB\": 3430.04297,\n            \"KZT\": 45184.983446540005,\n            \"UAH\": 3028.3678065000004,\n            \"DKK\": 699.11520453,\n            \"PLN\": 443.4873443,\n            \"NOK\": 924.2127120300001,\n            \"SEK\": 983.72056222,\n            \"HUF\": 35489.748620000006,\n            \"CZK\": 2309.1598929,\n            \"CHF\": 96.27512655000001,\n            \"CRC\": 66246.74621222,\n            \"IDR\": 1442202.35791521,\n            \"VND\": 2297232.14244422\n        },\n        \"matchedAt\": \"2022-04-27T16:04:25.011Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"id\": \"62696960b34ffa81309adba8\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"processedAt\": \"2022-04-27T16:03:44.549Z\",\n        \"disbursedAt\": \"2022-05-25T11:59:59.999Z\",\n        \"paymentMethodDetailsType\": \"Card\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"626a58feebf8628952e6474b\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"52R726691P577980W\",\n        \"amount\": 50.01,\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"Card\",\n            \"additionalData\": {\n                \"payer\": {\n                    \"name\": {\n                        \"given_name\": \"Greg\",\n                        \"surname\": \"Granaghan\"\n                    },\n                    \"email_address\": \"greg@test.com\",\n                    \"payer_id\": \"FKUYZC9GA3ULE\",\n                    \"address\": {\n                        \"country_code\": \"US\"\n                    }\n                }\n            },\n            \"id\": null\n        },\n        \"metadata\": {\n            \"paypalDescription\": [\n                \"Donated on Deed on behalf of the fundraiser SDG test by Team Deed\"\n            ],\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"campaign\": {\n            \"title\": \"Help the Nature\",\n            \"description\": \"Give back to the places our hosts call home\",\n            \"_id\": \"60a38a0f3bf558072c50144e\",\n            \"isActive\": true,\n            \"id\": \"60a38a0f3bf558072c50144e\",\n            \"shareLink\": \"http://localhost:3000/campaign/60a38a0f3bf558072c50144e\",\n            \"name\": \"Help the Nature\",\n            \"tagline\": \"Give back to the places our hosts call home\"\n        },\n        \"date\": \"2022-04-28T09:06:06.039Z\",\n        \"createdAt\": \"2022-04-28T09:06:06.051Z\",\n        \"amountCurrencies\": {\n            \"EUR\": 47.454488999999995,\n            \"USD\": 50.01,\n            \"GBP\": 39.90402921,\n            \"CAD\": 64.12807305,\n            \"AUD\": 70.26049929,\n            \"JPY\": 6442.368215999999,\n            \"SGD\": 69.12007125,\n            \"INR\": 3824.34201546,\n            \"ILS\": 165.98193974999998,\n            \"ZAR\": 794.2303142999999,\n            \"TRY\": 740.8571418,\n            \"ARS\": 5752.945358999999,\n            \"BRL\": 248.29964999999999,\n            \"MXN\": 1020.4854062699999,\n            \"CLP\": 42355.9695,\n            \"PEN\": 191.23413918,\n            \"COP\": 198630.50200677,\n            \"BOB\": 344.58360294,\n            \"CNY\": 328.090605,\n            \"KRW\": 63298.62329321999,\n            \"PHP\": 2607.5212999799996,\n            \"THB\": 1719.09375,\n            \"KZT\": 22370.32672071,\n            \"UAH\": 1514.0217438,\n            \"DKK\": 353.10060599999997,\n            \"PLN\": 223.44838073999998,\n            \"NOK\": 467.54829096,\n            \"SEK\": 492.93986825999997,\n            \"HUF\": 17945.713424999998,\n            \"CZK\": 1163.67603867,\n            \"CHF\": 48.487545569999995,\n            \"CRC\": 33120.64885521,\n            \"IDR\": 724890.42324483,\n            \"VND\": 1148730.92134422\n        },\n        \"matchedAmount\": 50.01,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 47.454488999999995,\n            \"USD\": 50.01,\n            \"GBP\": 39.90402921,\n            \"CAD\": 64.12807305,\n            \"AUD\": 70.26049929,\n            \"JPY\": 6442.368215999999,\n            \"SGD\": 69.12007125,\n            \"INR\": 3824.34201546,\n            \"ILS\": 165.98193974999998,\n            \"ZAR\": 794.2303142999999,\n            \"TRY\": 740.8571418,\n            \"ARS\": 5752.945358999999,\n            \"BRL\": 248.29964999999999,\n            \"MXN\": 1020.4854062699999,\n            \"CLP\": 42355.9695,\n            \"PEN\": 191.23413918,\n            \"COP\": 198630.50200677,\n            \"BOB\": 344.58360294,\n            \"CNY\": 328.090605,\n            \"KRW\": 63298.62329321999,\n            \"PHP\": 2607.5212999799996,\n            \"THB\": 1719.09375,\n            \"KZT\": 22370.32672071,\n            \"UAH\": 1514.0217438,\n            \"DKK\": 353.10060599999997,\n            \"PLN\": 223.44838073999998,\n            \"NOK\": 467.54829096,\n            \"SEK\": 492.93986825999997,\n            \"HUF\": 17945.713424999998,\n            \"CZK\": 1163.67603867,\n            \"CHF\": 48.487545569999995,\n            \"CRC\": 33120.64885521,\n            \"IDR\": 724890.42324483,\n            \"VND\": 1148730.92134422\n        },\n        \"matchedAt\": \"2022-04-28T09:06:41.699Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"id\": \"626a58feebf8628952e6474b\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"processedAt\": \"2022-04-28T09:06:06.039Z\",\n        \"disbursedAt\": \"2022-05-25T11:59:59.999Z\",\n        \"paymentMethodDetailsType\": \"Card\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"626a5aed56db8a8ae453618d\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"02522164D5951261W\",\n        \"amount\": 100.01,\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"Card\",\n            \"additionalData\": {\n                \"payer\": {\n                    \"name\": {\n                        \"given_name\": \"Greg\",\n                        \"surname\": \"Granaghan\"\n                    },\n                    \"email_address\": \"greg@test.com\",\n                    \"payer_id\": \"YV92LSJLZQ9GJ\",\n                    \"address\": {\n                        \"country_code\": \"US\"\n                    }\n                }\n            },\n            \"id\": null\n        },\n        \"metadata\": {\n            \"paypalDescription\": [\n                \"Donated on Deed on behalf of the fundraiser SDG test by Team Deed\"\n            ],\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"campaign\": {\n            \"title\": \"Help the Nature\",\n            \"description\": \"Give back to the places our hosts call home\",\n            \"_id\": \"60a38a0f3bf558072c50144e\",\n            \"isActive\": true,\n            \"id\": \"60a38a0f3bf558072c50144e\",\n            \"shareLink\": \"http://localhost:3000/campaign/60a38a0f3bf558072c50144e\",\n            \"name\": \"Help the Nature\",\n            \"tagline\": \"Give back to the places our hosts call home\"\n        },\n        \"date\": \"2022-04-28T09:14:21.638Z\",\n        \"createdAt\": \"2022-04-28T09:14:21.664Z\",\n        \"amountCurrencies\": {\n            \"EUR\": 94.899489,\n            \"USD\": 100.01,\n            \"GBP\": 79.80007921,\n            \"CAD\": 128.24332305000001,\n            \"AUD\": 140.50694929000002,\n            \"JPY\": 12883.448215999999,\n            \"SGD\": 138.22632125,\n            \"INR\": 7647.919315460001,\n            \"ILS\": 331.93068975,\n            \"ZAR\": 1588.3018143000002,\n            \"TRY\": 1481.5661418000002,\n            \"ARS\": 11504.740359000001,\n            \"BRL\": 496.54965,\n            \"MXN\": 2040.76675627,\n            \"CLP\": 84703.4695,\n            \"PEN\": 382.43003918,\n            \"COP\": 397221.28585677,\n            \"BOB\": 689.09830294,\n            \"CNY\": 656.1156050000001,\n            \"KRW\": 126584.58939322,\n            \"PHP\": 5214.52119998,\n            \"THB\": 3437.84375,\n            \"KZT\": 44736.18027071,\n            \"UAH\": 3027.7407438,\n            \"DKK\": 706.1306060000001,\n            \"PLN\": 446.85208073999996,\n            \"NOK\": 935.00309096,\n            \"SEK\": 985.7811682600001,\n            \"HUF\": 35887.838425,\n            \"CZK\": 2327.1193886700003,\n            \"CHF\": 96.96539557,\n            \"CRC\": 66234.67490521,\n            \"IDR\": 1449635.8973948301,\n            \"VND\": 2297232.14244422\n        },\n        \"matchedAmount\": 100.01,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 94.899489,\n            \"USD\": 100.01,\n            \"GBP\": 79.80007921,\n            \"CAD\": 128.24332305000001,\n            \"AUD\": 140.50694929000002,\n            \"JPY\": 12883.448215999999,\n            \"SGD\": 138.22632125,\n            \"INR\": 7647.919315460001,\n            \"ILS\": 331.93068975,\n            \"ZAR\": 1588.3018143000002,\n            \"TRY\": 1481.5661418000002,\n            \"ARS\": 11504.740359000001,\n            \"BRL\": 496.54965,\n            \"MXN\": 2040.76675627,\n            \"CLP\": 84703.4695,\n            \"PEN\": 382.43003918,\n            \"COP\": 397221.28585677,\n            \"BOB\": 689.09830294,\n            \"CNY\": 656.1156050000001,\n            \"KRW\": 126584.58939322,\n            \"PHP\": 5214.52119998,\n            \"THB\": 3437.84375,\n            \"KZT\": 44736.18027071,\n            \"UAH\": 3027.7407438,\n            \"DKK\": 706.1306060000001,\n            \"PLN\": 446.85208073999996,\n            \"NOK\": 935.00309096,\n            \"SEK\": 985.7811682600001,\n            \"HUF\": 35887.838425,\n            \"CZK\": 2327.1193886700003,\n            \"CHF\": 96.96539557,\n            \"CRC\": 66234.67490521,\n            \"IDR\": 1449635.8973948301,\n            \"VND\": 2297232.14244422\n        },\n        \"matchedAt\": \"2022-04-28T09:14:54.052Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"id\": \"626a5aed56db8a8ae453618d\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"processedAt\": \"2022-04-28T09:14:21.638Z\",\n        \"disbursedAt\": \"2022-05-25T11:59:59.999Z\",\n        \"paymentMethodDetailsType\": \"Card\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"626a5bc256db8a8ae45363bf\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"1FH91413PD774123G\",\n        \"amount\": 100.01,\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"Card\",\n            \"additionalData\": {\n                \"payer\": {\n                    \"name\": {\n                        \"given_name\": \"Greg\",\n                        \"surname\": \"Granaghan\"\n                    },\n                    \"email_address\": \"greg@test.com\",\n                    \"payer_id\": \"JKX8U4H6T9N4S\",\n                    \"address\": {\n                        \"country_code\": \"US\"\n                    }\n                }\n            },\n            \"id\": null\n        },\n        \"metadata\": {\n            \"paypalDescription\": [\n                \"Donated on Deed on behalf of the fundraiser SDG test by Team Deed\"\n            ],\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-04-28T09:17:54.020Z\",\n        \"createdAt\": \"2022-04-28T09:17:54.027Z\",\n        \"amountCurrencies\": {\n            \"EUR\": 94.899489,\n            \"USD\": 100.01,\n            \"GBP\": 79.80007921,\n            \"CAD\": 128.24332305000001,\n            \"AUD\": 140.50694929000002,\n            \"JPY\": 12883.448215999999,\n            \"SGD\": 138.22632125,\n            \"INR\": 7647.919315460001,\n            \"ILS\": 331.93068975,\n            \"ZAR\": 1588.3018143000002,\n            \"TRY\": 1481.5661418000002,\n            \"ARS\": 11504.740359000001,\n            \"BRL\": 496.54965,\n            \"MXN\": 2040.76675627,\n            \"CLP\": 84703.4695,\n            \"PEN\": 382.43003918,\n            \"COP\": 397221.28585677,\n            \"BOB\": 689.09830294,\n            \"CNY\": 656.1156050000001,\n            \"KRW\": 126584.58939322,\n            \"PHP\": 5214.52119998,\n            \"THB\": 3437.84375,\n            \"KZT\": 44736.18027071,\n            \"UAH\": 3027.7407438,\n            \"DKK\": 706.1306060000001,\n            \"PLN\": 446.85208073999996,\n            \"NOK\": 935.00309096,\n            \"SEK\": 985.7811682600001,\n            \"HUF\": 35887.838425,\n            \"CZK\": 2327.1193886700003,\n            \"CHF\": 96.96539557,\n            \"CRC\": 66234.67490521,\n            \"IDR\": 1449635.8973948301,\n            \"VND\": 2297232.14244422\n        },\n        \"matchedAmount\": 100.01,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 94.899489,\n            \"USD\": 100.01,\n            \"GBP\": 79.80007921,\n            \"CAD\": 128.24332305000001,\n            \"AUD\": 140.50694929000002,\n            \"JPY\": 12883.448215999999,\n            \"SGD\": 138.22632125,\n            \"INR\": 7647.919315460001,\n            \"ILS\": 331.93068975,\n            \"ZAR\": 1588.3018143000002,\n            \"TRY\": 1481.5661418000002,\n            \"ARS\": 11504.740359000001,\n            \"BRL\": 496.54965,\n            \"MXN\": 2040.76675627,\n            \"CLP\": 84703.4695,\n            \"PEN\": 382.43003918,\n            \"COP\": 397221.28585677,\n            \"BOB\": 689.09830294,\n            \"CNY\": 656.1156050000001,\n            \"KRW\": 126584.58939322,\n            \"PHP\": 5214.52119998,\n            \"THB\": 3437.84375,\n            \"KZT\": 44736.18027071,\n            \"UAH\": 3027.7407438,\n            \"DKK\": 706.1306060000001,\n            \"PLN\": 446.85208073999996,\n            \"NOK\": 935.00309096,\n            \"SEK\": 985.7811682600001,\n            \"HUF\": 35887.838425,\n            \"CZK\": 2327.1193886700003,\n            \"CHF\": 96.96539557,\n            \"CRC\": 66234.67490521,\n            \"IDR\": 1449635.8973948301,\n            \"VND\": 2297232.14244422\n        },\n        \"matchedAt\": \"2022-04-28T09:18:37.774Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"id\": \"626a5bc256db8a8ae45363bf\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"processedAt\": \"2022-04-28T09:17:54.020Z\",\n        \"disbursedAt\": \"2022-05-25T11:59:59.999Z\",\n        \"paymentMethodDetailsType\": \"Card\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"626a67934bbf9892453a23a7\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"45B06694LL188142Y\",\n        \"amount\": 100.01,\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"Card\",\n            \"additionalData\": {\n                \"payer\": {\n                    \"name\": {\n                        \"given_name\": \"Greg\",\n                        \"surname\": \"Granaghan\"\n                    },\n                    \"email_address\": \"greg@test.com\",\n                    \"payer_id\": \"FXZRTSTEXG5XG\",\n                    \"address\": {\n                        \"country_code\": \"US\"\n                    }\n                }\n            },\n            \"id\": null\n        },\n        \"metadata\": {\n            \"paypalDescription\": [\n                \"Donated on Deed on behalf of the fundraiser SDG test by Team Deed\"\n            ],\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"campaign\": {\n            \"title\": \"Help the Nature\",\n            \"description\": \"Give back to the places our hosts call home\",\n            \"_id\": \"60a38a0f3bf558072c50144e\",\n            \"isActive\": true,\n            \"id\": \"60a38a0f3bf558072c50144e\",\n            \"shareLink\": \"http://localhost:3000/campaign/60a38a0f3bf558072c50144e\",\n            \"name\": \"Help the Nature\",\n            \"tagline\": \"Give back to the places our hosts call home\"\n        },\n        \"date\": \"2022-04-28T10:08:19.681Z\",\n        \"createdAt\": \"2022-04-28T10:08:19.690Z\",\n        \"amountCurrencies\": {\n            \"EUR\": 94.899489,\n            \"USD\": 100.01,\n            \"GBP\": 79.80007921,\n            \"CAD\": 128.24332305000001,\n            \"AUD\": 140.50694929000002,\n            \"JPY\": 12883.448215999999,\n            \"SGD\": 138.22632125,\n            \"INR\": 7647.919315460001,\n            \"ILS\": 331.93068975,\n            \"ZAR\": 1588.3018143000002,\n            \"TRY\": 1481.5661418000002,\n            \"ARS\": 11504.740359000001,\n            \"BRL\": 496.54965,\n            \"MXN\": 2040.76675627,\n            \"CLP\": 84703.4695,\n            \"PEN\": 382.43003918,\n            \"COP\": 397221.28585677,\n            \"BOB\": 689.09830294,\n            \"CNY\": 656.1156050000001,\n            \"KRW\": 126584.58939322,\n            \"PHP\": 5214.52119998,\n            \"THB\": 3437.84375,\n            \"KZT\": 44736.18027071,\n            \"UAH\": 3027.7407438,\n            \"DKK\": 706.1306060000001,\n            \"PLN\": 446.85208073999996,\n            \"NOK\": 935.00309096,\n            \"SEK\": 985.7811682600001,\n            \"HUF\": 35887.838425,\n            \"CZK\": 2327.1193886700003,\n            \"CHF\": 96.96539557,\n            \"CRC\": 66234.67490521,\n            \"IDR\": 1449635.8973948301,\n            \"VND\": 2297232.14244422\n        },\n        \"matchedAmount\": 100.01,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 94.899489,\n            \"USD\": 100.01,\n            \"GBP\": 79.80007921,\n            \"CAD\": 128.24332305000001,\n            \"AUD\": 140.50694929000002,\n            \"JPY\": 12883.448215999999,\n            \"SGD\": 138.22632125,\n            \"INR\": 7647.919315460001,\n            \"ILS\": 331.93068975,\n            \"ZAR\": 1588.3018143000002,\n            \"TRY\": 1481.5661418000002,\n            \"ARS\": 11504.740359000001,\n            \"BRL\": 496.54965,\n            \"MXN\": 2040.76675627,\n            \"CLP\": 84703.4695,\n            \"PEN\": 382.43003918,\n            \"COP\": 397221.28585677,\n            \"BOB\": 689.09830294,\n            \"CNY\": 656.1156050000001,\n            \"KRW\": 126584.58939322,\n            \"PHP\": 5214.52119998,\n            \"THB\": 3437.84375,\n            \"KZT\": 44736.18027071,\n            \"UAH\": 3027.7407438,\n            \"DKK\": 706.1306060000001,\n            \"PLN\": 446.85208073999996,\n            \"NOK\": 935.00309096,\n            \"SEK\": 985.7811682600001,\n            \"HUF\": 35887.838425,\n            \"CZK\": 2327.1193886700003,\n            \"CHF\": 96.96539557,\n            \"CRC\": 66234.67490521,\n            \"IDR\": 1449635.8973948301,\n            \"VND\": 2297232.14244422\n        },\n        \"matchedAt\": \"2022-04-28T10:09:05.153Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"id\": \"626a67934bbf9892453a23a7\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"processedAt\": \"2022-04-28T10:08:19.681Z\",\n        \"disbursedAt\": \"2022-05-25T11:59:59.999Z\",\n        \"paymentMethodDetailsType\": \"Card\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"626a75eb4bbf9892453a2f12\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"9ND33757VT978391J\",\n        \"amount\": 50.01,\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"Card\",\n            \"additionalData\": {\n                \"payer\": {\n                    \"name\": {\n                        \"given_name\": \"Greg\",\n                        \"surname\": \"Granaghan\"\n                    },\n                    \"email_address\": \"greg@test.com\",\n                    \"payer_id\": \"WQSNDS3YFHUVG\",\n                    \"address\": {\n                        \"country_code\": \"US\"\n                    }\n                }\n            },\n            \"id\": null\n        },\n        \"metadata\": {\n            \"paypalDescription\": [\n                \"Donated on Deed on behalf of the fundraiser SDG test by Team Deed\"\n            ],\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-04-28T11:09:31.967Z\",\n        \"createdAt\": \"2022-04-28T11:09:31.992Z\",\n        \"amountCurrencies\": {\n            \"EUR\": 47.454488999999995,\n            \"USD\": 50.01,\n            \"GBP\": 39.90402921,\n            \"CAD\": 64.12807305,\n            \"AUD\": 70.26049929,\n            \"JPY\": 6442.368215999999,\n            \"SGD\": 69.12007125,\n            \"INR\": 3824.34201546,\n            \"ILS\": 165.98193974999998,\n            \"ZAR\": 794.2303142999999,\n            \"TRY\": 740.8571418,\n            \"ARS\": 5752.945358999999,\n            \"BRL\": 248.29964999999999,\n            \"MXN\": 1020.4854062699999,\n            \"CLP\": 42355.9695,\n            \"PEN\": 191.23413918,\n            \"COP\": 198630.50200677,\n            \"BOB\": 344.58360294,\n            \"CNY\": 328.090605,\n            \"KRW\": 63298.62329321999,\n            \"PHP\": 2607.5212999799996,\n            \"THB\": 1719.09375,\n            \"KZT\": 22370.32672071,\n            \"UAH\": 1514.0217438,\n            \"DKK\": 353.10060599999997,\n            \"PLN\": 223.44838073999998,\n            \"NOK\": 467.54829096,\n            \"SEK\": 492.93986825999997,\n            \"HUF\": 17945.713424999998,\n            \"CZK\": 1163.67603867,\n            \"CHF\": 48.487545569999995,\n            \"CRC\": 33120.64885521,\n            \"IDR\": 724890.42324483,\n            \"VND\": 1148730.92134422\n        },\n        \"matchedAmount\": 50.01,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 47.454488999999995,\n            \"USD\": 50.01,\n            \"GBP\": 39.90402921,\n            \"CAD\": 64.12807305,\n            \"AUD\": 70.26049929,\n            \"JPY\": 6442.368215999999,\n            \"SGD\": 69.12007125,\n            \"INR\": 3824.34201546,\n            \"ILS\": 165.98193974999998,\n            \"ZAR\": 794.2303142999999,\n            \"TRY\": 740.8571418,\n            \"ARS\": 5752.945358999999,\n            \"BRL\": 248.29964999999999,\n            \"MXN\": 1020.4854062699999,\n            \"CLP\": 42355.9695,\n            \"PEN\": 191.23413918,\n            \"COP\": 198630.50200677,\n            \"BOB\": 344.58360294,\n            \"CNY\": 328.090605,\n            \"KRW\": 63298.62329321999,\n            \"PHP\": 2607.5212999799996,\n            \"THB\": 1719.09375,\n            \"KZT\": 22370.32672071,\n            \"UAH\": 1514.0217438,\n            \"DKK\": 353.10060599999997,\n            \"PLN\": 223.44838073999998,\n            \"NOK\": 467.54829096,\n            \"SEK\": 492.93986825999997,\n            \"HUF\": 17945.713424999998,\n            \"CZK\": 1163.67603867,\n            \"CHF\": 48.487545569999995,\n            \"CRC\": 33120.64885521,\n            \"IDR\": 724890.42324483,\n            \"VND\": 1148730.92134422\n        },\n        \"matchedAt\": \"2022-04-28T11:10:10.650Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"id\": \"626a75eb4bbf9892453a2f12\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"processedAt\": \"2022-04-28T11:09:31.967Z\",\n        \"disbursedAt\": \"2022-05-25T11:59:59.999Z\",\n        \"paymentMethodDetailsType\": \"Card\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"626c18d4160ad95c61c4692e\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Randy\",\n                \"last\": \"Tarampi\"\n            },\n            \"email\": \"randy+team@joindeed.com\",\n            \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n            \"__t\": \"User\",\n            \"_id\": \"5efdbfad02fafb5d25ea1630\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"location\": \"5f6dc1b3202309365c0cd9b7\",\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"5efdbfad02fafb5d25ea1630\",\n            \"profile\": {\n                \"name\": \"Randy Tarampi\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"5efdbfad02fafb5d25ea1630\",\n                \"role\": \"User\"\n            },\n            \"name\": \"Randy Tarampi\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"09T42016AG7533839\",\n        \"amount\": 98.41,\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"Card\",\n            \"additionalData\": {\n                \"payer\": {\n                    \"name\": {\n                        \"given_name\": \"John\",\n                        \"surname\": \"Doe\"\n                    },\n                    \"email_address\": \"sb-by98n3697400@personal.example.com\",\n                    \"payer_id\": \"D2R2UJWBRDCC8\",\n                    \"address\": {\n                        \"country_code\": \"NL\"\n                    }\n                }\n            },\n            \"id\": null\n        },\n        \"metadata\": {\n            \"paypalDescription\": [\n                \"Donated on Deed on behalf of the fundraiser SDG test by Team Deed\"\n            ],\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-04-29T16:56:52.086Z\",\n        \"createdAt\": \"2022-04-29T16:56:52.097Z\",\n        \"amountCurrencies\": {\n            \"EUR\": 93.55553311,\n            \"USD\": 98.41,\n            \"GBP\": 78.82257201,\n            \"CAD\": 125.75784377000001,\n            \"AUD\": 138.10091802,\n            \"JPY\": 12859.9817214531,\n            \"SGD\": 136.27974256,\n            \"INR\": 7539.53335408,\n            \"ILS\": 327.5567009,\n            \"ZAR\": 1568.66415849,\n            \"TRY\": 1456.881322,\n            \"ARS\": 11336.280904,\n            \"BRL\": 486.037149,\n            \"MXN\": 2009.6798150000002,\n            \"CLP\": 84473.65899309999,\n            \"PEN\": 376.09231608,\n            \"COP\": 388429.9305432,\n            \"BOB\": 675.4517965,\n            \"CNY\": 652.6846429999999,\n            \"KRW\": 124953.60684130999,\n            \"PHP\": 5155.45357977,\n            \"THB\": 3384.3883933599996,\n            \"KZT\": 43901.635599769994,\n            \"UAH\": 2971.99548217,\n            \"DKK\": 696.20685914,\n            \"PLN\": 438.78115905,\n            \"NOK\": 924.22105776,\n            \"SEK\": 969.3146847799999,\n            \"HUF\": 35398.73418198,\n            \"CZK\": 2297.548747,\n            \"CHF\": 95.52904724999999,\n            \"CRC\": 64997.85608835999,\n            \"IDR\": 1427136.8995,\n            \"VND\": 2259442.1145450696\n        },\n        \"matchedAmount\": 98.41,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 93.55553311,\n            \"USD\": 98.41,\n            \"GBP\": 78.82257201,\n            \"CAD\": 125.75784377000001,\n            \"AUD\": 138.10091802,\n            \"JPY\": 12859.9817214531,\n            \"SGD\": 136.27974256,\n            \"INR\": 7539.53335408,\n            \"ILS\": 327.5567009,\n            \"ZAR\": 1568.66415849,\n            \"TRY\": 1456.881322,\n            \"ARS\": 11336.280904,\n            \"BRL\": 486.037149,\n            \"MXN\": 2009.6798150000002,\n            \"CLP\": 84473.65899309999,\n            \"PEN\": 376.09231608,\n            \"COP\": 388429.9305432,\n            \"BOB\": 675.4517965,\n            \"CNY\": 652.6846429999999,\n            \"KRW\": 124953.60684130999,\n            \"PHP\": 5155.45357977,\n            \"THB\": 3384.3883933599996,\n            \"KZT\": 43901.635599769994,\n            \"UAH\": 2971.99548217,\n            \"DKK\": 696.20685914,\n            \"PLN\": 438.78115905,\n            \"NOK\": 924.22105776,\n            \"SEK\": 969.3146847799999,\n            \"HUF\": 35398.73418198,\n            \"CZK\": 2297.548747,\n            \"CHF\": 95.52904724999999,\n            \"CRC\": 64997.85608835999,\n            \"IDR\": 1427136.8995,\n            \"VND\": 2259442.1145450696\n        },\n        \"matchedAt\": \"2022-04-29T16:57:18.079Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"id\": \"626c18d4160ad95c61c4692e\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"processedAt\": \"2022-04-29T16:56:52.086Z\",\n        \"disbursedAt\": \"2022-05-25T11:59:59.999Z\",\n        \"paymentMethodDetailsType\": \"Card\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"626ff669bfccad1cf9d7dbb6\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"609a8f06091f9621cc8ed7bf--l2ova4sd\",\n        \"amount\": 100,\n        \"amountCurrencies\": {\n            \"EUR\": 94.9683,\n            \"USD\": 100,\n            \"GBP\": 79.5598,\n            \"CAD\": 128.5779,\n            \"AUD\": 141.5819,\n            \"JPY\": 13006.25,\n            \"SGD\": 138.5515,\n            \"INR\": 7656.9992,\n            \"ILS\": 334.1425,\n            \"ZAR\": 1581.68,\n            \"TRY\": 1485.878,\n            \"ARS\": 11538.84,\n            \"BRL\": 497.28000000000003,\n            \"MXN\": 2043.608,\n            \"CLP\": 85251,\n            \"PEN\": 384.2441,\n            \"COP\": 399864.4726,\n            \"BOB\": 688.4873,\n            \"CNY\": 660.8299999999999,\n            \"KRW\": 126541.46639999999,\n            \"PHP\": 5257.4997,\n            \"THB\": 3436.3500000000004,\n            \"KZT\": 44484.513900000005,\n            \"UAH\": 3024.9601,\n            \"DKK\": 706.4814,\n            \"PLN\": 444.27649999999994,\n            \"NOK\": 939.32,\n            \"SEK\": 983.62,\n            \"HUF\": 35915.1175,\n            \"CZK\": 2337.0699999999997,\n            \"CHF\": 97.4722,\n            \"CRC\": 66170.0297,\n            \"IDR\": 1452005,\n            \"VND\": 2296350\n        },\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"DeedCredit\",\n            \"additionalData\": {\n                \"transactionId\": \"609a8f06091f9621cc8ed7bf--l2ova4sd\",\n                \"parentTransactionId\": \"609a8f06091f9621cc8ed7bf--l2ov259j\",\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-05-02T15:19:05.540Z\",\n        \"createdAt\": \"2022-05-02T15:19:05.555Z\",\n        \"matchedAmount\": 100,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 94.9683,\n            \"USD\": 100,\n            \"GBP\": 79.5598,\n            \"CAD\": 128.5779,\n            \"AUD\": 141.5819,\n            \"JPY\": 13006.25,\n            \"SGD\": 138.5515,\n            \"INR\": 7656.9992,\n            \"ILS\": 334.1425,\n            \"ZAR\": 1581.68,\n            \"TRY\": 1485.878,\n            \"ARS\": 11538.84,\n            \"BRL\": 497.28000000000003,\n            \"MXN\": 2043.608,\n            \"CLP\": 85251,\n            \"PEN\": 384.2441,\n            \"COP\": 399864.4726,\n            \"BOB\": 688.4873,\n            \"CNY\": 660.8299999999999,\n            \"KRW\": 126541.46639999999,\n            \"PHP\": 5257.4997,\n            \"THB\": 3436.3500000000004,\n            \"KZT\": 44484.513900000005,\n            \"UAH\": 3024.9601,\n            \"DKK\": 706.4814,\n            \"PLN\": 444.27649999999994,\n            \"NOK\": 939.32,\n            \"SEK\": 983.62,\n            \"HUF\": 35915.1175,\n            \"CZK\": 2337.0699999999997,\n            \"CHF\": 97.4722,\n            \"CRC\": 66170.0297,\n            \"IDR\": 1452005,\n            \"VND\": 2296350\n        },\n        \"matchedAt\": \"2022-05-02T15:19:17.990Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"metadata\": {\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"id\": \"626ff669bfccad1cf9d7dbb6\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"paymentMethodDetailsType\": \"Deed credits\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"627bf8d0131f9d01630144fb\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"10651224JW9029258\",\n        \"amount\": 100.01,\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"Card\",\n            \"additionalData\": {\n                \"payer\": {\n                    \"name\": {\n                        \"given_name\": \"Greg\",\n                        \"surname\": \"Granaghan\"\n                    },\n                    \"email_address\": \"greg@test.com\",\n                    \"payer_id\": \"7VXPZ6YGLQ7HC\"\n                }\n            },\n            \"id\": null\n        },\n        \"metadata\": {\n            \"paypalDescription\": [\n                \"Donated on Deed on behalf of the fundraiser SDG test by Team Deed\"\n            ],\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-05-11T17:56:32.913Z\",\n        \"createdAt\": \"2022-05-11T17:56:32.937Z\",\n        \"amountCurrencies\": {\n            \"EUR\": 94.96219527000001,\n            \"USD\": 100.01,\n            \"GBP\": 81.19441863,\n            \"CAD\": 130.30432913,\n            \"AUD\": 144.05850441,\n            \"JPY\": 13035.973467,\n            \"SGD\": 139.13461207,\n            \"INR\": 7732.223145,\n            \"ILS\": 346.3156281,\n            \"ZAR\": 1610.7100549000002,\n            \"TRY\": 1530.84756945,\n            \"ARS\": 11693.99858293,\n            \"BRL\": 513.301325,\n            \"MXN\": 2037.63254288,\n            \"CLP\": 86693.6685,\n            \"PEN\": 380.85648184,\n            \"COP\": 409990.82528303005,\n            \"BOB\": 686.96748988,\n            \"CNY\": 673.5373470000001,\n            \"KRW\": 127869.09063050001,\n            \"PHP\": 5235.02314997,\n            \"THB\": 3465.15418077,\n            \"KZT\": 43899.194580510004,\n            \"UAH\": 3022.5264224200005,\n            \"DKK\": 706.3236253,\n            \"PLN\": 444.46114167,\n            \"NOK\": 973.2923195,\n            \"SEK\": 1007.28811874,\n            \"HUF\": 36065.2201614,\n            \"CZK\": 2374.6724435,\n            \"CHF\": 99.58305731000002,\n            \"CRC\": 66797.36026812,\n            \"IDR\": 1452825.268,\n            \"VND\": 2294596.7951358403\n        },\n        \"matchedAmount\": 100.01,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 94.96219527000001,\n            \"USD\": 100.01,\n            \"GBP\": 81.19441863,\n            \"CAD\": 130.30432913,\n            \"AUD\": 144.05850441,\n            \"JPY\": 13035.973467,\n            \"SGD\": 139.13461207,\n            \"INR\": 7732.223145,\n            \"ILS\": 346.3156281,\n            \"ZAR\": 1610.7100549000002,\n            \"TRY\": 1530.84756945,\n            \"ARS\": 11693.99858293,\n            \"BRL\": 513.301325,\n            \"MXN\": 2037.63254288,\n            \"CLP\": 86693.6685,\n            \"PEN\": 380.85648184,\n            \"COP\": 409990.82528303005,\n            \"BOB\": 686.96748988,\n            \"CNY\": 673.5373470000001,\n            \"KRW\": 127869.09063050001,\n            \"PHP\": 5235.02314997,\n            \"THB\": 3465.15418077,\n            \"KZT\": 43899.194580510004,\n            \"UAH\": 3022.5264224200005,\n            \"DKK\": 706.3236253,\n            \"PLN\": 444.46114167,\n            \"NOK\": 973.2923195,\n            \"SEK\": 1007.28811874,\n            \"HUF\": 36065.2201614,\n            \"CZK\": 2374.6724435,\n            \"CHF\": 99.58305731000002,\n            \"CRC\": 66797.36026812,\n            \"IDR\": 1452825.268,\n            \"VND\": 2294596.7951358403\n        },\n        \"matchedAt\": \"2022-05-11T17:57:08.195Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"id\": \"627bf8d0131f9d01630144fb\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"processedAt\": \"2022-05-11T17:56:32.913Z\",\n        \"disbursedAt\": \"2022-05-25T11:59:59.999Z\",\n        \"paymentMethodDetailsType\": \"Card\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"627bf9ec7a2275099dad9116\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"0JU12479PK914063S\",\n        \"amount\": 50.01,\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"Card\",\n            \"additionalData\": {\n                \"payer\": {\n                    \"name\": {\n                        \"given_name\": \"Greg\",\n                        \"surname\": \"Granaghan\"\n                    },\n                    \"email_address\": \"greg@test.com\",\n                    \"payer_id\": \"MQAY24WESL4VU\"\n                },\n                \"donorPrivacy\": null\n            },\n            \"id\": null\n        },\n        \"metadata\": {\n            \"paypalDescription\": [\n                \"Donated on Deed on behalf of the fundraiser SDG test by Team Deed\"\n            ],\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-05-11T18:01:16.282Z\",\n        \"createdAt\": \"2022-05-11T18:01:16.309Z\",\n        \"amountCurrencies\": {\n            \"EUR\": 47.48584527,\n            \"USD\": 50.01,\n            \"GBP\": 40.60126863,\n            \"CAD\": 65.15867913,\n            \"AUD\": 72.03645441,\n            \"JPY\": 6518.638467,\n            \"SGD\": 69.57426207,\n            \"INR\": 3866.4981449999996,\n            \"ILS\": 173.1751281,\n            \"ZAR\": 805.4355548999999,\n            \"TRY\": 765.50031945,\n            \"ARS\": 5847.58393293,\n            \"BRL\": 256.676325,\n            \"MXN\": 1018.91814288,\n            \"CLP\": 43351.1685,\n            \"PEN\": 190.44728184,\n            \"COP\": 205015.91013303,\n            \"BOB\": 343.51808988,\n            \"CNY\": 336.802347,\n            \"KRW\": 63940.9381305,\n            \"PHP\": 2617.7732999699997,\n            \"THB\": 1732.75033077,\n            \"KZT\": 21951.79203051,\n            \"UAH\": 1511.41432242,\n            \"DKK\": 353.1971253,\n            \"PLN\": 222.25279167,\n            \"NOK\": 486.69481949999994,\n            \"SEK\": 503.69441873999995,\n            \"HUF\": 18034.413161399996,\n            \"CZK\": 1187.4549435,\n            \"CHF\": 49.79650731,\n            \"CRC\": 33402.019668119996,\n            \"IDR\": 726485.2679999999,\n            \"VND\": 1147413.11593584\n        },\n        \"matchedAmount\": 50.01,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 47.48584527,\n            \"USD\": 50.01,\n            \"GBP\": 40.60126863,\n            \"CAD\": 65.15867913,\n            \"AUD\": 72.03645441,\n            \"JPY\": 6518.638467,\n            \"SGD\": 69.57426207,\n            \"INR\": 3866.4981449999996,\n            \"ILS\": 173.1751281,\n            \"ZAR\": 805.4355548999999,\n            \"TRY\": 765.50031945,\n            \"ARS\": 5847.58393293,\n            \"BRL\": 256.676325,\n            \"MXN\": 1018.91814288,\n            \"CLP\": 43351.1685,\n            \"PEN\": 190.44728184,\n            \"COP\": 205015.91013303,\n            \"BOB\": 343.51808988,\n            \"CNY\": 336.802347,\n            \"KRW\": 63940.9381305,\n            \"PHP\": 2617.7732999699997,\n            \"THB\": 1732.75033077,\n            \"KZT\": 21951.79203051,\n            \"UAH\": 1511.41432242,\n            \"DKK\": 353.1971253,\n            \"PLN\": 222.25279167,\n            \"NOK\": 486.69481949999994,\n            \"SEK\": 503.69441873999995,\n            \"HUF\": 18034.413161399996,\n            \"CZK\": 1187.4549435,\n            \"CHF\": 49.79650731,\n            \"CRC\": 33402.019668119996,\n            \"IDR\": 726485.2679999999,\n            \"VND\": 1147413.11593584\n        },\n        \"matchedAt\": \"2022-05-11T18:01:52.451Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"id\": \"627bf9ec7a2275099dad9116\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"processedAt\": \"2022-05-11T18:01:16.282Z\",\n        \"disbursedAt\": \"2022-05-25T11:59:59.999Z\",\n        \"paymentMethodDetailsType\": \"Card\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"627bfbf3256d8612b7163313\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"7SM14740D03655705\",\n        \"amount\": 100.01,\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"Card\",\n            \"additionalData\": {\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"metadata\": {\n            \"paypalDescription\": [\n                \"Donated on Deed on behalf of the fundraiser SDG test by Team Deed\"\n            ],\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-05-11T18:09:55.227Z\",\n        \"createdAt\": \"2022-05-11T18:09:55.254Z\",\n        \"amountCurrencies\": {\n            \"EUR\": 94.96219527000001,\n            \"USD\": 100.01,\n            \"GBP\": 81.19441863,\n            \"CAD\": 130.30432913,\n            \"AUD\": 144.05850441,\n            \"JPY\": 13035.973467,\n            \"SGD\": 139.13461207,\n            \"INR\": 7732.223145,\n            \"ILS\": 346.3156281,\n            \"ZAR\": 1610.7100549000002,\n            \"TRY\": 1530.84756945,\n            \"ARS\": 11693.99858293,\n            \"BRL\": 513.301325,\n            \"MXN\": 2037.63254288,\n            \"CLP\": 86693.6685,\n            \"PEN\": 380.85648184,\n            \"COP\": 409990.82528303005,\n            \"BOB\": 686.96748988,\n            \"CNY\": 673.5373470000001,\n            \"KRW\": 127869.09063050001,\n            \"PHP\": 5235.02314997,\n            \"THB\": 3465.15418077,\n            \"KZT\": 43899.194580510004,\n            \"UAH\": 3022.5264224200005,\n            \"DKK\": 706.3236253,\n            \"PLN\": 444.46114167,\n            \"NOK\": 973.2923195,\n            \"SEK\": 1007.28811874,\n            \"HUF\": 36065.2201614,\n            \"CZK\": 2374.6724435,\n            \"CHF\": 99.58305731000002,\n            \"CRC\": 66797.36026812,\n            \"IDR\": 1452825.268,\n            \"VND\": 2294596.7951358403\n        },\n        \"matchedAmount\": 100.01,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 94.96219527000001,\n            \"USD\": 100.01,\n            \"GBP\": 81.19441863,\n            \"CAD\": 130.30432913,\n            \"AUD\": 144.05850441,\n            \"JPY\": 13035.973467,\n            \"SGD\": 139.13461207,\n            \"INR\": 7732.223145,\n            \"ILS\": 346.3156281,\n            \"ZAR\": 1610.7100549000002,\n            \"TRY\": 1530.84756945,\n            \"ARS\": 11693.99858293,\n            \"BRL\": 513.301325,\n            \"MXN\": 2037.63254288,\n            \"CLP\": 86693.6685,\n            \"PEN\": 380.85648184,\n            \"COP\": 409990.82528303005,\n            \"BOB\": 686.96748988,\n            \"CNY\": 673.5373470000001,\n            \"KRW\": 127869.09063050001,\n            \"PHP\": 5235.02314997,\n            \"THB\": 3465.15418077,\n            \"KZT\": 43899.194580510004,\n            \"UAH\": 3022.5264224200005,\n            \"DKK\": 706.3236253,\n            \"PLN\": 444.46114167,\n            \"NOK\": 973.2923195,\n            \"SEK\": 1007.28811874,\n            \"HUF\": 36065.2201614,\n            \"CZK\": 2374.6724435,\n            \"CHF\": 99.58305731000002,\n            \"CRC\": 66797.36026812,\n            \"IDR\": 1452825.268,\n            \"VND\": 2294596.7951358403\n        },\n        \"matchedAt\": \"2022-05-11T18:10:27.852Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"id\": \"627bfbf3256d8612b7163313\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"processedAt\": \"2022-05-11T18:09:55.227Z\",\n        \"disbursedAt\": \"2022-05-25T11:59:59.999Z\",\n        \"paymentMethodDetailsType\": \"Card\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"627bfce1c5c6fa13a2ab9243\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"95E081195F009434U\",\n        \"amount\": 50.01,\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"Card\",\n            \"additionalData\": {\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\",\n                \"payer\": {\n                    \"name\": {\n                        \"given_name\": \"Greg\",\n                        \"surname\": \"Granaghan\"\n                    },\n                    \"email_address\": \"greg@test.com\",\n                    \"payer_id\": \"YDGD6FABPD5DG\"\n                }\n            },\n            \"id\": null\n        },\n        \"metadata\": {\n            \"paypalDescription\": [\n                \"Donated on Deed on behalf of the fundraiser SDG test by Team Deed\"\n            ],\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-05-11T18:13:53.598Z\",\n        \"createdAt\": \"2022-05-11T18:13:53.625Z\",\n        \"amountCurrencies\": {\n            \"EUR\": 47.48584527,\n            \"USD\": 50.01,\n            \"GBP\": 40.60126863,\n            \"CAD\": 65.15867913,\n            \"AUD\": 72.03645441,\n            \"JPY\": 6518.638467,\n            \"SGD\": 69.57426207,\n            \"INR\": 3866.4981449999996,\n            \"ILS\": 173.1751281,\n            \"ZAR\": 805.4355548999999,\n            \"TRY\": 765.50031945,\n            \"ARS\": 5847.58393293,\n            \"BRL\": 256.676325,\n            \"MXN\": 1018.91814288,\n            \"CLP\": 43351.1685,\n            \"PEN\": 190.44728184,\n            \"COP\": 205015.91013303,\n            \"BOB\": 343.51808988,\n            \"CNY\": 336.802347,\n            \"KRW\": 63940.9381305,\n            \"PHP\": 2617.7732999699997,\n            \"THB\": 1732.75033077,\n            \"KZT\": 21951.79203051,\n            \"UAH\": 1511.41432242,\n            \"DKK\": 353.1971253,\n            \"PLN\": 222.25279167,\n            \"NOK\": 486.69481949999994,\n            \"SEK\": 503.69441873999995,\n            \"HUF\": 18034.413161399996,\n            \"CZK\": 1187.4549435,\n            \"CHF\": 49.79650731,\n            \"CRC\": 33402.019668119996,\n            \"IDR\": 726485.2679999999,\n            \"VND\": 1147413.11593584\n        },\n        \"matchedAmount\": 50.01,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 47.48584527,\n            \"USD\": 50.01,\n            \"GBP\": 40.60126863,\n            \"CAD\": 65.15867913,\n            \"AUD\": 72.03645441,\n            \"JPY\": 6518.638467,\n            \"SGD\": 69.57426207,\n            \"INR\": 3866.4981449999996,\n            \"ILS\": 173.1751281,\n            \"ZAR\": 805.4355548999999,\n            \"TRY\": 765.50031945,\n            \"ARS\": 5847.58393293,\n            \"BRL\": 256.676325,\n            \"MXN\": 1018.91814288,\n            \"CLP\": 43351.1685,\n            \"PEN\": 190.44728184,\n            \"COP\": 205015.91013303,\n            \"BOB\": 343.51808988,\n            \"CNY\": 336.802347,\n            \"KRW\": 63940.9381305,\n            \"PHP\": 2617.7732999699997,\n            \"THB\": 1732.75033077,\n            \"KZT\": 21951.79203051,\n            \"UAH\": 1511.41432242,\n            \"DKK\": 353.1971253,\n            \"PLN\": 222.25279167,\n            \"NOK\": 486.69481949999994,\n            \"SEK\": 503.69441873999995,\n            \"HUF\": 18034.413161399996,\n            \"CZK\": 1187.4549435,\n            \"CHF\": 49.79650731,\n            \"CRC\": 33402.019668119996,\n            \"IDR\": 726485.2679999999,\n            \"VND\": 1147413.11593584\n        },\n        \"matchedAt\": \"2022-05-11T18:14:27.369Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"id\": \"627bfce1c5c6fa13a2ab9243\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"processedAt\": \"2022-05-11T18:13:53.598Z\",\n        \"disbursedAt\": \"2022-05-25T11:59:59.999Z\",\n        \"paymentMethodDetailsType\": \"Card\"\n    },\n    {\n        \"nonprofits\": [\n            {\n                \"locationObject\": {\n                    \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                    \"city\": \"NEW YORK CITY\",\n                    \"state\": \"NY\",\n                    \"postalCode\": \"10016\",\n                    \"country\": \"United States\",\n                    \"countryCode\": \"US\",\n                    \"stateCode\": \"NY\"\n                },\n                \"pictures\": [],\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5e793590a382ea379c121d60\",\n                \"name\": \"City Harvest\",\n                \"email\": \"noreply@joindeed\",\n                \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n                \"payPalModel\": \"PPGF\",\n                \"id\": \"5e793590a382ea379c121d60\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n            }\n        ],\n        \"privacy\": \"Limited\",\n        \"givingAccountWithdrawal\": null,\n        \"_id\": \"627c0b482cb0ec1ddaec4697\",\n        \"user\": {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"email\": \"greg@test.com\",\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"location\": \"5f6dc1b3202309365c0cd9c1\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"code\": \"AIR\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        },\n        \"provider\": \"PayPal\",\n        \"identifier\": \"9PM845521K1006636\",\n        \"amount\": 50.01,\n        \"description\": \"Donation supporting SDG test by City Harvest\",\n        \"currency\": \"USD\",\n        \"paymentMethodDetails\": {\n            \"type\": \"Card\",\n            \"additionalData\": {\n                \"donorPrivacy\": \"ProvideNameAndEmailOnly\"\n            },\n            \"id\": null\n        },\n        \"metadata\": {\n            \"paypalDescription\": [\n                \"Donated on Deed on behalf of the fundraiser SDG test by Team Deed\"\n            ],\n            \"matchingBypassBudgetLimitPerUser\": false\n        },\n        \"company\": \"5eb4808168abec18c3d8fbd9\",\n        \"deed\": \"607e6ce67690e51cf1cc65c9\",\n        \"date\": \"2022-05-11T19:15:20.153Z\",\n        \"createdAt\": \"2022-05-11T19:15:20.176Z\",\n        \"amountCurrencies\": {\n            \"EUR\": 47.48584527,\n            \"USD\": 50.01,\n            \"GBP\": 40.60126863,\n            \"CAD\": 65.15867913,\n            \"AUD\": 72.03645441,\n            \"JPY\": 6518.638467,\n            \"SGD\": 69.57426207,\n            \"INR\": 3866.4981449999996,\n            \"ILS\": 173.1751281,\n            \"ZAR\": 805.4355548999999,\n            \"TRY\": 765.50031945,\n            \"ARS\": 5847.58393293,\n            \"BRL\": 256.676325,\n            \"MXN\": 1018.91814288,\n            \"CLP\": 43351.1685,\n            \"PEN\": 190.44728184,\n            \"COP\": 205015.91013303,\n            \"BOB\": 343.51808988,\n            \"CNY\": 336.802347,\n            \"KRW\": 63940.9381305,\n            \"PHP\": 2617.7732999699997,\n            \"THB\": 1732.75033077,\n            \"KZT\": 21951.79203051,\n            \"UAH\": 1511.41432242,\n            \"DKK\": 353.1971253,\n            \"PLN\": 222.25279167,\n            \"NOK\": 486.69481949999994,\n            \"SEK\": 503.69441873999995,\n            \"HUF\": 18034.413161399996,\n            \"CZK\": 1187.4549435,\n            \"CHF\": 49.79650731,\n            \"CRC\": 33402.019668119996,\n            \"IDR\": 726485.2679999999,\n            \"VND\": 1147413.11593584\n        },\n        \"matchedAmount\": 50.01,\n        \"matchedAmountCurrencies\": {\n            \"EUR\": 47.48584527,\n            \"USD\": 50.01,\n            \"GBP\": 40.60126863,\n            \"CAD\": 65.15867913,\n            \"AUD\": 72.03645441,\n            \"JPY\": 6518.638467,\n            \"SGD\": 69.57426207,\n            \"INR\": 3866.4981449999996,\n            \"ILS\": 173.1751281,\n            \"ZAR\": 805.4355548999999,\n            \"TRY\": 765.50031945,\n            \"ARS\": 5847.58393293,\n            \"BRL\": 256.676325,\n            \"MXN\": 1018.91814288,\n            \"CLP\": 43351.1685,\n            \"PEN\": 190.44728184,\n            \"COP\": 205015.91013303,\n            \"BOB\": 343.51808988,\n            \"CNY\": 336.802347,\n            \"KRW\": 63940.9381305,\n            \"PHP\": 2617.7732999699997,\n            \"THB\": 1732.75033077,\n            \"KZT\": 21951.79203051,\n            \"UAH\": 1511.41432242,\n            \"DKK\": 353.1971253,\n            \"PLN\": 222.25279167,\n            \"NOK\": 486.69481949999994,\n            \"SEK\": 503.69441873999995,\n            \"HUF\": 18034.413161399996,\n            \"CZK\": 1187.4549435,\n            \"CHF\": 49.79650731,\n            \"CRC\": 33402.019668119996,\n            \"IDR\": 726485.2679999999,\n            \"VND\": 1147413.11593584\n        },\n        \"matchedAt\": \"2022-05-11T19:16:01.182Z\",\n        \"matchedRule\": \"62137860ab276b5d4474097f\",\n        \"id\": \"627c0b482cb0ec1ddaec4697\",\n        \"nonprofit\": {\n            \"locationObject\": {\n                \"address\": \"6 E 32ND STREET, 5TH FLOOR\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"postalCode\": \"10016\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"stateCode\": \"NY\"\n            },\n            \"pictures\": [],\n            \"__t\": \"Nonprofit\",\n            \"_id\": \"5e793590a382ea379c121d60\",\n            \"name\": \"City Harvest\",\n            \"email\": \"noreply@joindeed\",\n            \"mainPicture\": \"https://files.godeed.today/1585002723394_239-2396645_city-harvest-logo-png-transparent-city-harvest-new.png\",\n            \"payPalModel\": \"PPGF\",\n            \"id\": \"5e793590a382ea379c121d60\",\n            \"banner\": \"\",\n            \"shareLink\": \"http://localhost:3000/organization/5e793590a382ea379c121d60\"\n        },\n        \"processedAt\": \"2022-05-11T19:15:20.153Z\",\n        \"disbursedAt\": \"2022-05-25T11:59:59.999Z\",\n        \"paymentMethodDetailsType\": \"Card\"\n    }\n]"}],"_postman_id":"943c5f8b-2c87-47a1-a307-2021cc35bf73"},{"name":"Create `Donation`","id":"afb381ed-3496-4cfa-9f85-9d95710b6cfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.testing.joindeed.org/api/donations/:provider(deedcredit|external|payroll)","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Create a donation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","donations",":provider(deedcredit|external|payroll)"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"type":"any","value":"","key":"provider(deedcredit|external|payroll)"}]}},"response":[{"id":"e74e7f9b-bac4-4d63-8df8-5aa3d364a032","name":"/api/donations/external","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"nonprofit","value":"ext-pp-US29372","type":"text"}]},"url":"https://api.testing.joindeed.org/api/donations/external"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"afb381ed-3496-4cfa-9f85-9d95710b6cfd"}],"id":"f4bc50b5-4ff0-481f-ad03-71a613a9b471","_postman_id":"f4bc50b5-4ff0-481f-ad03-71a613a9b471","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Files","item":[{"name":"Upload File","id":"df11ea0c-0d05-497e-983f-7cdecce183be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"file_name\":\"31554171-262a-4c60-bc59-8e4e2d8c39bf.jpg\",\"file_type\":\"image/jpeg\"}"},"url":"https://api.testing.joindeed.org/api/files/credentials","description":"<p><code>Admin</code> <code>User</code></p>\n<p>Get credentials to upload a file to S3.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","files","credentials"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"c11e63e9-ec5e-47ab-bc0d-eece8f7d4017","name":"/api/files/credentials","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"file_name\":\"31554171-262a-4c60-bc59-8e4e2d8c39bf.jpg\",\"file_type\":\"image/jpeg\"}"},"url":"https://api.testing.joindeed.org/api/files/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 11:07:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"img-src 'self' data: https:;frame-ancestors 'self' https://www.giveindia.in bp42.com;default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"X-HTTP-Method-Override, Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"signedRequest\": \"https://deed-primary.s3.us-west-2.amazonaws.com/1662980833410_meow?AWSAccessKeyId=...&Expires=...&Signature=...&x-amz-acl=...&x-amz-security-token=...\",\n    \"url\": \"https://files.godeed.today/1662980833410_meow\"\n}"}],"_postman_id":"df11ea0c-0d05-497e-983f-7cdecce183be"}],"id":"69fad180-bd9c-44ea-85ae-bfd9642da642","_postman_id":"69fad180-bd9c-44ea-85ae-bfd9642da642","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Locations","item":[{"name":"List Countries","id":"08ca767a-1908-4c57-9db4-bd3da21e4867","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query countries {\n    countries {\n        code\n        country\n        countryCode\n        currencyCode\n    }\n}","variables":"{}"}},"url":"https://api.testing.joindeed.org/graph","description":"<p><code>Admin</code> <code>User</code></p>\n<p>Get a list of all available countries.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["graph"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"08ca767a-1908-4c57-9db4-bd3da21e4867"},{"name":"List `Location`s","id":"17f64a7e-e52b-44d0-b374-c5382d5400dc","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query locations ($cursor: LocationWhereUniqueInput, $distinct: [LocationScalarFieldEnum], $skip: Int, $take: Int, $where: LocationWhereInput) {\n    locations (cursor: $cursor, distinct: $distinct, skip: $skip, take: $take, where: $where) {\n        code\n        coordinates\n        country\n        countryCode\n        createdAt\n        currencyCode\n        id\n        modifiedAt\n        name\n        phone\n        picture\n        public\n        radius\n        region\n        state\n        stateCode\n    }\n}","variables":"{\n  \"cursor\": {\n    \"id\": \"\"\n  },\n  \"distinct\": [\n    \"\"\n  ],\n  \"skip\": 0,\n  \"take\": 0,\n  \"where\": {\n    \"AND\": {\n      \"AND\": \"<Same as [LocationWhereInput]>\",\n      \"NOT\": {\n        \"NOT\": \"<Same as [LocationWhereInput]>\"\n      },\n      \"OR\": {\n        \"OR\": \"<Same as [LocationWhereInput]>\"\n      },\n      \"code\": {},\n      \"coordinates\": {},\n      \"country\": {},\n      \"countryCode\": {},\n      \"createdAt\": {},\n      \"currencyCode\": {},\n      \"id\": {},\n      \"modifiedAt\": {},\n      \"name\": {},\n      \"phone\": {},\n      \"picture\": {},\n      \"public\": {},\n      \"radius\": {},\n      \"region\": {},\n      \"state\": {},\n      \"stateCode\": {}\n    },\n    \"NOT\": {\n      \"AND\": {\n        \"AND\": \"<Same as [LocationWhereInput]>\"\n      },\n      \"NOT\": \"<Same as [LocationWhereInput]>\",\n      \"OR\": {\n        \"OR\": \"<Same as [LocationWhereInput]>\"\n      },\n      \"code\": {},\n      \"coordinates\": {},\n      \"country\": {},\n      \"countryCode\": {},\n      \"createdAt\": {},\n      \"currencyCode\": {},\n      \"id\": {},\n      \"modifiedAt\": {},\n      \"name\": {},\n      \"phone\": {},\n      \"picture\": {},\n      \"public\": {},\n      \"radius\": {},\n      \"region\": {},\n      \"state\": {},\n      \"stateCode\": {}\n    },\n    \"OR\": {\n      \"AND\": {\n        \"AND\": \"<Same as [LocationWhereInput]>\"\n      },\n      \"NOT\": {\n        \"NOT\": \"<Same as [LocationWhereInput]>\"\n      },\n      \"OR\": \"<Same as [LocationWhereInput]>\",\n      \"code\": {},\n      \"coordinates\": {},\n      \"country\": {},\n      \"countryCode\": {},\n      \"createdAt\": {},\n      \"currencyCode\": {},\n      \"id\": {},\n      \"modifiedAt\": {},\n      \"name\": {},\n      \"phone\": {},\n      \"picture\": {},\n      \"public\": {},\n      \"radius\": {},\n      \"region\": {},\n      \"state\": {},\n      \"stateCode\": {}\n    },\n    \"code\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"coordinates\": {\n      \"equals\": [\n        \"\"\n      ],\n      \"has\": \"\",\n      \"hasEvery\": [\n        \"\"\n      ],\n      \"hasSome\": [\n        \"\"\n      ],\n      \"isEmpty\": true\n    },\n    \"country\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"countryCode\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"createdAt\": {\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedDateTimeFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"currencyCode\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"id\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"modifiedAt\": {\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedDateTimeNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"name\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"phone\": {\n      \"equals\": true,\n      \"not\": {\n        \"not\": \"<Same as NestedBoolFilter>\"\n      }\n    },\n    \"picture\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"public\": {\n      \"equals\": true,\n      \"not\": {\n        \"not\": \"<Same as NestedBoolFilter>\"\n      }\n    },\n    \"radius\": {\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedFloatNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"region\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"state\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"stateCode\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    }\n  }\n}"}},"url":"https://api.testing.joindeed.org/graph","description":"<p><code>Admin</code> <code>User</code></p>\n<p>Get a list of all available locations for current user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["graph"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"e1123cd8-cd19-4c89-b93c-44a852c711a6","name":"Sample","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query locations {\n  locations {\n    id\n    name\n    code\n    country\n    countryCode\n    currencyCode\n    createdAt\n    modifiedAt\n    coordinates\n    public\n    state\n    picture\n    stateCode\n    region\n    __typename\n  }\n}","variables":""}},"url":"https://api.testing.joindeed.org/api/locations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 15:18:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"img-src 'self' data: https:;frame-ancestors 'self' https://www.giveindia.in bp42.com;default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"locations\": [\n\t\t\t{\n\t\t\t\t\"id\": \"5af483327249db36acac4568\",\n\t\t\t\t\"name\": \"Portland\",\n\t\t\t\t\"code\": \"portland\",\n\t\t\t\t\"country\": \"United States\",\n\t\t\t\t\"countryCode\": \"US\",\n\t\t\t\t\"currencyCode\": \"USD\",\n\t\t\t\t\"createdAt\": \"2018-05-10T00:27:50.734Z\",\n\t\t\t\t\"modifiedAt\": null,\n\t\t\t\t\"coordinates\": [\n\t\t\t\t\t45.512794,\n\t\t\t\t\t-122.679565\n\t\t\t\t],\n\t\t\t\t\"public\": true,\n\t\t\t\t\"state\": \"OR\",\n\t\t\t\t\"picture\": \"https://files.godeed.today/1526980800018_47e276a2-ac01-4892-86a2-7ec517e4132a.jpg\",\n\t\t\t\t\"stateCode\": \"OR\",\n\t\t\t\t\"region\": \"North America\",\n\t\t\t\t\"__typename\": \"Location\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"5af483677249db36acac4569\",\n\t\t\t\t\"name\": \"Los Angeles\",\n\t\t\t\t\"code\": \"losangeles\",\n\t\t\t\t\"country\": \"United States\",\n\t\t\t\t\"countryCode\": \"US\",\n\t\t\t\t\"currencyCode\": \"USD\",\n\t\t\t\t\"createdAt\": \"2018-05-10T00:27:50.734Z\",\n\t\t\t\t\"modifiedAt\": null,\n\t\t\t\t\"coordinates\": [\n\t\t\t\t\t34.052235,\n\t\t\t\t\t-118.243683\n\t\t\t\t],\n\t\t\t\t\"public\": true,\n\t\t\t\t\"state\": \"CA\",\n\t\t\t\t\"picture\": \"https://files.godeed.today/1526980799898_ffe28c8d-51a4-4184-90f3-02fb90179716.jpg\",\n\t\t\t\t\"stateCode\": \"CA\",\n\t\t\t\t\"region\": \"North America\",\n\t\t\t\t\"__typename\": \"Location\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"5b993c4ccea62b07352e306c\",\n\t\t\t\t\"name\": \"Boston\",\n\t\t\t\t\"code\": \"bostonarea\",\n\t\t\t\t\"country\": \"United States\",\n\t\t\t\t\"countryCode\": \"US\",\n\t\t\t\t\"currencyCode\": \"USD\",\n\t\t\t\t\"createdAt\": \"2018-09-12T08:19:50.214Z\",\n\t\t\t\t\"modifiedAt\": null,\n\t\t\t\t\"coordinates\": [\n\t\t\t\t\t42.361145,\n\t\t\t\t\t-71.057083\n\t\t\t\t],\n\t\t\t\t\"public\": true,\n\t\t\t\t\"state\": \"MA\",\n\t\t\t\t\"picture\": \"https://files.godeed.today/1536769599105_91775fbc-57c0-443e-bfc2-c929a90d1acc.jpg\",\n\t\t\t\t\"stateCode\": \"MA\",\n\t\t\t\t\"region\": \"North America\",\n\t\t\t\t\"__typename\": \"Location\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"5c49fee34e22db9c3459550d\",\n\t\t\t\t\"name\": \"Washington DC\",\n\t\t\t\t\"code\": \"washingtondc\",\n\t\t\t\t\"country\": \"United States\",\n\t\t\t\t\"countryCode\": \"US\",\n\t\t\t\t\"currencyCode\": \"USD\",\n\t\t\t\t\"createdAt\": \"2019-01-24T18:19:50.214Z\",\n\t\t\t\t\"modifiedAt\": null,\n\t\t\t\t\"coordinates\": [\n\t\t\t\t\t38.889931,\n\t\t\t\t\t-77.009003\n\t\t\t\t],\n\t\t\t\t\"public\": true,\n\t\t\t\t\"state\": \"\",\n\t\t\t\t\"picture\": \"https://files.godeed.today/1548352929798_14e11a7a-c574-47fd-8c91-1e8b40f45a79.jpg\",\n\t\t\t\t\"stateCode\": \"\",\n\t\t\t\t\"region\": \"North America\",\n\t\t\t\t\"__typename\": \"Location\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"5c49ff924e22db9c3459550f\",\n\t\t\t\t\"name\": \"Philadelphia\",\n\t\t\t\t\"code\": \"philadelphia\",\n\t\t\t\t\"country\": \"United States\",\n\t\t\t\t\"countryCode\": \"US\",\n\t\t\t\t\"currencyCode\": \"USD\",\n\t\t\t\t\"createdAt\": \"2019-01-24T18:19:50.214Z\",\n\t\t\t\t\"modifiedAt\": null,\n\t\t\t\t\"coordinates\": [\n\t\t\t\t\t39.952583,\n\t\t\t\t\t-75.165222\n\t\t\t\t],\n\t\t\t\t\"public\": true,\n\t\t\t\t\"state\": \"PA\",\n\t\t\t\t\"picture\": \"https://files.godeed.today/1548352947301_69994fd5-35a2-4c34-add8-02599a7f06a3.jpg\",\n\t\t\t\t\"stateCode\": \"PA\",\n\t\t\t\t\"region\": \"North America\",\n\t\t\t\t\"__typename\": \"Location\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"5af482475e30df36ac1eca79\",\n\t\t\t\t\"name\": \"New York\",\n\t\t\t\t\"code\": \"newyork\",\n\t\t\t\t\"country\": \"United States\",\n\t\t\t\t\"countryCode\": \"US\",\n\t\t\t\t\"currencyCode\": \"USD\",\n\t\t\t\t\"createdAt\": \"2018-05-10T00:27:50.734Z\",\n\t\t\t\t\"modifiedAt\": null,\n\t\t\t\t\"coordinates\": [\n\t\t\t\t\t40.73061,\n\t\t\t\t\t-73.935242\n\t\t\t\t],\n\t\t\t\t\"public\": true,\n\t\t\t\t\"state\": \"New York\",\n\t\t\t\t\"picture\": \"https://files.godeed.today/1526980799914_efeca056-5099-4cca-9d3c-817325566bbb.jpg\",\n\t\t\t\t\"stateCode\": \"NY\",\n\t\t\t\t\"region\": \"North America\",\n\t\t\t\t\"__typename\": \"Location\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"5af483c47249db36acac456a\",\n\t\t\t\t\"name\": \"Chicago\",\n\t\t\t\t\"code\": \"chicago\",\n\t\t\t\t\"country\": \"United States\",\n\t\t\t\t\"countryCode\": \"US\",\n\t\t\t\t\"currencyCode\": \"USD\",\n\t\t\t\t\"createdAt\": \"2018-05-10T00:27:50.734Z\",\n\t\t\t\t\"modifiedAt\": null,\n\t\t\t\t\"coordinates\": [\n\t\t\t\t\t41.881832,\n\t\t\t\t\t-87.623177\n\t\t\t\t],\n\t\t\t\t\"public\": true,\n\t\t\t\t\"state\": \"Illinois\",\n\t\t\t\t\"picture\": \"https://files.godeed.today/1526980799875_52d75de9-45ae-4a15-86a0-c6b681256f66.jpg\",\n\t\t\t\t\"stateCode\": \"IL\",\n\t\t\t\t\"region\": \"North America\",\n\t\t\t\t\"__typename\": \"Location\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"5ba391ac1f8db5037ed22d9c\",\n\t\t\t\t\"name\": \"Bay Area\",\n\t\t\t\t\"code\": \"bayarea\",\n\t\t\t\t\"country\": \"United States\",\n\t\t\t\t\"countryCode\": \"US\",\n\t\t\t\t\"currencyCode\": \"USD\",\n\t\t\t\t\"createdAt\": \"2018-09-12T08:19:50.214Z\",\n\t\t\t\t\"modifiedAt\": null,\n\t\t\t\t\"coordinates\": [\n\t\t\t\t\t37.733795,\n\t\t\t\t\t-122.446747\n\t\t\t\t],\n\t\t\t\t\"public\": true,\n\t\t\t\t\"state\": \"California\",\n\t\t\t\t\"picture\": \"https://files.godeed.today/1537447642214_8657cb24-9878-48a7-a918-eb5179e019e6.jpg\",\n\t\t\t\t\"stateCode\": \"CA\",\n\t\t\t\t\"region\": \"North America\",\n\t\t\t\t\"__typename\": \"Location\"\n\t\t\t}\n\t\t]\n\t}\n}"}],"_postman_id":"17f64a7e-e52b-44d0-b374-c5382d5400dc"}],"id":"480362ac-f5d4-4c83-a526-2914ab42072e","_postman_id":"480362ac-f5d4-4c83-a526-2914ab42072e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Organizations","item":[{"name":"Get `Organization`","id":"8da1d3c4-8b68-40c4-a54e-536a008498ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/organizations/:id","description":"<p><code>Admin</code> <code>User</code></p>\n<p>Get info of a nonprofit organization.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","organizations",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"ddf4d826-c82f-4f88-bd5b-97894830b2c9","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"5fd70a272327547a594fa4e9","key":"id"}]}},"response":[{"id":"733f83d2-79b0-419f-b389-b38c1cca2421","name":"/api/organizations/{id}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/organizations/:id","host":["https://api.testing.joindeed.org"],"path":["api","organizations",":id"],"variable":[{"key":"id","value":"5fd70a272327547a594fa4e9","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Sep 2022 07:15:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5fd70a272327547a594fa4e9\",\n    \"location\": {\n        \"coordinates\": []\n    },\n    \"categories\": [],\n    \"SDGs\": [],\n    \"pillars\": [],\n    \"ERGs\": [],\n    \"currencyCode\": \"CAD\",\n    \"approved\": false,\n    \"brief\": \"\",\n    \"website\": \"\",\n    \"__t\": \"Nonprofit\",\n    \"externalId\": \"ext-pp-CA444107\",\n    \"paypalPayerId\": null,\n    \"locationObject\": {\n        \"address\": \"1 Maire-Victorin\",\n        \"city\": \"Toronto\",\n        \"state\": \"ON\",\n        \"postalCode\": \"M5A 1E1\",\n        \"country\": \"Canada\",\n        \"countryCode\": \"CA\",\n        \"stateCode\": \"ON\"\n    },\n    \"name\": \"PPGF GFM CA's Test Store\",\n    \"mainPicture\": \"\",\n    \"acceptsDonations\": true,\n    \"payPalModel\": \"PPGF\",\n    \"email\": \"sb-p1wmi6251591@business.example.com\",\n    \"user\": {\n        \"instagram\": {\n            \"accessTokens\": []\n        },\n        \"fullName\": {\n            \"first\": \"Admin Shared\",\n            \"last\": \"\"\n        },\n        \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n        \"email\": \"support@thedeed.app\",\n        \"roles\": [\n            \"5de3ed889b24a6a362e0b06b\"\n        ],\n        \"displayCurrency\": \"USD\",\n        \"locale\": \"en-US\",\n        \"externalId\": \"\",\n        \"origin\": \"api\",\n        \"__t\": \"Admin\",\n        \"_id\": \"57b9dcdfdfd0f9155f4bad09\",\n        \"name\": \"Admin\",\n        \"verification\": {\n            \"verified\": false\n        },\n        \"modifiedAt\": \"2022-09-14T07:09:35.123Z\",\n        \"createdAt\": \"2016-08-21T16:54:55.456Z\",\n        \"__v\": 3,\n        \"provider\": \"local\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"firstActive\": \"2021-08-23T06:55:22.572Z\",\n        \"lastActive\": \"2022-09-14T07:09:35.123Z\"\n    },\n    \"id\": \"5fd70a272327547a594fa4e9\",\n    \"_isPartner\": false,\n    \"matchableRule\": {\n        \"categoriesExclude\": true,\n        \"categories\": [],\n        \"partneredNonprofits\": false,\n        \"nonprofitsExclude\": true,\n        \"nonprofits\": [],\n        \"fundraisersExclude\": true,\n        \"fundraisers\": [],\n        \"locationsExclude\": true,\n        \"locations\": [],\n        \"paymentMethodsExclude\": true,\n        \"paymentMethods\": [],\n        \"bypassBudgetLimitPerUser\": false,\n        \"matchingPercentage\": 100,\n        \"currencyCode\": \"USD\",\n        \"limitToCurrency\": false,\n        \"_id\": \"62137860ab276b5d4474097f\",\n        \"budget\": {\n            \"locationsExclude\": true,\n            \"locations\": [],\n            \"currencyCode\": \"USD\",\n            \"limitToCurrency\": false,\n            \"_id\": \"621377cdab276b5d44740661\",\n            \"startingAt\": \"2022-02-21T11:24:28.311Z\",\n            \"title\": \"test\",\n            \"capGroups\": [],\n            \"organization\": \"5eb4808168abec18c3d8fbd9\",\n            \"createdAt\": \"2022-02-21T11:30:21.052Z\",\n            \"modifiedAt\": \"2022-09-10T01:44:30.901Z\",\n            \"__v\": 8,\n            \"limitPerUser\": 10000,\n            \"limitTotal\": 3000000,\n            \"__transactionLock\": \"61fb932194efa87ea09d8d14--VT-6267ea370062212400eebc04\",\n            \"_matchedAmountCurrencies\": {\n                \"ARS\": 11842964.050640376,\n                \"AUD\": 144041.94542944818,\n                \"BOB\": 713372.3281246193,\n                \"BRL\": 525574.2928004051,\n                \"CAD\": 131800.16810952203,\n                \"CHF\": 97355.933939962,\n                \"CLP\": 86384923.47286649,\n                \"CNY\": 670359.2768733093,\n                \"COP\": 409363015.66557115,\n                \"CRC\": 67669008.18140581,\n                \"CZK\": 2394244.0527363135,\n                \"DKK\": 711184.7720524719,\n                \"EUR\": 95597.06683936469,\n                \"GBP\": 80124.72616288398,\n                \"HKD\": 642653.7704501951,\n                \"HUF\": 36552513.77002998,\n                \"IDR\": 1501250895.0149384,\n                \"ILS\": 339384.4880141197,\n                \"INR\": 7936766.716963718,\n                \"JPY\": 12711004.419877283,\n                \"KRW\": 128186775.51862775,\n                \"KZT\": 49389303.10141753,\n                \"MXN\": 2114383.7145340717,\n                \"NOK\": 948461.1583304809,\n                \"NZD\": 124376.67367092024,\n                \"PEN\": 392101.63226875133,\n                \"PHP\": 5439532.122012905,\n                \"PLN\": 449809.62546253524,\n                \"RON\": 373722.9834522454,\n                \"SEK\": 1016537.6951644451,\n                \"SGD\": 141522.4488390418,\n                \"THB\": 3473945.7815332823,\n                \"TRY\": 1561747.9576108616,\n                \"UAH\": 3162612.293067276,\n                \"USD\": 103616.3496279899,\n                \"VND\": 2380605637.212583,\n                \"ZAR\": 1615558.2819591404\n            },\n            \"id\": \"621377cdab276b5d44740661\"\n        },\n        \"title\": \"Matching\",\n        \"createdAt\": \"2022-02-21T11:32:48.021Z\",\n        \"modifiedAt\": \"2022-09-10T01:44:30.901Z\",\n        \"__v\": 0,\n        \"_matchedAmountCurrencies\": {\n            \"ARS\": 11811804.832965374,\n            \"AUD\": 143680.8401544483,\n            \"BOB\": 711650.8825496193,\n            \"BRL\": 524259.88280040544,\n            \"CAD\": 131478.229459522,\n            \"CHF\": 97116.844114962,\n            \"CLP\": 86156391.47286649,\n            \"CNY\": 668685.0218733093,\n            \"COP\": 408329765.1284962,\n            \"CRC\": 67496086.80738077,\n            \"CZK\": 2388381.694711314,\n            \"DKK\": 709420.989327472,\n            \"EUR\": 95359.99471436469,\n            \"GBP\": 79920.36911288401,\n            \"HKD\": 640691.9027751952,\n            \"HUF\": 36457967.08225497,\n            \"IDR\": 1497540366.1668134,\n            \"ILS\": 338527.98361411976,\n            \"INR\": 7917086.20386372,\n            \"JPY\": 12677078.037064785,\n            \"KRW\": 127864243.8023028,\n            \"KZT\": 49273436.00926754,\n            \"MXN\": 2109375.4345090697,\n            \"NOK\": 946005.6787054809,\n            \"NZD\": 123978.21702092023,\n            \"PEN\": 391154.59376875125,\n            \"PHP\": 5425791.946912904,\n            \"PLN\": 448697.1217625351,\n            \"RON\": 372551.01095224544,\n            \"SEK\": 1014004.970089445,\n            \"SGD\": 141175.7286390418,\n            \"THB\": 3465156.296408282,\n            \"TRY\": 1557584.2226108613,\n            \"UAH\": 3155226.4215422757,\n            \"USD\": 103366.3496279899,\n            \"VND\": 2374791480.267233,\n            \"ZAR\": 1611567.176709141\n        },\n        \"id\": \"62137860ab276b5d4474097f\"\n    },\n    \"matchingRuleId\": \"62137860ab276b5d4474097f\",\n    \"matchingBudgetId\": \"621377cdab276b5d44740661\",\n    \"matchingPercentage\": 100,\n    \"matchingPaymentMethods\": [],\n    \"matchingPaymentMethodsExclude\": true,\n    \"matchingMaximumCurrencies\": {\n        \"EUR\": 10021.77,\n        \"USD\": 10000,\n        \"CAD\": 13167.310000000001,\n        \"GBP\": 8693.66,\n        \"AUD\": 14834.5,\n        \"RON\": 49330.99999999999,\n        \"SGD\": 14062.429999999998,\n        \"INR\": 796027.5,\n        \"HKD\": 78495.93,\n        \"NZD\": 16661.59,\n        \"BRL\": 51908.76,\n        \"MXN\": 200500.45,\n        \"JPY\": 1444531.1111,\n        \"DKK\": 74528.56,\n        \"PLN\": 47297.380000000005,\n        \"NOK\": 101078.43000000001,\n        \"SEK\": 106911.43000000001,\n        \"HUF\": 4003624.6799999997,\n        \"CZK\": 246028.58000000002,\n        \"CHF\": 9606.49,\n        \"ILS\": 34241.41,\n        \"ZAR\": 174449.47,\n        \"TRY\": 182545.15999999997,\n        \"ARS\": 1425885.64,\n        \"CLP\": 9178004.24,\n        \"PEN\": 38532.79,\n        \"COP\": 44491600.6,\n        \"BOB\": 69072.59,\n        \"CNY\": 69251,\n        \"KRW\": 13937500,\n        \"PHP\": 571750.02,\n        \"THB\": 366165,\n        \"KZT\": 4724506.390000001,\n        \"UAH\": 369192.01999999996,\n        \"CRC\": 6359598.55,\n        \"IDR\": 149875000,\n        \"VND\": 235571273.38\n    },\n    \"banner\": \"\",\n    \"deeds\": [\n        {\n            \"currencyCode\": \"CAD\",\n            \"nonprofits\": [\n                {\n                    \"features\": {\n                        \"basicDashboards\": {\n                            \"enabled\": true,\n                            \"locationsExclude\": true,\n                            \"locations\": []\n                        },\n                        \"volunteering\": {\n                            \"enabled\": true,\n                            \"locationsExclude\": true,\n                            \"locations\": []\n                        },\n                        \"donations\": {\n                            \"enabled\": true,\n                            \"locationsExclude\": true,\n                            \"locations\": []\n                        },\n                        \"recurringDonations\": {\n                            \"enabled\": true,\n                            \"locationsExclude\": true,\n                            \"locations\": []\n                        }\n                    },\n                    \"locationObject\": {\n                        \"address\": \"1 Maire-Victorin\",\n                        \"city\": \"Toronto\",\n                        \"state\": \"ON\",\n                        \"postalCode\": \"M5A 1E1\",\n                        \"country\": \"Canada\",\n                        \"countryCode\": \"CA\",\n                        \"stateCode\": \"ON\"\n                    },\n                    \"location\": {\n                        \"coordinates\": []\n                    },\n                    \"stripe\": {},\n                    \"categories\": [],\n                    \"SDGs\": [],\n                    \"pillars\": [],\n                    \"ERGs\": [],\n                    \"currencyCode\": \"CAD\",\n                    \"mergedOrganizations\": [],\n                    \"skipRefresh\": false,\n                    \"origin\": \"Deed\",\n                    \"approved\": false,\n                    \"brief\": \"\",\n                    \"tagLine\": \"\",\n                    \"rating\": 5,\n                    \"website\": \"\",\n                    \"pictures\": [],\n                    \"providers\": [],\n                    \"excludeCauses\": [],\n                    \"invisible\": false,\n                    \"__t\": \"Nonprofit\",\n                    \"impactNumbers\": {},\n                    \"_id\": \"5fd70a272327547a594fa4e9\",\n                    \"externalId\": \"ext-pp-CA444107\",\n                    \"paypalPayerId\": null,\n                    \"name\": \"PPGF GFM CA's Test Store\",\n                    \"mainPicture\": \"\",\n                    \"acceptsDonations\": true,\n                    \"payPalModel\": \"PPGF\",\n                    \"createdAt\": \"2020-12-14T06:45:59.716Z\",\n                    \"modifiedAt\": \"2022-07-26T11:25:05.283Z\",\n                    \"__v\": 0,\n                    \"metadata\": {\n                        \"paypalEmail\": \"sb-p1wmi6251591@business.example.com\"\n                    },\n                    \"email\": \"sb-p1wmi6251591@business.example.com\",\n                    \"id\": \"5fd70a272327547a594fa4e9\",\n                    \"banner\": \"\",\n                    \"shareLink\": \"http://localhost:3000/organization/5fd70a272327547a594fa4e9\"\n                }\n            ],\n            \"forms\": [],\n            \"status\": \"published\",\n            \"editors\": [\n                \"57b9dcdfdfd0f9155f4bad09\"\n            ],\n            \"featured\": false,\n            \"public\": true,\n            \"sponsored\": false,\n            \"categories\": [\n                \"59e7cbc792b6a2fc1ac9e5b6\",\n                \"59e7cbc792b6a2fc1ac9e5b1\",\n                \"59e7cbc792b6a2fc1ac9e5b7\"\n            ],\n            \"SDGs\": [\n                \"5d94f23ee4955af37f0561aa\"\n            ],\n            \"pillars\": [\n                \"5f588b5c7c175c7ddab385a7\"\n            ],\n            \"ERGs\": [\n                \"60bf0a25cf51b21592c69533\"\n            ],\n            \"campaigns\": [\n                \"60e6c31883e27ae390a98d16\",\n                \"60954cc6348214413af019c6\"\n            ],\n            \"rating\": 5,\n            \"pictures\": [\n                \"https://files.godeed.today/1531753288664_edf08212-ce8e-4b99-979c-5854488f11c2.jpg\"\n            ],\n            \"timeZone\": \"America/New_York\",\n            \"organizerEmail\": \"randy+team@joindeed.com\",\n            \"organizerPhone\": \"\",\n            \"blocked\": false,\n            \"linkOnly\": false,\n            \"requireAuthentication\": false,\n            \"allowedLocations\": [],\n            \"allowedCountries\": [],\n            \"allowedStates\": [],\n            \"skipRefresh\": false,\n            \"__t\": \"Campaign\",\n            \"_id\": \"6111ba11ab134461e144088f\",\n            \"goalAmount\": 5000,\n            \"name\": \"Here's another test Fundraiser\",\n            \"startingAt\": \"2021-08-09T22:00:00.000Z\",\n            \"organizerName\": \"Randy Tarampi\",\n            \"endingAt\": \"2021-12-31T22:59:59.999Z\",\n            \"description\": \"It's just some fundraiser text.\\n\\nI think.\\n\\nProbably.\",\n            \"partner\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"appVanityDomain\": null,\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"createdAt\": \"2021-08-09T23:28:17.856Z\",\n            \"modifiedAt\": \"2021-11-19T08:36:36.300Z\",\n            \"__v\": 0,\n            \"minimumDonationAmount\": 50,\n            \"donationAmountOptions\": [\n                50,\n                100\n            ],\n            \"mainPicture\": \"https://files.godeed.today/c960x540/1531753288664_edf08212-ce8e-4b99-979c-5854488f11c2.jpg\",\n            \"started\": true,\n            \"ended\": true,\n            \"isPrivate\": false,\n            \"shareLink\": \"http://localhost:3000/deeds/6111ba11ab134461e144088f\",\n            \"responsesAggregation\": [],\n            \"id\": \"6111ba11ab134461e144088f\"\n        },\n        {\n            \"currencyCode\": \"CAD\",\n            \"nonprofits\": [\n                {\n                    \"features\": {\n                        \"basicDashboards\": {\n                            \"enabled\": true,\n                            \"locationsExclude\": true,\n                            \"locations\": []\n                        },\n                        \"volunteering\": {\n                            \"enabled\": true,\n                            \"locationsExclude\": true,\n                            \"locations\": []\n                        },\n                        \"donations\": {\n                            \"enabled\": true,\n                            \"locationsExclude\": true,\n                            \"locations\": []\n                        },\n                        \"recurringDonations\": {\n                            \"enabled\": true,\n                            \"locationsExclude\": true,\n                            \"locations\": []\n                        }\n                    },\n                    \"locationObject\": {\n                        \"address\": \"1 Maire-Victorin\",\n                        \"city\": \"Toronto\",\n                        \"state\": \"ON\",\n                        \"postalCode\": \"M5A 1E1\",\n                        \"country\": \"Canada\",\n                        \"countryCode\": \"CA\",\n                        \"stateCode\": \"ON\"\n                    },\n                    \"location\": {\n                        \"coordinates\": []\n                    },\n                    \"stripe\": {},\n                    \"categories\": [],\n                    \"SDGs\": [],\n                    \"pillars\": [],\n                    \"ERGs\": [],\n                    \"currencyCode\": \"CAD\",\n                    \"mergedOrganizations\": [],\n                    \"skipRefresh\": false,\n                    \"origin\": \"Deed\",\n                    \"approved\": false,\n                    \"brief\": \"\",\n                    \"tagLine\": \"\",\n                    \"rating\": 5,\n                    \"website\": \"\",\n                    \"pictures\": [],\n                    \"providers\": [],\n                    \"excludeCauses\": [],\n                    \"invisible\": false,\n                    \"__t\": \"Nonprofit\",\n                    \"impactNumbers\": {},\n                    \"_id\": \"5fd70a272327547a594fa4e9\",\n                    \"externalId\": \"ext-pp-CA444107\",\n                    \"paypalPayerId\": null,\n                    \"name\": \"PPGF GFM CA's Test Store\",\n                    \"mainPicture\": \"\",\n                    \"acceptsDonations\": true,\n                    \"payPalModel\": \"PPGF\",\n                    \"createdAt\": \"2020-12-14T06:45:59.716Z\",\n                    \"modifiedAt\": \"2022-07-26T11:25:05.283Z\",\n                    \"__v\": 0,\n                    \"metadata\": {\n                        \"paypalEmail\": \"sb-p1wmi6251591@business.example.com\"\n                    },\n                    \"email\": \"sb-p1wmi6251591@business.example.com\",\n                    \"id\": \"5fd70a272327547a594fa4e9\",\n                    \"banner\": \"\",\n                    \"shareLink\": \"http://localhost:3000/organization/5fd70a272327547a594fa4e9\"\n                }\n            ],\n            \"forms\": [],\n            \"status\": \"published\",\n            \"editors\": [\n                \"57b9dcdfdfd0f9155f4bad09\"\n            ],\n            \"featured\": false,\n            \"public\": true,\n            \"sponsored\": false,\n            \"categories\": [\n                \"59e7cbc792b6a2fc1ac9e5b6\",\n                \"59e7cbc792b6a2fc1ac9e5b1\",\n                \"59e7cbc792b6a2fc1ac9e5b7\"\n            ],\n            \"SDGs\": [\n                \"5d94f23ee4955af37f0561aa\"\n            ],\n            \"pillars\": [\n                \"5f588b5c7c175c7ddab385a7\"\n            ],\n            \"ERGs\": [\n                \"60bf0a25cf51b21592c69533\"\n            ],\n            \"campaigns\": [\n                \"60e6c31883e27ae390a98d16\",\n                \"6294c4c7e77fa33851c249dd\"\n            ],\n            \"rating\": 5,\n            \"pictures\": [\n                \"https://files.godeed.today/1531753288664_edf08212-ce8e-4b99-979c-5854488f11c2.jpg\"\n            ],\n            \"timeZone\": \"Europe/Berlin\",\n            \"organizerEmail\": \"randy+team@joindeed.com\",\n            \"organizerPhone\": \"\",\n            \"blocked\": false,\n            \"linkOnly\": false,\n            \"requireAuthentication\": false,\n            \"allowedLocations\": [],\n            \"allowedCountries\": [],\n            \"allowedStates\": [],\n            \"skipRefresh\": false,\n            \"__t\": \"Campaign\",\n            \"_id\": \"614cb000cc44b9d4da3c0ead\",\n            \"externalId\": \"\",\n            \"partner\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"appVanityDomain\": null,\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"goalAmount\": 5000,\n            \"name\": \"Here's another test Fundraiser with form\",\n            \"donatedAmount\": 308.5471165,\n            \"organizerName\": \"Randy Tarampi\",\n            \"createdAt\": \"2021-08-09T23:28:17.856Z\",\n            \"description\": \"It's just some fundraiser text.\\n\\nI think.\\n\\nProbably.\",\n            \"modifiedAt\": \"2022-06-14T11:03:39.793Z\",\n            \"__v\": 0,\n            \"mainPicture\": \"https://files.godeed.today/c960x540/1531753288664_edf08212-ce8e-4b99-979c-5854488f11c2.jpg\",\n            \"started\": false,\n            \"ended\": false,\n            \"isPrivate\": false,\n            \"shareLink\": \"http://localhost:3000/deeds/614cb000cc44b9d4da3c0ead\",\n            \"responsesAggregation\": [],\n            \"id\": \"614cb000cc44b9d4da3c0ead\"\n        }\n    ],\n    \"shareLink\": \"http://localhost:3000/organization/5fd70a272327547a594fa4e9\"\n}"}],"_postman_id":"8da1d3c4-8b68-40c4-a54e-536a008498ba"},{"name":"Modify `Organization`","id":"760a4cf6-08d6-4f85-b2d7-a14b1b23f7fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n        \"name\": \"PPGF CA's Test Store\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/organizations/:id","description":"<p><code>Admin</code></p>\n<p>Modify info of a nonprofit organization.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","organizations",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"b9b0994d-68a0-4c2b-93cf-083a2f12e3d3","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"5fd70a272327547a594fa4e9","key":"id"}]}},"response":[{"id":"1d8bf7de-c558-4480-afff-8e09f09cf2e4","name":"/api/organizations/{id}","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n        \"name\": \"PPGF CA's Test Store\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.testing.joindeed.org/api/organizations/:id","host":["https://api.testing.joindeed.org"],"path":["api","organizations",":id"],"variable":[{"key":"id","value":"5fd70a272327547a594fa4e9","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Sep 2022 07:37:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"features\": {\n        \"basicDashboards\": {\n            \"enabled\": true,\n            \"locationsExclude\": true,\n            \"locations\": []\n        },\n        \"volunteering\": {\n            \"enabled\": true,\n            \"locationsExclude\": true,\n            \"locations\": []\n        },\n        \"donations\": {\n            \"enabled\": true,\n            \"locationsExclude\": true,\n            \"locations\": []\n        },\n        \"recurringDonations\": {\n            \"enabled\": true,\n            \"locationsExclude\": true,\n            \"locations\": []\n        }\n    },\n    \"locationObject\": {\n        \"address\": \"1 Maire-Victorin\",\n        \"city\": \"Toronto\",\n        \"state\": \"ON\",\n        \"postalCode\": \"M5A 1E1\",\n        \"country\": \"Canada\",\n        \"countryCode\": \"CA\",\n        \"stateCode\": \"ON\"\n    },\n    \"location\": {\n        \"coordinates\": []\n    },\n    \"stripe\": {},\n    \"categories\": [],\n    \"SDGs\": [],\n    \"pillars\": [],\n    \"ERGs\": [],\n    \"currencyCode\": \"CAD\",\n    \"mergedOrganizations\": [],\n    \"skipRefresh\": false,\n    \"origin\": \"Deed\",\n    \"approved\": false,\n    \"brief\": \"\",\n    \"tagLine\": \"\",\n    \"rating\": 5,\n    \"website\": \"\",\n    \"pictures\": [],\n    \"providers\": [],\n    \"excludeCauses\": [],\n    \"invisible\": false,\n    \"__t\": \"Nonprofit\",\n    \"impactNumbers\": {},\n    \"_id\": \"5fd70a272327547a594fa4e9\",\n    \"externalId\": \"ext-pp-CA444107\",\n    \"paypalPayerId\": null,\n    \"name\": \"PPGF CA's Test Store\",\n    \"mainPicture\": \"\",\n    \"acceptsDonations\": true,\n    \"payPalModel\": \"PPGF\",\n    \"createdAt\": \"2020-12-14T06:45:59.716Z\",\n    \"modifiedAt\": \"2022-09-14T07:37:55.231Z\",\n    \"__v\": 1,\n    \"metadata\": {\n        \"paypalEmail\": \"sb-p1wmi6251591@business.example.com\"\n    },\n    \"email\": \"sb-p1wmi6251591@business.example.com\",\n    \"id\": \"5fd70a272327547a594fa4e9\",\n    \"banner\": \"\",\n    \"shareLink\": \"http://localhost:3000/organization/5fd70a272327547a594fa4e9\"\n}"}],"_postman_id":"760a4cf6-08d6-4f85-b2d7-a14b1b23f7fa"},{"name":"Search Nonprofits","id":"3bb12659-b381-4d41-9500-37c3d3b3810b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/organizations/searchNonprofits?searchTerm=Woof&countryCode=US","description":"<p><code>Admin</code> <code>User</code></p>\n<p>Search nonprofit organizations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","organizations","searchNonprofits"],"host":["https://api.testing.joindeed.org"],"query":[{"description":{"content":"<p>Required: Some string to search for</p>\n","type":"text/plain"},"key":"searchTerm","value":"Woof"},{"disabled":true,"description":{"content":"<p>Optional:  NPO database partner to pull results from – (External|PayPal|Stripe|GiveIndia|NFG|etc.)</p>\n","type":"text/plain"},"key":"donationProvider","value":"PayPal"},{"disabled":true,"description":{"content":"<p>Optional: Comma separated NPO databases to ignore results from – (External|PayPal|Stripe|GiveIndia|NFG|etc.) </p>\n","type":"text/plain"},"key":"excludeDonationProviders","value":"NFG,Stripe"},{"disabled":true,"description":{"content":"<p>Optional: Boolean. Include \"approved\" NPOs</p>\n","type":"text/plain"},"key":"includeApproved","value":"true"},{"disabled":true,"description":{"content":"<p>Optional: Boolean. Include only NPOs that accept donations</p>\n","type":"text/plain"},"key":"acceptsDonations","value":"true"},{"description":{"content":"<p>Required: ISO 3166-2 country code to limit NPO results</p>\n","type":"text/plain"},"key":"countryCode","value":"US"},{"disabled":true,"description":{"content":"<p>Required: ISO 3166-2 state/province code to limit NPO results</p>\n","type":"text/plain"},"key":"stateCode","value":"WA"}],"variable":[]}},"response":[{"id":"8fa335d9-d461-44d1-a55f-f189239306e5","name":"/api/organizations/searchNonprofits","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/organizations/searchNonprofits?searchTerm=Woof&countryCode=US","host":["https://api.testing.joindeed.org"],"path":["api","organizations","searchNonprofits"],"query":[{"key":"searchTerm","value":"Woof","description":"Required: Some string to search for"},{"key":"donationProvider","value":"PayPal","description":"Optional:  NPO database partner to pull results from – (External|PayPal|Stripe|GiveIndia|NFG|etc.)","disabled":true},{"key":"excludeDonationProviders","value":"NFG,Stripe","description":"Optional: Comma separated NPO databases to ignore results from – (External|PayPal|Stripe|GiveIndia|NFG|etc.) ","disabled":true},{"key":"includeApproved","value":"true","description":"Optional: Boolean. Include \"approved\" NPOs","disabled":true},{"key":"acceptsDonations","value":"true","description":"Optional: Boolean. Include only NPOs that accept donations","disabled":true},{"key":"countryCode","value":"US","description":"Required: ISO 3166-2 country code to limit NPO results"},{"key":"stateCode","value":"WA","description":"Required: ISO 3166-2 state/province code to limit NPO results","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 15:21:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6092ac68a83ba9338c7f88da\",\n        \"location\": {\n            \"coordinates\": []\n        },\n        \"categories\": [],\n        \"SDGs\": [],\n        \"pillars\": [],\n        \"ERGs\": [],\n        \"currencyCode\": \"USD\",\n        \"approved\": false,\n        \"brief\": \"\",\n        \"website\": \"\",\n        \"pictures\": [],\n        \"__t\": \"Nonprofit\",\n        \"name\": \"Woof\",\n        \"ein\": \"111111111\",\n        \"email\": \"randy+nonprofit-2021-05-05@joindeed.com\",\n        \"locationObject\": {\n            \"city\": \"St. Joseph\",\n            \"countryCode\": \"US\",\n            \"country\": \"United States\"\n        },\n        \"acceptsDonations\": true,\n        \"user\": {\n            \"instagram\": {\n                \"accessTokens\": []\n            },\n            \"fullName\": {\n                \"first\": \"Admin Shared\",\n                \"last\": \"\"\n            },\n            \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n            \"email\": \"support@thedeed.app\",\n            \"roles\": [\n                \"5de3ed889b24a6a362e0b06b\"\n            ],\n            \"displayCurrency\": \"USD\",\n            \"locale\": \"en-US\",\n            \"externalId\": \"\",\n            \"origin\": \"api\",\n            \"__t\": \"Admin\",\n            \"_id\": \"57b9dcdfdfd0f9155f4bad09\",\n            \"name\": \"Admin\",\n            \"verification\": {\n                \"verified\": false\n            },\n            \"modifiedAt\": \"2022-09-13T15:12:35.373Z\",\n            \"createdAt\": \"2016-08-21T16:54:55.456Z\",\n            \"__v\": 3,\n            \"provider\": \"local\",\n            \"organization\": \"5eb4808168abec18c3d8fbd9\",\n            \"firstActive\": \"2021-08-23T06:55:22.572Z\",\n            \"lastActive\": \"2022-09-13T15:12:35.373Z\"\n        },\n        \"donationProvider\": \"NFG\",\n        \"id\": \"6092ac68a83ba9338c7f88da\",\n        \"_isPartner\": false,\n        \"matchableRule\": {\n            \"categoriesExclude\": true,\n            \"categories\": [],\n            \"partneredNonprofits\": false,\n            \"nonprofitsExclude\": true,\n            \"nonprofits\": [],\n            \"fundraisersExclude\": true,\n            \"fundraisers\": [],\n            \"locationsExclude\": true,\n            \"locations\": [],\n            \"paymentMethodsExclude\": true,\n            \"paymentMethods\": [],\n            \"bypassBudgetLimitPerUser\": false,\n            \"matchingPercentage\": 100,\n            \"currencyCode\": \"USD\",\n            \"limitToCurrency\": false,\n            \"_id\": \"62137860ab276b5d4474097f\",\n            \"budget\": {\n                \"locationsExclude\": true,\n                \"locations\": [],\n                \"currencyCode\": \"USD\",\n                \"limitToCurrency\": false,\n                \"_id\": \"621377cdab276b5d44740661\",\n                \"startingAt\": \"2022-02-21T11:24:28.311Z\",\n                \"title\": \"test\",\n                \"capGroups\": [],\n                \"organization\": \"5eb4808168abec18c3d8fbd9\",\n                \"createdAt\": \"2022-02-21T11:30:21.052Z\",\n                \"modifiedAt\": \"2022-09-10T01:44:30.901Z\",\n                \"__v\": 8,\n                \"limitPerUser\": 10000,\n                \"limitTotal\": 3000000,\n                \"__transactionLock\": \"61fb932194efa87ea09d8d14--VT-6267ea370062212400eebc04\",\n                \"_matchedAmountCurrencies\": {\n                    \"ARS\": 11842964.050640376,\n                    \"AUD\": 144041.94542944818,\n                    \"BOB\": 713372.3281246193,\n                    \"BRL\": 525574.2928004051,\n                    \"CAD\": 131800.16810952203,\n                    \"CHF\": 97355.933939962,\n                    \"CLP\": 86384923.47286649,\n                    \"CNY\": 670359.2768733093,\n                    \"COP\": 409363015.66557115,\n                    \"CRC\": 67669008.18140581,\n                    \"CZK\": 2394244.0527363135,\n                    \"DKK\": 711184.7720524719,\n                    \"EUR\": 95597.06683936469,\n                    \"GBP\": 80124.72616288398,\n                    \"HKD\": 642653.7704501951,\n                    \"HUF\": 36552513.77002998,\n                    \"IDR\": 1501250895.0149384,\n                    \"ILS\": 339384.4880141197,\n                    \"INR\": 7936766.716963718,\n                    \"JPY\": 12711004.419877283,\n                    \"KRW\": 128186775.51862775,\n                    \"KZT\": 49389303.10141753,\n                    \"MXN\": 2114383.7145340717,\n                    \"NOK\": 948461.1583304809,\n                    \"NZD\": 124376.67367092024,\n                    \"PEN\": 392101.63226875133,\n                    \"PHP\": 5439532.122012905,\n                    \"PLN\": 449809.62546253524,\n                    \"RON\": 373722.9834522454,\n                    \"SEK\": 1016537.6951644451,\n                    \"SGD\": 141522.4488390418,\n                    \"THB\": 3473945.7815332823,\n                    \"TRY\": 1561747.9576108616,\n                    \"UAH\": 3162612.293067276,\n                    \"USD\": 103616.3496279899,\n                    \"VND\": 2380605637.212583,\n                    \"ZAR\": 1615558.2819591404\n                },\n                \"id\": \"621377cdab276b5d44740661\"\n            },\n            \"title\": \"Matching\",\n            \"createdAt\": \"2022-02-21T11:32:48.021Z\",\n            \"modifiedAt\": \"2022-09-10T01:44:30.901Z\",\n            \"__v\": 0,\n            \"_matchedAmountCurrencies\": {\n                \"ARS\": 11811804.832965374,\n                \"AUD\": 143680.8401544483,\n                \"BOB\": 711650.8825496193,\n                \"BRL\": 524259.88280040544,\n                \"CAD\": 131478.229459522,\n                \"CHF\": 97116.844114962,\n                \"CLP\": 86156391.47286649,\n                \"CNY\": 668685.0218733093,\n                \"COP\": 408329765.1284962,\n                \"CRC\": 67496086.80738077,\n                \"CZK\": 2388381.694711314,\n                \"DKK\": 709420.989327472,\n                \"EUR\": 95359.99471436469,\n                \"GBP\": 79920.36911288401,\n                \"HKD\": 640691.9027751952,\n                \"HUF\": 36457967.08225497,\n                \"IDR\": 1497540366.1668134,\n                \"ILS\": 338527.98361411976,\n                \"INR\": 7917086.20386372,\n                \"JPY\": 12677078.037064785,\n                \"KRW\": 127864243.8023028,\n                \"KZT\": 49273436.00926754,\n                \"MXN\": 2109375.4345090697,\n                \"NOK\": 946005.6787054809,\n                \"NZD\": 123978.21702092023,\n                \"PEN\": 391154.59376875125,\n                \"PHP\": 5425791.946912904,\n                \"PLN\": 448697.1217625351,\n                \"RON\": 372551.01095224544,\n                \"SEK\": 1014004.970089445,\n                \"SGD\": 141175.7286390418,\n                \"THB\": 3465156.296408282,\n                \"TRY\": 1557584.2226108613,\n                \"UAH\": 3155226.4215422757,\n                \"USD\": 103366.3496279899,\n                \"VND\": 2374791480.267233,\n                \"ZAR\": 1611567.176709141\n            },\n            \"id\": \"62137860ab276b5d4474097f\"\n        },\n        \"matchingRuleId\": \"62137860ab276b5d4474097f\",\n        \"matchingBudgetId\": \"621377cdab276b5d44740661\",\n        \"matchingPercentage\": 100,\n        \"matchingPaymentMethods\": [],\n        \"matchingPaymentMethodsExclude\": true,\n        \"matchingMaximumCurrencies\": {\n            \"EUR\": 9872.300000000001,\n            \"USD\": 10000,\n            \"CAD\": 12981.92,\n            \"GBP\": 8554.72,\n            \"AUD\": 14507.13,\n            \"RON\": 48484.99999999999,\n            \"SGD\": 13957.710000000001,\n            \"INR\": 793555.6,\n            \"HKD\": 78487.89,\n            \"NZD\": 16271.94,\n            \"BRL\": 50936,\n            \"MXN\": 198360.26,\n            \"JPY\": 1425840,\n            \"DKK\": 73414.63,\n            \"PLN\": 46339.8,\n            \"NOK\": 98391.71,\n            \"SEK\": 104788.11,\n            \"HUF\": 3928475.59,\n            \"CZK\": 242163.48,\n            \"CHF\": 9529.94,\n            \"ILS\": 33647.049999999996,\n            \"ZAR\": 171131.88999999998,\n            \"TRY\": 182275.19999999998,\n            \"ARS\": 1422784.71,\n            \"CLP\": 8980716.09,\n            \"PEN\": 38715.81,\n            \"COP\": 43564359.02,\n            \"BOB\": 69114.64,\n            \"CNY\": 69265,\n            \"KRW\": 13761900,\n            \"PHP\": 567840.1,\n            \"THB\": 362894.99999999994,\n            \"KZT\": 4731571.84,\n            \"UAH\": 369399.79000000004,\n            \"CRC\": 6450579.380000001,\n            \"IDR\": 148700000,\n            \"VND\": 235238780.36999997\n        },\n        \"matchForSearchTerm\": \"Woof\",\n        \"searchTermMatchScore\": 99.99999999999997\n    }\n]"}],"_postman_id":"3bb12659-b381-4d41-9500-37c3d3b3810b"},{"name":"List `Organization` Partner `Nonprofit`s","id":"b3c1f715-9701-4e2d-a1ed-d6a171a9df2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/organizations/partners/nonprofits","description":"<p><code>Admin</code> <code>User</code></p>\n<p>Get a list of partner nonprofit organizations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","organizations","partners","nonprofits"],"host":["https://api.testing.joindeed.org"],"query":[{"disabled":true,"description":{"content":"<p>Optional: The number of results to return per page, defaults to 1</p>\n","type":"text/plain"},"key":"pageSize","value":"1"},{"disabled":true,"description":{"content":"<p>Optional: The page to return, defaults to 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Required: ISO 3166-2 country code to limit NPO results</p>\n","type":"text/plain"},"key":"countryCode","value":"US"},{"disabled":true,"description":{"content":"<p>Required: ISO 3166-2 state code to limit NPO results</p>\n","type":"text/plain"},"key":"stateCode","value":"WA"}],"variable":[]}},"response":[{"id":"ed5b88f2-0d46-4196-a43b-5e25f631ccca","name":"/api/organizations/partners/nonprofits","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/organizations/partners/nonprofits","host":["https://api.testing.joindeed.org"],"path":["api","organizations","partners","nonprofits"],"query":[{"key":"pageSize","value":"1","description":"Optional: The number of results to return per page, defaults to 1","disabled":true},{"key":"page","value":"1","description":"Optional: The page to return, defaults to 1","disabled":true},{"key":"countryCode","value":"US","description":"Required: ISO 3166-2 country code to limit NPO results","disabled":true},{"key":"stateCode","value":"WA","description":"Required: ISO 3166-2 state code to limit NPO results","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 15:30:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"partners\": [\n        {\n            \"__t\": \"Nonprofit\",\n            \"id\": \"5f71d4d5c8914e3a0f066c82\",\n            \"externalId\": \"ext-gg-35426\",\n            \"name\": \"TELL\",\n            \"ein\": null,\n            \"brief\": \"TELL is dedicated to providing effective support and counseling services to Japan's international community and its increasing mental health needs.\",\n            \"mainPicture\": \"https://www.globalgiving.org/pfil/organ/35426/orglogo.jpg\",\n            \"website\": \"http://telljp.com/\",\n            \"email\": \"ext-gg-35426-test@globalgivingTestNonprofit.com\",\n            \"pillars\": [],\n            \"ERGs\": [],\n            \"categories\": [],\n            \"SDGs\": [],\n            \"approved\": true,\n            \"pictures\": [],\n            \"location\": null,\n            \"locationObject\": {\n                \"address\": \"Wesley Center 2F 6-10-11 Minami-Aoyama\",\n                \"city\": \"Minato-ku\",\n                \"state\": null,\n                \"stateCode\": null,\n                \"postalCode\": \"107-0062\",\n                \"country\": \"Japan\",\n                \"countryCode\": \"JP\"\n            },\n            \"acceptsDonations\": true,\n            \"currencyCode\": \"USD\",\n            \"stripe\": {},\n            \"matchingRuleId\": \"62137860ab276b5d4474097f\",\n            \"matchingBudgetId\": \"621377cdab276b5d44740661\",\n            \"matchingPercentage\": 100,\n            \"matchingPaymentMethods\": [],\n            \"matchingPaymentMethodsExclude\": true,\n            \"matchingMaximumCurrencies\": {\n                \"EUR\": 9872.300000000001,\n                \"USD\": 10000,\n                \"CAD\": 12981.92,\n                \"GBP\": 8554.72,\n                \"AUD\": 14507.13,\n                \"RON\": 48484.99999999999,\n                \"SGD\": 13957.710000000001,\n                \"INR\": 793555.6,\n                \"HKD\": 78487.89,\n                \"NZD\": 16271.94,\n                \"BRL\": 50936,\n                \"MXN\": 198360.26,\n                \"JPY\": 1425840,\n                \"DKK\": 73414.63,\n                \"PLN\": 46339.8,\n                \"NOK\": 98391.71,\n                \"SEK\": 104788.11,\n                \"HUF\": 3928475.59,\n                \"CZK\": 242163.48,\n                \"CHF\": 9529.94,\n                \"ILS\": 33647.049999999996,\n                \"ZAR\": 171131.88999999998,\n                \"TRY\": 182275.19999999998,\n                \"ARS\": 1422784.71,\n                \"CLP\": 8980716.09,\n                \"PEN\": 38715.81,\n                \"COP\": 43564359.02,\n                \"BOB\": 69114.64,\n                \"CNY\": 69265,\n                \"KRW\": 13761900,\n                \"PHP\": 567840.1,\n                \"THB\": 362894.99999999994,\n                \"KZT\": 4731571.84,\n                \"UAH\": 369399.79000000004,\n                \"CRC\": 6450579.380000001,\n                \"IDR\": 148700000,\n                \"VND\": 235238780.36999997\n            }\n        }\n    ],\n    \"totalItems\": 130,\n    \"totalPages\": 130\n}"}],"_postman_id":"b3c1f715-9701-4e2d-a1ed-d6a171a9df2d"},{"name":"List `Organization` Employees (`User`s)","id":"9070c9ed-bfa4-4973-ba27-b670f1e2fabb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/organizations/:id/employees/:export","description":"<p><code>Admin</code></p>\n<p>Get a list of employees for a company.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","organizations",":id","employees",":export"],"host":["https://api.testing.joindeed.org"],"query":[{"disabled":true,"description":{"content":"<p>Optional: Some string to search for</p>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>Optional: The status of the employee</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>Optional: The number of results to return per page, defaults to 20, but <code>100000</code> if <code>export</code> is set</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Optional: The number of results to skip</p>\n","type":"text/plain"},"key":"skip","value":""}],"variable":[{"id":"1f79e049-8700-4f28-8763-7fb350ccde6c","description":{"content":"<p>Required: This used to be a company ID, but no longer varies from the caller's company</p>\n","type":"text/plain"},"type":"any","value":"5fd70a272327547a594fa4e9","key":"id"},{"id":"2008ef20-60ae-4d0a-8974-5bcce8363678","description":{"content":"<p>Optional: A value here will force the return of csv output</p>\n","type":"text/plain"},"type":"any","value":"csv","key":"export"}]}},"response":[{"id":"113a57ba-adab-4cd0-bbaf-cc984ee92a39","name":"/api/organizations/{id}/employees/{export?}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/organizations/:id/employees/:export","host":["https://api.testing.joindeed.org"],"path":["api","organizations",":id","employees",":export"],"query":[{"key":"search","value":"","description":"Optional: Some string to search for","disabled":true},{"key":"status","value":"","description":"Optional: The status of the employee","disabled":true},{"key":"limit","value":"","description":"Optional: The number of results to return per page, defaults to 20, but `100000` if `export` is set","disabled":true},{"key":"skip","value":null,"description":"Optional: The number of results to skip","disabled":true}],"variable":[{"key":"id","value":"5fd70a272327547a594fa4e9","description":"Required: This used to be a company ID, but no longer varies from the caller's company"},{"key":"export","value":"csv","description":"Optional: A value here will force the return of csv output"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 14 Sep 2022 07:24:30 GMT"},{"key":"Content-Type","value":"text/csv; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-disposition","value":"attachment; filename=employees.csv"},{"key":"Cache-control","value":"public, max-age=300"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"first,last,department,city,state,country,deeds,hours,email,userExternalId,phone,tShirtSize,joined,status,capBalance,creditCurrencyCode,creditBalance,creditLifetimeCredited,creditLifetimeExpired,creditLifetimeWithdrawn,creditNormalizedCurrencyCode,creditNormalizedBalance,creditNormalizedLifetimeCredited,creditNormalizedLifetimeExpired,creditNormalizedLifetimeWithdrawn\nirma,jakic,,,,,,NaN,irma.jakic2@gmail.joindeed.com,,,,2021-04-23,,USD10000\nmarc,ferrer,,Bay Area,California,United States,0,NaN,marc.ferrer.almirall2@gmail.joindeed.com,,+13123213213,,2021-07-22,active,USD10000\nAlexander,Hall,,,,,,NaN,irma@joindeed.com,,,,2016-10-12,pending,USD10000,USD,27802,27852,50,0,USD,27802,27852,50,0\nGTEST,GTEST,Design,Chicago,Illinois,United States,0,0,greg+gtest@joindeed.com,,+1 (561) 212-6067,,2022-07-26,pending,USD10000\nGreg,1,Sales,,,,0,0,greg+testsftp1@joindeed.com,F09378,,,2022-09-06,pending,USD10000\nGreg,2,Product,Berlin,,Germany,0,0,greg+testsftp2@joindeed.com,F09293,,,2022-09-06,pending,USD10000\nGreg,3,Finance,,,,0,0,greg+testsftp3@joindeed.com,F09292,,,2022-09-06,pending,USD10000\nTest,User,,,,,1,NaN,team+hafiz@joindeed.com,,+14045562363,,2020-05-07,pending,USD10000\nA'Keiba,Burrell,Talent,San Francisco,California,United States,1,NaN,team_employee_100838@joindeed.com,A100839,,,2021-06-25,accepted,USD10000\nA1,B2,,,,,1,NaN,team_new@joindeed.com,,,,2021-12-18,accepted,USD10000\napproved,approved,Business Affairs,Beijing,,China,0,0,greg+approved@joindeed.com,,+1 (561) 212-6067,,2022-07-26,accepted,USD10000\nd,d,,,,,0,0,greg+d@joindeed.com,,,,2021-07-12,accepted,USD10000\neg,ge,,,,,0,0,greg+123499@joindeed.com,,,,2021-07-11,accepted,USD10000\nf,f,,,,,0,0,greg+f@joindeed.com,,,,2021-07-11,accepted,USD10000\nfff,ff,,,,,0,0,greg+1234gg@joindeed.com,,,,2021-07-12,accepted,USD10000\ng,gggggg,,,,,0,0,greg+ggggg@joindeed.com,,,,2021-07-11,accepted,USD10000\ng,g,,,,,0,NaN,greg+3@joindeed.com,,,,2021-07-11,accepted,USD10000\ng,g,,,,,0,0,greg+2@joindeed.com,,,,2021-07-11,accepted,USD10000\ng1,g1,,,,,0,0,greg+g1@joindeed.com,,,,2021-07-11,accepted,USD10000\ngeorge,costanza,,,,,0,0,greg+george@joindeed.com,,,,2021-07-11,accepted,USD10000\ngerg,gerg,,,,,0,0,greg+gerg@joindeed.com,,,,2021-07-11,accepted,USD10000\ngg,ggggggg,,,,,0,0,greg+12345@joindeed.com,,,,2021-07-11,accepted,USD10000\ngg,YY,,,,,0,0,greg+yy@joindeed.com,,,,2021-07-11,accepted,USD10000\ngg,gggggggg,,,,,0,0,greg+14@joindeed.com,,,,2021-07-11,accepted,USD10000\ngg,gg,,,,,0,0,greg.granaghan@gmail.joindeed.com,,,,2021-07-11,accepted,USD10000\ngg,g120,,,,,0,0,greg+120@joindeed.com,,,,2021-07-12,accepted,USD10000\nggGG,GG,,,,,0,0,greg123@joindeed.com,,,,2021-07-11,accepted,USD10000\nggg,ggg,,,,,0,0,greg+ggg@joindeed.com,,,,2021-07-12,accepted,USD10000\ngggg,gggggg,,,,,0,0,greg+gg@joindeed.com,,,,2021-07-11,accepted,USD10000\nggggge,gegege,,,,,0,0,greg+efgeg@joindeed.com,,,,2021-07-11,accepted,USD10000\ngggt,gt,,,,,0,0,greg+gttg@joindeed.com,,,,2021-07-11,accepted,USD10000\ngreg,gran,,,,,1,NaN,greg@joindeed.coom,,,,2021-06-16,accepted,USD10000\ngreg,g,,,,,0,0,greg+g@joindeed.com,,,,2021-07-12,accepted,USD10000\ngreg,gran,,,,,0,0,greg+gran@joindeed.com,,,,2021-07-11,accepted,USD10000\ngreg,greg,,,,,0,0,greg+az52@joindeed.com,,,,2021-08-06,accepted,USD10000\ngreg,greg,,,,,0,0,greg+greg@test.com,,,,2021-07-11,accepted,USD10000\ngreg,g,,,,,1,NaN,greg+1@joindeed.com,,,,2021-07-11,accepted,USD10000\ngreg,grgr,,,,,0,0,greg+grgr@joindeed.com,,,,2021-07-11,accepted,USD10000\ngreg,grany,,,,,0,0,greg+22@joindeed.com,,,,2021-07-11,accepted,USD10000\ngreg,gggg,,,,,0,0,greg+gggg@joindeed.com,,,,2021-07-12,accepted,USD10000\ngreg,grany,,,,,0,0,greg+10@joindeed.com,,,,2021-07-11,accepted,USD10000\ngregggg,ggg,,,,,0,NaN,greg+123@joindeed.com,,,,2021-07-11,accepted,USD10000\ngreggggg,gggzz,,,,,0,0,greg+z@joindeed.com,,,,2021-07-12,accepted,USD10000\ngregnewemployee,gregnewemployee,Business Affairs,Paris,,France,0,0,greg+gregnewemployee2@joindeed.com,,+1 (561) 212-6067,,2022-07-28,accepted,USD10000\ngt,tg,,,,,0,0,greg+gt@joindeed.com,,,,2021-07-11,accepted,USD10000\njing,Ning,China Operations,Beijing,,China,0,0,team_employee_107087,83325608,,,2021-06-25,accepted,USD10000\nkanika,banswal,Community Support Operations,Gurgaon,,India,0,0,team_employee_112830,181820836,,,2021-06-25,accepted,USD10000\nr,r,,,,,0,0,greg+r@joindeed.com,,,,2021-07-11,accepted,USD10000\nrandy,yahoo,,,,,0,0,randyt604@yahoo.com,,,,2021-06-18,accepted,USD10000\nrg,gr,,,,,0,0,greg+rg@joindeed.com,,,,2021-07-11,accepted,USD10000\nted,danson,,,,,0,0,greg+ted@joindeed.com,,,,2021-07-11,accepted,USD10000\ntgtg,tgtgt,,,,,0,0,greg+tgtgtg@joindeed.com,,,,2021-07-11,accepted,USD10000\ntim,weingarten,Product Managers,San Francisco,California,United States,0,0,team_employee_110715,105407717,,,2021-06-25,accepted,USD10000\nvvv,vvv,,,,,0,0,greg+v@joindeed.com,,,,2021-07-11,accepted,USD10000"}],"_postman_id":"9070c9ed-bfa4-4973-ba27-b670f1e2fabb"},{"name":"List `Organization` Admins (`Organizer`s)","id":"2358a06a-27a5-46e1-b6cc-7e4707d99cf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/organizations/:id/organizers","description":"<p><code>Admin</code></p>\n<p>Get a list of admins for a company.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","organizations",":id","organizers"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"4ad6b135-ce44-4cc3-bfe6-a9a19c9c3ade","description":{"content":"<p>Required: This used to be a company ID, but no longer varies from the caller's company</p>\n","type":"text/plain"},"type":"any","value":"5fd70a272327547a594fa4e9","key":"id"}]}},"response":[{"id":"b501c6c7-251b-4e80-ba0e-d670225dcc7b","name":"/api/organizations/{id}/organizers","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/organizations/:id/organizers","host":["https://api.testing.joindeed.org"],"path":["api","organizations",":id","organizers"],"variable":[{"key":"id","value":"5fd70a272327547a594fa4e9","description":"Required: This used to be a company ID, but no longer varies from the caller's company"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Sep 2022 07:36:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fullName\": {\n            \"first\": \"Team Deed\",\n            \"last\": \"Test\"\n        },\n        \"locations\": [],\n        \"email\": \"team@test.com\",\n        \"roles\": [\n            \"5de3ed889b24a6a362e0b06a\",\n            \"5de3ed889b24a6a362e0b06b\"\n        ],\n        \"__t\": \"Organizer\",\n        \"_id\": \"5ee0a2e8e8ea5d29d4b5b17a\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"createdAt\": \"2020-06-10T09:07:52.307Z\",\n        \"id\": \"5ee0a2e8e8ea5d29d4b5b17a\",\n        \"profile\": {\n            \"name\": \"Team Deed Test\",\n            \"role\": \"Organizer\"\n        },\n        \"token\": {\n            \"_id\": \"5ee0a2e8e8ea5d29d4b5b17a\",\n            \"role\": \"Organizer\"\n        },\n        \"name\": \"Team Deed Test\",\n        \"features\": {\n            \"volunteering\": true,\n            \"donations\": true,\n            \"recurringDonations\": true\n        }\n    },\n    {\n        \"fullName\": {\n            \"first\": \"Alec\",\n            \"last\": \"Trevelyan\"\n        },\n        \"locations\": [],\n        \"email\": \"goldeneye@spy.com\",\n        \"roles\": [\n            \"5de3ed889b24a6a362e0b06b\"\n        ],\n        \"__t\": \"Organizer\",\n        \"_id\": \"6054d47d0a788c3eb0c7e07b\",\n        \"createdAt\": \"2021-03-19T16:42:37.773Z\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"id\": \"6054d47d0a788c3eb0c7e07b\",\n        \"profile\": {\n            \"name\": \"Alec Trevelyan\",\n            \"role\": \"Organizer\"\n        },\n        \"token\": {\n            \"_id\": \"6054d47d0a788c3eb0c7e07b\",\n            \"role\": \"Organizer\"\n        },\n        \"name\": \"Alec Trevelyan\",\n        \"features\": {\n            \"volunteering\": true,\n            \"donations\": true,\n            \"recurringDonations\": true\n        }\n    },\n    {\n        \"fullName\": {\n            \"first\": \"Angela\",\n            \"last\": \"Scerbo\"\n        },\n        \"locations\": [],\n        \"email\": \"angela+31082021@joindeed.com\",\n        \"roles\": [\n            \"5de3ed889b24a6a362e0b06b\"\n        ],\n        \"__t\": \"Organizer\",\n        \"_id\": \"612e47d0db99417c35328d6e\",\n        \"createdAt\": \"2021-08-31T15:16:32.974Z\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"id\": \"612e47d0db99417c35328d6e\",\n        \"profile\": {\n            \"name\": \"Angela Scerbo\",\n            \"role\": \"Organizer\"\n        },\n        \"token\": {\n            \"_id\": \"612e47d0db99417c35328d6e\",\n            \"role\": \"Organizer\"\n        },\n        \"name\": \"Angela Scerbo\",\n        \"features\": {\n            \"volunteering\": true,\n            \"donations\": true,\n            \"recurringDonations\": true\n        }\n    },\n    {\n        \"fullName\": {\n            \"first\": \"Aske\",\n            \"last\": \"Ertmann\"\n        },\n        \"locations\": [],\n        \"email\": \"aske+team@joindeed.com\",\n        \"roles\": [\n            \"5de3ed889b24a6a362e0b06a\"\n        ],\n        \"__t\": \"Organizer\",\n        \"_id\": \"61a6aeff052b3b01b2f3ea94\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"createdAt\": \"2021-11-30T23:08:48.037Z\",\n        \"id\": \"61a6aeff052b3b01b2f3ea94\",\n        \"profile\": {\n            \"name\": \"Aske Ertmann\",\n            \"role\": \"Organizer\"\n        },\n        \"token\": {\n            \"_id\": \"61a6aeff052b3b01b2f3ea94\",\n            \"role\": \"Organizer\"\n        },\n        \"name\": \"Aske Ertmann\",\n        \"features\": {\n            \"volunteering\": true,\n            \"donations\": true,\n            \"recurringDonations\": true\n        }\n    },\n    {\n        \"fullName\": {\n            \"first\": \"Cassio\",\n            \"last\": \"Organizer\"\n        },\n        \"locations\": [],\n        \"email\": \"cassio+team-organizer@joindeed.com\",\n        \"roles\": [\n            \"5de3ed889b24a6a362e0b06b\"\n        ],\n        \"__t\": \"Organizer\",\n        \"_id\": \"624188637102776ed3f330b9\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"createdAt\": \"2022-03-28T10:05:23.665Z\",\n        \"id\": \"624188637102776ed3f330b9\",\n        \"profile\": {\n            \"name\": \"Cassio Organizer\",\n            \"role\": \"Organizer\"\n        },\n        \"token\": {\n            \"_id\": \"624188637102776ed3f330b9\",\n            \"role\": \"Organizer\"\n        },\n        \"name\": \"Cassio Organizer\",\n        \"features\": {\n            \"volunteering\": true,\n            \"donations\": true,\n            \"recurringDonations\": true\n        }\n    },\n    {\n        \"fullName\": {\n            \"first\": \"Eniotna\",\n            \"last\": \"Essualc\"\n        },\n        \"locations\": [\n            \"5f6ddfa1202309365c0cd9da\"\n        ],\n        \"email\": \"antoine.clausse+eniotna@joindeed.com\",\n        \"roles\": [\n            \"5de3ed889b24a6a362e0b06a\",\n            \"6215f948cbf98c84d694ad0c\",\n            \"5de3ed889b24a6a362e0b06b\",\n            \"60ddc55e39f499c7082b741c\"\n        ],\n        \"__t\": \"Organizer\",\n        \"_id\": \"623c96c56947f9418ef8dbc2\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"createdAt\": \"2022-03-24T16:05:26.173Z\",\n        \"id\": \"623c96c56947f9418ef8dbc2\",\n        \"profile\": {\n            \"name\": \"Eniotna Essualc\",\n            \"role\": \"Organizer\"\n        },\n        \"token\": {\n            \"_id\": \"623c96c56947f9418ef8dbc2\",\n            \"role\": \"Organizer\"\n        },\n        \"name\": \"Eniotna Essualc\",\n        \"features\": {\n            \"volunteering\": true,\n            \"donations\": true,\n            \"recurringDonations\": true\n        }\n    },\n    {\n        \"fullName\": {\n            \"first\": \"Kundan\",\n            \"last\": \"Pawar\"\n        },\n        \"locations\": [\n            \"5f6dc1b3202309365c0cd9c1\"\n        ],\n        \"email\": \"kundan@joindeed.com\",\n        \"roles\": [\n            \"5de3ed889b24a6a362e0b06a\"\n        ],\n        \"__t\": \"Organizer\",\n        \"_id\": \"61f12b7839fb80ea4b0cbfbb\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"createdAt\": \"2022-01-26T11:07:36.495Z\",\n        \"id\": \"61f12b7839fb80ea4b0cbfbb\",\n        \"profile\": {\n            \"name\": \"Kundan Pawar\",\n            \"role\": \"Organizer\"\n        },\n        \"token\": {\n            \"_id\": \"61f12b7839fb80ea4b0cbfbb\",\n            \"role\": \"Organizer\"\n        },\n        \"name\": \"Kundan Pawar\",\n        \"features\": {\n            \"volunteering\": true,\n            \"donations\": true,\n            \"recurringDonations\": true\n        }\n    },\n    {\n        \"fullName\": {\n            \"first\": \"Organizer\",\n            \"last\": \"Zakaria\"\n        },\n        \"locations\": [],\n        \"email\": \"zakaria.organizer@joindeed.com\",\n        \"roles\": [\n            \"5de3ed889b24a6a362e0b06a\"\n        ],\n        \"__t\": \"Organizer\",\n        \"_id\": \"60c72a8ccb26db59ccddf5b4\",\n        \"createdAt\": \"2021-06-14T16:54:55.456Z\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"id\": \"60c72a8ccb26db59ccddf5b4\",\n        \"profile\": {\n            \"name\": \"Organizer Zakaria\",\n            \"role\": \"Organizer\"\n        },\n        \"token\": {\n            \"_id\": \"60c72a8ccb26db59ccddf5b4\",\n            \"role\": \"Organizer\"\n        },\n        \"name\": \"Organizer Zakaria\",\n        \"features\": {\n            \"volunteering\": true,\n            \"donations\": true,\n            \"recurringDonations\": true\n        }\n    },\n    {\n        \"fullName\": {\n            \"first\": \"Organizer\",\n            \"last\": \"Hafiz\"\n        },\n        \"locations\": [\n            \"5f6ddfa1202309365c0cd9e4\"\n        ],\n        \"email\": \"hafiz+testDeed Co.@joindeed.com\",\n        \"roles\": [\n            \"60ddc55e39f499c7082b741c\",\n            \"5de3ed889b24a6a362e0b06b\"\n        ],\n        \"__t\": \"Organizer\",\n        \"_id\": \"61ea6bc49301154c0a087052\",\n        \"name\": \"Organizer Hafiz\",\n        \"createdAt\": \"2021-06-14T16:54:55.456Z\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"id\": \"61ea6bc49301154c0a087052\",\n        \"profile\": {\n            \"name\": \"Organizer Hafiz\",\n            \"role\": \"Organizer\"\n        },\n        \"token\": {\n            \"_id\": \"61ea6bc49301154c0a087052\",\n            \"role\": \"Organizer\"\n        },\n        \"features\": {\n            \"volunteering\": true,\n            \"donations\": true,\n            \"recurringDonations\": true\n        }\n    },\n    {\n        \"fullName\": {\n            \"first\": \"Organizer\",\n            \"last\": \"For my org\"\n        },\n        \"locations\": [],\n        \"email\": \"randy+organizerformyorg@joindeed.com\",\n        \"roles\": [\n            \"5de3ed889b24a6a362e0b06a\"\n        ],\n        \"__t\": \"Organizer\",\n        \"_id\": \"6320843b6b0c996f642d3646\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"createdAt\": \"2022-09-13T13:23:07.322Z\",\n        \"id\": \"6320843b6b0c996f642d3646\",\n        \"profile\": {\n            \"name\": \"Organizer For my org\",\n            \"role\": \"Organizer\"\n        },\n        \"token\": {\n            \"_id\": \"6320843b6b0c996f642d3646\",\n            \"role\": \"Organizer\"\n        },\n        \"name\": \"Organizer For my org\",\n        \"features\": {\n            \"volunteering\": true,\n            \"donations\": true,\n            \"recurringDonations\": true\n        }\n    },\n    {\n        \"fullName\": {\n            \"first\": \"Randy\",\n            \"last\": \"Tarampi\"\n        },\n        \"locations\": [],\n        \"email\": \"randy+team@joindeed.com\",\n        \"roles\": [\n            \"5de3ed889b24a6a362e0b06a\"\n        ],\n        \"__t\": \"Organizer\",\n        \"_id\": \"5fff4314d48c810c6bd3bda0\",\n        \"createdAt\": \"2021-01-13T18:59:32.546Z\",\n        \"organization\": \"5eb4808168abec18c3d8fbd9\",\n        \"id\": \"5fff4314d48c810c6bd3bda0\",\n        \"profile\": {\n            \"name\": \"Randy Tarampi\",\n            \"role\": \"Organizer\"\n        },\n        \"token\": {\n            \"_id\": \"5fff4314d48c810c6bd3bda0\",\n            \"role\": \"Organizer\"\n        },\n        \"name\": \"Randy Tarampi\",\n        \"features\": {\n            \"volunteering\": true,\n            \"donations\": true,\n            \"recurringDonations\": true\n        }\n    }\n]"}],"_postman_id":"2358a06a-27a5-46e1-b6cc-7e4707d99cf0"}],"id":"b7af019e-5705-43f5-a30f-551272c2eb7f","_postman_id":"b7af019e-5705-43f5-a30f-551272c2eb7f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Pictures","item":[{"name":"List `Pictures`","id":"102a3b62-f328-4dbe-b10e-2c3ee244754e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/pictures","description":"<p><code>Admin</code></p>\n<p>Returns a list of images from the picture library categorized by cause area for use in content.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","pictures"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"8271de80-cde4-4d59-a793-9d4d6234f2f6","name":"/api/pictures","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/pictures"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 15:09:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"img-src 'self' data: https:;frame-ancestors 'self' https://www.giveindia.in bp42.com;default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"categories\": [\n            \"596fb8dd28426e5206c20bed\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc48\",\n        \"resource\": \"https://files.godeed.today/event_pictures/beer.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc48\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b5\"\n        ],\n        \"_id\": \"59ee49669d9e8c78572afbf6\",\n        \"resource\": \"https://files.godeed.today/1508788579660_94d17b3b-ec9b-40e5-b4c0-4accab169562.png\",\n        \"__v\": 0,\n        \"id\": \"59ee49669d9e8c78572afbf6\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b7\",\n            \"59e7cbc792b6a2fc1ac9e5b5\",\n            \"59e7cbc792b6a2fc1ac9e5b8\"\n        ],\n        \"_id\": \"5a8f11b98807200e2097dd13\",\n        \"resource\": \"https://files.godeed.today/1519325623901_15e3dab2-1039-490b-9e53-132d41a43c4b.jpg\",\n        \"__v\": 0,\n        \"id\": \"5a8f11b98807200e2097dd13\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b3\"\n        ],\n        \"_id\": \"59ee4dbc43f51024dc4917ec\",\n        \"resource\": \"https://files.godeed.today/1508789690732_5cf173bf-d0b5-476d-bbed-343549feb04c.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee4dbc43f51024dc4917ec\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fb27585482ebdaf4cbb\"\n        ],\n        \"_id\": \"5b4cba108b6e40748c300632\",\n        \"resource\": \"https://files.godeed.today/1531755023567_77e744a5-b939-4c55-a739-98e9f27bb612.jpg\",\n        \"createdAt\": \"2018-07-16T15:30:24.989Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cba108b6e40748c300632\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bf\"\n        ],\n        \"_id\": \"5b4ccf288b6e40748c30085f\",\n        \"resource\": \"https://files.godeed.today/1531760423290_e6ce5a52-6cfd-4080-8196-ec000385820b.jpg\",\n        \"createdAt\": \"2018-07-16T17:00:24.399Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccf288b6e40748c30085f\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b1\"\n        ],\n        \"_id\": \"5b4cb3722c7c9b71f305750d\",\n        \"resource\": \"https://files.godeed.today/1531753329905_b843be00-74a2-44c8-8a4f-bab9d959fdb2.jpg\",\n        \"createdAt\": \"2018-07-16T15:02:10.926Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb3722c7c9b71f305750d\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b5\"\n        ],\n        \"_id\": \"5b4cc2872c7c9b71f3057662\",\n        \"resource\": \"https://files.godeed.today/1531757189950_80961705-093d-4ba0-82e6-01265c0da961.jpg\",\n        \"createdAt\": \"2018-07-16T16:06:31.831Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc2872c7c9b71f3057662\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bc\"\n        ],\n        \"_id\": \"5b4cb8482c7c9b71f3057588\",\n        \"resource\": \"https://files.godeed.today/1531754567414_46125dc1-2341-4e4d-84c9-0a1a5c48072d.jpg\",\n        \"createdAt\": \"2018-07-16T15:22:48.719Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb8482c7c9b71f3057588\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b3\"\n        ],\n        \"_id\": \"5b4ccb8d2c7c9b71f305775b\",\n        \"resource\": \"https://files.godeed.today/1531759499916_89bd885a-5a7e-461f-80f0-fbeff0a206b1.jpg\",\n        \"createdAt\": \"2018-07-16T16:45:01.507Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccb8d2c7c9b71f305775b\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b6\"\n        ],\n        \"_id\": \"5b4cb1e32c7c9b71f30574de\",\n        \"resource\": \"https://files.godeed.today/1531752929816_03f6cff4-bc81-4e4d-9492-77dc57b47d72.jpg\",\n        \"createdAt\": \"2018-07-16T14:55:31.813Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb1e32c7c9b71f30574de\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bc\"\n        ],\n        \"_id\": \"5b4cb85e8b6e40748c300609\",\n        \"resource\": \"https://files.godeed.today/1531754589495_2bca1b4b-3543-495d-9db2-b3e711413576.jpg\",\n        \"createdAt\": \"2018-07-16T15:23:10.730Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb85e8b6e40748c300609\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bb\"\n        ],\n        \"_id\": \"5b4cc3ba2c7c9b71f305768a\",\n        \"resource\": \"https://files.godeed.today/1531757497709_7a420294-286f-4636-a85f-64347cb9601c.jpg\",\n        \"createdAt\": \"2018-07-16T16:11:38.913Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc3ba2c7c9b71f305768a\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b7\"\n        ],\n        \"_id\": \"5b4cb51a2c7c9b71f305752b\",\n        \"resource\": \"https://files.godeed.today/1531753752902_0cb1bc7c-b1af-4dc5-af0b-1a51bca7cc40.jpg\",\n        \"createdAt\": \"2018-07-16T15:09:14.113Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb51a2c7c9b71f305752b\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b8\"\n        ],\n        \"_id\": \"5b4cc5198b6e40748c300724\",\n        \"resource\": \"https://files.godeed.today/1531757847819_dc31269a-54f4-410f-8655-69788f0ae293.jpg\",\n        \"createdAt\": \"2018-07-16T16:17:29.202Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc5198b6e40748c300724\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5c0\"\n        ],\n        \"_id\": \"5b4ccdce2c7c9b71f30577d9\",\n        \"resource\": \"https://files.godeed.today/1531760077014_994fe58f-fe92-4511-8b30-9f3715fc2a40.jpg\",\n        \"createdAt\": \"2018-07-16T16:54:38.392Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccdce2c7c9b71f30577d9\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b9\"\n        ],\n        \"_id\": \"5b4cbdc38b6e40748c300665\",\n        \"resource\": \"https://files.godeed.today/1531755970637_74dd03bb-99a9-4f1c-ac55-51966af4ddcf.jpg\",\n        \"createdAt\": \"2018-07-16T15:46:11.765Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbdc38b6e40748c300665\"\n    },\n    {\n        \"categories\": [\n            \"5d371263e43af8b54ae4f2ea\"\n        ],\n        \"_id\": \"5d49a410a1b69d34d8193716\",\n        \"resource\": \"https://files.godeed.today/1565107210281_fd68b7aa-62c2-4ba7-bea0-43b2eb2dea4b.jpg\",\n        \"createdAt\": \"2019-08-06T16:00:16.158Z\",\n        \"__v\": 0,\n        \"id\": \"5d49a410a1b69d34d8193716\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f731ba4c168a246f49a03d6\",\n        \"resource\": \"https://files.godeed.today/1601379234932_e74767a7-346c-4f34-98f2-4150f4d3ef1f.jpg\",\n        \"createdAt\": \"2020-09-29T11:33:56.527Z\",\n        \"__v\": 0,\n        \"id\": \"5f731ba4c168a246f49a03d6\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f74a08e848da039080e4d15\",\n        \"resource\": \"https://files.godeed.today/1601478796415_f2d41c5d-ac7b-40ba-aac8-b19b9e0c5cee.jpg\",\n        \"createdAt\": \"2020-09-30T15:13:18.810Z\",\n        \"__v\": 0,\n        \"id\": \"5f74a08e848da039080e4d15\"\n    },\n    {\n        \"categories\": [\n            \"596fb99428426e5206c20bf0\",\n            \"596fb9b628426e5206c20bf9\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc4b\",\n        \"resource\": \"https://files.godeed.today/event_pictures/clock.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc4b\"\n    },\n    {\n        \"categories\": [\n            \"596fb9a728426e5206c20bf5\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc55\",\n        \"resource\": \"https://files.godeed.today/event_pictures/sheep.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc55\"\n    },\n    {\n        \"categories\": [\n            \"596fb8dd28426e5206c20bed\"\n        ],\n        \"_id\": \"5af3056e3fe8560fae1c88a3\",\n        \"resource\": \"https://files.godeed.today/1525876076432_f9088400-878c-4293-b9da-f3a88e56febb.jpg\",\n        \"__v\": 0,\n        \"id\": \"5af3056e3fe8560fae1c88a3\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b4\"\n        ],\n        \"_id\": \"59ee4b5c43f51024dc49175d\",\n        \"resource\": \"https://files.godeed.today/1508789082655_26cfd417-d094-40e7-bcb6-8bb4488a10e0.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee4b5c43f51024dc49175d\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b5\"\n        ],\n        \"_id\": \"59ee48f79d9e8c78572afbdd\",\n        \"resource\": \"https://files.godeed.today/1508788470234_3d121bdc-ce9b-4a3e-a851-81e5651e2301.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee48f79d9e8c78572afbdd\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b4\"\n        ],\n        \"_id\": \"59ee4b329d9e8c78572afc31\",\n        \"resource\": \"https://files.godeed.today/1508789039473_3711797b-de77-4f18-8a8b-cb08fe446856.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee4b329d9e8c78572afc31\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b9\"\n        ],\n        \"_id\": \"5a6636521f8c9c0a59f32150\",\n        \"resource\": \"https://files.godeed.today/1516648017312_9797b949-662e-48ee-b8b8-adf8ec3f8b48.jpg\",\n        \"__v\": 0,\n        \"id\": \"5a6636521f8c9c0a59f32150\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b9\",\n            \"59fb3fa37585482ebdaf4cba\"\n        ],\n        \"_id\": \"5a6636311f8c9c0a59f32149\",\n        \"resource\": \"https://files.godeed.today/1516647984209_4066c175-e149-4dbe-b11a-d39e09a8fa3f.jpg\",\n        \"__v\": 0,\n        \"id\": \"5a6636311f8c9c0a59f32149\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fb27585482ebdaf4cbb\"\n        ],\n        \"_id\": \"5b4cba2b8b6e40748c300638\",\n        \"resource\": \"https://files.godeed.today/1531755048557_68d1a321-77fa-44be-b818-43e7a9ca6e48.jpg\",\n        \"createdAt\": \"2018-07-16T15:30:51.083Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cba2b8b6e40748c300638\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b5\"\n        ],\n        \"_id\": \"5b4cc2b52c7c9b71f3057674\",\n        \"resource\": \"https://files.godeed.today/1531757236181_9867e1c6-e5e6-403e-b7f4-e312bf927399.jpg\",\n        \"createdAt\": \"2018-07-16T16:07:17.573Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc2b52c7c9b71f3057674\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b9\"\n        ],\n        \"_id\": \"5b4cbc172c7c9b71f30575d6\",\n        \"resource\": \"https://files.godeed.today/1531755542358_be5ebe5e-2790-435f-a8fa-7ab34e612862.jpg\",\n        \"createdAt\": \"2018-07-16T15:39:03.537Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbc172c7c9b71f30575d6\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fb27585482ebdaf4cbb\"\n        ],\n        \"_id\": \"5b4cb9f42c7c9b71f30575ad\",\n        \"resource\": \"https://files.godeed.today/1531754995290_f17069c2-8f68-4688-ada0-0411326b7f77.jpg\",\n        \"createdAt\": \"2018-07-16T15:29:56.455Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb9f42c7c9b71f30575ad\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b4cccc78b6e40748c300815\",\n        \"resource\": \"https://files.godeed.today/1531759814356_68362e61-e052-4957-b3a3-a95b9007e340.jpg\",\n        \"createdAt\": \"2018-07-16T16:50:15.675Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cccc78b6e40748c300815\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b4cd0be2c7c9b71f3057860\",\n        \"resource\": \"https://files.godeed.today/1531760829933_221fdb33-ad11-46bd-8c09-c71604a3fa54.jpg\",\n        \"createdAt\": \"2018-07-16T17:07:10.879Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cd0be2c7c9b71f3057860\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bf\"\n        ],\n        \"_id\": \"5b4cceda2c7c9b71f30577f9\",\n        \"resource\": \"https://files.godeed.today/1531760345679_7381e398-98af-4df4-8233-3f67cee204b6.jpg\",\n        \"createdAt\": \"2018-07-16T16:59:06.913Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cceda2c7c9b71f30577f9\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bf\"\n        ],\n        \"_id\": \"5b4ccf102c7c9b71f3057817\",\n        \"resource\": \"https://files.godeed.today/1531760399222_a246d54b-e3bd-4a5e-9883-af9f0c72e8d3.jpg\",\n        \"createdAt\": \"2018-07-16T17:00:00.358Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccf102c7c9b71f3057817\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b2\"\n        ],\n        \"_id\": \"5b4cbf382c7c9b71f305761c\",\n        \"resource\": \"https://files.godeed.today/1531756342813_21da8976-61d0-4dab-9c72-c405709edec9.jpg\",\n        \"createdAt\": \"2018-07-16T15:52:24.013Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbf382c7c9b71f305761c\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b2\"\n        ],\n        \"_id\": \"5b4cbee52c7c9b71f3057603\",\n        \"resource\": \"https://files.godeed.today/1531756260314_3baa2a9c-2a90-4dea-9101-7fa4e6d10269.jpg\",\n        \"createdAt\": \"2018-07-16T15:51:01.828Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbee52c7c9b71f3057603\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f72002facb06e45e0b2ba63\",\n        \"resource\": \"https://files.godeed.today/1601306659208_59191aef-83f6-40d3-bec5-41093d2fea9e.jpg\",\n        \"createdAt\": \"2020-09-28T15:24:31.297Z\",\n        \"__v\": 0,\n        \"id\": \"5f72002facb06e45e0b2ba63\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f731b6fc168a246f49a03d0\",\n        \"resource\": \"https://files.godeed.today/1601379181492_4f61db38-a516-4457-971a-ceeed92bbaa8.jpg\",\n        \"createdAt\": \"2020-09-29T11:33:03.976Z\",\n        \"__v\": 0,\n        \"id\": \"5f731b6fc168a246f49a03d0\"\n    },\n    {\n        \"categories\": [\n            \"596fb8dd28426e5206c20bed\",\n            \"596fb9b628426e5206c20bf9\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc46\",\n        \"resource\": \"https://files.godeed.today/event_pictures/airplane.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc46\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b2\"\n        ],\n        \"_id\": \"59ee4cc143f51024dc4917b3\",\n        \"resource\": \"https://files.godeed.today/1508789440098_07e159dc-7058-4501-9102-bf36bd6e3be7.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee4cc143f51024dc4917b3\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b4cd09a8b6e40748c300879\",\n        \"resource\": \"https://files.godeed.today/1531760792901_82ed968b-2fd1-428f-91c9-5ec394d0f36a.jpg\",\n        \"createdAt\": \"2018-07-16T17:06:34.194Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cd09a8b6e40748c300879\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bf\"\n        ],\n        \"_id\": \"5b4ccef92c7c9b71f305780b\",\n        \"resource\": \"https://files.godeed.today/1531760376488_74dba15b-5f4c-4d7e-8c1b-64ce88542894.jpg\",\n        \"createdAt\": \"2018-07-16T16:59:37.857Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccef92c7c9b71f305780b\"\n    },\n    {\n        \"categories\": [\n            \"5d371263e43af8b54ae4f2ea\"\n        ],\n        \"_id\": \"5d49a5fe494b7b34de3640cd\",\n        \"resource\": \"https://files.godeed.today/1565107704311_132eeda9-4a20-4323-a5d0-70f53feca7f9.jpg\",\n        \"createdAt\": \"2019-08-06T16:08:30.166Z\",\n        \"__v\": 0,\n        \"id\": \"5d49a5fe494b7b34de3640cd\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b8\"\n        ],\n        \"_id\": \"5b4cc5a28b6e40748c300747\",\n        \"resource\": \"https://files.godeed.today/1531757984705_07366c26-5cd1-4a4c-a145-0982eb1cd69b.jpg\",\n        \"createdAt\": \"2018-07-16T16:19:46.127Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc5a28b6e40748c300747\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b9\"\n        ],\n        \"_id\": \"5b4cbdd68b6e40748c30066b\",\n        \"resource\": \"https://files.godeed.today/1531755988999_2f0fb94b-1884-4b0e-888f-fbe2ac6d655c.jpg\",\n        \"createdAt\": \"2018-07-16T15:46:30.381Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbdd68b6e40748c30066b\"\n    },\n    {\n        \"categories\": [\n            \"5d371263e43af8b54ae4f2ea\"\n        ],\n        \"_id\": \"5d49a3df494b7b34de36409e\",\n        \"createdAt\": \"2019-08-06T15:59:27.480Z\",\n        \"__v\": 0,\n        \"id\": \"5d49a3df494b7b34de36409e\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b8\"\n        ],\n        \"_id\": \"5b4cc5b78b6e40748c300754\",\n        \"resource\": \"https://files.godeed.today/1531758005775_87952217-6819-4765-970f-0df8a1b8f97f.jpg\",\n        \"createdAt\": \"2018-07-16T16:20:07.364Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc5b78b6e40748c300754\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bb\"\n        ],\n        \"_id\": \"5b4cc3f02c7c9b71f305769c\",\n        \"resource\": \"https://files.godeed.today/1531757551594_d820fbd7-aeb5-46ef-b9e3-e0b71f9a662e.jpg\",\n        \"createdAt\": \"2018-07-16T16:12:32.789Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc3f02c7c9b71f305769c\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fa37585482ebdaf4cba\"\n        ],\n        \"_id\": \"5b4cc7948b6e40748c300797\",\n        \"resource\": \"https://files.godeed.today/1531758483394_d455f1ad-bed1-4e3d-aab4-da56db50dc9d.jpg\",\n        \"createdAt\": \"2018-07-16T16:28:04.611Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc7948b6e40748c300797\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b3\"\n        ],\n        \"_id\": \"5b4ccbbe2c7c9b71f305776d\",\n        \"resource\": \"https://files.godeed.today/1531759549673_63038029-be4a-4499-b2f6-0ede5e8ef480.jpg\",\n        \"createdAt\": \"2018-07-16T16:45:50.894Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccbbe2c7c9b71f305776d\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5c0\"\n        ],\n        \"_id\": \"5b4ccde38b6e40748c30083c\",\n        \"resource\": \"https://files.godeed.today/1531760097201_bd4b63f0-03d2-4065-812e-a3676e4e1722.jpg\",\n        \"createdAt\": \"2018-07-16T16:54:59.275Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccde38b6e40748c30083c\"\n    },\n    {\n        \"categories\": [\n            \"596fb99428426e5206c20bf0\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc49\",\n        \"resource\": \"https://files.godeed.today/event_pictures/bicycle.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc49\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b4\"\n        ],\n        \"_id\": \"59ee4b4443f51024dc491742\",\n        \"resource\": \"https://files.godeed.today/1508789059247_9cc098bd-e720-4db6-826b-7851655f198a.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee4b4443f51024dc491742\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b2\"\n        ],\n        \"_id\": \"59ee4d0943f51024dc4917cc\",\n        \"resource\": \"https://files.godeed.today/1508789511231_4a6c230c-1bc6-44e7-a0af-4a9a79336754.JPG\",\n        \"__v\": 0,\n        \"id\": \"59ee4d0943f51024dc4917cc\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\",\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b267eb39818ad6304040b7f\",\n        \"resource\": \"https://files.godeed.today/1529249440274_8a95e6d3-40e0-495e-ac6b-87acb4b798dc.jpg\",\n        \"createdAt\": \"2018-06-17T15:30:59.433Z\",\n        \"__v\": 0,\n        \"id\": \"5b267eb39818ad6304040b7f\"\n    },\n    {\n        \"categories\": [\n            \"5d371263e43af8b54ae4f2ea\"\n        ],\n        \"_id\": \"5d49a50e494b7b34de3640be\",\n        \"resource\": \"https://files.godeed.today/1565107464660_0816abec-01a6-4f2a-82a6-1f60a72d985e.jpg\",\n        \"createdAt\": \"2019-08-06T16:04:30.723Z\",\n        \"__v\": 0,\n        \"id\": \"5d49a50e494b7b34de3640be\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b4\"\n        ],\n        \"_id\": \"5b4cb6a08b6e40748c3005ea\",\n        \"resource\": \"https://files.godeed.today/1531754143015_c25191da-e778-47b9-a812-d7eef69e994b.jpg\",\n        \"createdAt\": \"2018-07-16T15:15:44.315Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb6a08b6e40748c3005ea\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b8\"\n        ],\n        \"_id\": \"5b4cc5c58b6e40748c30075a\",\n        \"resource\": \"https://files.godeed.today/1531758020245_e9aaa8f5-d33b-47dd-94c1-8441f8e7c810.jpg\",\n        \"createdAt\": \"2018-07-16T16:20:21.652Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc5c58b6e40748c30075a\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b5\"\n        ],\n        \"_id\": \"5b4cc2932c7c9b71f3057668\",\n        \"resource\": \"https://files.godeed.today/1531757202236_e1040f1b-7a4e-4961-86f5-f92851f10b41.jpg\",\n        \"createdAt\": \"2018-07-16T16:06:43.701Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc2932c7c9b71f3057668\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b6\"\n        ],\n        \"_id\": \"5b4cb1c72c7c9b71f30574d2\",\n        \"resource\": \"https://files.godeed.today/1531752902252_c26a9c74-004a-49e2-95e6-3d67997bbc2f.jpg\",\n        \"createdAt\": \"2018-07-16T14:55:03.560Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb1c72c7c9b71f30574d2\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b9\"\n        ],\n        \"_id\": \"5b4cbdfb8b6e40748c300672\",\n        \"resource\": \"https://files.godeed.today/1531756026462_707ca9c4-e3b7-45ea-80b3-1bdf73dd48a5.jpg\",\n        \"createdAt\": \"2018-07-16T15:47:07.791Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbdfb8b6e40748c300672\"\n    },\n    {\n        \"categories\": [\n            \"596fb8dd28426e5206c20bed\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc56\",\n        \"resource\": \"https://files.godeed.today/event_pictures/space-earth.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc56\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b267dcbdcf1f062fa88d9f5\",\n        \"resource\": \"https://files.godeed.today/1529249195494_1153c4df-85f5-4f75-93d7-635633542420.jpg\",\n        \"createdAt\": \"2018-06-17T15:27:07.648Z\",\n        \"__v\": 0,\n        \"id\": \"5b267dcbdcf1f062fa88d9f5\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\",\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b267e79dcf1f062fa88da01\",\n        \"resource\": \"https://files.godeed.today/1529249386296_69b69415-d694-4499-b24f-e432a0760301.jpg\",\n        \"createdAt\": \"2018-06-17T15:30:01.740Z\",\n        \"__v\": 0,\n        \"id\": \"5b267e79dcf1f062fa88da01\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\",\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b267b519818ad6304040b1f\",\n        \"resource\": \"https://files.godeed.today/1529248585837_2c78b5b5-1a75-4191-afdb-e77564551b1f.JPG\",\n        \"createdAt\": \"2018-06-17T15:16:33.490Z\",\n        \"__v\": 0,\n        \"id\": \"5b267b519818ad6304040b1f\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5b4cb1af2c7c9b71f30574cc\",\n        \"resource\": \"https://files.godeed.today/1531752878195_03097fec-bdc8-4e46-bf9b-4f78d41949f2.jpg\",\n        \"createdAt\": \"2018-07-16T14:54:39.822Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb1af2c7c9b71f30574cc\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bd\"\n        ],\n        \"_id\": \"5b4cca5d2c7c9b71f305773b\",\n        \"resource\": \"https://files.godeed.today/1531759196498_2a80ccb5-b1a5-42ac-8af2-f858a9e2e17d.jpg\",\n        \"createdAt\": \"2018-07-16T16:39:57.907Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cca5d2c7c9b71f305773b\"\n    },\n    {\n        \"categories\": [\n            \"5d371256e43af8b54ae4f2e9\"\n        ],\n        \"_id\": \"5d49a772a1b69d34d8193735\",\n        \"resource\": \"https://files.godeed.today/1565108077163_eed64585-7502-44aa-9219-537bcaf2edfb.jpg\",\n        \"createdAt\": \"2019-08-06T16:14:42.664Z\",\n        \"__v\": 0,\n        \"id\": \"5d49a772a1b69d34d8193735\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b1\"\n        ],\n        \"_id\": \"5b4cb32e8b6e40748c30056f\",\n        \"resource\": \"https://files.godeed.today/1531753260505_4b034156-af61-417a-b2e6-d72c6a77a5bf.jpg\",\n        \"createdAt\": \"2018-07-16T15:01:02.298Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb32e8b6e40748c30056f\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b6\"\n        ],\n        \"_id\": \"5b4cb1ef2c7c9b71f30574e6\",\n        \"resource\": \"https://files.godeed.today/1531752942018_82e59c12-35ec-48e0-b218-9ebfefcab3aa.jpg\",\n        \"createdAt\": \"2018-07-16T14:55:43.647Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb1ef2c7c9b71f30574e6\"\n    },\n    {\n        \"categories\": [\n            \"5d371263e43af8b54ae4f2ea\"\n        ],\n        \"_id\": \"5d49a614494b7b34de3640d3\",\n        \"resource\": \"https://files.godeed.today/1565107724740_e7841540-9871-49d1-b70c-c03b40424c06.jpg\",\n        \"createdAt\": \"2019-08-06T16:08:52.367Z\",\n        \"__v\": 0,\n        \"id\": \"5d49a614494b7b34de3640d3\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fa37585482ebdaf4cba\"\n        ],\n        \"_id\": \"5b4cc8188b6e40748c3007a4\",\n        \"resource\": \"https://files.godeed.today/1531758615345_106c05a4-237e-4619-8eef-3387c3d4ea32.jpg\",\n        \"createdAt\": \"2018-07-16T16:30:16.923Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc8188b6e40748c3007a4\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bd\"\n        ],\n        \"_id\": \"5b4cca498b6e40748c3007ca\",\n        \"resource\": \"https://files.godeed.today/1531759176007_558ca7e9-af22-460b-8629-2763d5324eb1.jpg\",\n        \"createdAt\": \"2018-07-16T16:39:37.249Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cca498b6e40748c3007ca\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b9\"\n        ],\n        \"_id\": \"5b4cbe322c7c9b71f30575f9\",\n        \"resource\": \"https://files.godeed.today/1531756081547_16a9068c-bc01-40e6-ac3c-d5a234aff977.jpg\",\n        \"createdAt\": \"2018-07-16T15:48:02.876Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbe322c7c9b71f30575f9\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f71e72f5be1e12418b2841e\",\n        \"resource\": \"https://files.godeed.today/1601300269710_cdc9fbf9-1666-42b4-8c95-43a2a0573325.jpg\",\n        \"createdAt\": \"2020-09-28T13:37:51.856Z\",\n        \"__v\": 0,\n        \"id\": \"5f71e72f5be1e12418b2841e\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f731bfbc168a246f49a03e2\",\n        \"resource\": \"https://files.godeed.today/1601379321506_f7d1b234-9867-4c3f-8413-e09d2fda9e82.jpg\",\n        \"createdAt\": \"2020-09-29T11:35:23.303Z\",\n        \"__v\": 0,\n        \"id\": \"5f731bfbc168a246f49a03e2\"\n    },\n    {\n        \"categories\": [\n            \"596fb8dd28426e5206c20bed\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc58\",\n        \"resource\": \"https://files.godeed.today/event_pictures/tools.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc58\"\n    },\n    {\n        \"categories\": [\n            \"596fb9a728426e5206c20bf5\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc54\",\n        \"resource\": \"https://files.godeed.today/event_pictures/screen.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc54\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fb27585482ebdaf4cbb\",\n            \"59e7cbc792b6a2fc1ac9e5b9\"\n        ],\n        \"_id\": \"5a6635d71f8c9c0a59f32132\",\n        \"resource\": \"https://files.godeed.today/1516647893415_63e376cf-86d3-4708-bf61-a30de5c3a882.jpg\",\n        \"__v\": 0,\n        \"id\": \"5a6635d71f8c9c0a59f32132\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b7\",\n            \"59e7cbc792b6a2fc1ac9e5b2\"\n        ],\n        \"_id\": \"59ee4d329d9e8c78572afcba\",\n        \"resource\": \"https://files.godeed.today/1508789548114_35787bb3-94a7-4aad-9335-30c926fa6a99.png\",\n        \"__v\": 0,\n        \"id\": \"59ee4d329d9e8c78572afcba\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b1\"\n        ],\n        \"_id\": \"5b4cb3d68b6e40748c300597\",\n        \"resource\": \"https://files.godeed.today/1531753429286_be5d571a-c89e-4003-9a2c-e0b420ddd549.jpg\",\n        \"createdAt\": \"2018-07-16T15:03:50.626Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb3d68b6e40748c300597\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5c0\"\n        ],\n        \"_id\": \"5b4cce092c7c9b71f30577ec\",\n        \"resource\": \"https://files.godeed.today/1531760135652_3d4d8998-91d5-49a8-b665-bbf038ce7aa4.jpg\",\n        \"createdAt\": \"2018-07-16T16:55:37.712Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cce092c7c9b71f30577ec\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fb27585482ebdaf4cbb\"\n        ],\n        \"_id\": \"5b4cba392c7c9b71f30575b8\",\n        \"resource\": \"https://files.godeed.today/1531755063030_0c77517e-5bd7-4eb0-9155-f561bc3b5dab.jpg\",\n        \"createdAt\": \"2018-07-16T15:31:05.262Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cba392c7c9b71f30575b8\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5ba\"\n        ],\n        \"_id\": \"5b4cc0a32c7c9b71f3057649\",\n        \"resource\": \"https://files.godeed.today/1531756706116_89959d93-0abe-4d94-ab3d-fa6a3b8a9732.jpg\",\n        \"createdAt\": \"2018-07-16T15:58:27.482Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc0a32c7c9b71f3057649\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b7\"\n        ],\n        \"_id\": \"5b4cb5302c7c9b71f3057530\",\n        \"resource\": \"https://files.godeed.today/1531753775144_9cb33cf4-bd16-4e52-904b-4e6db6b98558.jpg\",\n        \"createdAt\": \"2018-07-16T15:09:36.210Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb5302c7c9b71f3057530\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b9\"\n        ],\n        \"_id\": \"5b4cbd8a2c7c9b71f30575e3\",\n        \"resource\": \"https://files.godeed.today/1531755913090_8729e194-4dac-46fe-abc0-eb57e496cba8.jpg\",\n        \"createdAt\": \"2018-07-16T15:45:14.848Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbd8a2c7c9b71f30575e3\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b4cccae2c7c9b71f3057784\",\n        \"resource\": \"https://files.godeed.today/1531759789293_ee60d0a6-ca39-471d-9eb4-769636ad9842.jpg\",\n        \"createdAt\": \"2018-07-16T16:49:50.904Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cccae2c7c9b71f3057784\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b5\"\n        ],\n        \"_id\": \"5b4cc29f2c7c9b71f305766e\",\n        \"resource\": \"https://files.godeed.today/1531757214201_7ff184f0-e7a7-4921-9b4d-2a86b1d216ca.jpg\",\n        \"createdAt\": \"2018-07-16T16:06:55.712Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc29f2c7c9b71f305766e\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f7205025be1e12418b2843c\",\n        \"resource\": \"https://files.godeed.today/1601307904662_72a3c143-2e32-4790-aa09-3817ddec0209.png\",\n        \"createdAt\": \"2020-09-28T15:45:06.910Z\",\n        \"__v\": 0,\n        \"id\": \"5f7205025be1e12418b2843c\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b5\"\n        ],\n        \"_id\": \"59ee498243f51024dc491727\",\n        \"resource\": \"https://files.godeed.today/1508788605371_2ea00a00-c900-4fc2-ba9a-cfe4348666f8.png\",\n        \"__v\": 0,\n        \"id\": \"59ee498243f51024dc491727\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b4\"\n        ],\n        \"_id\": \"59ee4b4f43f51024dc49174b\",\n        \"resource\": \"https://files.godeed.today/1508789070218_c14f7af4-3388-44bc-afaf-9a6210c79ccf.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee4b4f43f51024dc49174b\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\",\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b267ec79818ad6304040b85\",\n        \"resource\": \"https://files.godeed.today/1529249470978_0ec1ebed-31c6-4ec3-b3a6-cdbb19f1844a.jpg\",\n        \"createdAt\": \"2018-06-17T15:31:19.838Z\",\n        \"__v\": 0,\n        \"id\": \"5b267ec79818ad6304040b85\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b5\"\n        ],\n        \"_id\": \"59ee49c49d9e8c78572afc0b\",\n        \"resource\": \"https://files.godeed.today/1508788688498_eb96bc21-c61c-4740-ba1e-06e5c49935af.png\",\n        \"__v\": 0,\n        \"id\": \"59ee49c49d9e8c78572afc0b\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bc\",\n            \"59e7cbc792b6a2fc1ac9e5b4\",\n            \"59e7cbc792b6a2fc1ac9e5b1\"\n        ],\n        \"_id\": \"59ee4ba59d9e8c78572afc3a\",\n        \"resource\": \"https://files.godeed.today/1508789156872_ad974f6b-fdfd-411f-aa3c-4542266498d1.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee4ba59d9e8c78572afc3a\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b1\",\n            \"59e7cbc792b6a2fc1ac9e5b4\",\n            \"59e7cbc792b6a2fc1ac9e5bc\"\n        ],\n        \"_id\": \"59ee4bb79d9e8c78572afc41\",\n        \"resource\": \"https://files.godeed.today/1508789174269_367f63da-2d84-449a-a503-fa6ba16db085.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee4bb79d9e8c78572afc41\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5b4cb1a78b6e40748c30054e\",\n        \"resource\": \"https://files.godeed.today/1531752870349_a9b81cb2-ab20-49dd-b679-7f4163f5c746.jpg\",\n        \"createdAt\": \"2018-07-16T14:54:31.561Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb1a78b6e40748c30054e\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5ba\"\n        ],\n        \"_id\": \"5b4cc0bb8b6e40748c3006b1\",\n        \"resource\": \"https://files.godeed.today/1531756730078_4ce0a9de-0cca-48bf-b425-3e014a354622.jpg\",\n        \"createdAt\": \"2018-07-16T15:58:51.197Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc0bb8b6e40748c3006b1\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b2\"\n        ],\n        \"_id\": \"5b4cbefe2c7c9b71f305760f\",\n        \"resource\": \"https://files.godeed.today/1531756284960_997dffc2-5011-4163-8725-fdcb0219b199.jpg\",\n        \"createdAt\": \"2018-07-16T15:51:26.567Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbefe2c7c9b71f305760f\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bb\"\n        ],\n        \"_id\": \"5b4cc40a8b6e40748c30070f\",\n        \"resource\": \"https://files.godeed.today/1531757577694_db04d2b1-8cf0-4cf9-9462-11417d4d9ef9.jpg\",\n        \"createdAt\": \"2018-07-16T16:12:58.898Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc40a8b6e40748c30070f\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5c0\"\n        ],\n        \"_id\": \"5b4ccdee8b6e40748c300841\",\n        \"resource\": \"https://files.godeed.today/1531760109475_d6f0afa7-02e8-4e1a-b110-660689270cea.jpg\",\n        \"createdAt\": \"2018-07-16T16:55:10.714Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccdee8b6e40748c300841\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fa37585482ebdaf4cba\"\n        ],\n        \"_id\": \"5b4cc8002c7c9b71f305770b\",\n        \"resource\": \"https://files.godeed.today/1531758591102_4c842e90-daee-4718-b659-63e34d4a6770.jpg\",\n        \"createdAt\": \"2018-07-16T16:29:52.532Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc8002c7c9b71f305770b\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bf\"\n        ],\n        \"_id\": \"5b4ccf552c7c9b71f305782a\",\n        \"resource\": \"https://files.godeed.today/1531760467684_76f568e1-df83-450c-a584-1b4e8db725b3.jpg\",\n        \"createdAt\": \"2018-07-16T17:01:09.283Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccf552c7c9b71f305782a\"\n    },\n    {\n        \"categories\": [\n            \"5d371256e43af8b54ae4f2e9\"\n        ],\n        \"_id\": \"5d49a748494b7b34de3640e1\",\n        \"resource\": \"https://files.godeed.today/1565108034682_d8d8e5f1-c971-4eb7-85c1-a570f894b936.jpg\",\n        \"createdAt\": \"2019-08-06T16:14:00.295Z\",\n        \"__v\": 0,\n        \"id\": \"5d49a748494b7b34de3640e1\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f74a0bd848da039080e4d1b\",\n        \"resource\": \"https://files.godeed.today/1601478843551_e313b0fd-1010-4f9c-be69-51be01cdbd42.jpg\",\n        \"createdAt\": \"2020-09-30T15:14:05.648Z\",\n        \"__v\": 0,\n        \"id\": \"5f74a0bd848da039080e4d1b\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b5\"\n        ],\n        \"_id\": \"59ee4a149d9e8c78572afc1b\",\n        \"resource\": \"https://files.godeed.today/1508788753055_2486a338-55c4-4ceb-a40e-b8836ebff682.png\",\n        \"__v\": 0,\n        \"id\": \"59ee4a149d9e8c78572afc1b\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\",\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b267d199818ad6304040b4d\",\n        \"resource\": \"https://files.godeed.today/1529249037676_f2167019-c8a0-4d74-a07b-7b4661745c6b.JPG\",\n        \"createdAt\": \"2018-06-17T15:24:09.139Z\",\n        \"__v\": 0,\n        \"id\": \"5b267d199818ad6304040b4d\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\",\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b267c799818ad6304040b48\",\n        \"resource\": \"https://files.godeed.today/1529248874155_f8accb4f-a793-46c9-b181-77379adb089c.jpg\",\n        \"createdAt\": \"2018-06-17T15:21:29.598Z\",\n        \"__v\": 0,\n        \"id\": \"5b267c799818ad6304040b48\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\",\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b267b8f9818ad6304040b29\",\n        \"resource\": \"https://files.godeed.today/1529248647550_69a7b725-6f45-4b80-8d51-eb954b452b57.jpg\",\n        \"createdAt\": \"2018-06-17T15:17:35.913Z\",\n        \"__v\": 0,\n        \"id\": \"5b267b8f9818ad6304040b29\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b2\"\n        ],\n        \"_id\": \"59ee4cb243f51024dc4917a7\",\n        \"resource\": \"https://files.godeed.today/1508789424340_e996fe0a-aa36-4383-8af4-0f49c002b6ec.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee4cb243f51024dc4917a7\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b5\"\n        ],\n        \"_id\": \"59ee493443f51024dc491716\",\n        \"resource\": \"https://files.godeed.today/1508788530307_b1749dd6-9d1f-411f-92c2-0cb17b43cc65.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee493443f51024dc491716\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b6\"\n        ],\n        \"_id\": \"5b4cb1668b6e40748c30053b\",\n        \"resource\": \"https://files.godeed.today/1531752805097_7b5e0cd0-ad8d-45db-b7dd-7fb93c8ce447.jpg\",\n        \"createdAt\": \"2018-07-16T14:53:26.492Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb1668b6e40748c30053b\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b4\"\n        ],\n        \"_id\": \"5b4cb6c38b6e40748c3005f0\",\n        \"resource\": \"https://files.godeed.today/1531754178190_a65ad6eb-0f5a-422f-a3b7-67be50a7ae2f.jpg\",\n        \"createdAt\": \"2018-07-16T15:16:19.466Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb6c38b6e40748c3005f0\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bf\"\n        ],\n        \"_id\": \"5b4ccf372c7c9b71f3057824\",\n        \"resource\": \"https://files.godeed.today/1531760438274_6cbd75d1-5028-4139-a972-9cf219a7f16e.jpg\",\n        \"createdAt\": \"2018-07-16T17:00:39.669Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccf372c7c9b71f3057824\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b3\"\n        ],\n        \"_id\": \"5b4ccba68b6e40748c3007e3\",\n        \"resource\": \"https://files.godeed.today/1531759524872_95e363ea-bc70-4d87-95b0-3279b4a3ad72.jpg\",\n        \"createdAt\": \"2018-07-16T16:45:26.045Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccba68b6e40748c3007e3\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b1\"\n        ],\n        \"_id\": \"5b4cb3588b6e40748c30057f\",\n        \"resource\": \"https://files.godeed.today/1531753303302_19ae5c83-58be-4ffb-ae7a-77799fc96133.jpg\",\n        \"createdAt\": \"2018-07-16T15:01:44.454Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb3588b6e40748c30057f\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b8\"\n        ],\n        \"_id\": \"5b4cc5388b6e40748c300731\",\n        \"resource\": \"https://files.godeed.today/1531757879438_9ad5dabe-3fb8-4d9b-913e-a8c4edd8d7ab.jpg\",\n        \"createdAt\": \"2018-07-16T16:18:00.760Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc5388b6e40748c300731\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b4cd0b28b6e40748c30087f\",\n        \"resource\": \"https://files.godeed.today/1531760816621_75912a88-4907-4256-8f55-004eebc0bbfb.jpg\",\n        \"createdAt\": \"2018-07-16T17:06:58.597Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cd0b28b6e40748c30087f\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5ba\"\n        ],\n        \"_id\": \"5b4cc0d58b6e40748c3006bc\",\n        \"resource\": \"https://files.godeed.today/1531756755392_1f30db63-12fe-4bb6-bf78-fbe879b3e706.jpg\",\n        \"createdAt\": \"2018-07-16T15:59:17.215Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc0d58b6e40748c3006bc\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5fc4b379b444c15cc40ba511\",\n        \"resource\": \"https://files.godeed.today/1606726513266_f5566de3-a06c-4e95-b589-3ab8eb0aaa78.jpg\",\n        \"createdAt\": \"2020-11-30T08:55:21.073Z\",\n        \"__v\": 0,\n        \"id\": \"5fc4b379b444c15cc40ba511\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b5\"\n        ],\n        \"_id\": \"59ee48e443f51024dc4916f7\",\n        \"resource\": \"https://files.godeed.today/1508788450660_6e682289-c5e3-44be-8d05-205820c0c5ca.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee48e443f51024dc4916f7\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fb27585482ebdaf4cbb\",\n            \"59e7cbc792b6a2fc1ac9e5b9\",\n            \"59fb3fa37585482ebdaf4cba\"\n        ],\n        \"_id\": \"5a25abc33e33ed3d4ad005a4\",\n        \"resource\": \"https://files.godeed.today/1512418241915_9ac76b2a-eb48-4fc6-8273-2b48e6a35324.jpg\",\n        \"__v\": 0,\n        \"id\": \"5a25abc33e33ed3d4ad005a4\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\",\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b267e159818ad6304040b64\",\n        \"resource\": \"https://files.godeed.today/1529249280392_d0e1cd09-b12f-476a-b600-295c11379671.jpg\",\n        \"createdAt\": \"2018-06-17T15:28:21.377Z\",\n        \"__v\": 0,\n        \"id\": \"5b267e159818ad6304040b64\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b3\"\n        ],\n        \"_id\": \"5b4ccb9a2c7c9b71f3057766\",\n        \"resource\": \"https://files.godeed.today/1531759513619_56cff796-6a9c-4704-a451-939b9edc32dd.jpg\",\n        \"createdAt\": \"2018-07-16T16:45:14.893Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccb9a2c7c9b71f3057766\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b8\"\n        ],\n        \"_id\": \"5b4cc50e2c7c9b71f30576af\",\n        \"resource\": \"https://files.godeed.today/1531757837777_4d419069-1325-45e0-b6fd-530a9a4c136b.jpg\",\n        \"createdAt\": \"2018-07-16T16:17:18.841Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc50e2c7c9b71f30576af\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b8\"\n        ],\n        \"_id\": \"5b4cc5ab8b6e40748c30074e\",\n        \"resource\": \"https://files.godeed.today/1531757994814_0fdb2a47-074e-4b66-b1df-dec03ef348b5.jpg\",\n        \"createdAt\": \"2018-07-16T16:19:55.797Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc5ab8b6e40748c30074e\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b1\"\n        ],\n        \"_id\": \"5b4cb3e48b6e40748c30059d\",\n        \"resource\": \"https://files.godeed.today/1531753443120_ec0987e7-f3a8-40fd-99eb-cb52e687c1f3.jpg\",\n        \"createdAt\": \"2018-07-16T15:04:04.546Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb3e48b6e40748c30059d\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bc\"\n        ],\n        \"_id\": \"5b4cb8532c7c9b71f305758e\",\n        \"resource\": \"https://files.godeed.today/1531754578194_1c460315-0aa1-42e1-9f4c-13ff557fa2ba.jpg\",\n        \"createdAt\": \"2018-07-16T15:22:59.511Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb8532c7c9b71f305758e\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b9\"\n        ],\n        \"_id\": \"5b4cbde42c7c9b71f30575ee\",\n        \"resource\": \"https://files.godeed.today/1531756003557_ff642db9-0154-4bd6-923c-ab6a4d18ffa7.jpg\",\n        \"createdAt\": \"2018-07-16T15:46:44.718Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbde42c7c9b71f30575ee\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b1\"\n        ],\n        \"_id\": \"5b4cb3678b6e40748c300587\",\n        \"resource\": \"https://files.godeed.today/1531753318095_dcbef40b-b7dd-4160-bf76-3668b1bf6895.jpg\",\n        \"createdAt\": \"2018-07-16T15:01:59.379Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb3678b6e40748c300587\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b9\"\n        ],\n        \"_id\": \"5b4cbc042c7c9b71f30575d0\",\n        \"resource\": \"https://files.godeed.today/1531755523152_286a2752-a43c-4e83-85ab-bb1821ea7670.jpg\",\n        \"createdAt\": \"2018-07-16T15:38:44.562Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbc042c7c9b71f30575d0\"\n    },\n    {\n        \"categories\": [\n            \"5d371263e43af8b54ae4f2ea\"\n        ],\n        \"_id\": \"5d49a442494b7b34de3640af\",\n        \"resource\": \"https://files.godeed.today/1565107260660_83234cb1-0252-42d6-aafc-ef1e4e43c913.jpg\",\n        \"createdAt\": \"2019-08-06T16:01:06.414Z\",\n        \"__v\": 0,\n        \"id\": \"5d49a442494b7b34de3640af\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b9\"\n        ],\n        \"_id\": \"5b4cbdb08b6e40748c30065f\",\n        \"resource\": \"https://files.godeed.today/1531755951050_850bd957-c7df-484e-946e-45ad2d8dc0b9.jpg\",\n        \"createdAt\": \"2018-07-16T15:45:52.191Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbdb08b6e40748c30065f\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b4\"\n        ],\n        \"_id\": \"5b4cb68b8b6e40748c3005e4\",\n        \"resource\": \"https://files.godeed.today/1531754122356_56c36fd9-b168-4231-9a01-2ddee261c3a3.jpg\",\n        \"createdAt\": \"2018-07-16T15:15:23.406Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb68b8b6e40748c3005e4\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b2\"\n        ],\n        \"_id\": \"5b4cbf548b6e40748c300692\",\n        \"resource\": \"https://files.godeed.today/1531756371764_430dc0ce-de11-42d5-8665-9c420ee58961.jpg\",\n        \"createdAt\": \"2018-07-16T15:52:52.874Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbf548b6e40748c300692\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b4ccca38b6e40748c3007fd\",\n        \"resource\": \"https://files.godeed.today/1531759778761_764c7a2d-23ce-4c9c-926c-c7ceee757b09.jpg\",\n        \"createdAt\": \"2018-07-16T16:49:39.927Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccca38b6e40748c3007fd\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5fc4b3c0b444c15cc40ba520\",\n        \"resource\": \"https://files.godeed.today/1606726586970_ca9dc2fe-d670-4e3b-82cd-96d0ef60ce18.jpg\",\n        \"createdAt\": \"2020-11-30T08:56:32.045Z\",\n        \"__v\": 0,\n        \"id\": \"5fc4b3c0b444c15cc40ba520\"\n    },\n    {\n        \"categories\": [\n            \"596fb9bc28426e5206c20bfb\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc4f\",\n        \"resource\": \"https://files.godeed.today/event_pictures/mountains.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc4f\"\n    },\n    {\n        \"categories\": [\n            \"596fb9a728426e5206c20bf5\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc53\",\n        \"resource\": \"https://files.godeed.today/event_pictures/rocket-night.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc53\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\",\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b267c039818ad6304040b35\",\n        \"resource\": \"https://files.godeed.today/1529248752129_30530753-3d29-4923-828e-2dc72c21f7e9.jpg\",\n        \"createdAt\": \"2018-06-17T15:19:31.633Z\",\n        \"__v\": 0,\n        \"id\": \"5b267c039818ad6304040b35\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b9\"\n        ],\n        \"_id\": \"5b4cbd9b2c7c9b71f30575e9\",\n        \"resource\": \"https://files.godeed.today/1531755930618_2b1b3b22-bc2b-413c-82ed-453c416f21ab.jpg\",\n        \"createdAt\": \"2018-07-16T15:45:31.925Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbd9b2c7c9b71f30575e9\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b8\"\n        ],\n        \"_id\": \"5b4cc5052c7c9b71f30576a9\",\n        \"resource\": \"https://files.godeed.today/1531757828924_7aa4ca8a-2597-41d6-952b-ffc685cd539a.jpg\",\n        \"createdAt\": \"2018-07-16T16:17:09.914Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc5052c7c9b71f30576a9\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b4\"\n        ],\n        \"_id\": \"5b4cb6952c7c9b71f3057553\",\n        \"resource\": \"https://files.godeed.today/1531754132060_bba27b3d-f5fa-4233-9242-9ae5a27c54ac.jpg\",\n        \"createdAt\": \"2018-07-16T15:15:33.286Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb6952c7c9b71f3057553\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b2\"\n        ],\n        \"_id\": \"5b4cbf2b2c7c9b71f3057616\",\n        \"resource\": \"https://files.godeed.today/1531756330327_19cbd4ad-f798-40c5-8030-0ceef6705759.jpg\",\n        \"createdAt\": \"2018-07-16T15:52:11.619Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbf2b2c7c9b71f3057616\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bf\"\n        ],\n        \"_id\": \"5b4ccee42c7c9b71f30577ff\",\n        \"resource\": \"https://files.godeed.today/1531760355179_f4ff09af-3aab-49a9-bfa5-98fe7829efb3.jpg\",\n        \"createdAt\": \"2018-07-16T16:59:16.629Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccee42c7c9b71f30577ff\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b1\"\n        ],\n        \"_id\": \"5b4cb3492c7c9b71f3057504\",\n        \"resource\": \"https://files.godeed.today/1531753288664_edf08212-ce8e-4b99-979c-5854488f11c2.jpg\",\n        \"createdAt\": \"2018-07-16T15:01:29.940Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb3492c7c9b71f3057504\"\n    },\n    {\n        \"categories\": [\n            \"5d371256e43af8b54ae4f2e9\"\n        ],\n        \"_id\": \"5d49a786494b7b34de3640e5\",\n        \"resource\": \"https://files.godeed.today/1565108095983_92b6490a-5a2b-47c1-9d67-54d56eb28a62.jpg\",\n        \"createdAt\": \"2019-08-06T16:15:02.332Z\",\n        \"__v\": 0,\n        \"id\": \"5d49a786494b7b34de3640e5\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b4cd08e2c7c9b71f3057854\",\n        \"resource\": \"https://files.godeed.today/1531760781345_40cbe33c-e66a-4f09-a352-2e8bf1bc53f9.jpg\",\n        \"createdAt\": \"2018-07-16T17:06:22.664Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cd08e2c7c9b71f3057854\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f71e70d5be1e12418b2840c\",\n        \"resource\": \"https://files.godeed.today/1601300235023_8e03d5f1-18f4-4e1f-aaef-7cf653b5ec1d.jpg\",\n        \"createdAt\": \"2020-09-28T13:37:17.815Z\",\n        \"__v\": 0,\n        \"id\": \"5f71e70d5be1e12418b2840c\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f71e71a5be1e12418b28412\",\n        \"resource\": \"https://files.godeed.today/1601300246905_702bcec7-ba7b-47a7-bbe2-85ffbab2942d.jpg\",\n        \"createdAt\": \"2020-09-28T13:37:30.040Z\",\n        \"__v\": 0,\n        \"id\": \"5f71e71a5be1e12418b28412\"\n    },\n    {\n        \"categories\": [\n            \"596fb8dd28426e5206c20bed\",\n            \"596fb9cb28426e5206c20bff\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc57\",\n        \"resource\": \"https://files.godeed.today/event_pictures/spaceship-night.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc57\"\n    },\n    {\n        \"categories\": [\n            \"596fb9b628426e5206c20bf9\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc4c\",\n        \"resource\": \"https://files.godeed.today/event_pictures/drinks.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc4c\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b5\"\n        ],\n        \"_id\": \"59ee49ef9d9e8c78572afc17\",\n        \"resource\": \"https://files.godeed.today/1508788717240_98f40e7d-9519-4960-9e49-bec9bfe1649c.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee49ef9d9e8c78572afc17\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b5\"\n        ],\n        \"_id\": \"59ee46b99d9e8c78572afb87\",\n        \"resource\": \"https://files.godeed.today/1508787896277_ef8eb2a8-7d65-498c-b8cf-8c14fd871ecd.JPG\",\n        \"__v\": 0,\n        \"id\": \"59ee46b99d9e8c78572afb87\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\",\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b267b6f9818ad6304040b24\",\n        \"resource\": \"https://files.godeed.today/1529248609061_ddccca92-d85f-4109-a668-a1c632f833d2.jpg\",\n        \"createdAt\": \"2018-06-17T15:17:03.765Z\",\n        \"__v\": 0,\n        \"id\": \"5b267b6f9818ad6304040b24\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fa37585482ebdaf4cba\",\n            \"59e7cbc792b6a2fc1ac9e5b9\",\n            \"59fb3fb27585482ebdaf4cbb\"\n        ],\n        \"_id\": \"5a6636071f8c9c0a59f32140\",\n        \"resource\": \"https://files.godeed.today/1516647941596_329bb259-00f0-47bf-8ebb-e247fe4dc77c.jpg\",\n        \"__v\": 0,\n        \"id\": \"5a6636071f8c9c0a59f32140\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b3\"\n        ],\n        \"_id\": \"59ee4dae43f51024dc4917e4\",\n        \"resource\": \"https://files.godeed.today/1508789673277_55563e49-0d0e-45b2-b981-615a62d90564.png\",\n        \"__v\": 0,\n        \"id\": \"59ee4dae43f51024dc4917e4\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bc\"\n        ],\n        \"_id\": \"5a663e5a6b9e3845c085a39d\",\n        \"resource\": \"https://files.godeed.today/1516650081979_0a632104-80c3-4e1f-903b-db98529cf18d.jpg\",\n        \"__v\": 0,\n        \"id\": \"5a663e5a6b9e3845c085a39d\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\",\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b267c519818ad6304040b42\",\n        \"resource\": \"https://files.godeed.today/1529248839583_fcd4a787-d4b6-431f-99ca-2cea6c0a2edf.JPG\",\n        \"createdAt\": \"2018-06-17T15:20:49.038Z\",\n        \"__v\": 0,\n        \"id\": \"5b267c519818ad6304040b42\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\",\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b267bdf9818ad6304040b2f\",\n        \"resource\": \"https://files.godeed.today/1529248726318_ebe83517-904f-4a32-b68d-5bca1c32bf2e.jpg\",\n        \"createdAt\": \"2018-06-17T15:18:55.411Z\",\n        \"__v\": 0,\n        \"id\": \"5b267bdf9818ad6304040b2f\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\",\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b267e3adcf1f062fa88d9fb\",\n        \"resource\": \"https://files.godeed.today/1529249315303_94125b83-4d00-4285-b4da-a08435a05b63.jpg\",\n        \"createdAt\": \"2018-06-17T15:28:58.878Z\",\n        \"__v\": 0,\n        \"id\": \"5b267e3adcf1f062fa88d9fb\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b3\"\n        ],\n        \"_id\": \"5b4ccb832c7c9b71f3057755\",\n        \"resource\": \"https://files.godeed.today/1531759489605_2c908460-40c1-47db-9a83-d83a342dadde.jpg\",\n        \"createdAt\": \"2018-07-16T16:44:51.014Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccb832c7c9b71f3057755\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bd\"\n        ],\n        \"_id\": \"5b4cca538b6e40748c3007d0\",\n        \"resource\": \"https://files.godeed.today/1531759186959_d187400e-ff95-4b18-8cfb-7dc5c2828182.jpg\",\n        \"createdAt\": \"2018-07-16T16:39:47.820Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cca538b6e40748c3007d0\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b2\"\n        ],\n        \"_id\": \"5b4cbf0a8b6e40748c300686\",\n        \"resource\": \"https://files.godeed.today/1531756297554_7dec6f12-6fe1-45a0-a21e-dac5df6c0fa7.jpg\",\n        \"createdAt\": \"2018-07-16T15:51:38.691Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbf0a8b6e40748c300686\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b7\"\n        ],\n        \"_id\": \"5b4cb54a8b6e40748c3005ca\",\n        \"resource\": \"https://files.godeed.today/1531753801118_f56540e9-954e-43b4-aedb-34a1ef8db3fa.jpg\",\n        \"createdAt\": \"2018-07-16T15:10:02.678Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb54a8b6e40748c3005ca\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fa37585482ebdaf4cba\"\n        ],\n        \"_id\": \"5b4cc7758b6e40748c30078b\",\n        \"resource\": \"https://files.godeed.today/1531758452501_447dcaca-c9bb-4ea6-a5a5-22c1da0ea6ea.jpg\",\n        \"createdAt\": \"2018-07-16T16:27:33.811Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc7758b6e40748c30078b\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b4ccc868b6e40748c3007f1\",\n        \"resource\": \"https://files.godeed.today/1531759749304_b1a4aa2d-039f-49e3-a371-abb532d1fa22.jpg\",\n        \"createdAt\": \"2018-07-16T16:49:10.667Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccc868b6e40748c3007f1\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b4\"\n        ],\n        \"_id\": \"5b4cb6732c7c9b71f305754d\",\n        \"resource\": \"https://files.godeed.today/1531754098401_619738e8-52c7-4ae3-ac22-28c3c2e382ae.jpg\",\n        \"createdAt\": \"2018-07-16T15:14:59.710Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb6732c7c9b71f305754d\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bb\"\n        ],\n        \"_id\": \"5b4cc3c52c7c9b71f3057690\",\n        \"resource\": \"https://files.godeed.today/1531757507989_cad3dcc6-182f-4d8f-9cb0-79974ff13a4a.jpg\",\n        \"createdAt\": \"2018-07-16T16:11:49.270Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc3c52c7c9b71f3057690\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b4cd0a62c7c9b71f305785a\",\n        \"resource\": \"https://files.godeed.today/1531760804390_57089c49-e421-4fd4-aa3e-1e6e42932180.jpg\",\n        \"createdAt\": \"2018-07-16T17:06:46.112Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cd0a62c7c9b71f305785a\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f71e7255be1e12418b28418\",\n        \"resource\": \"https://files.godeed.today/1601300256547_91c37eab-c5cb-4ad3-9410-9c6257f14339.jpg\",\n        \"createdAt\": \"2020-09-28T13:37:41.180Z\",\n        \"__v\": 0,\n        \"id\": \"5f71e7255be1e12418b28418\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f71fef4acb06e45e0b2ba56\",\n        \"resource\": \"https://files.godeed.today/1601306329719_c55a260a-e4f8-46c9-a0c2-38195e2b253f.jpg\",\n        \"createdAt\": \"2020-09-28T15:19:16.448Z\",\n        \"__v\": 0,\n        \"id\": \"5f71fef4acb06e45e0b2ba56\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f731a95c168a246f49a03c4\",\n        \"resource\": \"https://files.godeed.today/1601378963772_d8185b9c-3171-4a08-ab9e-c6c243eff8a3.jpg\",\n        \"createdAt\": \"2020-09-29T11:29:25.816Z\",\n        \"__v\": 0,\n        \"id\": \"5f731a95c168a246f49a03c4\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f731c84c168a246f49a03fa\",\n        \"resource\": \"https://files.godeed.today/1601379458682_e898c9e0-6fa1-4df1-9ab9-6487c86f9711.jpg\",\n        \"createdAt\": \"2020-09-29T11:37:40.419Z\",\n        \"__v\": 0,\n        \"id\": \"5f731c84c168a246f49a03fa\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b2\"\n        ],\n        \"_id\": \"59ee4c129d9e8c78572afc61\",\n        \"resource\": \"https://files.godeed.today/1508789266097_984bdcdd-6563-4b7e-8a89-28421da6a386.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee4c129d9e8c78572afc61\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b9\"\n        ],\n        \"_id\": \"5a66366d6b9e3845c085a322\",\n        \"resource\": \"https://files.godeed.today/1516648044082_abe1dbe2-5c47-454f-b3e1-202f611d6bbd.jpg\",\n        \"__v\": 0,\n        \"id\": \"5a66366d6b9e3845c085a322\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bc\"\n        ],\n        \"_id\": \"5a663e706b9e3845c085a3a9\",\n        \"resource\": \"https://files.godeed.today/1516650094092_244bf290-569c-45a9-ad94-ea4e7ee0e646.jpg\",\n        \"__v\": 0,\n        \"id\": \"5a663e706b9e3845c085a3a9\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\",\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b267ca2dcf1f062fa88d9dd\",\n        \"resource\": \"https://files.godeed.today/1529248913762_1bc176db-b674-4984-9dad-13ab4c5c6a93.JPG\",\n        \"createdAt\": \"2018-06-17T15:22:10.047Z\",\n        \"__v\": 0,\n        \"id\": \"5b267ca2dcf1f062fa88d9dd\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b4\"\n        ],\n        \"_id\": \"59ee4b1f9d9e8c78572afc28\",\n        \"resource\": \"https://files.godeed.today/1508789021526_de3e0fca-50db-4363-9c35-82e83f34adb9.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee4b1f9d9e8c78572afc28\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b4\"\n        ],\n        \"_id\": \"5b4cb67e8b6e40748c3005de\",\n        \"resource\": \"https://files.godeed.today/1531754108698_29d820b3-a6e7-4d1b-bcc3-c0cbc0e9eec6.jpg\",\n        \"createdAt\": \"2018-07-16T15:15:10.340Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb67e8b6e40748c3005de\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bc\"\n        ],\n        \"_id\": \"5b4cb8778b6e40748c300611\",\n        \"resource\": \"https://files.godeed.today/1531754613836_ab676745-375a-469b-86d0-2e552e31c5b4.jpg\",\n        \"createdAt\": \"2018-07-16T15:23:35.057Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb8778b6e40748c300611\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5b4cc77b8b6e40748c300791\",\n        \"resource\": \"https://files.godeed.today/1531758459022_aeee2eca-1b17-4fde-9e7c-4fe6173c6ada.jpg\",\n        \"createdAt\": \"2018-07-16T16:27:39.957Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc77b8b6e40748c300791\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b4cd0858b6e40748c300873\",\n        \"resource\": \"https://files.godeed.today/1531760771315_b7c4f43c-ae99-4230-8a7f-1b629cfc60e8.jpg\",\n        \"createdAt\": \"2018-07-16T17:06:13.045Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cd0858b6e40748c300873\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fb27585482ebdaf4cbb\"\n        ],\n        \"_id\": \"5b4cb9e58b6e40748c300625\",\n        \"resource\": \"https://files.godeed.today/1531754980548_00277d82-10f0-47d5-b79f-3af08b6dcb50.jpg\",\n        \"createdAt\": \"2018-07-16T15:29:41.961Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb9e58b6e40748c300625\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bc\"\n        ],\n        \"_id\": \"5b4cb86a2c7c9b71f3057594\",\n        \"resource\": \"https://files.godeed.today/1531754600883_b33cbeb7-4309-4d04-8250-f2fe98621fb4.jpg\",\n        \"createdAt\": \"2018-07-16T15:23:22.152Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb86a2c7c9b71f3057594\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b3\"\n        ],\n        \"_id\": \"5b4ccbb18b6e40748c3007e8\",\n        \"resource\": \"https://files.godeed.today/1531759536156_7c1b1937-1f89-4aac-9ada-864747848b69.jpg\",\n        \"createdAt\": \"2018-07-16T16:45:37.453Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccbb18b6e40748c3007e8\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fa37585482ebdaf4cba\"\n        ],\n        \"_id\": \"5b4cc7d32c7c9b71f30576ff\",\n        \"resource\": \"https://files.godeed.today/1531758545661_20594ab8-c6c5-442a-9803-86e9a6c45f15.jpg\",\n        \"createdAt\": \"2018-07-16T16:29:07.190Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc7d32c7c9b71f30576ff\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b4ccc992c7c9b71f305777e\",\n        \"resource\": \"https://files.godeed.today/1531759768505_fd21bd31-f3c0-4094-ab05-9e0291c418aa.jpg\",\n        \"createdAt\": \"2018-07-16T16:49:29.958Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccc992c7c9b71f305777e\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b4cccd32c7c9b71f3057794\",\n        \"resource\": \"https://files.godeed.today/1531759825891_1e922228-0c55-4a95-8ad4-aa774705ab25.jpg\",\n        \"createdAt\": \"2018-07-16T16:50:27.262Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cccd32c7c9b71f3057794\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b4cccef2c7c9b71f30577a7\",\n        \"resource\": \"https://files.godeed.today/1531759853554_9bdfa3ce-f2d4-4a6a-add8-373600df5069.jpg\",\n        \"createdAt\": \"2018-07-16T16:50:55.347Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cccef2c7c9b71f30577a7\"\n    },\n    {\n        \"categories\": [\n            \"5d371263e43af8b54ae4f2ea\"\n        ],\n        \"_id\": \"5d49a3fc494b7b34de3640a4\",\n        \"resource\": \"https://files.godeed.today/1565107191689_1ec7b7c4-a7ea-4882-b2bb-e869bfe75c99.jpg\",\n        \"createdAt\": \"2019-08-06T15:59:56.610Z\",\n        \"__v\": 0,\n        \"id\": \"5d49a3fc494b7b34de3640a4\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bb\"\n        ],\n        \"_id\": \"5b4cc3fd8b6e40748c300708\",\n        \"resource\": \"https://files.godeed.today/1531757564856_bff1fa5e-6619-4f98-870d-de9a53bdadc2.jpg\",\n        \"createdAt\": \"2018-07-16T16:12:45.871Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc3fd8b6e40748c300708\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b4cd0d42c7c9b71f3057865\",\n        \"resource\": \"https://files.godeed.today/1531760851622_517ca5f6-20fb-4a23-b92d-74880be11106.jpg\",\n        \"createdAt\": \"2018-07-16T17:07:32.640Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cd0d42c7c9b71f3057865\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b1\"\n        ],\n        \"_id\": \"5b4cb3cb8b6e40748c300591\",\n        \"resource\": \"https://files.godeed.today/1531753418332_1f6d4449-e80f-412c-91c9-d6b6c640eb6b.jpg\",\n        \"createdAt\": \"2018-07-16T15:03:39.626Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb3cb8b6e40748c300591\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5ba\"\n        ],\n        \"_id\": \"5b4cc0af2c7c9b71f305764f\",\n        \"resource\": \"https://files.godeed.today/1531756717826_193d0b9c-a19a-4932-8f77-b04c5ea7be28.jpg\",\n        \"createdAt\": \"2018-07-16T15:58:39.418Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc0af2c7c9b71f305764f\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5ba\"\n        ],\n        \"_id\": \"5b4cc0c78b6e40748c3006b7\",\n        \"resource\": \"https://files.godeed.today/1531756741395_d9f43938-b082-402d-9d43-2e5552f3eaa2.jpg\",\n        \"createdAt\": \"2018-07-16T15:59:03.079Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc0c78b6e40748c3006b7\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b8\"\n        ],\n        \"_id\": \"5b4cc5262c7c9b71f30576b8\",\n        \"resource\": \"https://files.godeed.today/1531757860053_6ca8b418-3b9d-44c2-becd-b6dcc9e85c46.jpg\",\n        \"createdAt\": \"2018-07-16T16:17:42.634Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc5262c7c9b71f30576b8\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fa37585482ebdaf4cba\"\n        ],\n        \"_id\": \"5b4cc7862c7c9b71f30576f6\",\n        \"resource\": \"https://files.godeed.today/1531758469040_4bd845b7-96c4-4117-825d-aab5b69dd3c1.jpg\",\n        \"createdAt\": \"2018-07-16T16:27:50.231Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc7862c7c9b71f30576f6\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b4cccba8b6e40748c30080d\",\n        \"resource\": \"https://files.godeed.today/1531759800886_488094df-c51a-43da-8a8d-4aa734af1dfd.jpg\",\n        \"createdAt\": \"2018-07-16T16:50:02.216Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cccba8b6e40748c30080d\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f731a49c168a246f49a03be\",\n        \"resource\": \"https://files.godeed.today/1601378886955_322646aa-08e6-4afc-914a-5f41a6be730a.jpg\",\n        \"createdAt\": \"2020-09-29T11:28:09.315Z\",\n        \"__v\": 0,\n        \"id\": \"5f731a49c168a246f49a03be\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f731c34c168a246f49a03ee\",\n        \"resource\": \"https://files.godeed.today/1601379378633_4f8ee3de-1a63-4965-8999-26ae83a076b5.jpg\",\n        \"createdAt\": \"2020-09-29T11:36:20.261Z\",\n        \"__v\": 0,\n        \"id\": \"5f731c34c168a246f49a03ee\"\n    },\n    {\n        \"categories\": [\n            \"596fb8dd28426e5206c20bed\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc5a\",\n        \"resource\": \"https://files.godeed.today/event_pictures/weights.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc5a\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\",\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b267c2c9818ad6304040b3b\",\n        \"resource\": \"https://files.godeed.today/1529248794744_d8a7ab55-341b-4b89-b7f6-6225a9390f64.JPG\",\n        \"createdAt\": \"2018-06-17T15:20:12.901Z\",\n        \"__v\": 0,\n        \"id\": \"5b267c2c9818ad6304040b3b\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b2\"\n        ],\n        \"_id\": \"59ee4c209d9e8c78572afc68\",\n        \"resource\": \"https://files.godeed.today/1508789277379_7a7677cd-0d0a-4140-ac50-a81635e2e6b5.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee4c209d9e8c78572afc68\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\",\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b267ccadcf1f062fa88d9e3\",\n        \"resource\": \"https://files.godeed.today/1529248949578_697f9a09-d80c-4445-8525-271d4f99288a.JPG\",\n        \"createdAt\": \"2018-06-17T15:22:50.333Z\",\n        \"__v\": 0,\n        \"id\": \"5b267ccadcf1f062fa88d9e3\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fa37585482ebdaf4cba\",\n            \"59e7cbc792b6a2fc1ac9e5b4\",\n            \"59fb3fb27585482ebdaf4cbb\",\n            \"59e7cbc792b6a2fc1ac9e5b9\"\n        ],\n        \"_id\": \"5a6633301f8c9c0a59f320e6\",\n        \"resource\": \"https://files.godeed.today/1516647261426_afa0821a-1cae-4155-ba58-79d8dc9b476d.jpg\",\n        \"__v\": 1,\n        \"id\": \"5a6633301f8c9c0a59f320e6\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fb27585482ebdaf4cbb\"\n        ],\n        \"_id\": \"5b4cba038b6e40748c30062c\",\n        \"resource\": \"https://files.godeed.today/1531755010562_6481a457-701f-4832-be45-ba5c20e2dba4.jpg\",\n        \"createdAt\": \"2018-07-16T15:30:11.790Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cba038b6e40748c30062c\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fb27585482ebdaf4cbb\"\n        ],\n        \"_id\": \"5b4cba1d2c7c9b71f30575b3\",\n        \"resource\": \"https://files.godeed.today/1531755036440_e61a5ee5-b0a1-4038-82be-faa59793a786.jpg\",\n        \"createdAt\": \"2018-07-16T15:30:37.841Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cba1d2c7c9b71f30575b3\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5c0\"\n        ],\n        \"_id\": \"5b4ccdfa2c7c9b71f30577e7\",\n        \"resource\": \"https://files.godeed.today/1531760121445_28adfeea-87b1-458e-ae9d-a6087ae78cad.jpg\",\n        \"createdAt\": \"2018-07-16T16:55:22.619Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccdfa2c7c9b71f30577e7\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b7\"\n        ],\n        \"_id\": \"5b4cb4fc2c7c9b71f305751f\",\n        \"resource\": \"https://files.godeed.today/1531753723559_147565a5-c194-442e-bfd8-e0243b78f207.jpg\",\n        \"createdAt\": \"2018-07-16T15:08:44.589Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb4fc2c7c9b71f305751f\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b7\"\n        ],\n        \"_id\": \"5b4cb5248b6e40748c3005ba\",\n        \"resource\": \"https://files.godeed.today/1531753763389_c083d0a6-9899-4ef8-bbed-05b5e2d696eb.jpg\",\n        \"createdAt\": \"2018-07-16T15:09:24.970Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb5248b6e40748c3005ba\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fb27585482ebdaf4cbb\"\n        ],\n        \"_id\": \"5b4cba482c7c9b71f30575be\",\n        \"resource\": \"https://files.godeed.today/1531755077673_37d47abf-13f9-4617-8500-f587b798ca77.jpg\",\n        \"createdAt\": \"2018-07-16T15:31:20.343Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cba482c7c9b71f30575be\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bd\"\n        ],\n        \"_id\": \"5b4cca6a8b6e40748c3007d6\",\n        \"resource\": \"https://files.godeed.today/1531759209593_529f57d0-9c47-4519-bb7e-61913150981c.jpg\",\n        \"createdAt\": \"2018-07-16T16:40:10.923Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cca6a8b6e40748c3007d6\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b4\"\n        ],\n        \"_id\": \"5b4cb6b72c7c9b71f305755f\",\n        \"resource\": \"https://files.godeed.today/1531754165817_21ddc557-b895-4963-80d5-45a6bf7c20ba.jpg\",\n        \"createdAt\": \"2018-07-16T15:16:07.455Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb6b72c7c9b71f305755f\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f731bb7c168a246f49a03dc\",\n        \"resource\": \"https://files.godeed.today/1601379253686_7c870bc8-dc52-4bc4-9af9-96b38d5a3206.jpg\",\n        \"createdAt\": \"2020-09-29T11:34:15.090Z\",\n        \"__v\": 0,\n        \"id\": \"5f731bb7c168a246f49a03dc\"\n    },\n    {\n        \"categories\": [\n            \"596fb9b628426e5206c20bf9\",\n            \"596fb9a728426e5206c20bf5\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc4e\",\n        \"resource\": \"https://files.godeed.today/event_pictures/liftoff.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc4e\"\n    },\n    {\n        \"categories\": [\n            \"596fb9bc28426e5206c20bfb\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc50\",\n        \"resource\": \"https://files.godeed.today/event_pictures/neihgbourhood.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc50\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b4\",\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"59ee4be59d9e8c78572afc4e\",\n        \"resource\": \"https://files.godeed.today/1508789220757_1ee77263-3660-4539-8e63-d660622a79af.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee4be59d9e8c78572afc4e\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b5\"\n        ],\n        \"_id\": \"59ee491743f51024dc49170f\",\n        \"resource\": \"https://files.godeed.today/1508788501228_66365d7c-65de-421a-af18-a218546b9e91.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee491743f51024dc49170f\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\",\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b267e919818ad6304040b78\",\n        \"resource\": \"https://files.godeed.today/1529249414049_1854f0dd-7131-4178-899a-6e3620193ddb.JPG\",\n        \"createdAt\": \"2018-06-17T15:30:25.645Z\",\n        \"__v\": 0,\n        \"id\": \"5b267e919818ad6304040b78\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\",\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b267b24dcf1f062fa88d9d0\",\n        \"resource\": \"https://files.godeed.today/1529248533603_79f66acb-3d66-45f6-9762-b3775fb0b051.JPG\",\n        \"createdAt\": \"2018-06-17T15:15:48.776Z\",\n        \"__v\": 0,\n        \"id\": \"5b267b24dcf1f062fa88d9d0\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5b4cb19d2c7c9b71f30574c4\",\n        \"resource\": \"https://files.godeed.today/1531752860411_26e09ee2-a42e-4aaa-967c-9777a5cff66f.jpg\",\n        \"createdAt\": \"2018-07-16T14:54:21.684Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb19d2c7c9b71f30574c4\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5b4cb17f8b6e40748c300545\",\n        \"resource\": \"https://files.godeed.today/1531752830277_55f87e48-d678-4031-a674-899cb46211ff.jpg\",\n        \"createdAt\": \"2018-07-16T14:53:51.706Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb17f8b6e40748c300545\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\",\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b267df59818ad6304040b5e\",\n        \"resource\": \"https://files.godeed.today/1529249245980_1195dc33-21d8-41fd-aef4-1099af4a7ee0.jpg\",\n        \"createdAt\": \"2018-06-17T15:27:49.437Z\",\n        \"__v\": 0,\n        \"id\": \"5b267df59818ad6304040b5e\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b1\"\n        ],\n        \"_id\": \"5b4cb33c8b6e40748c300579\",\n        \"resource\": \"https://files.godeed.today/1531753275132_0ddb5995-9b09-4f67-8416-4abe21b56a10.jpg\",\n        \"createdAt\": \"2018-07-16T15:01:16.170Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb33c8b6e40748c300579\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b5\"\n        ],\n        \"_id\": \"5b4cc2aa8b6e40748c3006e1\",\n        \"resource\": \"https://files.godeed.today/1531757224793_f2ebbbde-260d-4394-aa9b-da8cc2d52bff.jpg\",\n        \"createdAt\": \"2018-07-16T16:07:06.011Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc2aa8b6e40748c3006e1\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bf\"\n        ],\n        \"_id\": \"5b4cceef2c7c9b71f3057805\",\n        \"resource\": \"https://files.godeed.today/1531760366084_42321bb3-f7cb-4a57-95a9-4c0e1e19a806.jpg\",\n        \"createdAt\": \"2018-07-16T16:59:27.548Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cceef2c7c9b71f3057805\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b9\"\n        ],\n        \"_id\": \"5b4cbe0c2c7c9b71f30575f4\",\n        \"resource\": \"https://files.godeed.today/1531756043040_4aa25b47-f253-4d5e-a8ea-059cd57be630.jpg\",\n        \"createdAt\": \"2018-07-16T15:47:24.328Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbe0c2c7c9b71f30575f4\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b2\"\n        ],\n        \"_id\": \"5b4cbf1b8b6e40748c30068b\",\n        \"resource\": \"https://files.godeed.today/1531756313018_16a500c1-0136-455d-b4e1-92e0254e52a2.jpg\",\n        \"createdAt\": \"2018-07-16T15:51:55.007Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbf1b8b6e40748c30068b\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b3\"\n        ],\n        \"_id\": \"5b4ccb782c7c9b71f305774f\",\n        \"resource\": \"https://files.godeed.today/1531759478804_421fa712-4329-43d7-a52b-d424a8380736.jpg\",\n        \"createdAt\": \"2018-07-16T16:44:40.257Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccb782c7c9b71f305774f\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bb\"\n        ],\n        \"_id\": \"5b4cc4178b6e40748c300715\",\n        \"resource\": \"https://files.godeed.today/1531757589525_0eddfe6f-1137-4d5a-81e1-a7153deb77ea.jpg\",\n        \"createdAt\": \"2018-07-16T16:13:11.008Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc4178b6e40748c300715\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\"\n        ],\n        \"_id\": \"5b4cd06a2c7c9b71f3057848\",\n        \"resource\": \"https://files.godeed.today/1531760744846_4c2867d0-6103-49e6-aaa7-7ff1c627c4c1.jpg\",\n        \"createdAt\": \"2018-07-16T17:05:46.261Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cd06a2c7c9b71f3057848\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b7\"\n        ],\n        \"_id\": \"5b4cb5062c7c9b71f3057525\",\n        \"resource\": \"https://files.godeed.today/1531753732775_84b4c569-82e2-4fc4-8b92-087b7ab8b046.jpg\",\n        \"createdAt\": \"2018-07-16T15:08:54.112Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb5062c7c9b71f3057525\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bc\"\n        ],\n        \"_id\": \"5b4cb83d2c7c9b71f3057582\",\n        \"resource\": \"https://files.godeed.today/1531754556450_7851e3dd-bd4f-4e41-83fc-1851e0888d19.jpg\",\n        \"createdAt\": \"2018-07-16T15:22:37.799Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb83d2c7c9b71f3057582\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b2\"\n        ],\n        \"_id\": \"5b4cbef32c7c9b71f3057609\",\n        \"resource\": \"https://files.godeed.today/1531756274159_893eb86f-f763-4259-85e4-440ad931fe58.jpg\",\n        \"createdAt\": \"2018-07-16T15:51:15.510Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbef32c7c9b71f3057609\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fa37585482ebdaf4cba\"\n        ],\n        \"_id\": \"5b4cc7f22c7c9b71f3057705\",\n        \"resource\": \"https://files.godeed.today/1531758576947_9c2d78f4-009d-4ca1-825d-bc52a6b9cbc2.jpg\",\n        \"createdAt\": \"2018-07-16T16:29:38.363Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc7f22c7c9b71f3057705\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bb\"\n        ],\n        \"_id\": \"5b4cc3ce2c7c9b71f3057696\",\n        \"resource\": \"https://files.godeed.today/1531757517634_e53ae33d-989c-40aa-ac9c-d1f7ec740f9f.jpg\",\n        \"createdAt\": \"2018-07-16T16:11:58.948Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc3ce2c7c9b71f3057696\"\n    },\n    {\n        \"categories\": [\n            \"5d371256e43af8b54ae4f2e9\"\n        ],\n        \"_id\": \"5d49a732494b7b34de3640db\",\n        \"resource\": \"https://files.godeed.today/1565108014426_a2ddef5c-bcd1-4cee-8e8d-318c01889687.jpg\",\n        \"createdAt\": \"2019-08-06T16:13:38.716Z\",\n        \"__v\": 0,\n        \"id\": \"5d49a732494b7b34de3640db\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f71e6ff5be1e12418b28406\",\n        \"resource\": \"https://files.godeed.today/1601300215459_9d840ac2-a0fe-47ac-803a-2bcbc7c2dcc7.jpg\",\n        \"createdAt\": \"2020-09-28T13:37:03.166Z\",\n        \"__v\": 0,\n        \"id\": \"5f71e6ff5be1e12418b28406\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f7202c45be1e12418b28430\",\n        \"resource\": \"https://files.godeed.today/1601307330789_e9f337b9-f218-491c-b099-d8dc6e903cbe.png\",\n        \"createdAt\": \"2020-09-28T15:35:32.586Z\",\n        \"__v\": 0,\n        \"id\": \"5f7202c45be1e12418b28430\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f731b54c168a246f49a03ca\",\n        \"resource\": \"https://files.godeed.today/1601379153886_c19ff319-4a3f-47b4-afbe-1cc747159793.jpg\",\n        \"createdAt\": \"2020-09-29T11:32:36.025Z\",\n        \"__v\": 0,\n        \"id\": \"5f731b54c168a246f49a03ca\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f731c0cc168a246f49a03e8\",\n        \"resource\": \"https://files.godeed.today/1601379339295_bbd69506-6167-4bab-ae71-847aab06b342.jpg\",\n        \"createdAt\": \"2020-09-29T11:35:40.624Z\",\n        \"__v\": 0,\n        \"id\": \"5f731c0cc168a246f49a03e8\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f731c6fc168a246f49a03f4\",\n        \"resource\": \"https://files.godeed.today/1601379437894_a1ad95b7-2607-4ab8-bbc1-5453dee6ebe2.jpg\",\n        \"createdAt\": \"2020-09-29T11:37:19.828Z\",\n        \"__v\": 0,\n        \"id\": \"5f731c6fc168a246f49a03f4\"\n    },\n    {\n        \"categories\": [\n            \"596fb9a728426e5206c20bf5\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc52\",\n        \"resource\": \"https://files.godeed.today/event_pictures/planets.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc52\"\n    },\n    {\n        \"categories\": [\n            \"596fb8dd28426e5206c20bed\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc59\",\n        \"resource\": \"https://files.godeed.today/event_pictures/traffic.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc59\"\n    },\n    {\n        \"categories\": [\n            \"596fb9b628426e5206c20bf9\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc4d\",\n        \"resource\": \"https://files.godeed.today/event_pictures/lamp.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc4d\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b7\",\n            \"59e7cbc792b6a2fc1ac9e5b8\",\n            \"59e7cbc792b6a2fc1ac9e5b5\"\n        ],\n        \"_id\": \"5a8f11a7b8dd33737915f92e\",\n        \"resource\": \"https://files.godeed.today/1519325605810_f337836c-ca44-4b79-956d-fb9704a9f46b.png\",\n        \"__v\": 0,\n        \"id\": \"5a8f11a7b8dd33737915f92e\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\",\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b267b3cdcf1f062fa88d9d6\",\n        \"resource\": \"https://files.godeed.today/1529248562535_4b931ffa-b28a-4058-860d-d81db652d99a.jpg\",\n        \"createdAt\": \"2018-06-17T15:16:12.252Z\",\n        \"__v\": 0,\n        \"id\": \"5b267b3cdcf1f062fa88d9d6\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b6\"\n        ],\n        \"_id\": \"5b4cb1d82c7c9b71f30574d9\",\n        \"resource\": \"https://files.godeed.today/1531752919727_c304d7e4-cbb5-47e6-8556-8a0cf2f50c11.jpg\",\n        \"createdAt\": \"2018-07-16T14:55:20.998Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb1d82c7c9b71f30574d9\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b7\"\n        ],\n        \"_id\": \"5b4cb5108b6e40748c3005b4\",\n        \"resource\": \"https://files.godeed.today/1531753742689_0e12654f-2105-4c98-b02b-2f97bd5ab0be.jpg\",\n        \"createdAt\": \"2018-07-16T15:09:04.132Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb5108b6e40748c3005b4\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fa37585482ebdaf4cba\"\n        ],\n        \"_id\": \"5b4cc80d2c7c9b71f3057710\",\n        \"resource\": \"https://files.godeed.today/1531758604238_5f9e4650-942f-4d3d-bde5-952fce8ed6ef.jpg\",\n        \"createdAt\": \"2018-07-16T16:30:05.597Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc80d2c7c9b71f3057710\"\n    },\n    {\n        \"categories\": [\n            \"5d371263e43af8b54ae4f2ea\"\n        ],\n        \"_id\": \"5d49a5e9494b7b34de3640c7\",\n        \"resource\": \"https://files.godeed.today/1565107684556_86656e1e-bc8a-4d20-b69a-b3ca0361dc6c.jpg\",\n        \"createdAt\": \"2019-08-06T16:08:09.713Z\",\n        \"__v\": 0,\n        \"id\": \"5d49a5e9494b7b34de3640c7\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b4\"\n        ],\n        \"_id\": \"5b4cb6aa2c7c9b71f305755a\",\n        \"resource\": \"https://files.godeed.today/1531754153210_4b694001-5a00-4889-adda-5a03c1be6e87.jpg\",\n        \"createdAt\": \"2018-07-16T15:15:54.509Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb6aa2c7c9b71f305755a\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bf\"\n        ],\n        \"_id\": \"5b4ccf1c2c7c9b71f305781e\",\n        \"resource\": \"https://files.godeed.today/1531760411168_dceab7dc-d77c-4670-a992-b6f57e571928.jpg\",\n        \"createdAt\": \"2018-07-16T17:00:12.367Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccf1c2c7c9b71f305781e\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b4ccce02c7c9b71f305779b\",\n        \"resource\": \"https://files.godeed.today/1531759839261_fa018cce-6e1f-4d7b-8bb2-22f5b812ecc1.jpg\",\n        \"createdAt\": \"2018-07-16T16:50:40.647Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccce02c7c9b71f305779b\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5ba\"\n        ],\n        \"_id\": \"5b4cc0862c7c9b71f3057637\",\n        \"resource\": \"https://files.godeed.today/1531756676888_8287a524-20ae-449d-a458-126013d1351f.jpg\",\n        \"createdAt\": \"2018-07-16T15:57:58.309Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc0862c7c9b71f3057637\"\n    },\n    {\n        \"categories\": [\n            \"59fb3fa37585482ebdaf4cba\"\n        ],\n        \"_id\": \"5b4cc7dd8b6e40748c30079d\",\n        \"resource\": \"https://files.godeed.today/1531758555551_b7b481aa-8b54-42b5-9e8b-afc6995fb313.jpg\",\n        \"createdAt\": \"2018-07-16T16:29:17.415Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc7dd8b6e40748c30079d\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"5f7204985be1e12418b28436\",\n        \"resource\": \"https://files.godeed.today/1601307798772_e481e4ff-8d8f-45a5-bed0-65d1d071e12f.png\",\n        \"createdAt\": \"2020-09-28T15:43:20.719Z\",\n        \"__v\": 0,\n        \"id\": \"5f7204985be1e12418b28436\"\n    },\n    {\n        \"categories\": [\n            \"596fb99428426e5206c20bf0\",\n            \"596fb9a728426e5206c20bf5\"\n        ],\n        \"_id\": \"59cd78fdce55924eaa1ecc4a\",\n        \"resource\": \"https://files.godeed.today/event_pictures/bullseye.jpg\",\n        \"updatedAt\": \"2017-09-28T22:34:37.470Z\",\n        \"createdAt\": \"2017-09-28T22:34:37.470Z\",\n        \"_v\": 0,\n        \"id\": \"59cd78fdce55924eaa1ecc4a\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b2\"\n        ],\n        \"_id\": \"59ee4cea9d9e8c78572afc86\",\n        \"resource\": \"https://files.godeed.today/1508789480622_33f2ec31-1b59-4723-ae59-9fbe9d043fa1.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee4cea9d9e8c78572afc86\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b2\"\n        ],\n        \"_id\": \"59ee4c0743f51024dc491787\",\n        \"resource\": \"https://files.godeed.today/1508789254346_1880c208-2ccb-4658-b530-0a38fc2c7808.jpg\",\n        \"__v\": 0,\n        \"id\": \"59ee4c0743f51024dc491787\"\n    },\n    {\n        \"categories\": [\n            \"5b243424e61d8e3980c0f39b\",\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b267e5c9818ad6304040b72\",\n        \"resource\": \"https://files.godeed.today/1529249351131_97e438f0-7c8f-4fdd-8a5a-b3373734aa39.jpg\",\n        \"createdAt\": \"2018-06-17T15:29:32.095Z\",\n        \"__v\": 0,\n        \"id\": \"5b267e5c9818ad6304040b72\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b7\"\n        ],\n        \"_id\": \"5b4cb53d2c7c9b71f3057536\",\n        \"resource\": \"https://files.godeed.today/1531753787602_a6d2dc3b-7c97-4103-b943-114c8f0cdde8.jpg\",\n        \"createdAt\": \"2018-07-16T15:09:49.036Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cb53d2c7c9b71f3057536\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5c0\"\n        ],\n        \"_id\": \"5b4ccdd82c7c9b71f30577df\",\n        \"resource\": \"https://files.godeed.today/1531760087335_e1d8b508-8c06-4c51-a9b9-7b301428b761.jpg\",\n        \"createdAt\": \"2018-07-16T16:54:48.413Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccdd82c7c9b71f30577df\"\n    },\n    {\n        \"categories\": [\n            \"5d371263e43af8b54ae4f2ea\"\n        ],\n        \"_id\": \"5d49a42c494b7b34de3640a9\",\n        \"resource\": \"https://files.godeed.today/1565107238970_d8a82c21-008e-4c52-8883-e6542a37c573.jpg\",\n        \"createdAt\": \"2019-08-06T16:00:44.692Z\",\n        \"__v\": 0,\n        \"id\": \"5d49a42c494b7b34de3640a9\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5c0\"\n        ],\n        \"_id\": \"5b4cce3b8b6e40748c30084d\",\n        \"resource\": \"https://files.godeed.today/1531760186186_b82c3395-3e0e-4582-bfb5-e7ada612193d.jpg\",\n        \"createdAt\": \"2018-07-16T16:56:27.315Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cce3b8b6e40748c30084d\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bf\"\n        ],\n        \"_id\": \"5b4ccf052c7c9b71f3057811\",\n        \"resource\": \"https://files.godeed.today/1531760387903_71da08eb-b733-4ac3-a56d-684192a53651.jpg\",\n        \"createdAt\": \"2018-07-16T16:59:49.332Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccf052c7c9b71f3057811\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b4cd05b2c7c9b71f3057842\",\n        \"resource\": \"https://files.godeed.today/1531760729977_8de58d6f-87d9-4917-8028-f64c6d035aae.jpg\",\n        \"createdAt\": \"2018-07-16T17:05:31.564Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cd05b2c7c9b71f3057842\"\n    },\n    {\n        \"categories\": [\n            \"5d371256e43af8b54ae4f2e9\"\n        ],\n        \"_id\": \"5d49a75da1b69d34d819372f\",\n        \"resource\": \"https://files.godeed.today/1565108054743_7db68119-bbac-47d0-8bca-a27255002bcd.jpg\",\n        \"createdAt\": \"2019-08-06T16:14:21.471Z\",\n        \"__v\": 0,\n        \"id\": \"5d49a75da1b69d34d819372f\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bb\"\n        ],\n        \"_id\": \"5b4cc3e68b6e40748c3006ff\",\n        \"resource\": \"https://files.godeed.today/1531757540887_6d593fbf-7aba-4aa9-852f-bbed1674319a.jpg\",\n        \"createdAt\": \"2018-07-16T16:12:22.259Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc3e68b6e40748c3006ff\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bd\"\n        ],\n        \"_id\": \"5b4cca408b6e40748c3007c4\",\n        \"resource\": \"https://files.godeed.today/1531759167083_c24479a4-61d3-46ca-ab02-218ad6702618.jpg\",\n        \"createdAt\": \"2018-07-16T16:39:28.036Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cca408b6e40748c3007c4\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5be\"\n        ],\n        \"_id\": \"5b4ccc8f8b6e40748c3007f7\",\n        \"resource\": \"https://files.godeed.today/1531759758792_4a21ef3b-60b5-4586-9fc8-577ea84ad499.jpg\",\n        \"createdAt\": \"2018-07-16T16:49:19.981Z\",\n        \"__v\": 0,\n        \"id\": \"5b4ccc8f8b6e40748c3007f7\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5bd\"\n        ],\n        \"_id\": \"5b4cca782c7c9b71f3057741\",\n        \"resource\": \"https://files.godeed.today/1531759222312_ffc4faad-277b-4190-b7c2-6aa4b50b4b31.jpg\",\n        \"createdAt\": \"2018-07-16T16:40:24.071Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cca782c7c9b71f3057741\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b8\"\n        ],\n        \"_id\": \"5b4cc5988b6e40748c300740\",\n        \"resource\": \"https://files.godeed.today/1531757975035_95e06f06-27ca-44f7-bd04-7b4ff2ce6d2c.jpg\",\n        \"createdAt\": \"2018-07-16T16:19:36.142Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cc5988b6e40748c300740\"\n    },\n    {\n        \"categories\": [\n            \"59e7cbc792b6a2fc1ac9e5b9\"\n        ],\n        \"_id\": \"5b4cbe228b6e40748c300678\",\n        \"resource\": \"https://files.godeed.today/1531756065932_85a3df57-4633-4718-95ac-15999020d256.jpg\",\n        \"createdAt\": \"2018-07-16T15:47:46.993Z\",\n        \"__v\": 0,\n        \"id\": \"5b4cbe228b6e40748c300678\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"62c44a0ab2d8112a9d9a5211\",\n        \"resource\": \"https://files.godeed.today/1657031176612_6c273c8c-1d3b-4e6a-99cc-5c07f9161cbf.jpg\",\n        \"createdAt\": \"2022-07-05T14:26:18.057Z\",\n        \"modifiedAt\": \"2022-07-05T14:26:18.057Z\",\n        \"__v\": 0,\n        \"id\": \"62c44a0ab2d8112a9d9a5211\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"631f06214d5ded5d17b44e83\",\n        \"resource\": \"https://files.godeed.today/1662977559714_21ad42dc-b512-4c93-8afc-16a54b03da51.jpg\",\n        \"createdAt\": \"2022-09-12T10:12:49.365Z\",\n        \"modifiedAt\": \"2022-09-12T10:12:49.365Z\",\n        \"__v\": 0,\n        \"id\": \"631f06214d5ded5d17b44e83\"\n    },\n    {\n        \"categories\": [],\n        \"_id\": \"631f128410c9c094ea60a566\",\n        \"resource\": \"https://files.godeed.today/1662980731314_31554171-262a-4c60-bc59-8e4e2d8c39bf.jpg\",\n        \"createdAt\": \"2022-09-12T11:05:40.698Z\",\n        \"modifiedAt\": \"2022-09-12T11:05:40.698Z\",\n        \"__v\": 0,\n        \"id\": \"631f128410c9c094ea60a566\"\n    }\n]"}],"_postman_id":"102a3b62-f328-4dbe-b10e-2c3ee244754e"}],"id":"939e78b6-4a26-47e2-9587-ebb6fc433201","_postman_id":"939e78b6-4a26-47e2-9587-ebb6fc433201","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Skills","item":[{"name":"List `Skill`s","id":"0f50aa87-6f9c-4b3a-975b-3a0974b84a28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/skills","description":"<p><code>NoAuth</code></p>\n<p>Returns a list of all skills.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","skills"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"b23cd58e-ee66-445f-afa0-91c86726554e","name":"/api/skills","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/skills"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 05:42:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"img-src 'self' data: https:;frame-ancestors 'self' https://www.giveindia.in bp42.com;default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Accounting\",\n        \"_id\": \"5d232ed99e708ecdadb47e0e\",\n        \"code\": \"accounting\",\n        \"id\": \"5d232ed99e708ecdadb47e0e\"\n    },\n    {\n        \"name\": \"Branding\",\n        \"_id\": \"5d232ee9c81353cdad684069\",\n        \"code\": \"branding\",\n        \"id\": \"5d232ee9c81353cdad684069\"\n    },\n    {\n        \"name\": \"Business Development\",\n        \"_id\": \"5d232eeec81353cdad68406a\",\n        \"code\": \"businessdevelopment\",\n        \"id\": \"5d232eeec81353cdad68406a\"\n    },\n    {\n        \"name\": \"Coaching\",\n        \"_id\": \"5d232ef4c81353cdad68406b\",\n        \"code\": \"coaching\",\n        \"id\": \"5d232ef4c81353cdad68406b\"\n    },\n    {\n        \"name\": \"Communications\",\n        \"_id\": \"5d232f21c81353cdad68406c\",\n        \"code\": \"communications\",\n        \"id\": \"5d232f21c81353cdad68406c\"\n    },\n    {\n        \"name\": \"Copy\",\n        \"_id\": \"5d022ffdd9c41f7a64df36fd\",\n        \"code\": \"copy\",\n        \"id\": \"5d022ffdd9c41f7a64df36fd\"\n    },\n    {\n        \"name\": \"Copy\",\n        \"_id\": \"5d99ed1e3649217c4c12fd97\",\n        \"code\": \"copy\",\n        \"id\": \"5d99ed1e3649217c4c12fd97\"\n    },\n    {\n        \"name\": \"Data Analysis\",\n        \"_id\": \"5d232f26c81353cdad68406d\",\n        \"code\": \"dataanalysis\",\n        \"id\": \"5d232f26c81353cdad68406d\"\n    },\n    {\n        \"name\": \"Database Administration\",\n        \"_id\": \"5d232f2ec81353cdad68406e\",\n        \"code\": \"databaseadministration\",\n        \"id\": \"5d232f2ec81353cdad68406e\"\n    },\n    {\n        \"name\": \"Design\",\n        \"_id\": \"5d022fb92433627a64e6c348\",\n        \"code\": \"design\",\n        \"id\": \"5d022fb92433627a64e6c348\"\n    },\n    {\n        \"name\": \"Design 10\",\n        \"_id\": \"5fffbeb6d2d9d02df1a48a67\",\n        \"code\": \"design10\",\n        \"id\": \"5fffbeb6d2d9d02df1a48a67\"\n    },\n    {\n        \"name\": \"Design 2\",\n        \"_id\": \"5d99ed513649217c4c12fd98\",\n        \"code\": \"design2\",\n        \"id\": \"5d99ed513649217c4c12fd98\"\n    },\n    {\n        \"name\": \"Design 3\",\n        \"_id\": \"207f191ea10c1a729de850eb\",\n        \"code\": \"design3\",\n        \"id\": \"207f191ea10c1a729de850eb\"\n    },\n    {\n        \"name\": \"Design 4\",\n        \"_id\": \"007f191ea10c1a729de850eb\",\n        \"code\": \"design4\",\n        \"id\": \"007f191ea10c1a729de850eb\"\n    },\n    {\n        \"name\": \"Design 5\",\n        \"_id\": \"5ffbcfae393aae8a19b1df88\",\n        \"code\": \"design5\",\n        \"id\": \"5ffbcfae393aae8a19b1df88\"\n    },\n    {\n        \"name\": \"Design 6\",\n        \"_id\": \"5ffbcfc024e6698a195e5d93\",\n        \"code\": \"design6\",\n        \"id\": \"5ffbcfc024e6698a195e5d93\"\n    },\n    {\n        \"name\": \"Design 7\",\n        \"_id\": \"5ffbcfcf04c8278a19cde138\",\n        \"code\": \"design7\",\n        \"id\": \"5ffbcfcf04c8278a19cde138\"\n    },\n    {\n        \"name\": \"Design 8\",\n        \"_id\": \"5ffbcfee5e7ed38a19028ed4\",\n        \"code\": \"design8\",\n        \"id\": \"5ffbcfee5e7ed38a19028ed4\"\n    },\n    {\n        \"name\": \"Design 9\",\n        \"_id\": \"5ffbea1cc8f8cb8a19e66861\",\n        \"code\": \"design9\",\n        \"id\": \"5ffbea1cc8f8cb8a19e66861\"\n    },\n    {\n        \"name\": \"Development\",\n        \"_id\": \"5d022fd1d9c41f7a64df36f7\",\n        \"code\": \"development\",\n        \"id\": \"5d022fd1d9c41f7a64df36f7\"\n    },\n    {\n        \"name\": \"Development\",\n        \"_id\": \"5d99ed5d3649217c4c12fd99\",\n        \"code\": \"development\",\n        \"id\": \"5d99ed5d3649217c4c12fd99\"\n    },\n    {\n        \"name\": \"Digital Advertising\",\n        \"_id\": \"5d232f34c81353cdad68406f\",\n        \"code\": \"digitaladvertising\",\n        \"id\": \"5d232f34c81353cdad68406f\"\n    },\n    {\n        \"name\": \"Digital Marketing\",\n        \"_id\": \"5d99eddb3649217c4c12fd9b\",\n        \"code\": \"digitalmarketing\",\n        \"id\": \"5d99eddb3649217c4c12fd9b\"\n    },\n    {\n        \"name\": \"Digital Marketing\",\n        \"_id\": \"5d232f3ac81353cdad684070\",\n        \"code\": \"digitalmarketing\",\n        \"id\": \"5d232f3ac81353cdad684070\"\n    },\n    {\n        \"name\": \"Engineering\",\n        \"_id\": \"5d232f3fc81353cdad684071\",\n        \"code\": \"engineering\",\n        \"id\": \"5d232f3fc81353cdad684071\"\n    },\n    {\n        \"name\": \"Entrepreneurship\",\n        \"_id\": \"5d232f44c81353cdad684072\",\n        \"code\": \"entrepreneurship\",\n        \"id\": \"5d232f44c81353cdad684072\"\n    },\n    {\n        \"name\": \"Event Planning\",\n        \"_id\": \"5d232f48c81353cdad684073\",\n        \"code\": \"eventplanning\",\n        \"id\": \"5d232f48c81353cdad684073\"\n    },\n    {\n        \"name\": \"Executive Leadership\",\n        \"_id\": \"5d232f4dc81353cdad684074\",\n        \"code\": \"executiveleadership\",\n        \"id\": \"5d232f4dc81353cdad684074\"\n    },\n    {\n        \"name\": \"Finance\",\n        \"_id\": \"5d232f52c81353cdad684075\",\n        \"code\": \"finance\",\n        \"id\": \"5d232f52c81353cdad684075\"\n    },\n    {\n        \"name\": \"Fundraising\",\n        \"_id\": \"5d232f56c81353cdad684076\",\n        \"code\": \"fundraising\",\n        \"id\": \"5d232f56c81353cdad684076\"\n    },\n    {\n        \"name\": \"Graphic Design\",\n        \"_id\": \"5d232f5cc81353cdad684077\",\n        \"code\": \"graphicdesign\",\n        \"id\": \"5d232f5cc81353cdad684077\"\n    },\n    {\n        \"name\": \"Human Resources\",\n        \"_id\": \"5d232f60c81353cdad684078\",\n        \"code\": \"humanresources\",\n        \"id\": \"5d232f60c81353cdad684078\"\n    },\n    {\n        \"name\": \"Information Technology\",\n        \"_id\": \"5d232f65c81353cdad684079\",\n        \"code\": \"informationtechnology\",\n        \"id\": \"5d232f65c81353cdad684079\"\n    },\n    {\n        \"name\": \"Legal\",\n        \"_id\": \"5d99ee3e3649217c4c12fd9c\",\n        \"code\": \"legal\",\n        \"id\": \"5d99ee3e3649217c4c12fd9c\"\n    },\n    {\n        \"name\": \"Legal\",\n        \"_id\": \"5d022ffad9c41f7a64df36fc\",\n        \"code\": \"legal\",\n        \"id\": \"5d022ffad9c41f7a64df36fc\"\n    },\n    {\n        \"name\": \"Management\",\n        \"_id\": \"5d232f69c81353cdad68407a\",\n        \"code\": \"management\",\n        \"id\": \"5d232f69c81353cdad68407a\"\n    },\n    {\n        \"name\": \"Marketing\",\n        \"_id\": \"5d232f6ec81353cdad68407b\",\n        \"code\": \"marketing\",\n        \"id\": \"5d232f6ec81353cdad68407b\"\n    },\n    {\n        \"name\": \"Organizational Design\",\n        \"_id\": \"5d232f72c81353cdad68407c\",\n        \"code\": \"organizationaldesign\",\n        \"id\": \"5d232f72c81353cdad68407c\"\n    },\n    {\n        \"name\": \"Photography & Video\",\n        \"_id\": \"5d232f7bc81353cdad68407d\",\n        \"code\": \"photographyandvideo\",\n        \"id\": \"5d232f7bc81353cdad68407d\"\n    },\n    {\n        \"name\": \"Project Management\",\n        \"_id\": \"5d232f82c81353cdad68407e\",\n        \"code\": \"projectmanagement\",\n        \"id\": \"5d232f82c81353cdad68407e\"\n    },\n    {\n        \"name\": \"Public Relations\",\n        \"_id\": \"5d232f86c81353cdad68407f\",\n        \"code\": \"publicrelations\",\n        \"id\": \"5d232f86c81353cdad68407f\"\n    },\n    {\n        \"name\": \"Research\",\n        \"_id\": \"5d232f8ac81353cdad684080\",\n        \"code\": \"research\",\n        \"id\": \"5d232f8ac81353cdad684080\"\n    },\n    {\n        \"name\": \"Sales\",\n        \"_id\": \"5d232f8fc81353cdad684081\",\n        \"code\": \"sales\",\n        \"id\": \"5d232f8fc81353cdad684081\"\n    },\n    {\n        \"name\": \"Search Engine Marketing\",\n        \"_id\": \"5d232f93c81353cdad684082\",\n        \"code\": \"searchenginemarketing\",\n        \"id\": \"5d232f93c81353cdad684082\"\n    },\n    {\n        \"name\": \"Social Media\",\n        \"_id\": \"5d232f99c81353cdad684083\",\n        \"code\": \"socialmedia\",\n        \"id\": \"5d232f99c81353cdad684083\"\n    },\n    {\n        \"name\": \"Sound Editing\",\n        \"_id\": \"5d232f9ec81353cdad684084\",\n        \"code\": \"soundediting\",\n        \"id\": \"5d232f9ec81353cdad684084\"\n    },\n    {\n        \"name\": \"Strategy Consulting\",\n        \"_id\": \"5d232fa2c81353cdad684085\",\n        \"code\": \"strategyconsulting\",\n        \"id\": \"5d232fa2c81353cdad684085\"\n    },\n    {\n        \"name\": \"Talent Recruitment\",\n        \"_id\": \"5d232fa6c81353cdad684086\",\n        \"code\": \"talentrecruitment\",\n        \"id\": \"5d232fa6c81353cdad684086\"\n    },\n    {\n        \"name\": \"Training\",\n        \"_id\": \"5d232faac81353cdad684087\",\n        \"code\": \"training\",\n        \"id\": \"5d232faac81353cdad684087\"\n    },\n    {\n        \"name\": \"Web Design\",\n        \"_id\": \"5d232fafc81353cdad684088\",\n        \"code\": \"webdesign\",\n        \"id\": \"5d232fafc81353cdad684088\"\n    },\n    {\n        \"name\": \"Web Development\",\n        \"_id\": \"5d232fb3c81353cdad684089\",\n        \"code\": \"webdevelopment\",\n        \"id\": \"5d232fb3c81353cdad684089\"\n    },\n    {\n        \"name\": \"Writing\",\n        \"_id\": \"5d232fb8c81353cdad68408a\",\n        \"code\": \"writing\",\n        \"id\": \"5d232fb8c81353cdad68408a\"\n    }\n]"}],"_postman_id":"0f50aa87-6f9c-4b3a-975b-3a0974b84a28"}],"id":"91e041b3-6207-4620-8c32-f7ccf1c47e5b","_postman_id":"91e041b3-6207-4620-8c32-f7ccf1c47e5b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Users","item":[{"name":"Me","item":[{"name":"Get My Profile","id":"fb742306-8e67-4d17-a597-f872e24583d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/users/me","description":"<p><code>User</code></p>\n<p>Get user info for self.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","users","me"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"0a0e8241-9cfd-42b9-8aca-6246eaeab9f9","name":"/api/users/me","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/users/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 08:14:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"instagram\": {\n        \"accessTokens\": []\n    },\n    \"fullName\": {\n        \"first\": \"Admin\",\n        \"last\": \"Shared\"\n    },\n    \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n    \"email\": \"support@thedeed.app\",\n    \"roles\": [\n        {\n            \"name\": \"Organizer\",\n            \"privileges\": [\n                \"allLocations:manage\",\n                \"autoSource:manage\",\n                \"dashboard:view\",\n                \"donation:view\",\n                \"event:manage\",\n                \"form:manage\",\n                \"form:view\",\n                \"fundraiser:manage\",\n                \"organization:manageUsers\",\n                \"organization:viewDepartments\",\n                \"partner:manage\",\n                \"partner:view\",\n                \"picture:view\",\n                \"project:manage\",\n                \"rating:view\",\n                \"survey:manage\",\n                \"volunteers:contact\",\n                \"volunteers:export\",\n                \"volunteers:manage\",\n                \"volunteertime\",\n                \"baseEvent:manage\",\n                \"organizations:view\",\n                \"nonprofitNominations:view\",\n                \"employeeAffiliations:view\",\n                \"employeeAffiliations:manage\",\n                \"cause:manage\"\n            ],\n            \"_id\": \"5de3ed889b24a6a362e0b06b\",\n            \"id\": \"5de3ed889b24a6a362e0b06b\"\n        }\n    ],\n    \"displayCurrency\": \"USD\",\n    \"locale\": \"en-US\",\n    \"externalId\": \"\",\n    \"origin\": \"api\",\n    \"__t\": \"Admin\",\n    \"_id\": \"57b9dcdfdfd0f9155f4bad09\",\n    \"name\": \"Admin Shared\",\n    \"verification\": {\n        \"verified\": false\n    },\n    \"modifiedAt\": \"2022-09-13T08:03:06.356Z\",\n    \"createdAt\": \"2016-08-21T16:54:55.456Z\",\n    \"__v\": 3,\n    \"provider\": \"local\",\n    \"organization\": {\n        \"features\": {\n            \"volunteering\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"donations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"recurringDonations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"payrollDonations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"corporateDonations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"externalCorporateDonations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"donationMatching\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"externalMatching\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"donationCredit\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userCreateDeed\": {\n                \"enabled\": false,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userDraftDeed\": {\n                \"enabled\": false,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userPublishDeed\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userNominateNonprofit\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userNominateNonprofitForMatching\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userLogOfflineHours\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"browsingExternalOpportunities\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"autoSourceDeeds\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"surveys\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"reports\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"slack\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"volunteerTimeOff\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"events\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"employeeAffiliations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"advancedReporting\": {\n                \"enabled\": false,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"advancedDashboards\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"basicDashboards\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"communities\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            }\n        },\n        \"notificationBanner\": {\n            \"isActive\": true,\n            \"linkIsActive\": true,\n            \"locationsExclude\": true,\n            \"locations\": [],\n            \"linkText\": \"here!\",\n            \"backgroundColor\": \"#000000\",\n            \"linkUrl\": \"\",\n            \"textColor\": \"#FFFFFF\",\n            \"bannerText\": \"Welcome to Deed. Have questions? Learn more\"\n        },\n        \"locationObject\": {\n            \"address\": \"United States\",\n            \"country\": \"United States\",\n            \"countryCode\": \"US\"\n        },\n        \"location\": {\n            \"coordinates\": [\n                -95.712891,\n                37.09024\n            ],\n            \"type\": \"Point\"\n        },\n        \"locations\": [\n            {\n                \"name\": \"Toronto\",\n                \"coordinates\": [\n                    43.653226,\n                    -79.3831843\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CAD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e3\",\n                \"country\": \"Canada\",\n                \"countryCode\": \"CA\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"__v\": 4,\n                \"radius\": 30,\n                \"state\": \"Ontario\",\n                \"stateCode\": \"ON\",\n                \"code\": \"toronto\",\n                \"id\": \"5f6ddfa1202309365c0cd9e3\"\n            },\n            {\n                \"name\": \"Beijing\",\n                \"coordinates\": [\n                    39.906217,\n                    116.3912757\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CNY\",\n                \"_id\": \"5f6dc1b3202309365c0cd9bc\",\n                \"country\": \"China\",\n                \"radius\": 50,\n                \"countryCode\": \"CN\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"beijing\",\n                \"id\": \"5f6dc1b3202309365c0cd9bc\"\n            },\n            {\n                \"name\": \"Goa\",\n                \"coordinates\": [\n                    15.3503192,\n                    74.1017817\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"INR\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e4\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"goa\",\n                \"id\": \"5f6ddfa1202309365c0cd9e4\"\n            },\n            {\n                \"name\": \"United States\",\n                \"coordinates\": [\n                    39.8097343,\n                    -98.5556199\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e5\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"unitedstates\",\n                \"id\": \"5f6ddfa1202309365c0cd9e5\"\n            },\n            {\n                \"name\": \"Montreal\",\n                \"coordinates\": [\n                    45.4972159,\n                    -73.6103642\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CAD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9be\",\n                \"country\": \"Canada\",\n                \"radius\": 50,\n                \"countryCode\": \"CA\",\n                \"region\": \"North America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"montreal\",\n                \"id\": \"5f6dc1b3202309365c0cd9be\"\n            },\n            {\n                \"name\": \"Paris\",\n                \"coordinates\": [\n                    48.8588897,\n                    2.32004103\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9bf\",\n                \"country\": \"France\",\n                \"radius\": 50,\n                \"countryCode\": \"FR\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"paris\",\n                \"id\": \"5f6dc1b3202309365c0cd9bf\"\n            },\n            {\n                \"name\": \"Chicago\",\n                \"coordinates\": [\n                    41.8755616,\n                    -87.6244212\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9d8\",\n                \"state\": \"Illinois\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"IL\",\n                \"code\": \"chicago\",\n                \"id\": \"5f6ddfa1202309365c0cd9d8\"\n            },\n            {\n                \"name\": \"London\",\n                \"coordinates\": [\n                    51.5073219,\n                    -0.1276474\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"GBP\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c0\",\n                \"country\": \"United Kingdom\",\n                \"radius\": 50,\n                \"countryCode\": \"GB\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"london\",\n                \"id\": \"5f6dc1b3202309365c0cd9c0\"\n            },\n            {\n                \"name\": \"Berlin\",\n                \"coordinates\": [\n                    52.5170365,\n                    13.3888599\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c1\",\n                \"country\": \"Germany\",\n                \"radius\": 50,\n                \"countryCode\": \"DE\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"berlin\",\n                \"id\": \"5f6dc1b3202309365c0cd9c1\"\n            },\n            {\n                \"name\": \"Tokyo\",\n                \"coordinates\": [\n                    35.6828387,\n                    139.7594549\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"JPY\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c2\",\n                \"country\": \"Japan\",\n                \"radius\": 50,\n                \"countryCode\": \"JP\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"tokyo\",\n                \"id\": \"5f6dc1b3202309365c0cd9c2\"\n            },\n            {\n                \"name\": \"Washington D.C\",\n                \"coordinates\": [\n                    38.8949855,\n                    -77.0365708\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9da\",\n                \"state\": \"District of Columbia\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"DC\",\n                \"code\": \"washingtond.c\",\n                \"id\": \"5f6ddfa1202309365c0cd9da\"\n            },\n            {\n                \"name\": \"Barcelona\",\n                \"coordinates\": [\n                    41.3828939,\n                    2.1774322\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c3\",\n                \"country\": \"Spain\",\n                \"radius\": 50,\n                \"countryCode\": \"ES\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"barcelona\",\n                \"id\": \"5f6dc1b3202309365c0cd9c3\"\n            },\n            {\n                \"name\": \"Seoul\",\n                \"coordinates\": [\n                    37.5666791,\n                    126.9782914\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"KRW\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c4\",\n                \"country\": \"Korea, Republic of\",\n                \"radius\": 50,\n                \"countryCode\": \"KR\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"seoul\",\n                \"id\": \"5f6dc1b3202309365c0cd9c4\"\n            },\n            {\n                \"name\": \"Milan\",\n                \"coordinates\": [\n                    45.4542119,\n                    9.11135096\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c5\",\n                \"country\": \"Italy\",\n                \"radius\": 50,\n                \"countryCode\": \"IT\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"milan\",\n                \"id\": \"5f6dc1b3202309365c0cd9c5\"\n            },\n            {\n                \"name\": \"Buenos Aires\",\n                \"coordinates\": [\n                    -34.6075682,\n                    -58.4370894\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"ARS\",\n                \"_id\": \"5f6ddfa1202309365c0cd9dd\",\n                \"country\": \"Argentina\",\n                \"countryCode\": \"AR\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"buenosaires\",\n                \"id\": \"5f6ddfa1202309365c0cd9dd\"\n            },\n            {\n                \"name\": \"São Paulo\",\n                \"coordinates\": [\n                    -23.5506507,\n                    -46.6333824\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"BRL\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c6\",\n                \"country\": \"Brazil\",\n                \"radius\": 50,\n                \"countryCode\": \"BR\",\n                \"region\": \"Latin America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"saopaolo\",\n                \"id\": \"5f6dc1b3202309365c0cd9c6\"\n            },\n            {\n                \"name\": \"Cape Town\",\n                \"coordinates\": [\n                    -33.928992,\n                    18.417396\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"ZAR\",\n                \"_id\": \"5f6ddfa1202309365c0cd9de\",\n                \"country\": \"South Africa\",\n                \"countryCode\": \"ZA\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"capetown\",\n                \"id\": \"5f6ddfa1202309365c0cd9de\"\n            },\n            {\n                \"name\": \"Luxembourg\",\n                \"coordinates\": [\n                    49.6112768,\n                    6.129799\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c7\",\n                \"country\": \"Luxembourg\",\n                \"radius\": 50,\n                \"countryCode\": \"LU\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"luxembourg\",\n                \"id\": \"5f6dc1b3202309365c0cd9c7\"\n            },\n            {\n                \"name\": \"China\",\n                \"coordinates\": [\n                    36.054871,\n                    103.828812\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"CNY\",\n                \"_id\": \"5f6ddfa1202309365c0cd9df\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"china\",\n                \"id\": \"5f6ddfa1202309365c0cd9df\"\n            },\n            {\n                \"name\": \"San Francisco\",\n                \"coordinates\": [\n                    37.774929,\n                    -122.419418\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9b7\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"radius\": 50,\n                \"countryCode\": \"US\",\n                \"region\": \"North America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"CA\",\n                \"code\": \"sanfrancisco\",\n                \"id\": \"5f6dc1b3202309365c0cd9b7\"\n            },\n            {\n                \"name\": \"Sydney\",\n                \"coordinates\": [\n                    -33.8548157,\n                    151.2164539\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"AUD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c8\",\n                \"country\": \"Australia\",\n                \"radius\": 50,\n                \"countryCode\": \"AU\",\n                \"region\": \"Oceania\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"sydney\",\n                \"id\": \"5f6dc1b3202309365c0cd9c8\"\n            },\n            {\n                \"name\": \"Toronto\",\n                \"coordinates\": [\n                    43.653226,\n                    -79.3831843\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CAD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e3\",\n                \"country\": \"Canada\",\n                \"countryCode\": \"CA\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"__v\": 4,\n                \"radius\": 30,\n                \"state\": \"Ontario\",\n                \"stateCode\": \"ON\",\n                \"code\": \"toronto\",\n                \"id\": \"5f6ddfa1202309365c0cd9e3\"\n            },\n            {\n                \"name\": \"Beijing\",\n                \"coordinates\": [\n                    39.906217,\n                    116.3912757\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CNY\",\n                \"_id\": \"5f6dc1b3202309365c0cd9bc\",\n                \"country\": \"China\",\n                \"radius\": 50,\n                \"countryCode\": \"CN\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"beijing\",\n                \"id\": \"5f6dc1b3202309365c0cd9bc\"\n            },\n            {\n                \"name\": \"Goa\",\n                \"coordinates\": [\n                    15.3503192,\n                    74.1017817\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"INR\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e4\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"goa\",\n                \"id\": \"5f6ddfa1202309365c0cd9e4\"\n            },\n            {\n                \"name\": \"United States\",\n                \"coordinates\": [\n                    39.8097343,\n                    -98.5556199\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e5\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"unitedstates\",\n                \"id\": \"5f6ddfa1202309365c0cd9e5\"\n            },\n            {\n                \"name\": \"Montreal\",\n                \"coordinates\": [\n                    45.4972159,\n                    -73.6103642\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CAD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9be\",\n                \"country\": \"Canada\",\n                \"radius\": 50,\n                \"countryCode\": \"CA\",\n                \"region\": \"North America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"montreal\",\n                \"id\": \"5f6dc1b3202309365c0cd9be\"\n            },\n            {\n                \"name\": \"Paris\",\n                \"coordinates\": [\n                    48.8588897,\n                    2.32004103\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9bf\",\n                \"country\": \"France\",\n                \"radius\": 50,\n                \"countryCode\": \"FR\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"paris\",\n                \"id\": \"5f6dc1b3202309365c0cd9bf\"\n            },\n            {\n                \"name\": \"Chicago\",\n                \"coordinates\": [\n                    41.8755616,\n                    -87.6244212\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9d8\",\n                \"state\": \"Illinois\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"IL\",\n                \"code\": \"chicago\",\n                \"id\": \"5f6ddfa1202309365c0cd9d8\"\n            },\n            {\n                \"name\": \"London\",\n                \"coordinates\": [\n                    51.5073219,\n                    -0.1276474\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"GBP\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c0\",\n                \"country\": \"United Kingdom\",\n                \"radius\": 50,\n                \"countryCode\": \"GB\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"london\",\n                \"id\": \"5f6dc1b3202309365c0cd9c0\"\n            },\n            {\n                \"name\": \"Berlin\",\n                \"coordinates\": [\n                    52.5170365,\n                    13.3888599\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c1\",\n                \"country\": \"Germany\",\n                \"radius\": 50,\n                \"countryCode\": \"DE\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"berlin\",\n                \"id\": \"5f6dc1b3202309365c0cd9c1\"\n            },\n            {\n                \"name\": \"Tokyo\",\n                \"coordinates\": [\n                    35.6828387,\n                    139.7594549\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"JPY\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c2\",\n                \"country\": \"Japan\",\n                \"radius\": 50,\n                \"countryCode\": \"JP\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"tokyo\",\n                \"id\": \"5f6dc1b3202309365c0cd9c2\"\n            },\n            {\n                \"name\": \"Washington D.C\",\n                \"coordinates\": [\n                    38.8949855,\n                    -77.0365708\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9da\",\n                \"state\": \"District of Columbia\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"DC\",\n                \"code\": \"washingtond.c\",\n                \"id\": \"5f6ddfa1202309365c0cd9da\"\n            },\n            {\n                \"name\": \"Barcelona\",\n                \"coordinates\": [\n                    41.3828939,\n                    2.1774322\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c3\",\n                \"country\": \"Spain\",\n                \"radius\": 50,\n                \"countryCode\": \"ES\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"barcelona\",\n                \"id\": \"5f6dc1b3202309365c0cd9c3\"\n            },\n            {\n                \"name\": \"Seoul\",\n                \"coordinates\": [\n                    37.5666791,\n                    126.9782914\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"KRW\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c4\",\n                \"country\": \"Korea, Republic of\",\n                \"radius\": 50,\n                \"countryCode\": \"KR\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"seoul\",\n                \"id\": \"5f6dc1b3202309365c0cd9c4\"\n            },\n            {\n                \"name\": \"Milan\",\n                \"coordinates\": [\n                    45.4542119,\n                    9.11135096\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c5\",\n                \"country\": \"Italy\",\n                \"radius\": 50,\n                \"countryCode\": \"IT\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"milan\",\n                \"id\": \"5f6dc1b3202309365c0cd9c5\"\n            },\n            {\n                \"name\": \"Buenos Aires\",\n                \"coordinates\": [\n                    -34.6075682,\n                    -58.4370894\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"ARS\",\n                \"_id\": \"5f6ddfa1202309365c0cd9dd\",\n                \"country\": \"Argentina\",\n                \"countryCode\": \"AR\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"buenosaires\",\n                \"id\": \"5f6ddfa1202309365c0cd9dd\"\n            },\n            {\n                \"name\": \"São Paulo\",\n                \"coordinates\": [\n                    -23.5506507,\n                    -46.6333824\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"BRL\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c6\",\n                \"country\": \"Brazil\",\n                \"radius\": 50,\n                \"countryCode\": \"BR\",\n                \"region\": \"Latin America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"saopaolo\",\n                \"id\": \"5f6dc1b3202309365c0cd9c6\"\n            },\n            {\n                \"name\": \"Cape Town\",\n                \"coordinates\": [\n                    -33.928992,\n                    18.417396\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"ZAR\",\n                \"_id\": \"5f6ddfa1202309365c0cd9de\",\n                \"country\": \"South Africa\",\n                \"countryCode\": \"ZA\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"capetown\",\n                \"id\": \"5f6ddfa1202309365c0cd9de\"\n            },\n            {\n                \"name\": \"Luxembourg\",\n                \"coordinates\": [\n                    49.6112768,\n                    6.129799\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c7\",\n                \"country\": \"Luxembourg\",\n                \"radius\": 50,\n                \"countryCode\": \"LU\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"luxembourg\",\n                \"id\": \"5f6dc1b3202309365c0cd9c7\"\n            },\n            {\n                \"name\": \"China\",\n                \"coordinates\": [\n                    36.054871,\n                    103.828812\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"CNY\",\n                \"_id\": \"5f6ddfa1202309365c0cd9df\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"china\",\n                \"id\": \"5f6ddfa1202309365c0cd9df\"\n            },\n            {\n                \"name\": \"San Francisco\",\n                \"coordinates\": [\n                    37.774929,\n                    -122.419418\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9b7\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"radius\": 50,\n                \"countryCode\": \"US\",\n                \"region\": \"North America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"CA\",\n                \"code\": \"sanfrancisco\",\n                \"id\": \"5f6dc1b3202309365c0cd9b7\"\n            },\n            {\n                \"name\": \"Sydney\",\n                \"coordinates\": [\n                    -33.8548157,\n                    151.2164539\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"AUD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c8\",\n                \"country\": \"Australia\",\n                \"radius\": 50,\n                \"countryCode\": \"AU\",\n                \"region\": \"Oceania\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"sydney\",\n                \"id\": \"5f6dc1b3202309365c0cd9c8\"\n            },\n            {\n                \"name\": \"Toronto\",\n                \"coordinates\": [\n                    43.653226,\n                    -79.3831843\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CAD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e3\",\n                \"country\": \"Canada\",\n                \"countryCode\": \"CA\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"__v\": 4,\n                \"radius\": 30,\n                \"state\": \"Ontario\",\n                \"stateCode\": \"ON\",\n                \"code\": \"toronto\",\n                \"id\": \"5f6ddfa1202309365c0cd9e3\"\n            },\n            {\n                \"name\": \"Beijing\",\n                \"coordinates\": [\n                    39.906217,\n                    116.3912757\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CNY\",\n                \"_id\": \"5f6dc1b3202309365c0cd9bc\",\n                \"country\": \"China\",\n                \"radius\": 50,\n                \"countryCode\": \"CN\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"beijing\",\n                \"id\": \"5f6dc1b3202309365c0cd9bc\"\n            },\n            {\n                \"name\": \"Goa\",\n                \"coordinates\": [\n                    15.3503192,\n                    74.1017817\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"INR\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e4\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"goa\",\n                \"id\": \"5f6ddfa1202309365c0cd9e4\"\n            },\n            {\n                \"name\": \"United States\",\n                \"coordinates\": [\n                    39.8097343,\n                    -98.5556199\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e5\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"unitedstates\",\n                \"id\": \"5f6ddfa1202309365c0cd9e5\"\n            },\n            {\n                \"name\": \"Montreal\",\n                \"coordinates\": [\n                    45.4972159,\n                    -73.6103642\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CAD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9be\",\n                \"country\": \"Canada\",\n                \"radius\": 50,\n                \"countryCode\": \"CA\",\n                \"region\": \"North America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"montreal\",\n                \"id\": \"5f6dc1b3202309365c0cd9be\"\n            },\n            {\n                \"name\": \"Paris\",\n                \"coordinates\": [\n                    48.8588897,\n                    2.32004103\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9bf\",\n                \"country\": \"France\",\n                \"radius\": 50,\n                \"countryCode\": \"FR\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"paris\",\n                \"id\": \"5f6dc1b3202309365c0cd9bf\"\n            },\n            {\n                \"name\": \"Chicago\",\n                \"coordinates\": [\n                    41.8755616,\n                    -87.6244212\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9d8\",\n                \"state\": \"Illinois\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"IL\",\n                \"code\": \"chicago\",\n                \"id\": \"5f6ddfa1202309365c0cd9d8\"\n            },\n            {\n                \"name\": \"London\",\n                \"coordinates\": [\n                    51.5073219,\n                    -0.1276474\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"GBP\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c0\",\n                \"country\": \"United Kingdom\",\n                \"radius\": 50,\n                \"countryCode\": \"GB\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"london\",\n                \"id\": \"5f6dc1b3202309365c0cd9c0\"\n            },\n            {\n                \"name\": \"Berlin\",\n                \"coordinates\": [\n                    52.5170365,\n                    13.3888599\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c1\",\n                \"country\": \"Germany\",\n                \"radius\": 50,\n                \"countryCode\": \"DE\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"berlin\",\n                \"id\": \"5f6dc1b3202309365c0cd9c1\"\n            },\n            {\n                \"name\": \"Tokyo\",\n                \"coordinates\": [\n                    35.6828387,\n                    139.7594549\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"JPY\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c2\",\n                \"country\": \"Japan\",\n                \"radius\": 50,\n                \"countryCode\": \"JP\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"tokyo\",\n                \"id\": \"5f6dc1b3202309365c0cd9c2\"\n            },\n            {\n                \"name\": \"Washington D.C\",\n                \"coordinates\": [\n                    38.8949855,\n                    -77.0365708\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9da\",\n                \"state\": \"District of Columbia\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"DC\",\n                \"code\": \"washingtond.c\",\n                \"id\": \"5f6ddfa1202309365c0cd9da\"\n            },\n            {\n                \"name\": \"Barcelona\",\n                \"coordinates\": [\n                    41.3828939,\n                    2.1774322\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c3\",\n                \"country\": \"Spain\",\n                \"radius\": 50,\n                \"countryCode\": \"ES\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"barcelona\",\n                \"id\": \"5f6dc1b3202309365c0cd9c3\"\n            },\n            {\n                \"name\": \"Seoul\",\n                \"coordinates\": [\n                    37.5666791,\n                    126.9782914\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"KRW\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c4\",\n                \"country\": \"Korea, Republic of\",\n                \"radius\": 50,\n                \"countryCode\": \"KR\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"seoul\",\n                \"id\": \"5f6dc1b3202309365c0cd9c4\"\n            },\n            {\n                \"name\": \"Milan\",\n                \"coordinates\": [\n                    45.4542119,\n                    9.11135096\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c5\",\n                \"country\": \"Italy\",\n                \"radius\": 50,\n                \"countryCode\": \"IT\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"milan\",\n                \"id\": \"5f6dc1b3202309365c0cd9c5\"\n            },\n            {\n                \"name\": \"Buenos Aires\",\n                \"coordinates\": [\n                    -34.6075682,\n                    -58.4370894\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"ARS\",\n                \"_id\": \"5f6ddfa1202309365c0cd9dd\",\n                \"country\": \"Argentina\",\n                \"countryCode\": \"AR\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"buenosaires\",\n                \"id\": \"5f6ddfa1202309365c0cd9dd\"\n            },\n            {\n                \"name\": \"São Paulo\",\n                \"coordinates\": [\n                    -23.5506507,\n                    -46.6333824\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"BRL\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c6\",\n                \"country\": \"Brazil\",\n                \"radius\": 50,\n                \"countryCode\": \"BR\",\n                \"region\": \"Latin America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"saopaolo\",\n                \"id\": \"5f6dc1b3202309365c0cd9c6\"\n            },\n            {\n                \"name\": \"Cape Town\",\n                \"coordinates\": [\n                    -33.928992,\n                    18.417396\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"ZAR\",\n                \"_id\": \"5f6ddfa1202309365c0cd9de\",\n                \"country\": \"South Africa\",\n                \"countryCode\": \"ZA\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"capetown\",\n                \"id\": \"5f6ddfa1202309365c0cd9de\"\n            },\n            {\n                \"name\": \"Luxembourg\",\n                \"coordinates\": [\n                    49.6112768,\n                    6.129799\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c7\",\n                \"country\": \"Luxembourg\",\n                \"radius\": 50,\n                \"countryCode\": \"LU\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"luxembourg\",\n                \"id\": \"5f6dc1b3202309365c0cd9c7\"\n            },\n            {\n                \"name\": \"China\",\n                \"coordinates\": [\n                    36.054871,\n                    103.828812\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"CNY\",\n                \"_id\": \"5f6ddfa1202309365c0cd9df\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"china\",\n                \"id\": \"5f6ddfa1202309365c0cd9df\"\n            },\n            {\n                \"name\": \"San Francisco\",\n                \"coordinates\": [\n                    37.774929,\n                    -122.419418\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9b7\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"radius\": 50,\n                \"countryCode\": \"US\",\n                \"region\": \"North America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"CA\",\n                \"code\": \"sanfrancisco\",\n                \"id\": \"5f6dc1b3202309365c0cd9b7\"\n            },\n            {\n                \"name\": \"Sydney\",\n                \"coordinates\": [\n                    -33.8548157,\n                    151.2164539\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"AUD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c8\",\n                \"country\": \"Australia\",\n                \"radius\": 50,\n                \"countryCode\": \"AU\",\n                \"region\": \"Oceania\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"sydney\",\n                \"id\": \"5f6dc1b3202309365c0cd9c8\"\n            },\n            {\n                \"name\": \"Toronto\",\n                \"coordinates\": [\n                    43.653226,\n                    -79.3831843\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CAD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e3\",\n                \"country\": \"Canada\",\n                \"countryCode\": \"CA\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"__v\": 4,\n                \"radius\": 30,\n                \"state\": \"Ontario\",\n                \"stateCode\": \"ON\",\n                \"code\": \"toronto\",\n                \"id\": \"5f6ddfa1202309365c0cd9e3\"\n            },\n            {\n                \"name\": \"Beijing\",\n                \"coordinates\": [\n                    39.906217,\n                    116.3912757\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CNY\",\n                \"_id\": \"5f6dc1b3202309365c0cd9bc\",\n                \"country\": \"China\",\n                \"radius\": 50,\n                \"countryCode\": \"CN\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"beijing\",\n                \"id\": \"5f6dc1b3202309365c0cd9bc\"\n            },\n            {\n                \"name\": \"Goa\",\n                \"coordinates\": [\n                    15.3503192,\n                    74.1017817\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"INR\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e4\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"goa\",\n                \"id\": \"5f6ddfa1202309365c0cd9e4\"\n            },\n            {\n                \"name\": \"United States\",\n                \"coordinates\": [\n                    39.8097343,\n                    -98.5556199\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e5\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"unitedstates\",\n                \"id\": \"5f6ddfa1202309365c0cd9e5\"\n            },\n            {\n                \"name\": \"Montreal\",\n                \"coordinates\": [\n                    45.4972159,\n                    -73.6103642\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CAD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9be\",\n                \"country\": \"Canada\",\n                \"radius\": 50,\n                \"countryCode\": \"CA\",\n                \"region\": \"North America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"montreal\",\n                \"id\": \"5f6dc1b3202309365c0cd9be\"\n            },\n            {\n                \"name\": \"Paris\",\n                \"coordinates\": [\n                    48.8588897,\n                    2.32004103\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9bf\",\n                \"country\": \"France\",\n                \"radius\": 50,\n                \"countryCode\": \"FR\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"paris\",\n                \"id\": \"5f6dc1b3202309365c0cd9bf\"\n            },\n            {\n                \"name\": \"Chicago\",\n                \"coordinates\": [\n                    41.8755616,\n                    -87.6244212\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9d8\",\n                \"state\": \"Illinois\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"IL\",\n                \"code\": \"chicago\",\n                \"id\": \"5f6ddfa1202309365c0cd9d8\"\n            },\n            {\n                \"name\": \"London\",\n                \"coordinates\": [\n                    51.5073219,\n                    -0.1276474\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"GBP\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c0\",\n                \"country\": \"United Kingdom\",\n                \"radius\": 50,\n                \"countryCode\": \"GB\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"london\",\n                \"id\": \"5f6dc1b3202309365c0cd9c0\"\n            },\n            {\n                \"name\": \"Berlin\",\n                \"coordinates\": [\n                    52.5170365,\n                    13.3888599\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c1\",\n                \"country\": \"Germany\",\n                \"radius\": 50,\n                \"countryCode\": \"DE\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"berlin\",\n                \"id\": \"5f6dc1b3202309365c0cd9c1\"\n            },\n            {\n                \"name\": \"Tokyo\",\n                \"coordinates\": [\n                    35.6828387,\n                    139.7594549\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"JPY\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c2\",\n                \"country\": \"Japan\",\n                \"radius\": 50,\n                \"countryCode\": \"JP\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"tokyo\",\n                \"id\": \"5f6dc1b3202309365c0cd9c2\"\n            },\n            {\n                \"name\": \"Washington D.C\",\n                \"coordinates\": [\n                    38.8949855,\n                    -77.0365708\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9da\",\n                \"state\": \"District of Columbia\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"DC\",\n                \"code\": \"washingtond.c\",\n                \"id\": \"5f6ddfa1202309365c0cd9da\"\n            },\n            {\n                \"name\": \"Barcelona\",\n                \"coordinates\": [\n                    41.3828939,\n                    2.1774322\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c3\",\n                \"country\": \"Spain\",\n                \"radius\": 50,\n                \"countryCode\": \"ES\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"barcelona\",\n                \"id\": \"5f6dc1b3202309365c0cd9c3\"\n            },\n            {\n                \"name\": \"Seoul\",\n                \"coordinates\": [\n                    37.5666791,\n                    126.9782914\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"KRW\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c4\",\n                \"country\": \"Korea, Republic of\",\n                \"radius\": 50,\n                \"countryCode\": \"KR\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"seoul\",\n                \"id\": \"5f6dc1b3202309365c0cd9c4\"\n            },\n            {\n                \"name\": \"Milan\",\n                \"coordinates\": [\n                    45.4542119,\n                    9.11135096\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c5\",\n                \"country\": \"Italy\",\n                \"radius\": 50,\n                \"countryCode\": \"IT\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"milan\",\n                \"id\": \"5f6dc1b3202309365c0cd9c5\"\n            },\n            {\n                \"name\": \"Buenos Aires\",\n                \"coordinates\": [\n                    -34.6075682,\n                    -58.4370894\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"ARS\",\n                \"_id\": \"5f6ddfa1202309365c0cd9dd\",\n                \"country\": \"Argentina\",\n                \"countryCode\": \"AR\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"buenosaires\",\n                \"id\": \"5f6ddfa1202309365c0cd9dd\"\n            },\n            {\n                \"name\": \"São Paulo\",\n                \"coordinates\": [\n                    -23.5506507,\n                    -46.6333824\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"BRL\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c6\",\n                \"country\": \"Brazil\",\n                \"radius\": 50,\n                \"countryCode\": \"BR\",\n                \"region\": \"Latin America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"saopaolo\",\n                \"id\": \"5f6dc1b3202309365c0cd9c6\"\n            },\n            {\n                \"name\": \"Cape Town\",\n                \"coordinates\": [\n                    -33.928992,\n                    18.417396\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"ZAR\",\n                \"_id\": \"5f6ddfa1202309365c0cd9de\",\n                \"country\": \"South Africa\",\n                \"countryCode\": \"ZA\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"capetown\",\n                \"id\": \"5f6ddfa1202309365c0cd9de\"\n            },\n            {\n                \"name\": \"Luxembourg\",\n                \"coordinates\": [\n                    49.6112768,\n                    6.129799\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c7\",\n                \"country\": \"Luxembourg\",\n                \"radius\": 50,\n                \"countryCode\": \"LU\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"luxembourg\",\n                \"id\": \"5f6dc1b3202309365c0cd9c7\"\n            },\n            {\n                \"name\": \"China\",\n                \"coordinates\": [\n                    36.054871,\n                    103.828812\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"CNY\",\n                \"_id\": \"5f6ddfa1202309365c0cd9df\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"china\",\n                \"id\": \"5f6ddfa1202309365c0cd9df\"\n            },\n            {\n                \"name\": \"San Francisco\",\n                \"coordinates\": [\n                    37.774929,\n                    -122.419418\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9b7\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"radius\": 50,\n                \"countryCode\": \"US\",\n                \"region\": \"North America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"CA\",\n                \"code\": \"sanfrancisco\",\n                \"id\": \"5f6dc1b3202309365c0cd9b7\"\n            },\n            {\n                \"name\": \"Sydney\",\n                \"coordinates\": [\n                    -33.8548157,\n                    151.2164539\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"AUD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c8\",\n                \"country\": \"Australia\",\n                \"radius\": 50,\n                \"countryCode\": \"AU\",\n                \"region\": \"Oceania\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"sydney\",\n                \"id\": \"5f6dc1b3202309365c0cd9c8\"\n            }\n        ],\n        \"departments\": [],\n        \"hideHomepageTagline\": true,\n        \"settings\": {\n            \"autoMatching\": true,\n            \"corporateOnlyToggleDefault\": false,\n            \"hideExploreSection\": false,\n            \"validateEmailDomains\": false,\n            \"workdaySync\": false,\n            \"disableSocialSharing\": true,\n            \"ensureCompanyOnlyDeeds\": false,\n            \"ensureCompanyOnlyCampaigns\": false,\n            \"partnerNonprofitsOnly\": false,\n            \"skipSendingWelcomeEmail\": true,\n            \"vtoIncrementsInHours\": false,\n            \"hidePaypalPaymentMethod\": true,\n            \"flatFileSync\": true,\n            \"applicationFees\": {\n                \"_id\": \"62fe04e477a1644678ae7a6c\",\n                \"employee\": 2,\n                \"id\": \"62fe04e477a1644678ae7a6c\"\n            },\n            \"id\": null\n        },\n        \"brief\": \"Doing good\",\n        \"website\": \"\",\n        \"pictures\": [\n            \"https://files.godeed.today/1601300215459_9d840ac2-a0fe-47ac-803a-2bcbc7c2dcc7.jpg\"\n        ],\n        \"excludeCauses\": [],\n        \"__t\": \"Company\",\n        \"_id\": \"5eb4808168abec18c3d8fbd9\",\n        \"name\": \"Team Deed\",\n        \"email\": \"randy+team@joindeed.com\",\n        \"createdAt\": \"2020-05-07T21:41:21.228Z\",\n        \"brandColor\": \"#FF385C\",\n        \"ein\": \"\",\n        \"facebookPage\": \"\",\n        \"instagram\": \"\",\n        \"mainPicture\": \"\",\n        \"phone\": \"+15555555555\",\n        \"homepageBanner\": \"https://files.godeed.today/1601300215459_9d840ac2-a0fe-47ac-803a-2bcbc7c2dcc7.jpg\",\n        \"logo\": \"https://files.godeed.today/1601307904662_72a3c143-2e32-4790-aa09-3817ddec0209.png\",\n        \"faqLink\": \"http://joindeed.com\",\n        \"homepageTagline\": \"Let's do something good now!\",\n        \"homepageGradient\": true,\n        \"appVanityDomain\": null,\n        \"feeCovered\": null,\n        \"id\": \"5eb4808168abec18c3d8fbd9\",\n        \"banner\": \"https://files.godeed.today/c960x540/1601300215459_9d840ac2-a0fe-47ac-803a-2bcbc7c2dcc7.jpg\",\n        \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\",\n        \"partners\": [\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c6d58f0715685bdbee5e55\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5b2d6d53903a731a9741c4fb\",\n                \"createdAt\": \"2022-07-07T12:46:07.322Z\",\n                \"modifiedAt\": \"2022-07-07T12:46:07.322Z\",\n                \"__v\": 0,\n                \"id\": \"62c6d58f0715685bdbee5e55\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e82fd0f76e7b305249c0\",\n                \"nonprofit\": \"5c9d30846ed8744d7070cf20\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e82fd0f76e7b305249c0\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ebcfd0f76e7b305249c8\",\n                \"nonprofit\": \"5cd2110db7c87c2239565644\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ebcfd0f76e7b305249c8\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62da92d07aa1323bd760c01f\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5e82934d64bc517780f25754\",\n                \"createdAt\": \"2022-07-22T12:06:40.967Z\",\n                \"modifiedAt\": \"2022-07-22T12:06:40.967Z\",\n                \"__v\": 0,\n                \"id\": \"62da92d07aa1323bd760c01f\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62da92d17aa1323bd760c029\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5e82934d64bc517780f25754\",\n                \"createdAt\": \"2022-07-22T12:06:41.044Z\",\n                \"modifiedAt\": \"2022-07-22T12:06:41.044Z\",\n                \"__v\": 0,\n                \"id\": \"62da92d17aa1323bd760c029\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bb29489313dc5516685cfd\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5eabfb3fe52c891bd51da794\",\n                \"createdAt\": \"2022-06-28T16:16:08.241Z\",\n                \"modifiedAt\": \"2022-06-28T16:16:08.241Z\",\n                \"__v\": 0,\n                \"id\": \"62bb29489313dc5516685cfd\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bb6d669313dc55166873a8\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5ec8103e18777677fc4118fb\",\n                \"createdAt\": \"2022-06-28T21:06:46.761Z\",\n                \"modifiedAt\": \"2022-06-28T21:06:46.761Z\",\n                \"__v\": 0,\n                \"id\": \"62bb6d669313dc55166873a8\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bb6d669313dc55166873af\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5ec8103e18777677fc4118fb\",\n                \"createdAt\": \"2022-06-28T21:06:46.847Z\",\n                \"modifiedAt\": \"2022-06-28T21:06:46.847Z\",\n                \"__v\": 0,\n                \"id\": \"62bb6d669313dc55166873af\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f11fd0f76e7b305249e7\",\n                \"nonprofit\": \"5ecd242e86991f1b046c4367\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f11fd0f76e7b305249e7\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e51bd0f76e7b305249b4\",\n                \"nonprofit\": \"5f106be3b135092bec8aa6d7\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e51bd0f76e7b305249b4\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e82fd0f76e7b305249c1\",\n                \"nonprofit\": \"5f36fa7c27b88b5d9fedf4cd\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e82fd0f76e7b305249c1\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f210d0f76e7b305249ec\",\n                \"nonprofit\": \"5f36fa8a27b88b5d9fedf516\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f210d0f76e7b305249ec\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"6284beffd2304100b232cfd3\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5f36fe5bf2ed3062af6344fc\",\n                \"__v\": 0,\n                \"createdAt\": \"2022-05-18T09:40:15.012Z\",\n                \"modifiedAt\": \"2022-05-18T09:40:15.012Z\",\n                \"id\": \"6284beffd2304100b232cfd3\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96eda6d0f76e7b305249d7\",\n                \"nonprofit\": \"5f36ff60f2ed3062af6346b5\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96eda6d0f76e7b305249d7\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"609bf5c211a1bd743c411659\",\n                \"nonprofit\": \"5f36ffdaf2ed3062af634777\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"609bf5c211a1bd743c411659\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e51bd0f76e7b305249b0\",\n                \"nonprofit\": \"5f36ffe3f2ed3062af634786\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e51bd0f76e7b305249b0\"\n            },\n            {\n                \"status\": \"pending\",\n                \"_id\": \"62d6c032f625a65f0d0d80cb\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5f36fff5f2ed3062af6347a8\",\n                \"createdAt\": \"2022-07-19T14:31:14.361Z\",\n                \"modifiedAt\": \"2022-07-19T14:31:14.361Z\",\n                \"__v\": 0,\n                \"id\": \"62d6c032f625a65f0d0d80cb\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f301d0f76e7b305249f9\",\n                \"nonprofit\": \"5f54eee68aa79c34184c5914\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f301d0f76e7b305249f9\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f97021dd0f76e7b30524a08\",\n                \"nonprofit\": \"5f5830c6ce52247bf85431d2\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f97021dd0f76e7b30524a08\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96eda6d0f76e7b305249dc\",\n                \"nonprofit\": \"5f6e2b8c9f6a5f6e19dba7a5\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96eda6d0f76e7b305249dc\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f301d0f76e7b305249f8\",\n                \"nonprofit\": \"5f71d4d5c8914e3a0f066c6b\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f301d0f76e7b305249f8\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e82fd0f76e7b305249c4\",\n                \"nonprofit\": \"5f71d4d5c8914e3a0f066c72\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e82fd0f76e7b305249c4\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ebcfd0f76e7b305249cd\",\n                \"nonprofit\": \"5f71d4d5c8914e3a0f066c80\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ebcfd0f76e7b305249cd\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f210d0f76e7b305249f0\",\n                \"nonprofit\": \"5f71d4d5c8914e3a0f066c82\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f210d0f76e7b305249f0\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e51bd0f76e7b305249b5\",\n                \"nonprofit\": \"5f71d4d5c8914e3a0f066c84\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e51bd0f76e7b305249b5\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e728d0f76e7b305249bf\",\n                \"nonprofit\": \"5f71d4d5c8914e3a0f066c86\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e728d0f76e7b305249bf\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f97021dd0f76e7b30524a09\",\n                \"nonprofit\": \"5f71d4d6c8914e3a0f066c96\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f97021dd0f76e7b30524a09\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ee97d0f76e7b305249e4\",\n                \"nonprofit\": \"5f71d4d6c8914e3a0f066c9a\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ee97d0f76e7b305249e4\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ebcfd0f76e7b305249cc\",\n                \"nonprofit\": \"5f71d4d6c8914e3a0f066ca1\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ebcfd0f76e7b305249cc\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e418d0f76e7b305249ab\",\n                \"nonprofit\": \"5f8497a737c9d64bbad98ebc\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e418d0f76e7b305249ab\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e418d0f76e7b305249ad\",\n                \"nonprofit\": \"5f8497a737c9d64bbad98ebd\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e418d0f76e7b305249ad\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e418d0f76e7b305249ac\",\n                \"nonprofit\": \"5f8497a737c9d64bbad98ebe\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e418d0f76e7b305249ac\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e418d0f76e7b305249af\",\n                \"nonprofit\": \"5f8497a737c9d64bbad98ebf\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e418d0f76e7b305249af\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e418d0f76e7b305249ae\",\n                \"nonprofit\": \"5f8497a737c9d64bbad98ec0\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e418d0f76e7b305249ae\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e418d0f76e7b305249aa\",\n                \"nonprofit\": \"5f8497a737c9d64bbad98ec1\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e418d0f76e7b305249aa\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e51bd0f76e7b305249b2\",\n                \"nonprofit\": \"5f849b9c2e8c3d4ec036cbac\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e51bd0f76e7b305249b2\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e51bd0f76e7b305249b3\",\n                \"nonprofit\": \"5f849b9c2e8c3d4ec036cbae\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e51bd0f76e7b305249b3\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e51bd0f76e7b305249b6\",\n                \"nonprofit\": \"5f849b9c2e8c3d4ec036cbaf\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e51bd0f76e7b305249b6\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e51bd0f76e7b305249b7\",\n                \"nonprofit\": \"5f849b9c2e8c3d4ec036cbb0\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e51bd0f76e7b305249b7\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e51bd0f76e7b305249b1\",\n                \"nonprofit\": \"5f849b9e2e8c3d4ec036cbb1\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e51bd0f76e7b305249b1\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e728d0f76e7b305249ba\",\n                \"nonprofit\": \"5f849c3a3d29f54f1ac2a7fc\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e728d0f76e7b305249ba\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e728d0f76e7b305249bd\",\n                \"nonprofit\": \"5f849c3a3d29f54f1ac2a7fe\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"createdAt\": \"2022-07-07T15:36:24.221Z\",\n                \"modifiedAt\": \"2022-07-07T15:36:31.043Z\",\n                \"id\": \"5f96e728d0f76e7b305249bd\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e728d0f76e7b305249bb\",\n                \"nonprofit\": \"5f849c3a3d29f54f1ac2a7ff\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e728d0f76e7b305249bb\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e728d0f76e7b305249b8\",\n                \"nonprofit\": \"5f849c3a3d29f54f1ac2a800\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e728d0f76e7b305249b8\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e728d0f76e7b305249be\",\n                \"nonprofit\": \"5f849c3a3d29f54f1ac2a801\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e728d0f76e7b305249be\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e728d0f76e7b305249bc\",\n                \"nonprofit\": \"5f849c3b3d29f54f1ac2a803\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e728d0f76e7b305249bc\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e728d0f76e7b305249b9\",\n                \"nonprofit\": \"5f849c3c3d29f54f1ac2a804\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e728d0f76e7b305249b9\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e82fd0f76e7b305249c6\",\n                \"nonprofit\": \"5f849cc302c2964f571fe08c\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e82fd0f76e7b305249c6\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e82fd0f76e7b305249c7\",\n                \"nonprofit\": \"5f849cc302c2964f571fe08d\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e82fd0f76e7b305249c7\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e82fd0f76e7b305249c3\",\n                \"nonprofit\": \"5f849cc302c2964f571fe08e\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e82fd0f76e7b305249c3\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e82fd0f76e7b305249c2\",\n                \"nonprofit\": \"5f849cc302c2964f571fe090\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e82fd0f76e7b305249c2\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e82fd0f76e7b305249c5\",\n                \"nonprofit\": \"5f849cc502c2964f571fe092\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e82fd0f76e7b305249c5\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ebcfd0f76e7b305249ca\",\n                \"nonprofit\": \"5f849d26af14224f8cd85d77\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ebcfd0f76e7b305249ca\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ecf7d0f76e7b305249d5\",\n                \"nonprofit\": \"5f849d26af14224f8cd85d78\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ecf7d0f76e7b305249d5\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ebcfd0f76e7b305249ce\",\n                \"nonprofit\": \"5f849d26af14224f8cd85d78\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ebcfd0f76e7b305249ce\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ebcfd0f76e7b305249cb\",\n                \"nonprofit\": \"5f849d27af14224f8cd85d7b\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ebcfd0f76e7b305249cb\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ebcfd0f76e7b305249c9\",\n                \"nonprofit\": \"5f849d28af14224f8cd85d7c\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ebcfd0f76e7b305249c9\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ecf7d0f76e7b305249d4\",\n                \"nonprofit\": \"5f849db89bc6334fcc8874f3\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ecf7d0f76e7b305249d4\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ee97d0f76e7b305249e3\",\n                \"nonprofit\": \"5f849db89bc6334fcc8874f3\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ee97d0f76e7b305249e3\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ecf7d0f76e7b305249d6\",\n                \"nonprofit\": \"5f849db89bc6334fcc8874f4\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ecf7d0f76e7b305249d6\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ecf7d0f76e7b305249d1\",\n                \"nonprofit\": \"5f849db89bc6334fcc8874f6\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ecf7d0f76e7b305249d1\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ecf7d0f76e7b305249d2\",\n                \"nonprofit\": \"5f849db89bc6334fcc8874f7\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ecf7d0f76e7b305249d2\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ecf7d0f76e7b305249cf\",\n                \"nonprofit\": \"5f849db89bc6334fcc8874f8\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ecf7d0f76e7b305249cf\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ecf7d0f76e7b305249d0\",\n                \"nonprofit\": \"5f849dba9bc6334fcc8874fa\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ecf7d0f76e7b305249d0\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96eda6d0f76e7b305249dd\",\n                \"nonprofit\": \"5f849e4431fe4c5014b92a98\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96eda6d0f76e7b305249dd\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96eda6d0f76e7b305249da\",\n                \"nonprofit\": \"5f849e4431fe4c5014b92a99\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96eda6d0f76e7b305249da\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96eda6d0f76e7b305249d9\",\n                \"nonprofit\": \"5f849e4431fe4c5014b92a9a\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96eda6d0f76e7b305249d9\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96eda6d0f76e7b305249d8\",\n                \"nonprofit\": \"5f849e4431fe4c5014b92a9b\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96eda6d0f76e7b305249d8\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96eda6d0f76e7b305249de\",\n                \"nonprofit\": \"5f849e4431fe4c5014b92a9c\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96eda6d0f76e7b305249de\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ee97d0f76e7b305249df\",\n                \"nonprofit\": \"5f849f0ddcf72b50a7e3add6\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ee97d0f76e7b305249df\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bc546d8f8654007ebc8b67\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5f849f0ddcf72b50a7e3add7\",\n                \"createdAt\": \"2022-06-29T13:32:29.133Z\",\n                \"modifiedAt\": \"2022-06-29T13:32:29.133Z\",\n                \"__v\": 0,\n                \"id\": \"62bc546d8f8654007ebc8b67\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bc546d8f8654007ebc8b69\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5f849f0ddcf72b50a7e3add7\",\n                \"createdAt\": \"2022-06-29T13:32:29.149Z\",\n                \"modifiedAt\": \"2022-06-29T13:32:29.149Z\",\n                \"__v\": 0,\n                \"id\": \"62bc546d8f8654007ebc8b69\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ee97d0f76e7b305249e2\",\n                \"nonprofit\": \"5f849f0ddcf72b50a7e3add8\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ee97d0f76e7b305249e2\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ee97d0f76e7b305249e5\",\n                \"nonprofit\": \"5f849f0edcf72b50a7e3addc\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ee97d0f76e7b305249e5\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ee97d0f76e7b305249e0\",\n                \"nonprofit\": \"5f849f0fdcf72b50a7e3addd\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ee97d0f76e7b305249e0\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f11fd0f76e7b305249e8\",\n                \"nonprofit\": \"5f84a024792f9c512d7aea50\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f11fd0f76e7b305249e8\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f11fd0f76e7b305249e9\",\n                \"nonprofit\": \"5f84a024792f9c512d7aea51\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f11fd0f76e7b305249e9\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f11fd0f76e7b305249e6\",\n                \"nonprofit\": \"5f84a026792f9c512d7aea53\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f11fd0f76e7b305249e6\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f210d0f76e7b305249f3\",\n                \"nonprofit\": \"5f84a8e96021fa54f20a6645\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f210d0f76e7b305249f3\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f210d0f76e7b305249ee\",\n                \"nonprofit\": \"5f84a8e96021fa54f20a6646\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f210d0f76e7b305249ee\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f210d0f76e7b305249ef\",\n                \"nonprofit\": \"5f84a8e96021fa54f20a6647\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f210d0f76e7b305249ef\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f210d0f76e7b305249ed\",\n                \"nonprofit\": \"5f84a8e96021fa54f20a6648\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f210d0f76e7b305249ed\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f210d0f76e7b305249f2\",\n                \"nonprofit\": \"5f84a8e96021fa54f20a6649\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f210d0f76e7b305249f2\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f301d0f76e7b305249f7\",\n                \"nonprofit\": \"5f84a968811430552d132bc5\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f301d0f76e7b305249f7\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f301d0f76e7b305249fb\",\n                \"nonprofit\": \"5f84a968811430552d132bc6\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f301d0f76e7b305249fb\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f301d0f76e7b305249f6\",\n                \"nonprofit\": \"5f84a968811430552d132bc7\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f301d0f76e7b305249f6\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f301d0f76e7b305249f4\",\n                \"nonprofit\": \"5f84a968811430552d132bc8\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f301d0f76e7b305249f4\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f301d0f76e7b305249f5\",\n                \"nonprofit\": \"5f84a968811430552d132bc9\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f301d0f76e7b305249f5\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f301d0f76e7b305249fa\",\n                \"nonprofit\": \"5f84a968811430552d132bca\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f301d0f76e7b305249fa\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f97021dd0f76e7b30524a0a\",\n                \"nonprofit\": \"5f84aa74bde86755b9b3318e\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f97021dd0f76e7b30524a0a\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f97021dd0f76e7b30524a0b\",\n                \"nonprofit\": \"5f84aa74bde86755b9b3318f\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f97021dd0f76e7b30524a0b\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f97021dd0f76e7b30524a04\",\n                \"nonprofit\": \"5f84aa74bde86755b9b33190\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f97021dd0f76e7b30524a04\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f97021dd0f76e7b30524a06\",\n                \"nonprofit\": \"5f84aa74bde86755b9b33191\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f97021dd0f76e7b30524a06\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f97021dd0f76e7b30524a07\",\n                \"nonprofit\": \"5f84aa74bde86755b9b33192\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f97021dd0f76e7b30524a07\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f97021dd0f76e7b30524a05\",\n                \"nonprofit\": \"5f84aa76bde86755b9b33194\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f97021dd0f76e7b30524a05\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f11fd0f76e7b305249ea\",\n                \"nonprofit\": \"5f96d603df207914ff188256\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f11fd0f76e7b305249ea\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f11fd0f76e7b305249eb\",\n                \"nonprofit\": \"5f96d603df207914ff188257\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f11fd0f76e7b305249eb\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96eda6d0f76e7b305249db\",\n                \"nonprofit\": \"5f96d603df207914ff188258\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96eda6d0f76e7b305249db\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ecf7d0f76e7b305249d3\",\n                \"nonprofit\": \"5f96d603df207914ff18825a\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ecf7d0f76e7b305249d3\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f210d0f76e7b305249f1\",\n                \"nonprofit\": \"5f96d603df207914ff18825d\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f210d0f76e7b305249f1\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5fff4315d48c810c6bd3bda2\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5fff4314d48c810c6bd3bd9f\",\n                \"__v\": 0,\n                \"id\": \"5fff4315d48c810c6bd3bda2\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bb6a5a9313dc551668713d\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"602ac34a164711e407ea96b4\",\n                \"createdAt\": \"2022-06-28T20:53:46.483Z\",\n                \"modifiedAt\": \"2022-06-28T20:53:46.483Z\",\n                \"__v\": 0,\n                \"id\": \"62bb6a5a9313dc551668713d\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c760426d9d4e7d4f8efbb8\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"605a355ec34d088678b34793\",\n                \"createdAt\": \"2022-07-07T22:37:54.393Z\",\n                \"modifiedAt\": \"2022-07-07T22:37:54.393Z\",\n                \"__v\": 0,\n                \"id\": \"62c760426d9d4e7d4f8efbb8\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c7ca6b6d9d4e7d4f8f090b\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"605b3632ab70388268e61b1b\",\n                \"createdAt\": \"2022-07-08T06:10:51.987Z\",\n                \"modifiedAt\": \"2022-07-08T06:10:51.987Z\",\n                \"__v\": 0,\n                \"id\": \"62c7ca6b6d9d4e7d4f8f090b\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c7caeb6d9d4e7d4f8f097d\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"6063000869aa813dc4fe8f33\",\n                \"createdAt\": \"2022-07-08T06:12:59.408Z\",\n                \"modifiedAt\": \"2022-07-08T06:12:59.408Z\",\n                \"__v\": 0,\n                \"id\": \"62c7caeb6d9d4e7d4f8f097d\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c760426d9d4e7d4f8efbb6\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"606300d3472e435950fe6571\",\n                \"createdAt\": \"2022-07-07T22:37:54.392Z\",\n                \"modifiedAt\": \"2022-07-07T22:37:54.392Z\",\n                \"__v\": 0,\n                \"id\": \"62c760426d9d4e7d4f8efbb6\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c75faf6d9d4e7d4f8efb47\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"6063014c472e435950fe65a3\",\n                \"createdAt\": \"2022-07-07T22:35:27.339Z\",\n                \"modifiedAt\": \"2022-07-07T22:35:27.339Z\",\n                \"__v\": 0,\n                \"id\": \"62c75faf6d9d4e7d4f8efb47\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c75faf6d9d4e7d4f8efb45\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"6063014c472e435950fe65a3\",\n                \"createdAt\": \"2022-07-07T22:35:27.338Z\",\n                \"modifiedAt\": \"2022-07-07T22:35:27.338Z\",\n                \"__v\": 0,\n                \"id\": \"62c75faf6d9d4e7d4f8efb45\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c7ca6c6d9d4e7d4f8f090f\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"606466071efbb4239cdce3ef\",\n                \"createdAt\": \"2022-07-08T06:10:52.119Z\",\n                \"modifiedAt\": \"2022-07-08T06:10:52.119Z\",\n                \"__v\": 0,\n                \"id\": \"62c7ca6c6d9d4e7d4f8f090f\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c7caeb6d9d4e7d4f8f0981\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"6064790848bfa435c48cac10\",\n                \"createdAt\": \"2022-07-08T06:12:59.425Z\",\n                \"modifiedAt\": \"2022-07-08T06:12:59.425Z\",\n                \"__v\": 0,\n                \"id\": \"62c7caeb6d9d4e7d4f8f0981\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"607d46f8c1fa654dea4670bd\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"607d46f7c1fa654dea4670ba\",\n                \"__v\": 0,\n                \"id\": \"607d46f8c1fa654dea4670bd\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"60a2148b74a5d8c852265bf0\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"60a2148a74a5d8c852265bed\",\n                \"__v\": 0,\n                \"id\": \"60a2148b74a5d8c852265bf0\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"60a2156a74a5d8c852265bfb\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"60a2156874a5d8c852265bf8\",\n                \"__v\": 0,\n                \"id\": \"60a2156a74a5d8c852265bfb\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bb6b9c9313dc5516687283\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"60a4d99d39ed0efbe5cc97ed\",\n                \"createdAt\": \"2022-06-28T20:59:08.765Z\",\n                \"modifiedAt\": \"2022-06-28T20:59:08.765Z\",\n                \"__v\": 0,\n                \"id\": \"62bb6b9c9313dc5516687283\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"60a7b944ab6449257dd8f20d\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"60a7b942ab6449257dd8f20a\",\n                \"__v\": 0,\n                \"createdAt\": \"2022-07-07T15:25:56.945Z\",\n                \"modifiedAt\": \"2022-07-07T19:09:23.131Z\",\n                \"id\": \"60a7b944ab6449257dd8f20d\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"611013f8325e30be566f63f3\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"60c09e314d5c123aa306bae6\",\n                \"__v\": 0,\n                \"id\": \"611013f8325e30be566f63f3\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"611013da325e30be566f53bd\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"60c0b6f13c4bc879f6cb6db2\",\n                \"__v\": 0,\n                \"id\": \"611013da325e30be566f53bd\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"612380ea26c9a3c7233fce01\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"60c0c50f79001f95949d3aa2\",\n                \"__v\": 0,\n                \"id\": \"612380ea26c9a3c7233fce01\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bb26189313dc5516685baf\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"614c336c5a81385a5a550dc1\",\n                \"createdAt\": \"2022-06-28T16:02:32.657Z\",\n                \"modifiedAt\": \"2022-06-28T16:02:32.657Z\",\n                \"__v\": 0,\n                \"id\": \"62bb26189313dc5516685baf\"\n            },\n            {\n                \"status\": \"rejected\",\n                \"_id\": \"632036526003ef5f7d1d829f\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"6155d4df93585cd2003a6bf0\",\n                \"createdAt\": \"2022-09-13T07:50:42.989Z\",\n                \"modifiedAt\": \"2022-09-13T07:52:43.563Z\",\n                \"__v\": 0,\n                \"id\": \"632036526003ef5f7d1d829f\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bc53f08f8654007ebc8b04\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"61b368b385f1fb0ff7ed92b9\",\n                \"createdAt\": \"2022-06-29T13:30:24.689Z\",\n                \"modifiedAt\": \"2022-06-29T13:30:24.689Z\",\n                \"__v\": 0,\n                \"id\": \"62bc53f08f8654007ebc8b04\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bc53ad8f8654007ebc8a94\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"62bc5365b325d286571f9a88\",\n                \"createdAt\": \"2022-06-29T13:29:17.625Z\",\n                \"modifiedAt\": \"2022-06-29T13:29:17.625Z\",\n                \"__v\": 0,\n                \"id\": \"62bc53ad8f8654007ebc8a94\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bc55568f8654007ebc8c0e\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"62bc55558f8654007ebc8c07\",\n                \"createdAt\": \"2022-06-29T13:36:22.259Z\",\n                \"modifiedAt\": \"2022-06-29T13:36:22.259Z\",\n                \"__v\": 0,\n                \"id\": \"62bc55568f8654007ebc8c0e\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bc55568f8654007ebc8c10\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"62bc55568f8654007ebc8c0a\",\n                \"createdAt\": \"2022-06-29T13:36:22.263Z\",\n                \"modifiedAt\": \"2022-06-29T13:36:22.263Z\",\n                \"__v\": 0,\n                \"id\": \"62bc55568f8654007ebc8c10\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bc56278f8654007ebc8d36\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"62bc56278f8654007ebc8d33\",\n                \"createdAt\": \"2022-06-29T13:39:51.732Z\",\n                \"modifiedAt\": \"2022-06-29T13:39:51.732Z\",\n                \"__v\": 0,\n                \"id\": \"62bc56278f8654007ebc8d36\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bc57738f8654007ebc8e73\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"62bc57738f8654007ebc8e70\",\n                \"createdAt\": \"2022-06-29T13:45:23.620Z\",\n                \"modifiedAt\": \"2022-06-29T13:45:23.620Z\",\n                \"__v\": 0,\n                \"id\": \"62bc57738f8654007ebc8e73\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c755f7dc3a4b888fa34cc6\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"62c525f4f7d3d229d280a08a\",\n                \"createdAt\": \"2022-07-07T21:53:59.921Z\",\n                \"modifiedAt\": \"2022-07-07T21:53:59.921Z\",\n                \"__v\": 0,\n                \"id\": \"62c755f7dc3a4b888fa34cc6\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c76e9dcb059c1dc9e592b7\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"62c76d76485b231b8730eb97\",\n                \"createdAt\": \"2022-07-07T23:39:09.234Z\",\n                \"modifiedAt\": \"2022-07-07T23:39:09.234Z\",\n                \"__v\": 0,\n                \"id\": \"62c76e9dcb059c1dc9e592b7\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62da96afc2935027e705556f\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"62da96afc2935027e705556c\",\n                \"createdAt\": \"2022-07-22T12:23:11.596Z\",\n                \"modifiedAt\": \"2022-07-22T12:23:11.596Z\",\n                \"__v\": 0,\n                \"id\": \"62da96afc2935027e705556f\"\n            }\n        ],\n        \"partnerCompanies\": []\n    },\n    \"id\": \"57b9dcdfdfd0f9155f4bad09\",\n    \"profile\": {\n        \"name\": \"Admin Shared\",\n        \"role\": \"Admin\"\n    },\n    \"token\": {\n        \"_id\": \"57b9dcdfdfd0f9155f4bad09\",\n        \"role\": \"Admin\"\n    },\n    \"features\": {\n        \"volunteering\": true,\n        \"donations\": true,\n        \"recurringDonations\": true,\n        \"payrollDonations\": true,\n        \"corporateDonations\": true,\n        \"externalCorporateDonations\": true,\n        \"donationMatching\": true,\n        \"externalMatching\": true,\n        \"donationCredit\": true,\n        \"userCreateDeed\": false,\n        \"userDraftDeed\": false,\n        \"userPublishDeed\": true,\n        \"userNominateNonprofit\": true,\n        \"userNominateNonprofitForMatching\": true,\n        \"userLogOfflineHours\": true,\n        \"browsingExternalOpportunities\": true,\n        \"autoSourceDeeds\": true,\n        \"surveys\": true,\n        \"reports\": true,\n        \"slack\": true,\n        \"volunteerTimeOff\": true,\n        \"events\": true,\n        \"employeeAffiliations\": true,\n        \"advancedReporting\": false,\n        \"advancedDashboards\": true,\n        \"basicDashboards\": true,\n        \"communities\": true\n    },\n    \"privileges\": [\n        \"allLocations:manage\",\n        \"autoSource:manage\",\n        \"dashboard:view\",\n        \"donation:view\",\n        \"event:manage\",\n        \"form:manage\",\n        \"form:view\",\n        \"fundraiser:manage\",\n        \"organization:manageUsers\",\n        \"organization:viewDepartments\",\n        \"partner:manage\",\n        \"partner:view\",\n        \"picture:view\",\n        \"project:manage\",\n        \"rating:view\",\n        \"survey:manage\",\n        \"volunteers:contact\",\n        \"volunteers:export\",\n        \"volunteers:manage\",\n        \"volunteertime\",\n        \"baseEvent:manage\",\n        \"organizations:view\",\n        \"nonprofitNominations:view\",\n        \"employeeAffiliations:view\",\n        \"employeeAffiliations:manage\",\n        \"cause:manage\"\n    ]\n}"}],"_postman_id":"fb742306-8e67-4d17-a597-f872e24583d6"},{"name":"Modify My Profile","id":"767a0eb0-f33e-4c18-ac76-a1292bb2c100","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"fullName\": {\n        \"first\": \"Admin Shared\",\n        \"last\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/users/me","description":"<p><code>User</code></p>\n<p>Modify user info for self.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","users","me"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"07a91599-316b-4a1d-a4f3-f77a525f5648","name":"/api/users/me","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"fullName\": {\n        \"first\": \"Admin Shared\",\n        \"last\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/users/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 08:14:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"instagram\": {\n        \"accessTokens\": []\n    },\n    \"fullName\": {\n        \"first\": \"Admin Shared\",\n        \"last\": \"\"\n    },\n    \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n    \"email\": \"support@thedeed.app\",\n    \"roles\": [\n        {\n            \"name\": \"Organizer\",\n            \"privileges\": [\n                \"allLocations:manage\",\n                \"autoSource:manage\",\n                \"dashboard:view\",\n                \"donation:view\",\n                \"event:manage\",\n                \"form:manage\",\n                \"form:view\",\n                \"fundraiser:manage\",\n                \"organization:manageUsers\",\n                \"organization:viewDepartments\",\n                \"partner:manage\",\n                \"partner:view\",\n                \"picture:view\",\n                \"project:manage\",\n                \"rating:view\",\n                \"survey:manage\",\n                \"volunteers:contact\",\n                \"volunteers:export\",\n                \"volunteers:manage\",\n                \"volunteertime\",\n                \"baseEvent:manage\",\n                \"organizations:view\",\n                \"nonprofitNominations:view\",\n                \"employeeAffiliations:view\",\n                \"employeeAffiliations:manage\",\n                \"cause:manage\"\n            ],\n            \"_id\": \"5de3ed889b24a6a362e0b06b\",\n            \"id\": \"5de3ed889b24a6a362e0b06b\"\n        }\n    ],\n    \"displayCurrency\": \"USD\",\n    \"locale\": \"en-US\",\n    \"externalId\": \"\",\n    \"origin\": \"api\",\n    \"__t\": \"Admin\",\n    \"_id\": \"57b9dcdfdfd0f9155f4bad09\",\n    \"name\": \"Admin Shared\",\n    \"verification\": {\n        \"verified\": false\n    },\n    \"modifiedAt\": \"2022-09-13T08:14:48.136Z\",\n    \"createdAt\": \"2016-08-21T16:54:55.456Z\",\n    \"__v\": 3,\n    \"provider\": \"local\",\n    \"organization\": {\n        \"features\": {\n            \"volunteering\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"donations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"recurringDonations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"payrollDonations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"corporateDonations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"externalCorporateDonations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"donationMatching\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"externalMatching\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"donationCredit\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userCreateDeed\": {\n                \"enabled\": false,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userDraftDeed\": {\n                \"enabled\": false,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userPublishDeed\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userNominateNonprofit\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userNominateNonprofitForMatching\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"userLogOfflineHours\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"browsingExternalOpportunities\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"autoSourceDeeds\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"surveys\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"reports\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"slack\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"volunteerTimeOff\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"events\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"employeeAffiliations\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"advancedReporting\": {\n                \"enabled\": false,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"advancedDashboards\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"basicDashboards\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            },\n            \"communities\": {\n                \"enabled\": true,\n                \"locationsExclude\": true,\n                \"locations\": []\n            }\n        },\n        \"notificationBanner\": {\n            \"isActive\": true,\n            \"linkIsActive\": true,\n            \"locationsExclude\": true,\n            \"locations\": [],\n            \"linkText\": \"here!\",\n            \"backgroundColor\": \"#000000\",\n            \"linkUrl\": \"\",\n            \"textColor\": \"#FFFFFF\",\n            \"bannerText\": \"Welcome to Deed. Have questions? Learn more\"\n        },\n        \"locationObject\": {\n            \"address\": \"United States\",\n            \"country\": \"United States\",\n            \"countryCode\": \"US\"\n        },\n        \"location\": {\n            \"coordinates\": [\n                -95.712891,\n                37.09024\n            ],\n            \"type\": \"Point\"\n        },\n        \"locations\": [\n            {\n                \"name\": \"Toronto\",\n                \"coordinates\": [\n                    43.653226,\n                    -79.3831843\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CAD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e3\",\n                \"country\": \"Canada\",\n                \"countryCode\": \"CA\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"__v\": 4,\n                \"radius\": 30,\n                \"state\": \"Ontario\",\n                \"stateCode\": \"ON\",\n                \"code\": \"toronto\",\n                \"id\": \"5f6ddfa1202309365c0cd9e3\"\n            },\n            {\n                \"name\": \"Beijing\",\n                \"coordinates\": [\n                    39.906217,\n                    116.3912757\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CNY\",\n                \"_id\": \"5f6dc1b3202309365c0cd9bc\",\n                \"country\": \"China\",\n                \"radius\": 50,\n                \"countryCode\": \"CN\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"beijing\",\n                \"id\": \"5f6dc1b3202309365c0cd9bc\"\n            },\n            {\n                \"name\": \"Goa\",\n                \"coordinates\": [\n                    15.3503192,\n                    74.1017817\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"INR\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e4\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"goa\",\n                \"id\": \"5f6ddfa1202309365c0cd9e4\"\n            },\n            {\n                \"name\": \"United States\",\n                \"coordinates\": [\n                    39.8097343,\n                    -98.5556199\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e5\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"unitedstates\",\n                \"id\": \"5f6ddfa1202309365c0cd9e5\"\n            },\n            {\n                \"name\": \"Montreal\",\n                \"coordinates\": [\n                    45.4972159,\n                    -73.6103642\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CAD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9be\",\n                \"country\": \"Canada\",\n                \"radius\": 50,\n                \"countryCode\": \"CA\",\n                \"region\": \"North America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"montreal\",\n                \"id\": \"5f6dc1b3202309365c0cd9be\"\n            },\n            {\n                \"name\": \"Paris\",\n                \"coordinates\": [\n                    48.8588897,\n                    2.32004103\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9bf\",\n                \"country\": \"France\",\n                \"radius\": 50,\n                \"countryCode\": \"FR\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"paris\",\n                \"id\": \"5f6dc1b3202309365c0cd9bf\"\n            },\n            {\n                \"name\": \"Chicago\",\n                \"coordinates\": [\n                    41.8755616,\n                    -87.6244212\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9d8\",\n                \"state\": \"Illinois\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"IL\",\n                \"code\": \"chicago\",\n                \"id\": \"5f6ddfa1202309365c0cd9d8\"\n            },\n            {\n                \"name\": \"London\",\n                \"coordinates\": [\n                    51.5073219,\n                    -0.1276474\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"GBP\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c0\",\n                \"country\": \"United Kingdom\",\n                \"radius\": 50,\n                \"countryCode\": \"GB\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"london\",\n                \"id\": \"5f6dc1b3202309365c0cd9c0\"\n            },\n            {\n                \"name\": \"Berlin\",\n                \"coordinates\": [\n                    52.5170365,\n                    13.3888599\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c1\",\n                \"country\": \"Germany\",\n                \"radius\": 50,\n                \"countryCode\": \"DE\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"berlin\",\n                \"id\": \"5f6dc1b3202309365c0cd9c1\"\n            },\n            {\n                \"name\": \"Tokyo\",\n                \"coordinates\": [\n                    35.6828387,\n                    139.7594549\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"JPY\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c2\",\n                \"country\": \"Japan\",\n                \"radius\": 50,\n                \"countryCode\": \"JP\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"tokyo\",\n                \"id\": \"5f6dc1b3202309365c0cd9c2\"\n            },\n            {\n                \"name\": \"Washington D.C\",\n                \"coordinates\": [\n                    38.8949855,\n                    -77.0365708\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9da\",\n                \"state\": \"District of Columbia\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"DC\",\n                \"code\": \"washingtond.c\",\n                \"id\": \"5f6ddfa1202309365c0cd9da\"\n            },\n            {\n                \"name\": \"Barcelona\",\n                \"coordinates\": [\n                    41.3828939,\n                    2.1774322\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c3\",\n                \"country\": \"Spain\",\n                \"radius\": 50,\n                \"countryCode\": \"ES\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"barcelona\",\n                \"id\": \"5f6dc1b3202309365c0cd9c3\"\n            },\n            {\n                \"name\": \"Seoul\",\n                \"coordinates\": [\n                    37.5666791,\n                    126.9782914\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"KRW\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c4\",\n                \"country\": \"Korea, Republic of\",\n                \"radius\": 50,\n                \"countryCode\": \"KR\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"seoul\",\n                \"id\": \"5f6dc1b3202309365c0cd9c4\"\n            },\n            {\n                \"name\": \"Milan\",\n                \"coordinates\": [\n                    45.4542119,\n                    9.11135096\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c5\",\n                \"country\": \"Italy\",\n                \"radius\": 50,\n                \"countryCode\": \"IT\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"milan\",\n                \"id\": \"5f6dc1b3202309365c0cd9c5\"\n            },\n            {\n                \"name\": \"Buenos Aires\",\n                \"coordinates\": [\n                    -34.6075682,\n                    -58.4370894\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"ARS\",\n                \"_id\": \"5f6ddfa1202309365c0cd9dd\",\n                \"country\": \"Argentina\",\n                \"countryCode\": \"AR\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"buenosaires\",\n                \"id\": \"5f6ddfa1202309365c0cd9dd\"\n            },\n            {\n                \"name\": \"São Paulo\",\n                \"coordinates\": [\n                    -23.5506507,\n                    -46.6333824\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"BRL\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c6\",\n                \"country\": \"Brazil\",\n                \"radius\": 50,\n                \"countryCode\": \"BR\",\n                \"region\": \"Latin America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"saopaolo\",\n                \"id\": \"5f6dc1b3202309365c0cd9c6\"\n            },\n            {\n                \"name\": \"Cape Town\",\n                \"coordinates\": [\n                    -33.928992,\n                    18.417396\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"ZAR\",\n                \"_id\": \"5f6ddfa1202309365c0cd9de\",\n                \"country\": \"South Africa\",\n                \"countryCode\": \"ZA\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"capetown\",\n                \"id\": \"5f6ddfa1202309365c0cd9de\"\n            },\n            {\n                \"name\": \"Luxembourg\",\n                \"coordinates\": [\n                    49.6112768,\n                    6.129799\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c7\",\n                \"country\": \"Luxembourg\",\n                \"radius\": 50,\n                \"countryCode\": \"LU\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"luxembourg\",\n                \"id\": \"5f6dc1b3202309365c0cd9c7\"\n            },\n            {\n                \"name\": \"China\",\n                \"coordinates\": [\n                    36.054871,\n                    103.828812\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"CNY\",\n                \"_id\": \"5f6ddfa1202309365c0cd9df\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"china\",\n                \"id\": \"5f6ddfa1202309365c0cd9df\"\n            },\n            {\n                \"name\": \"San Francisco\",\n                \"coordinates\": [\n                    37.774929,\n                    -122.419418\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9b7\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"radius\": 50,\n                \"countryCode\": \"US\",\n                \"region\": \"North America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"CA\",\n                \"code\": \"sanfrancisco\",\n                \"id\": \"5f6dc1b3202309365c0cd9b7\"\n            },\n            {\n                \"name\": \"Sydney\",\n                \"coordinates\": [\n                    -33.8548157,\n                    151.2164539\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"AUD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c8\",\n                \"country\": \"Australia\",\n                \"radius\": 50,\n                \"countryCode\": \"AU\",\n                \"region\": \"Oceania\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"sydney\",\n                \"id\": \"5f6dc1b3202309365c0cd9c8\"\n            },\n            {\n                \"name\": \"Toronto\",\n                \"coordinates\": [\n                    43.653226,\n                    -79.3831843\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CAD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e3\",\n                \"country\": \"Canada\",\n                \"countryCode\": \"CA\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"__v\": 4,\n                \"radius\": 30,\n                \"state\": \"Ontario\",\n                \"stateCode\": \"ON\",\n                \"code\": \"toronto\",\n                \"id\": \"5f6ddfa1202309365c0cd9e3\"\n            },\n            {\n                \"name\": \"Beijing\",\n                \"coordinates\": [\n                    39.906217,\n                    116.3912757\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CNY\",\n                \"_id\": \"5f6dc1b3202309365c0cd9bc\",\n                \"country\": \"China\",\n                \"radius\": 50,\n                \"countryCode\": \"CN\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"beijing\",\n                \"id\": \"5f6dc1b3202309365c0cd9bc\"\n            },\n            {\n                \"name\": \"Goa\",\n                \"coordinates\": [\n                    15.3503192,\n                    74.1017817\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"INR\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e4\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"goa\",\n                \"id\": \"5f6ddfa1202309365c0cd9e4\"\n            },\n            {\n                \"name\": \"United States\",\n                \"coordinates\": [\n                    39.8097343,\n                    -98.5556199\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e5\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"unitedstates\",\n                \"id\": \"5f6ddfa1202309365c0cd9e5\"\n            },\n            {\n                \"name\": \"Montreal\",\n                \"coordinates\": [\n                    45.4972159,\n                    -73.6103642\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CAD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9be\",\n                \"country\": \"Canada\",\n                \"radius\": 50,\n                \"countryCode\": \"CA\",\n                \"region\": \"North America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"montreal\",\n                \"id\": \"5f6dc1b3202309365c0cd9be\"\n            },\n            {\n                \"name\": \"Paris\",\n                \"coordinates\": [\n                    48.8588897,\n                    2.32004103\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9bf\",\n                \"country\": \"France\",\n                \"radius\": 50,\n                \"countryCode\": \"FR\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"paris\",\n                \"id\": \"5f6dc1b3202309365c0cd9bf\"\n            },\n            {\n                \"name\": \"Chicago\",\n                \"coordinates\": [\n                    41.8755616,\n                    -87.6244212\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9d8\",\n                \"state\": \"Illinois\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"IL\",\n                \"code\": \"chicago\",\n                \"id\": \"5f6ddfa1202309365c0cd9d8\"\n            },\n            {\n                \"name\": \"London\",\n                \"coordinates\": [\n                    51.5073219,\n                    -0.1276474\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"GBP\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c0\",\n                \"country\": \"United Kingdom\",\n                \"radius\": 50,\n                \"countryCode\": \"GB\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"london\",\n                \"id\": \"5f6dc1b3202309365c0cd9c0\"\n            },\n            {\n                \"name\": \"Berlin\",\n                \"coordinates\": [\n                    52.5170365,\n                    13.3888599\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c1\",\n                \"country\": \"Germany\",\n                \"radius\": 50,\n                \"countryCode\": \"DE\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"berlin\",\n                \"id\": \"5f6dc1b3202309365c0cd9c1\"\n            },\n            {\n                \"name\": \"Tokyo\",\n                \"coordinates\": [\n                    35.6828387,\n                    139.7594549\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"JPY\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c2\",\n                \"country\": \"Japan\",\n                \"radius\": 50,\n                \"countryCode\": \"JP\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"tokyo\",\n                \"id\": \"5f6dc1b3202309365c0cd9c2\"\n            },\n            {\n                \"name\": \"Washington D.C\",\n                \"coordinates\": [\n                    38.8949855,\n                    -77.0365708\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9da\",\n                \"state\": \"District of Columbia\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"DC\",\n                \"code\": \"washingtond.c\",\n                \"id\": \"5f6ddfa1202309365c0cd9da\"\n            },\n            {\n                \"name\": \"Barcelona\",\n                \"coordinates\": [\n                    41.3828939,\n                    2.1774322\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c3\",\n                \"country\": \"Spain\",\n                \"radius\": 50,\n                \"countryCode\": \"ES\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"barcelona\",\n                \"id\": \"5f6dc1b3202309365c0cd9c3\"\n            },\n            {\n                \"name\": \"Seoul\",\n                \"coordinates\": [\n                    37.5666791,\n                    126.9782914\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"KRW\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c4\",\n                \"country\": \"Korea, Republic of\",\n                \"radius\": 50,\n                \"countryCode\": \"KR\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"seoul\",\n                \"id\": \"5f6dc1b3202309365c0cd9c4\"\n            },\n            {\n                \"name\": \"Milan\",\n                \"coordinates\": [\n                    45.4542119,\n                    9.11135096\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c5\",\n                \"country\": \"Italy\",\n                \"radius\": 50,\n                \"countryCode\": \"IT\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"milan\",\n                \"id\": \"5f6dc1b3202309365c0cd9c5\"\n            },\n            {\n                \"name\": \"Buenos Aires\",\n                \"coordinates\": [\n                    -34.6075682,\n                    -58.4370894\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"ARS\",\n                \"_id\": \"5f6ddfa1202309365c0cd9dd\",\n                \"country\": \"Argentina\",\n                \"countryCode\": \"AR\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"buenosaires\",\n                \"id\": \"5f6ddfa1202309365c0cd9dd\"\n            },\n            {\n                \"name\": \"São Paulo\",\n                \"coordinates\": [\n                    -23.5506507,\n                    -46.6333824\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"BRL\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c6\",\n                \"country\": \"Brazil\",\n                \"radius\": 50,\n                \"countryCode\": \"BR\",\n                \"region\": \"Latin America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"saopaolo\",\n                \"id\": \"5f6dc1b3202309365c0cd9c6\"\n            },\n            {\n                \"name\": \"Cape Town\",\n                \"coordinates\": [\n                    -33.928992,\n                    18.417396\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"ZAR\",\n                \"_id\": \"5f6ddfa1202309365c0cd9de\",\n                \"country\": \"South Africa\",\n                \"countryCode\": \"ZA\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"capetown\",\n                \"id\": \"5f6ddfa1202309365c0cd9de\"\n            },\n            {\n                \"name\": \"Luxembourg\",\n                \"coordinates\": [\n                    49.6112768,\n                    6.129799\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c7\",\n                \"country\": \"Luxembourg\",\n                \"radius\": 50,\n                \"countryCode\": \"LU\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"luxembourg\",\n                \"id\": \"5f6dc1b3202309365c0cd9c7\"\n            },\n            {\n                \"name\": \"China\",\n                \"coordinates\": [\n                    36.054871,\n                    103.828812\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"CNY\",\n                \"_id\": \"5f6ddfa1202309365c0cd9df\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"china\",\n                \"id\": \"5f6ddfa1202309365c0cd9df\"\n            },\n            {\n                \"name\": \"San Francisco\",\n                \"coordinates\": [\n                    37.774929,\n                    -122.419418\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9b7\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"radius\": 50,\n                \"countryCode\": \"US\",\n                \"region\": \"North America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"CA\",\n                \"code\": \"sanfrancisco\",\n                \"id\": \"5f6dc1b3202309365c0cd9b7\"\n            },\n            {\n                \"name\": \"Sydney\",\n                \"coordinates\": [\n                    -33.8548157,\n                    151.2164539\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"AUD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c8\",\n                \"country\": \"Australia\",\n                \"radius\": 50,\n                \"countryCode\": \"AU\",\n                \"region\": \"Oceania\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"sydney\",\n                \"id\": \"5f6dc1b3202309365c0cd9c8\"\n            },\n            {\n                \"name\": \"Toronto\",\n                \"coordinates\": [\n                    43.653226,\n                    -79.3831843\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CAD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e3\",\n                \"country\": \"Canada\",\n                \"countryCode\": \"CA\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"__v\": 4,\n                \"radius\": 30,\n                \"state\": \"Ontario\",\n                \"stateCode\": \"ON\",\n                \"code\": \"toronto\",\n                \"id\": \"5f6ddfa1202309365c0cd9e3\"\n            },\n            {\n                \"name\": \"Beijing\",\n                \"coordinates\": [\n                    39.906217,\n                    116.3912757\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CNY\",\n                \"_id\": \"5f6dc1b3202309365c0cd9bc\",\n                \"country\": \"China\",\n                \"radius\": 50,\n                \"countryCode\": \"CN\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"beijing\",\n                \"id\": \"5f6dc1b3202309365c0cd9bc\"\n            },\n            {\n                \"name\": \"Goa\",\n                \"coordinates\": [\n                    15.3503192,\n                    74.1017817\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"INR\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e4\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"goa\",\n                \"id\": \"5f6ddfa1202309365c0cd9e4\"\n            },\n            {\n                \"name\": \"United States\",\n                \"coordinates\": [\n                    39.8097343,\n                    -98.5556199\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e5\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"unitedstates\",\n                \"id\": \"5f6ddfa1202309365c0cd9e5\"\n            },\n            {\n                \"name\": \"Montreal\",\n                \"coordinates\": [\n                    45.4972159,\n                    -73.6103642\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CAD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9be\",\n                \"country\": \"Canada\",\n                \"radius\": 50,\n                \"countryCode\": \"CA\",\n                \"region\": \"North America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"montreal\",\n                \"id\": \"5f6dc1b3202309365c0cd9be\"\n            },\n            {\n                \"name\": \"Paris\",\n                \"coordinates\": [\n                    48.8588897,\n                    2.32004103\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9bf\",\n                \"country\": \"France\",\n                \"radius\": 50,\n                \"countryCode\": \"FR\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"paris\",\n                \"id\": \"5f6dc1b3202309365c0cd9bf\"\n            },\n            {\n                \"name\": \"Chicago\",\n                \"coordinates\": [\n                    41.8755616,\n                    -87.6244212\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9d8\",\n                \"state\": \"Illinois\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"IL\",\n                \"code\": \"chicago\",\n                \"id\": \"5f6ddfa1202309365c0cd9d8\"\n            },\n            {\n                \"name\": \"London\",\n                \"coordinates\": [\n                    51.5073219,\n                    -0.1276474\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"GBP\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c0\",\n                \"country\": \"United Kingdom\",\n                \"radius\": 50,\n                \"countryCode\": \"GB\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"london\",\n                \"id\": \"5f6dc1b3202309365c0cd9c0\"\n            },\n            {\n                \"name\": \"Berlin\",\n                \"coordinates\": [\n                    52.5170365,\n                    13.3888599\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c1\",\n                \"country\": \"Germany\",\n                \"radius\": 50,\n                \"countryCode\": \"DE\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"berlin\",\n                \"id\": \"5f6dc1b3202309365c0cd9c1\"\n            },\n            {\n                \"name\": \"Tokyo\",\n                \"coordinates\": [\n                    35.6828387,\n                    139.7594549\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"JPY\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c2\",\n                \"country\": \"Japan\",\n                \"radius\": 50,\n                \"countryCode\": \"JP\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"tokyo\",\n                \"id\": \"5f6dc1b3202309365c0cd9c2\"\n            },\n            {\n                \"name\": \"Washington D.C\",\n                \"coordinates\": [\n                    38.8949855,\n                    -77.0365708\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9da\",\n                \"state\": \"District of Columbia\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"DC\",\n                \"code\": \"washingtond.c\",\n                \"id\": \"5f6ddfa1202309365c0cd9da\"\n            },\n            {\n                \"name\": \"Barcelona\",\n                \"coordinates\": [\n                    41.3828939,\n                    2.1774322\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c3\",\n                \"country\": \"Spain\",\n                \"radius\": 50,\n                \"countryCode\": \"ES\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"barcelona\",\n                \"id\": \"5f6dc1b3202309365c0cd9c3\"\n            },\n            {\n                \"name\": \"Seoul\",\n                \"coordinates\": [\n                    37.5666791,\n                    126.9782914\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"KRW\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c4\",\n                \"country\": \"Korea, Republic of\",\n                \"radius\": 50,\n                \"countryCode\": \"KR\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"seoul\",\n                \"id\": \"5f6dc1b3202309365c0cd9c4\"\n            },\n            {\n                \"name\": \"Milan\",\n                \"coordinates\": [\n                    45.4542119,\n                    9.11135096\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c5\",\n                \"country\": \"Italy\",\n                \"radius\": 50,\n                \"countryCode\": \"IT\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"milan\",\n                \"id\": \"5f6dc1b3202309365c0cd9c5\"\n            },\n            {\n                \"name\": \"Buenos Aires\",\n                \"coordinates\": [\n                    -34.6075682,\n                    -58.4370894\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"ARS\",\n                \"_id\": \"5f6ddfa1202309365c0cd9dd\",\n                \"country\": \"Argentina\",\n                \"countryCode\": \"AR\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"buenosaires\",\n                \"id\": \"5f6ddfa1202309365c0cd9dd\"\n            },\n            {\n                \"name\": \"São Paulo\",\n                \"coordinates\": [\n                    -23.5506507,\n                    -46.6333824\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"BRL\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c6\",\n                \"country\": \"Brazil\",\n                \"radius\": 50,\n                \"countryCode\": \"BR\",\n                \"region\": \"Latin America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"saopaolo\",\n                \"id\": \"5f6dc1b3202309365c0cd9c6\"\n            },\n            {\n                \"name\": \"Cape Town\",\n                \"coordinates\": [\n                    -33.928992,\n                    18.417396\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"ZAR\",\n                \"_id\": \"5f6ddfa1202309365c0cd9de\",\n                \"country\": \"South Africa\",\n                \"countryCode\": \"ZA\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"capetown\",\n                \"id\": \"5f6ddfa1202309365c0cd9de\"\n            },\n            {\n                \"name\": \"Luxembourg\",\n                \"coordinates\": [\n                    49.6112768,\n                    6.129799\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c7\",\n                \"country\": \"Luxembourg\",\n                \"radius\": 50,\n                \"countryCode\": \"LU\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"luxembourg\",\n                \"id\": \"5f6dc1b3202309365c0cd9c7\"\n            },\n            {\n                \"name\": \"China\",\n                \"coordinates\": [\n                    36.054871,\n                    103.828812\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"CNY\",\n                \"_id\": \"5f6ddfa1202309365c0cd9df\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"china\",\n                \"id\": \"5f6ddfa1202309365c0cd9df\"\n            },\n            {\n                \"name\": \"San Francisco\",\n                \"coordinates\": [\n                    37.774929,\n                    -122.419418\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9b7\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"radius\": 50,\n                \"countryCode\": \"US\",\n                \"region\": \"North America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"CA\",\n                \"code\": \"sanfrancisco\",\n                \"id\": \"5f6dc1b3202309365c0cd9b7\"\n            },\n            {\n                \"name\": \"Sydney\",\n                \"coordinates\": [\n                    -33.8548157,\n                    151.2164539\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"AUD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c8\",\n                \"country\": \"Australia\",\n                \"radius\": 50,\n                \"countryCode\": \"AU\",\n                \"region\": \"Oceania\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"sydney\",\n                \"id\": \"5f6dc1b3202309365c0cd9c8\"\n            },\n            {\n                \"name\": \"Toronto\",\n                \"coordinates\": [\n                    43.653226,\n                    -79.3831843\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CAD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e3\",\n                \"country\": \"Canada\",\n                \"countryCode\": \"CA\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"__v\": 4,\n                \"radius\": 30,\n                \"state\": \"Ontario\",\n                \"stateCode\": \"ON\",\n                \"code\": \"toronto\",\n                \"id\": \"5f6ddfa1202309365c0cd9e3\"\n            },\n            {\n                \"name\": \"Beijing\",\n                \"coordinates\": [\n                    39.906217,\n                    116.3912757\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CNY\",\n                \"_id\": \"5f6dc1b3202309365c0cd9bc\",\n                \"country\": \"China\",\n                \"radius\": 50,\n                \"countryCode\": \"CN\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"beijing\",\n                \"id\": \"5f6dc1b3202309365c0cd9bc\"\n            },\n            {\n                \"name\": \"Goa\",\n                \"coordinates\": [\n                    15.3503192,\n                    74.1017817\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"INR\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e4\",\n                \"country\": \"India\",\n                \"countryCode\": \"IN\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"goa\",\n                \"id\": \"5f6ddfa1202309365c0cd9e4\"\n            },\n            {\n                \"name\": \"United States\",\n                \"coordinates\": [\n                    39.8097343,\n                    -98.5556199\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9e5\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"unitedstates\",\n                \"id\": \"5f6ddfa1202309365c0cd9e5\"\n            },\n            {\n                \"name\": \"Montreal\",\n                \"coordinates\": [\n                    45.4972159,\n                    -73.6103642\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"CAD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9be\",\n                \"country\": \"Canada\",\n                \"radius\": 50,\n                \"countryCode\": \"CA\",\n                \"region\": \"North America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"montreal\",\n                \"id\": \"5f6dc1b3202309365c0cd9be\"\n            },\n            {\n                \"name\": \"Paris\",\n                \"coordinates\": [\n                    48.8588897,\n                    2.32004103\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9bf\",\n                \"country\": \"France\",\n                \"radius\": 50,\n                \"countryCode\": \"FR\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"paris\",\n                \"id\": \"5f6dc1b3202309365c0cd9bf\"\n            },\n            {\n                \"name\": \"Chicago\",\n                \"coordinates\": [\n                    41.8755616,\n                    -87.6244212\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9d8\",\n                \"state\": \"Illinois\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"IL\",\n                \"code\": \"chicago\",\n                \"id\": \"5f6ddfa1202309365c0cd9d8\"\n            },\n            {\n                \"name\": \"London\",\n                \"coordinates\": [\n                    51.5073219,\n                    -0.1276474\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"GBP\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c0\",\n                \"country\": \"United Kingdom\",\n                \"radius\": 50,\n                \"countryCode\": \"GB\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"london\",\n                \"id\": \"5f6dc1b3202309365c0cd9c0\"\n            },\n            {\n                \"name\": \"Berlin\",\n                \"coordinates\": [\n                    52.5170365,\n                    13.3888599\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c1\",\n                \"country\": \"Germany\",\n                \"radius\": 50,\n                \"countryCode\": \"DE\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"berlin\",\n                \"id\": \"5f6dc1b3202309365c0cd9c1\"\n            },\n            {\n                \"name\": \"Tokyo\",\n                \"coordinates\": [\n                    35.6828387,\n                    139.7594549\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"JPY\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c2\",\n                \"country\": \"Japan\",\n                \"radius\": 50,\n                \"countryCode\": \"JP\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"tokyo\",\n                \"id\": \"5f6dc1b3202309365c0cd9c2\"\n            },\n            {\n                \"name\": \"Washington D.C\",\n                \"coordinates\": [\n                    38.8949855,\n                    -77.0365708\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6ddfa1202309365c0cd9da\",\n                \"state\": \"District of Columbia\",\n                \"country\": \"United States\",\n                \"countryCode\": \"US\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"DC\",\n                \"code\": \"washingtond.c\",\n                \"id\": \"5f6ddfa1202309365c0cd9da\"\n            },\n            {\n                \"name\": \"Barcelona\",\n                \"coordinates\": [\n                    41.3828939,\n                    2.1774322\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c3\",\n                \"country\": \"Spain\",\n                \"radius\": 50,\n                \"countryCode\": \"ES\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"barcelona\",\n                \"id\": \"5f6dc1b3202309365c0cd9c3\"\n            },\n            {\n                \"name\": \"Seoul\",\n                \"coordinates\": [\n                    37.5666791,\n                    126.9782914\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"KRW\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c4\",\n                \"country\": \"Korea, Republic of\",\n                \"radius\": 50,\n                \"countryCode\": \"KR\",\n                \"region\": \"Asia\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"seoul\",\n                \"id\": \"5f6dc1b3202309365c0cd9c4\"\n            },\n            {\n                \"name\": \"Milan\",\n                \"coordinates\": [\n                    45.4542119,\n                    9.11135096\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c5\",\n                \"country\": \"Italy\",\n                \"radius\": 50,\n                \"countryCode\": \"IT\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"milan\",\n                \"id\": \"5f6dc1b3202309365c0cd9c5\"\n            },\n            {\n                \"name\": \"Buenos Aires\",\n                \"coordinates\": [\n                    -34.6075682,\n                    -58.4370894\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"ARS\",\n                \"_id\": \"5f6ddfa1202309365c0cd9dd\",\n                \"country\": \"Argentina\",\n                \"countryCode\": \"AR\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"buenosaires\",\n                \"id\": \"5f6ddfa1202309365c0cd9dd\"\n            },\n            {\n                \"name\": \"São Paulo\",\n                \"coordinates\": [\n                    -23.5506507,\n                    -46.6333824\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"BRL\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c6\",\n                \"country\": \"Brazil\",\n                \"radius\": 50,\n                \"countryCode\": \"BR\",\n                \"region\": \"Latin America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"saopaolo\",\n                \"id\": \"5f6dc1b3202309365c0cd9c6\"\n            },\n            {\n                \"name\": \"Cape Town\",\n                \"coordinates\": [\n                    -33.928992,\n                    18.417396\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"ZAR\",\n                \"_id\": \"5f6ddfa1202309365c0cd9de\",\n                \"country\": \"South Africa\",\n                \"countryCode\": \"ZA\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"capetown\",\n                \"id\": \"5f6ddfa1202309365c0cd9de\"\n            },\n            {\n                \"name\": \"Luxembourg\",\n                \"coordinates\": [\n                    49.6112768,\n                    6.129799\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"EUR\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c7\",\n                \"country\": \"Luxembourg\",\n                \"radius\": 50,\n                \"countryCode\": \"LU\",\n                \"region\": \"Europe\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"luxembourg\",\n                \"id\": \"5f6dc1b3202309365c0cd9c7\"\n            },\n            {\n                \"name\": \"China\",\n                \"coordinates\": [\n                    36.054871,\n                    103.828812\n                ],\n                \"public\": false,\n                \"phone\": false,\n                \"currencyCode\": \"CNY\",\n                \"_id\": \"5f6ddfa1202309365c0cd9df\",\n                \"country\": \"China\",\n                \"countryCode\": \"CN\",\n                \"region\": \"Remote\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"china\",\n                \"id\": \"5f6ddfa1202309365c0cd9df\"\n            },\n            {\n                \"name\": \"San Francisco\",\n                \"coordinates\": [\n                    37.774929,\n                    -122.419418\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"USD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9b7\",\n                \"state\": \"California\",\n                \"country\": \"United States\",\n                \"radius\": 50,\n                \"countryCode\": \"US\",\n                \"region\": \"North America\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"stateCode\": \"CA\",\n                \"code\": \"sanfrancisco\",\n                \"id\": \"5f6dc1b3202309365c0cd9b7\"\n            },\n            {\n                \"name\": \"Sydney\",\n                \"coordinates\": [\n                    -33.8548157,\n                    151.2164539\n                ],\n                \"public\": false,\n                \"phone\": true,\n                \"currencyCode\": \"AUD\",\n                \"_id\": \"5f6dc1b3202309365c0cd9c8\",\n                \"country\": \"Australia\",\n                \"radius\": 50,\n                \"countryCode\": \"AU\",\n                \"region\": \"Oceania\",\n                \"createdAt\": \"2020-09-25T00:00:00.000Z\",\n                \"updatedAt\": \"2020-09-25T00:00:00.000Z\",\n                \"code\": \"sydney\",\n                \"id\": \"5f6dc1b3202309365c0cd9c8\"\n            }\n        ],\n        \"departments\": [],\n        \"hideHomepageTagline\": true,\n        \"settings\": {\n            \"autoMatching\": true,\n            \"corporateOnlyToggleDefault\": false,\n            \"hideExploreSection\": false,\n            \"validateEmailDomains\": false,\n            \"workdaySync\": false,\n            \"disableSocialSharing\": true,\n            \"ensureCompanyOnlyDeeds\": false,\n            \"ensureCompanyOnlyCampaigns\": false,\n            \"partnerNonprofitsOnly\": false,\n            \"skipSendingWelcomeEmail\": true,\n            \"vtoIncrementsInHours\": false,\n            \"hidePaypalPaymentMethod\": true,\n            \"flatFileSync\": true,\n            \"applicationFees\": {\n                \"_id\": \"62fe04e477a1644678ae7a6c\",\n                \"employee\": 2,\n                \"id\": \"62fe04e477a1644678ae7a6c\"\n            },\n            \"id\": null\n        },\n        \"brief\": \"Doing good\",\n        \"website\": \"\",\n        \"pictures\": [\n            \"https://files.godeed.today/1601300215459_9d840ac2-a0fe-47ac-803a-2bcbc7c2dcc7.jpg\"\n        ],\n        \"excludeCauses\": [],\n        \"__t\": \"Company\",\n        \"_id\": \"5eb4808168abec18c3d8fbd9\",\n        \"name\": \"Team Deed\",\n        \"email\": \"randy+team@joindeed.com\",\n        \"createdAt\": \"2020-05-07T21:41:21.228Z\",\n        \"brandColor\": \"#FF385C\",\n        \"ein\": \"\",\n        \"facebookPage\": \"\",\n        \"instagram\": \"\",\n        \"mainPicture\": \"\",\n        \"phone\": \"+15555555555\",\n        \"homepageBanner\": \"https://files.godeed.today/1601300215459_9d840ac2-a0fe-47ac-803a-2bcbc7c2dcc7.jpg\",\n        \"logo\": \"https://files.godeed.today/1601307904662_72a3c143-2e32-4790-aa09-3817ddec0209.png\",\n        \"faqLink\": \"http://joindeed.com\",\n        \"homepageTagline\": \"Let's do something good now!\",\n        \"homepageGradient\": true,\n        \"appVanityDomain\": null,\n        \"feeCovered\": null,\n        \"id\": \"5eb4808168abec18c3d8fbd9\",\n        \"banner\": \"https://files.godeed.today/c960x540/1601300215459_9d840ac2-a0fe-47ac-803a-2bcbc7c2dcc7.jpg\",\n        \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\",\n        \"partners\": [\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c6d58f0715685bdbee5e55\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5b2d6d53903a731a9741c4fb\",\n                \"createdAt\": \"2022-07-07T12:46:07.322Z\",\n                \"modifiedAt\": \"2022-07-07T12:46:07.322Z\",\n                \"__v\": 0,\n                \"id\": \"62c6d58f0715685bdbee5e55\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e82fd0f76e7b305249c0\",\n                \"nonprofit\": \"5c9d30846ed8744d7070cf20\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e82fd0f76e7b305249c0\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ebcfd0f76e7b305249c8\",\n                \"nonprofit\": \"5cd2110db7c87c2239565644\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ebcfd0f76e7b305249c8\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62da92d07aa1323bd760c01f\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5e82934d64bc517780f25754\",\n                \"createdAt\": \"2022-07-22T12:06:40.967Z\",\n                \"modifiedAt\": \"2022-07-22T12:06:40.967Z\",\n                \"__v\": 0,\n                \"id\": \"62da92d07aa1323bd760c01f\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62da92d17aa1323bd760c029\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5e82934d64bc517780f25754\",\n                \"createdAt\": \"2022-07-22T12:06:41.044Z\",\n                \"modifiedAt\": \"2022-07-22T12:06:41.044Z\",\n                \"__v\": 0,\n                \"id\": \"62da92d17aa1323bd760c029\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bb29489313dc5516685cfd\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5eabfb3fe52c891bd51da794\",\n                \"createdAt\": \"2022-06-28T16:16:08.241Z\",\n                \"modifiedAt\": \"2022-06-28T16:16:08.241Z\",\n                \"__v\": 0,\n                \"id\": \"62bb29489313dc5516685cfd\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bb6d669313dc55166873a8\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5ec8103e18777677fc4118fb\",\n                \"createdAt\": \"2022-06-28T21:06:46.761Z\",\n                \"modifiedAt\": \"2022-06-28T21:06:46.761Z\",\n                \"__v\": 0,\n                \"id\": \"62bb6d669313dc55166873a8\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bb6d669313dc55166873af\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5ec8103e18777677fc4118fb\",\n                \"createdAt\": \"2022-06-28T21:06:46.847Z\",\n                \"modifiedAt\": \"2022-06-28T21:06:46.847Z\",\n                \"__v\": 0,\n                \"id\": \"62bb6d669313dc55166873af\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f11fd0f76e7b305249e7\",\n                \"nonprofit\": \"5ecd242e86991f1b046c4367\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f11fd0f76e7b305249e7\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e51bd0f76e7b305249b4\",\n                \"nonprofit\": \"5f106be3b135092bec8aa6d7\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e51bd0f76e7b305249b4\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e82fd0f76e7b305249c1\",\n                \"nonprofit\": \"5f36fa7c27b88b5d9fedf4cd\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e82fd0f76e7b305249c1\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f210d0f76e7b305249ec\",\n                \"nonprofit\": \"5f36fa8a27b88b5d9fedf516\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f210d0f76e7b305249ec\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"6284beffd2304100b232cfd3\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5f36fe5bf2ed3062af6344fc\",\n                \"__v\": 0,\n                \"createdAt\": \"2022-05-18T09:40:15.012Z\",\n                \"modifiedAt\": \"2022-05-18T09:40:15.012Z\",\n                \"id\": \"6284beffd2304100b232cfd3\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96eda6d0f76e7b305249d7\",\n                \"nonprofit\": \"5f36ff60f2ed3062af6346b5\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96eda6d0f76e7b305249d7\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"609bf5c211a1bd743c411659\",\n                \"nonprofit\": \"5f36ffdaf2ed3062af634777\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"609bf5c211a1bd743c411659\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e51bd0f76e7b305249b0\",\n                \"nonprofit\": \"5f36ffe3f2ed3062af634786\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e51bd0f76e7b305249b0\"\n            },\n            {\n                \"status\": \"pending\",\n                \"_id\": \"62d6c032f625a65f0d0d80cb\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5f36fff5f2ed3062af6347a8\",\n                \"createdAt\": \"2022-07-19T14:31:14.361Z\",\n                \"modifiedAt\": \"2022-07-19T14:31:14.361Z\",\n                \"__v\": 0,\n                \"id\": \"62d6c032f625a65f0d0d80cb\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f301d0f76e7b305249f9\",\n                \"nonprofit\": \"5f54eee68aa79c34184c5914\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f301d0f76e7b305249f9\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f97021dd0f76e7b30524a08\",\n                \"nonprofit\": \"5f5830c6ce52247bf85431d2\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f97021dd0f76e7b30524a08\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96eda6d0f76e7b305249dc\",\n                \"nonprofit\": \"5f6e2b8c9f6a5f6e19dba7a5\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96eda6d0f76e7b305249dc\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f301d0f76e7b305249f8\",\n                \"nonprofit\": \"5f71d4d5c8914e3a0f066c6b\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f301d0f76e7b305249f8\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e82fd0f76e7b305249c4\",\n                \"nonprofit\": \"5f71d4d5c8914e3a0f066c72\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e82fd0f76e7b305249c4\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ebcfd0f76e7b305249cd\",\n                \"nonprofit\": \"5f71d4d5c8914e3a0f066c80\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ebcfd0f76e7b305249cd\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f210d0f76e7b305249f0\",\n                \"nonprofit\": \"5f71d4d5c8914e3a0f066c82\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f210d0f76e7b305249f0\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e51bd0f76e7b305249b5\",\n                \"nonprofit\": \"5f71d4d5c8914e3a0f066c84\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e51bd0f76e7b305249b5\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e728d0f76e7b305249bf\",\n                \"nonprofit\": \"5f71d4d5c8914e3a0f066c86\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e728d0f76e7b305249bf\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f97021dd0f76e7b30524a09\",\n                \"nonprofit\": \"5f71d4d6c8914e3a0f066c96\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f97021dd0f76e7b30524a09\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ee97d0f76e7b305249e4\",\n                \"nonprofit\": \"5f71d4d6c8914e3a0f066c9a\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ee97d0f76e7b305249e4\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ebcfd0f76e7b305249cc\",\n                \"nonprofit\": \"5f71d4d6c8914e3a0f066ca1\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ebcfd0f76e7b305249cc\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e418d0f76e7b305249ab\",\n                \"nonprofit\": \"5f8497a737c9d64bbad98ebc\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e418d0f76e7b305249ab\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e418d0f76e7b305249ad\",\n                \"nonprofit\": \"5f8497a737c9d64bbad98ebd\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e418d0f76e7b305249ad\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e418d0f76e7b305249ac\",\n                \"nonprofit\": \"5f8497a737c9d64bbad98ebe\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e418d0f76e7b305249ac\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e418d0f76e7b305249af\",\n                \"nonprofit\": \"5f8497a737c9d64bbad98ebf\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e418d0f76e7b305249af\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e418d0f76e7b305249ae\",\n                \"nonprofit\": \"5f8497a737c9d64bbad98ec0\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e418d0f76e7b305249ae\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e418d0f76e7b305249aa\",\n                \"nonprofit\": \"5f8497a737c9d64bbad98ec1\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e418d0f76e7b305249aa\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e51bd0f76e7b305249b2\",\n                \"nonprofit\": \"5f849b9c2e8c3d4ec036cbac\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e51bd0f76e7b305249b2\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e51bd0f76e7b305249b3\",\n                \"nonprofit\": \"5f849b9c2e8c3d4ec036cbae\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e51bd0f76e7b305249b3\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e51bd0f76e7b305249b6\",\n                \"nonprofit\": \"5f849b9c2e8c3d4ec036cbaf\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e51bd0f76e7b305249b6\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e51bd0f76e7b305249b7\",\n                \"nonprofit\": \"5f849b9c2e8c3d4ec036cbb0\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e51bd0f76e7b305249b7\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e51bd0f76e7b305249b1\",\n                \"nonprofit\": \"5f849b9e2e8c3d4ec036cbb1\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e51bd0f76e7b305249b1\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e728d0f76e7b305249ba\",\n                \"nonprofit\": \"5f849c3a3d29f54f1ac2a7fc\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e728d0f76e7b305249ba\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e728d0f76e7b305249bd\",\n                \"nonprofit\": \"5f849c3a3d29f54f1ac2a7fe\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"createdAt\": \"2022-07-07T15:36:24.221Z\",\n                \"modifiedAt\": \"2022-07-07T15:36:31.043Z\",\n                \"id\": \"5f96e728d0f76e7b305249bd\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e728d0f76e7b305249bb\",\n                \"nonprofit\": \"5f849c3a3d29f54f1ac2a7ff\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e728d0f76e7b305249bb\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e728d0f76e7b305249b8\",\n                \"nonprofit\": \"5f849c3a3d29f54f1ac2a800\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e728d0f76e7b305249b8\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e728d0f76e7b305249be\",\n                \"nonprofit\": \"5f849c3a3d29f54f1ac2a801\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e728d0f76e7b305249be\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e728d0f76e7b305249bc\",\n                \"nonprofit\": \"5f849c3b3d29f54f1ac2a803\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e728d0f76e7b305249bc\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e728d0f76e7b305249b9\",\n                \"nonprofit\": \"5f849c3c3d29f54f1ac2a804\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e728d0f76e7b305249b9\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e82fd0f76e7b305249c6\",\n                \"nonprofit\": \"5f849cc302c2964f571fe08c\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e82fd0f76e7b305249c6\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e82fd0f76e7b305249c7\",\n                \"nonprofit\": \"5f849cc302c2964f571fe08d\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e82fd0f76e7b305249c7\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e82fd0f76e7b305249c3\",\n                \"nonprofit\": \"5f849cc302c2964f571fe08e\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e82fd0f76e7b305249c3\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e82fd0f76e7b305249c2\",\n                \"nonprofit\": \"5f849cc302c2964f571fe090\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e82fd0f76e7b305249c2\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96e82fd0f76e7b305249c5\",\n                \"nonprofit\": \"5f849cc502c2964f571fe092\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96e82fd0f76e7b305249c5\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ebcfd0f76e7b305249ca\",\n                \"nonprofit\": \"5f849d26af14224f8cd85d77\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ebcfd0f76e7b305249ca\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ecf7d0f76e7b305249d5\",\n                \"nonprofit\": \"5f849d26af14224f8cd85d78\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ecf7d0f76e7b305249d5\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ebcfd0f76e7b305249ce\",\n                \"nonprofit\": \"5f849d26af14224f8cd85d78\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ebcfd0f76e7b305249ce\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ebcfd0f76e7b305249cb\",\n                \"nonprofit\": \"5f849d27af14224f8cd85d7b\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ebcfd0f76e7b305249cb\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ebcfd0f76e7b305249c9\",\n                \"nonprofit\": \"5f849d28af14224f8cd85d7c\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ebcfd0f76e7b305249c9\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ecf7d0f76e7b305249d4\",\n                \"nonprofit\": \"5f849db89bc6334fcc8874f3\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ecf7d0f76e7b305249d4\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ee97d0f76e7b305249e3\",\n                \"nonprofit\": \"5f849db89bc6334fcc8874f3\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ee97d0f76e7b305249e3\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ecf7d0f76e7b305249d6\",\n                \"nonprofit\": \"5f849db89bc6334fcc8874f4\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ecf7d0f76e7b305249d6\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ecf7d0f76e7b305249d1\",\n                \"nonprofit\": \"5f849db89bc6334fcc8874f6\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ecf7d0f76e7b305249d1\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ecf7d0f76e7b305249d2\",\n                \"nonprofit\": \"5f849db89bc6334fcc8874f7\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ecf7d0f76e7b305249d2\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ecf7d0f76e7b305249cf\",\n                \"nonprofit\": \"5f849db89bc6334fcc8874f8\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ecf7d0f76e7b305249cf\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ecf7d0f76e7b305249d0\",\n                \"nonprofit\": \"5f849dba9bc6334fcc8874fa\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ecf7d0f76e7b305249d0\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96eda6d0f76e7b305249dd\",\n                \"nonprofit\": \"5f849e4431fe4c5014b92a98\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96eda6d0f76e7b305249dd\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96eda6d0f76e7b305249da\",\n                \"nonprofit\": \"5f849e4431fe4c5014b92a99\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96eda6d0f76e7b305249da\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96eda6d0f76e7b305249d9\",\n                \"nonprofit\": \"5f849e4431fe4c5014b92a9a\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96eda6d0f76e7b305249d9\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96eda6d0f76e7b305249d8\",\n                \"nonprofit\": \"5f849e4431fe4c5014b92a9b\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96eda6d0f76e7b305249d8\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96eda6d0f76e7b305249de\",\n                \"nonprofit\": \"5f849e4431fe4c5014b92a9c\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96eda6d0f76e7b305249de\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ee97d0f76e7b305249df\",\n                \"nonprofit\": \"5f849f0ddcf72b50a7e3add6\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ee97d0f76e7b305249df\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bc546d8f8654007ebc8b67\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5f849f0ddcf72b50a7e3add7\",\n                \"createdAt\": \"2022-06-29T13:32:29.133Z\",\n                \"modifiedAt\": \"2022-06-29T13:32:29.133Z\",\n                \"__v\": 0,\n                \"id\": \"62bc546d8f8654007ebc8b67\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bc546d8f8654007ebc8b69\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5f849f0ddcf72b50a7e3add7\",\n                \"createdAt\": \"2022-06-29T13:32:29.149Z\",\n                \"modifiedAt\": \"2022-06-29T13:32:29.149Z\",\n                \"__v\": 0,\n                \"id\": \"62bc546d8f8654007ebc8b69\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ee97d0f76e7b305249e2\",\n                \"nonprofit\": \"5f849f0ddcf72b50a7e3add8\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ee97d0f76e7b305249e2\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ee97d0f76e7b305249e5\",\n                \"nonprofit\": \"5f849f0edcf72b50a7e3addc\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ee97d0f76e7b305249e5\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ee97d0f76e7b305249e0\",\n                \"nonprofit\": \"5f849f0fdcf72b50a7e3addd\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ee97d0f76e7b305249e0\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f11fd0f76e7b305249e8\",\n                \"nonprofit\": \"5f84a024792f9c512d7aea50\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f11fd0f76e7b305249e8\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f11fd0f76e7b305249e9\",\n                \"nonprofit\": \"5f84a024792f9c512d7aea51\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f11fd0f76e7b305249e9\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f11fd0f76e7b305249e6\",\n                \"nonprofit\": \"5f84a026792f9c512d7aea53\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f11fd0f76e7b305249e6\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f210d0f76e7b305249f3\",\n                \"nonprofit\": \"5f84a8e96021fa54f20a6645\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f210d0f76e7b305249f3\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f210d0f76e7b305249ee\",\n                \"nonprofit\": \"5f84a8e96021fa54f20a6646\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f210d0f76e7b305249ee\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f210d0f76e7b305249ef\",\n                \"nonprofit\": \"5f84a8e96021fa54f20a6647\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f210d0f76e7b305249ef\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f210d0f76e7b305249ed\",\n                \"nonprofit\": \"5f84a8e96021fa54f20a6648\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f210d0f76e7b305249ed\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f210d0f76e7b305249f2\",\n                \"nonprofit\": \"5f84a8e96021fa54f20a6649\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f210d0f76e7b305249f2\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f301d0f76e7b305249f7\",\n                \"nonprofit\": \"5f84a968811430552d132bc5\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f301d0f76e7b305249f7\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f301d0f76e7b305249fb\",\n                \"nonprofit\": \"5f84a968811430552d132bc6\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f301d0f76e7b305249fb\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f301d0f76e7b305249f6\",\n                \"nonprofit\": \"5f84a968811430552d132bc7\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f301d0f76e7b305249f6\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f301d0f76e7b305249f4\",\n                \"nonprofit\": \"5f84a968811430552d132bc8\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f301d0f76e7b305249f4\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f301d0f76e7b305249f5\",\n                \"nonprofit\": \"5f84a968811430552d132bc9\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f301d0f76e7b305249f5\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f301d0f76e7b305249fa\",\n                \"nonprofit\": \"5f84a968811430552d132bca\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f301d0f76e7b305249fa\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f97021dd0f76e7b30524a0a\",\n                \"nonprofit\": \"5f84aa74bde86755b9b3318e\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f97021dd0f76e7b30524a0a\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f97021dd0f76e7b30524a0b\",\n                \"nonprofit\": \"5f84aa74bde86755b9b3318f\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f97021dd0f76e7b30524a0b\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f97021dd0f76e7b30524a04\",\n                \"nonprofit\": \"5f84aa74bde86755b9b33190\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f97021dd0f76e7b30524a04\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f97021dd0f76e7b30524a06\",\n                \"nonprofit\": \"5f84aa74bde86755b9b33191\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f97021dd0f76e7b30524a06\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f97021dd0f76e7b30524a07\",\n                \"nonprofit\": \"5f84aa74bde86755b9b33192\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f97021dd0f76e7b30524a07\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f97021dd0f76e7b30524a05\",\n                \"nonprofit\": \"5f84aa76bde86755b9b33194\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f97021dd0f76e7b30524a05\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f11fd0f76e7b305249ea\",\n                \"nonprofit\": \"5f96d603df207914ff188256\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f11fd0f76e7b305249ea\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f11fd0f76e7b305249eb\",\n                \"nonprofit\": \"5f96d603df207914ff188257\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f11fd0f76e7b305249eb\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96eda6d0f76e7b305249db\",\n                \"nonprofit\": \"5f96d603df207914ff188258\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96eda6d0f76e7b305249db\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96ecf7d0f76e7b305249d3\",\n                \"nonprofit\": \"5f96d603df207914ff18825a\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96ecf7d0f76e7b305249d3\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5f96f210d0f76e7b305249f1\",\n                \"nonprofit\": \"5f96d603df207914ff18825d\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"__v\": 0,\n                \"id\": \"5f96f210d0f76e7b305249f1\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"5fff4315d48c810c6bd3bda2\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"5fff4314d48c810c6bd3bd9f\",\n                \"__v\": 0,\n                \"id\": \"5fff4315d48c810c6bd3bda2\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bb6a5a9313dc551668713d\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"602ac34a164711e407ea96b4\",\n                \"createdAt\": \"2022-06-28T20:53:46.483Z\",\n                \"modifiedAt\": \"2022-06-28T20:53:46.483Z\",\n                \"__v\": 0,\n                \"id\": \"62bb6a5a9313dc551668713d\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c760426d9d4e7d4f8efbb8\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"605a355ec34d088678b34793\",\n                \"createdAt\": \"2022-07-07T22:37:54.393Z\",\n                \"modifiedAt\": \"2022-07-07T22:37:54.393Z\",\n                \"__v\": 0,\n                \"id\": \"62c760426d9d4e7d4f8efbb8\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c7ca6b6d9d4e7d4f8f090b\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"605b3632ab70388268e61b1b\",\n                \"createdAt\": \"2022-07-08T06:10:51.987Z\",\n                \"modifiedAt\": \"2022-07-08T06:10:51.987Z\",\n                \"__v\": 0,\n                \"id\": \"62c7ca6b6d9d4e7d4f8f090b\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c7caeb6d9d4e7d4f8f097d\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"6063000869aa813dc4fe8f33\",\n                \"createdAt\": \"2022-07-08T06:12:59.408Z\",\n                \"modifiedAt\": \"2022-07-08T06:12:59.408Z\",\n                \"__v\": 0,\n                \"id\": \"62c7caeb6d9d4e7d4f8f097d\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c760426d9d4e7d4f8efbb6\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"606300d3472e435950fe6571\",\n                \"createdAt\": \"2022-07-07T22:37:54.392Z\",\n                \"modifiedAt\": \"2022-07-07T22:37:54.392Z\",\n                \"__v\": 0,\n                \"id\": \"62c760426d9d4e7d4f8efbb6\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c75faf6d9d4e7d4f8efb47\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"6063014c472e435950fe65a3\",\n                \"createdAt\": \"2022-07-07T22:35:27.339Z\",\n                \"modifiedAt\": \"2022-07-07T22:35:27.339Z\",\n                \"__v\": 0,\n                \"id\": \"62c75faf6d9d4e7d4f8efb47\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c75faf6d9d4e7d4f8efb45\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"6063014c472e435950fe65a3\",\n                \"createdAt\": \"2022-07-07T22:35:27.338Z\",\n                \"modifiedAt\": \"2022-07-07T22:35:27.338Z\",\n                \"__v\": 0,\n                \"id\": \"62c75faf6d9d4e7d4f8efb45\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c7ca6c6d9d4e7d4f8f090f\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"606466071efbb4239cdce3ef\",\n                \"createdAt\": \"2022-07-08T06:10:52.119Z\",\n                \"modifiedAt\": \"2022-07-08T06:10:52.119Z\",\n                \"__v\": 0,\n                \"id\": \"62c7ca6c6d9d4e7d4f8f090f\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c7caeb6d9d4e7d4f8f0981\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"6064790848bfa435c48cac10\",\n                \"createdAt\": \"2022-07-08T06:12:59.425Z\",\n                \"modifiedAt\": \"2022-07-08T06:12:59.425Z\",\n                \"__v\": 0,\n                \"id\": \"62c7caeb6d9d4e7d4f8f0981\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"607d46f8c1fa654dea4670bd\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"607d46f7c1fa654dea4670ba\",\n                \"__v\": 0,\n                \"id\": \"607d46f8c1fa654dea4670bd\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"60a2148b74a5d8c852265bf0\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"60a2148a74a5d8c852265bed\",\n                \"__v\": 0,\n                \"id\": \"60a2148b74a5d8c852265bf0\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"60a2156a74a5d8c852265bfb\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"60a2156874a5d8c852265bf8\",\n                \"__v\": 0,\n                \"id\": \"60a2156a74a5d8c852265bfb\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bb6b9c9313dc5516687283\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"60a4d99d39ed0efbe5cc97ed\",\n                \"createdAt\": \"2022-06-28T20:59:08.765Z\",\n                \"modifiedAt\": \"2022-06-28T20:59:08.765Z\",\n                \"__v\": 0,\n                \"id\": \"62bb6b9c9313dc5516687283\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"60a7b944ab6449257dd8f20d\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"60a7b942ab6449257dd8f20a\",\n                \"__v\": 0,\n                \"createdAt\": \"2022-07-07T15:25:56.945Z\",\n                \"modifiedAt\": \"2022-07-07T19:09:23.131Z\",\n                \"id\": \"60a7b944ab6449257dd8f20d\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"611013f8325e30be566f63f3\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"60c09e314d5c123aa306bae6\",\n                \"__v\": 0,\n                \"id\": \"611013f8325e30be566f63f3\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"611013da325e30be566f53bd\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"60c0b6f13c4bc879f6cb6db2\",\n                \"__v\": 0,\n                \"id\": \"611013da325e30be566f53bd\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"612380ea26c9a3c7233fce01\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"60c0c50f79001f95949d3aa2\",\n                \"__v\": 0,\n                \"id\": \"612380ea26c9a3c7233fce01\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bb26189313dc5516685baf\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"614c336c5a81385a5a550dc1\",\n                \"createdAt\": \"2022-06-28T16:02:32.657Z\",\n                \"modifiedAt\": \"2022-06-28T16:02:32.657Z\",\n                \"__v\": 0,\n                \"id\": \"62bb26189313dc5516685baf\"\n            },\n            {\n                \"status\": \"rejected\",\n                \"_id\": \"632036526003ef5f7d1d829f\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"6155d4df93585cd2003a6bf0\",\n                \"createdAt\": \"2022-09-13T07:50:42.989Z\",\n                \"modifiedAt\": \"2022-09-13T07:52:43.563Z\",\n                \"__v\": 0,\n                \"id\": \"632036526003ef5f7d1d829f\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bc53f08f8654007ebc8b04\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"61b368b385f1fb0ff7ed92b9\",\n                \"createdAt\": \"2022-06-29T13:30:24.689Z\",\n                \"modifiedAt\": \"2022-06-29T13:30:24.689Z\",\n                \"__v\": 0,\n                \"id\": \"62bc53f08f8654007ebc8b04\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bc53ad8f8654007ebc8a94\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"62bc5365b325d286571f9a88\",\n                \"createdAt\": \"2022-06-29T13:29:17.625Z\",\n                \"modifiedAt\": \"2022-06-29T13:29:17.625Z\",\n                \"__v\": 0,\n                \"id\": \"62bc53ad8f8654007ebc8a94\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bc55568f8654007ebc8c0e\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"62bc55558f8654007ebc8c07\",\n                \"createdAt\": \"2022-06-29T13:36:22.259Z\",\n                \"modifiedAt\": \"2022-06-29T13:36:22.259Z\",\n                \"__v\": 0,\n                \"id\": \"62bc55568f8654007ebc8c0e\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bc55568f8654007ebc8c10\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"62bc55568f8654007ebc8c0a\",\n                \"createdAt\": \"2022-06-29T13:36:22.263Z\",\n                \"modifiedAt\": \"2022-06-29T13:36:22.263Z\",\n                \"__v\": 0,\n                \"id\": \"62bc55568f8654007ebc8c10\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bc56278f8654007ebc8d36\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"62bc56278f8654007ebc8d33\",\n                \"createdAt\": \"2022-06-29T13:39:51.732Z\",\n                \"modifiedAt\": \"2022-06-29T13:39:51.732Z\",\n                \"__v\": 0,\n                \"id\": \"62bc56278f8654007ebc8d36\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62bc57738f8654007ebc8e73\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"62bc57738f8654007ebc8e70\",\n                \"createdAt\": \"2022-06-29T13:45:23.620Z\",\n                \"modifiedAt\": \"2022-06-29T13:45:23.620Z\",\n                \"__v\": 0,\n                \"id\": \"62bc57738f8654007ebc8e73\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c755f7dc3a4b888fa34cc6\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"62c525f4f7d3d229d280a08a\",\n                \"createdAt\": \"2022-07-07T21:53:59.921Z\",\n                \"modifiedAt\": \"2022-07-07T21:53:59.921Z\",\n                \"__v\": 0,\n                \"id\": \"62c755f7dc3a4b888fa34cc6\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62c76e9dcb059c1dc9e592b7\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"62c76d76485b231b8730eb97\",\n                \"createdAt\": \"2022-07-07T23:39:09.234Z\",\n                \"modifiedAt\": \"2022-07-07T23:39:09.234Z\",\n                \"__v\": 0,\n                \"id\": \"62c76e9dcb059c1dc9e592b7\"\n            },\n            {\n                \"status\": \"accepted\",\n                \"_id\": \"62da96afc2935027e705556f\",\n                \"company\": \"5eb4808168abec18c3d8fbd9\",\n                \"nonprofit\": \"62da96afc2935027e705556c\",\n                \"createdAt\": \"2022-07-22T12:23:11.596Z\",\n                \"modifiedAt\": \"2022-07-22T12:23:11.596Z\",\n                \"__v\": 0,\n                \"id\": \"62da96afc2935027e705556f\"\n            }\n        ],\n        \"partnerCompanies\": []\n    },\n    \"id\": \"57b9dcdfdfd0f9155f4bad09\",\n    \"profile\": {\n        \"name\": \"Admin Shared\",\n        \"role\": \"Admin\"\n    },\n    \"token\": {\n        \"_id\": \"57b9dcdfdfd0f9155f4bad09\",\n        \"role\": \"Admin\"\n    },\n    \"features\": {\n        \"volunteering\": true,\n        \"donations\": true,\n        \"recurringDonations\": true,\n        \"payrollDonations\": true,\n        \"corporateDonations\": true,\n        \"externalCorporateDonations\": true,\n        \"donationMatching\": true,\n        \"externalMatching\": true,\n        \"donationCredit\": true,\n        \"userCreateDeed\": false,\n        \"userDraftDeed\": false,\n        \"userPublishDeed\": true,\n        \"userNominateNonprofit\": true,\n        \"userNominateNonprofitForMatching\": true,\n        \"userLogOfflineHours\": true,\n        \"browsingExternalOpportunities\": true,\n        \"autoSourceDeeds\": true,\n        \"surveys\": true,\n        \"reports\": true,\n        \"slack\": true,\n        \"volunteerTimeOff\": true,\n        \"events\": true,\n        \"employeeAffiliations\": true,\n        \"advancedReporting\": false,\n        \"advancedDashboards\": true,\n        \"basicDashboards\": true,\n        \"communities\": true\n    },\n    \"privileges\": [\n        \"allLocations:manage\",\n        \"autoSource:manage\",\n        \"dashboard:view\",\n        \"donation:view\",\n        \"event:manage\",\n        \"form:manage\",\n        \"form:view\",\n        \"fundraiser:manage\",\n        \"organization:manageUsers\",\n        \"organization:viewDepartments\",\n        \"partner:manage\",\n        \"partner:view\",\n        \"picture:view\",\n        \"project:manage\",\n        \"rating:view\",\n        \"survey:manage\",\n        \"volunteers:contact\",\n        \"volunteers:export\",\n        \"volunteers:manage\",\n        \"volunteertime\",\n        \"baseEvent:manage\",\n        \"organizations:view\",\n        \"nonprofitNominations:view\",\n        \"employeeAffiliations:view\",\n        \"employeeAffiliations:manage\",\n        \"cause:manage\"\n    ]\n}"}],"_postman_id":"767a0eb0-f33e-4c18-ac76-a1292bb2c100"},{"name":"Get My Donation Credit","id":"fbae8f1a-b14b-4c2b-b02a-fcf8fa1b2c4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/users/myDonationCredit","description":"<p><code>User</code></p>\n<p>Get donation credit information for self.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","users","myDonationCredit"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"4ae6e27a-4a40-4f3b-9979-238e60546745","name":"/api/users/myDonationCredit","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/users/myDonationCredit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 08:19:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"393"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"62096ea674a1163d9c2dbf95\",\n    \"donationCreditsWallets\": {},\n    \"donationCreditsAmountCurrencies\": {\n        \"EUR\": 0,\n        \"USD\": 0,\n        \"CAD\": 0,\n        \"GBP\": 0,\n        \"AUD\": 0,\n        \"RON\": 0,\n        \"SGD\": 0,\n        \"INR\": 0,\n        \"HKD\": 0,\n        \"NZD\": 0,\n        \"BRL\": 0,\n        \"MXN\": 0,\n        \"JPY\": 0,\n        \"DKK\": 0,\n        \"PLN\": 0,\n        \"NOK\": 0,\n        \"SEK\": 0,\n        \"HUF\": 0,\n        \"CZK\": 0,\n        \"CHF\": 0,\n        \"ILS\": 0,\n        \"ZAR\": 0,\n        \"TRY\": 0,\n        \"ARS\": 0,\n        \"CLP\": 0,\n        \"PEN\": 0,\n        \"COP\": 0,\n        \"BOB\": 0,\n        \"CNY\": 0,\n        \"KRW\": 0,\n        \"PHP\": 0,\n        \"THB\": 0,\n        \"KZT\": 0,\n        \"UAH\": 0,\n        \"CRC\": 0,\n        \"IDR\": 0,\n        \"VND\": 0\n    }\n}"}],"_postman_id":"fbae8f1a-b14b-4c2b-b02a-fcf8fa1b2c4a"},{"name":"Get My Currency","id":"fc23be8c-d940-48a4-916b-d9d846509cf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/users/myCurrency","description":"<p><code>User</code></p>\n<p>Get currency information for self.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","users","myCurrency"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"522929f7-b47f-455d-bc94-227106dcf39d","name":"/api/users/myCurrency","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/users/myCurrency"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 08:15:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"currencyCode\": \"USD\",\n    \"rates\": {\n        \"EUR\": {\n            \"AED\": 3.720507885700394,\n            \"AFN\": 89.9931920626399,\n            \"ALL\": 117.61523454514145,\n            \"AMD\": 410.6450026842782,\n            \"ANG\": 1.8260000202587034,\n            \"AOA\": 433.9007627401922,\n            \"ARS\": 144.11886895657545,\n            \"AUD\": 1.4694782370876085,\n            \"AWG\": 1.8232833280998348,\n            \"AZN\": 1.721989809872066,\n            \"BAM\": 1.9547592759539316,\n            \"BBD\": 2.025870364555372,\n            \"BDT\": 96.27457330105446,\n            \"BGN\": 1.9556962409975385,\n            \"BHD\": 0.3819170811259787,\n            \"BIF\": 2083.420277949414,\n            \"BMD\": 1.012935182277686,\n            \"BND\": 1.414825319327816,\n            \"BOB\": 7.000865046645664,\n            \"BRL\": 5.159486644449622,\n            \"BSD\": 1.012935182277686,\n            \"BTC\": 0.0000452995654508068,\n            \"BTN\": 80.57546670988523,\n            \"BWP\": 13.022466902342918,\n            \"BYN\": 2.5577990944359468,\n            \"BZD\": 2.0421816597955895,\n            \"CAD\": 1.3149843501514338,\n            \"CDF\": 2072.9463569786167,\n            \"CHF\": 0.9653211510995411,\n            \"CLF\": 0.03297813072941463,\n            \"CLP\": 909.6883289608297,\n            \"CNH\": 7.007556496459792,\n            \"CNY\": 7.016095540046392,\n            \"COP\": 4412.787194473425,\n            \"CRC\": 653.4018800076983,\n            \"CUC\": 1.012935182277686,\n            \"CUP\": 26.083080943650415,\n            \"CVE\": 111.15444222724187,\n            \"CZK\": 24.529590875479876,\n            \"DJF\": 180.4507774277524,\n            \"DKK\": 7.436426162089887,\n            \"DOP\": 54.00523586195719,\n            \"DZD\": 142.4003423720916,\n            \"EGP\": 19.610323835377773,\n            \"ERN\": 15.194027734165289,\n            \"ETB\": 53.390397374472,\n            \"EUR\": 1,\n            \"FJD\": 2.242587846803683,\n            \"FKP\": 0.8665376862534566,\n            \"GBP\": 0.8665376862534566,\n            \"GEL\": 2.861541889934463,\n            \"GGP\": 0.8665376862534566,\n            \"GHS\": 10.210176959776344,\n            \"GIP\": 0.8665376862534566,\n            \"GMD\": 55.204967434133884,\n            \"GNF\": 8762.199365902576,\n            \"GTQ\": 7.902571842427803,\n            \"GYD\": 211.96386049856667,\n            \"HKD\": 7.950314516374097,\n            \"HNL\": 25.010862716894742,\n            \"HRK\": 7.5255006432138405,\n            \"HTG\": 121.07167630643315,\n            \"HUF\": 397.929113783009,\n            \"IDR\": 15062.346160469191,\n            \"ILS\": 3.4082280724856413,\n            \"IMP\": 0.8665376862534566,\n            \"INR\": 80.38203863334785,\n            \"IQD\": 1479.1722394983944,\n            \"IRR\": 42847.15821034612,\n            \"ISK\": 140.5143684855606,\n            \"JEP\": 0.8665376862534566,\n            \"JMD\": 153.7757584352177,\n            \"JOD\": 0.7181710442348793,\n            \"JPY\": 144.42835002988159,\n            \"KES\": 121.9931859850288,\n            \"KGS\": 83.08564366966158,\n            \"KHR\": 4171.197800917718,\n            \"KMF\": 494.4895535994651,\n            \"KPW\": 911.6416640499174,\n            \"KRW\": 1393.9912684987287,\n            \"KWD\": 0.3122403087426435,\n            \"KYD\": 0.8443371858634766,\n            \"KZT\": 479.2775584210366,\n            \"LAK\": 15959.857533705417,\n            \"LBP\": 1476.3715699482389,\n            \"LKR\": 366.76045703635424,\n            \"LRD\": 155.94134497533503,\n            \"LSL\": 17.373031613707038,\n            \"LYD\": 5.0044275396817355,\n            \"MAD\": 10.831837565714169,\n            \"MDL\": 19.549152679720024,\n            \"MGA\": 4234.625545212361,\n            \"MKD\": 61.56790514874953,\n            \"MMK\": 2127.616003362945,\n            \"MNT\": 3251.4568864398366,\n            \"MOP\": 8.190614142601014,\n            \"MRU\": 38.288949890096525,\n            \"MUR\": 45.58203356867194,\n            \"MVR\": 15.710624677126908,\n            \"MWK\": 1039.0409772798637,\n            \"MXN\": 20.092608611974917,\n            \"MYR\": 4.561753593387559,\n            \"MZN\": 64.72654903112749,\n            \"NAD\": 17.427549811087584,\n            \"NGN\": 429.07450543439717,\n            \"NIO\": 36.41485570738328,\n            \"NOK\": 9.966442470346323,\n            \"NPR\": 128.92038329467294,\n            \"NZD\": 1.648242050991157,\n            \"OMR\": 0.38998713572318505,\n            \"PAB\": 1.012935182277686,\n            \"PEN\": 3.921660605937826,\n            \"PGK\": 3.5681796541839286,\n            \"PHP\": 57.51852151980795,\n            \"PKR\": 233.74945250853398,\n            \"PLN\": 4.6939213759711516,\n            \"PYG\": 7007.476571822168,\n            \"QAR\": 3.6880969986730547,\n            \"RON\": 4.91121623127336,\n            \"RSD\": 117.33163396574253,\n            \"RUB\": 61.40919745145508,\n            \"RWF\": 1049.5338026599677,\n            \"SAR\": 3.806647893601288,\n            \"SBD\": 8.306265004102386,\n            \"SCR\": 13.365804321181487,\n            \"SDG\": 583.4506649919472,\n            \"SEK\": 10.61435633033842,\n            \"SGD\": 1.4138255523029082,\n            \"SHP\": 0.8665376862534566,\n            \"SLL\": 14125.38111686233,\n            \"SOS\": 575.5267313594602,\n            \"SRD\": 27.123871843440735,\n            \"SSP\": 131.94493684349138,\n            \"STD\": 22681.73627624768,\n            \"STN\": 24.715618447575537,\n            \"SVC\": 8.865143887442642,\n            \"SYP\": 2545.0300335281545,\n            \"SZL\": 17.362188142580756,\n            \"THB\": 36.75891129726608,\n            \"TJS\": 10.23279478946142,\n            \"TMT\": 3.545273137971901,\n            \"TND\": 3.218702835205575,\n            \"TOP\": 2.39227535629995,\n            \"TRY\": 18.463296293670165,\n            \"TTD\": 6.883330125705255,\n            \"TWD\": 31.24317433627422,\n            \"TZS\": 2360.1389747070084,\n            \"UAH\": 37.41780436169889,\n            \"UGX\": 3863.204252301895,\n            \"USD\": 1.012935182277686,\n            \"UYU\": 41.249443392117335,\n            \"UZS\": 11099.222706967981,\n            \"VES\": 8.076638675891129,\n            \"VND\": 23828.163687286647,\n            \"VUV\": 119.05233836086828,\n            \"WST\": 2.7318659278992734,\n            \"XAF\": 655.9571072597065,\n            \"XAG\": 0.051032312632314655,\n            \"XAU\": 0.0005870668435926784,\n            \"XCD\": 2.7375079768645603,\n            \"XDR\": 0.7494798577839004,\n            \"XOF\": 655.9571072597065,\n            \"XPD\": 0.0004480313604732433,\n            \"XPF\": 119.33176159557549,\n            \"XPT\": 0.0011137627503216068,\n            \"YER\": 253.48696555007442,\n            \"ZAR\": 17.33455121906749,\n            \"ZMW\": 15.70379850693354,\n            \"ZWL\": 326.1651286934149\n        },\n        \"USD\": {\n            \"AED\": 3.672997,\n            \"AFN\": 88.843979,\n            \"ALL\": 116.113288,\n            \"AMD\": 405.401066,\n            \"ANG\": 1.802682,\n            \"AOA\": 428.35985,\n            \"ARS\": 142.278471,\n            \"AUD\": 1.450713,\n            \"AWG\": 1.8,\n            \"AZN\": 1.7,\n            \"BAM\": 1.929797,\n            \"BBD\": 2,\n            \"BDT\": 95.045147,\n            \"BGN\": 1.930722,\n            \"BHD\": 0.37704,\n            \"BIF\": 2056.815001,\n            \"BMD\": 1,\n            \"BND\": 1.396758,\n            \"BOB\": 6.911464,\n            \"BRL\": 5.0936,\n            \"BSD\": 1,\n            \"BTC\": 0.00004472109,\n            \"BTN\": 79.546518,\n            \"BWP\": 12.85617,\n            \"BYN\": 2.525136,\n            \"BZD\": 2.016103,\n            \"CAD\": 1.298192,\n            \"CDF\": 2046.474832,\n            \"CHF\": 0.952994,\n            \"CLF\": 0.032557,\n            \"CLP\": 898.071609,\n            \"CNH\": 6.91807,\n            \"CNY\": 6.9265,\n            \"COP\": 4356.435902,\n            \"CRC\": 645.057938,\n            \"CUC\": 1,\n            \"CUP\": 25.75,\n            \"CVE\": 109.735,\n            \"CZK\": 24.216348,\n            \"DJF\": 178.146421,\n            \"DKK\": 7.341463,\n            \"DOP\": 53.315589,\n            \"DZD\": 140.58189,\n            \"EGP\": 19.3599,\n            \"ERN\": 15,\n            \"ETB\": 52.708602,\n            \"EUR\": 0.98723,\n            \"FJD\": 2.21395,\n            \"FKP\": 0.855472,\n            \"GBP\": 0.855472,\n            \"GEL\": 2.825,\n            \"GGP\": 0.855472,\n            \"GHS\": 10.079793,\n            \"GIP\": 0.855472,\n            \"GMD\": 54.5,\n            \"GNF\": 8650.30608,\n            \"GTQ\": 7.801656,\n            \"GYD\": 209.257082,\n            \"HKD\": 7.848789,\n            \"HNL\": 24.691474,\n            \"HRK\": 7.4294,\n            \"HTG\": 119.525591,\n            \"HUF\": 392.847559,\n            \"IDR\": 14870,\n            \"ILS\": 3.364705,\n            \"IMP\": 0.855472,\n            \"INR\": 79.35556,\n            \"IQD\": 1460.28321,\n            \"IRR\": 42300,\n            \"ISK\": 138.72,\n            \"JEP\": 0.855472,\n            \"JMD\": 151.812042,\n            \"JOD\": 0.709,\n            \"JPY\": 142.584,\n            \"KES\": 120.435333,\n            \"KGS\": 82.02464,\n            \"KHR\": 4117.931605,\n            \"KMF\": 488.174922,\n            \"KPW\": 900,\n            \"KRW\": 1376.19,\n            \"KWD\": 0.308253,\n            \"KYD\": 0.833555,\n            \"KZT\": 473.157184,\n            \"LAK\": 15756.050153,\n            \"LBP\": 1457.518305,\n            \"LKR\": 362.076926,\n            \"LRD\": 153.949974,\n            \"LSL\": 17.151178,\n            \"LYD\": 4.940521,\n            \"MAD\": 10.693515,\n            \"MDL\": 19.29951,\n            \"MGA\": 4180.549377,\n            \"MKD\": 60.781683,\n            \"MMK\": 2100.446347,\n            \"MNT\": 3209.935782,\n            \"MOP\": 8.08602,\n            \"MRU\": 37.8,\n            \"MUR\": 44.999951,\n            \"MVR\": 15.51,\n            \"MWK\": 1025.772424,\n            \"MXN\": 19.836026,\n            \"MYR\": 4.5035,\n            \"MZN\": 63.899991,\n            \"NAD\": 17.205,\n            \"NGN\": 423.595224,\n            \"NIO\": 35.949838,\n            \"NOK\": 9.839171,\n            \"NPR\": 127.27407,\n            \"NZD\": 1.627194,\n            \"OMR\": 0.385007,\n            \"PAB\": 1,\n            \"PEN\": 3.871581,\n            \"PGK\": 3.522614,\n            \"PHP\": 56.78401,\n            \"PKR\": 230.764472,\n            \"PLN\": 4.63398,\n            \"PYG\": 6917.991096,\n            \"QAR\": 3.641,\n            \"RON\": 4.8485,\n            \"RSD\": 115.833309,\n            \"RUB\": 60.625002,\n            \"RWF\": 1036.131256,\n            \"SAR\": 3.758037,\n            \"SBD\": 8.200194,\n            \"SCR\": 13.195123,\n            \"SDG\": 576,\n            \"SEK\": 10.478811,\n            \"SGD\": 1.395771,\n            \"SHP\": 0.855472,\n            \"SLL\": 13945,\n            \"SOS\": 568.177255,\n            \"SRD\": 26.7775,\n            \"SSP\": 130.26,\n            \"STD\": 22392.090504,\n            \"STN\": 24.4,\n            \"SVC\": 8.751936,\n            \"SYP\": 2512.53,\n            \"SZL\": 17.140473,\n            \"THB\": 36.2895,\n            \"TJS\": 10.102122,\n            \"TMT\": 3.5,\n            \"TND\": 3.1776,\n            \"TOP\": 2.361726,\n            \"TRY\": 18.22752,\n            \"TTD\": 6.79543,\n            \"TWD\": 30.844199,\n            \"TZS\": 2330,\n            \"UAH\": 36.939979,\n            \"UGX\": 3813.871134,\n            \"USD\": 1,\n            \"UYU\": 40.722688,\n            \"UZS\": 10957.485633,\n            \"VES\": 7.9735,\n            \"VND\": 23523.878037,\n            \"VUV\": 117.53204,\n            \"WST\": 2.69698,\n            \"XAF\": 647.580535,\n            \"XAG\": 0.05038063,\n            \"XAU\": 0.00057957,\n            \"XCD\": 2.70255,\n            \"XDR\": 0.739909,\n            \"XOF\": 647.580535,\n            \"XPD\": 0.00044231,\n            \"XPF\": 117.807895,\n            \"XPT\": 0.00109954,\n            \"YER\": 250.249937,\n            \"ZAR\": 17.113189,\n            \"ZMW\": 15.503261,\n            \"ZWL\": 322\n        },\n        \"CAD\": {\n            \"AED\": 2.829317235046896,\n            \"AFN\": 68.43670196704339,\n            \"ALL\": 89.44230745529165,\n            \"AMD\": 312.2812850487447,\n            \"ANG\": 1.3886096971788455,\n            \"AOA\": 329.96648415642676,\n            \"ARS\": 109.5974023873202,\n            \"AUD\": 1.1174872437975274,\n            \"AWG\": 1.3865437469958217,\n            \"AZN\": 1.3095135388293873,\n            \"BAM\": 1.4865266462896087,\n            \"BBD\": 1.5406041633286909,\n            \"BDT\": 73.21347458619371,\n            \"BGN\": 1.4872391757151484,\n            \"BHD\": 0.2904346968707248,\n            \"BIF\": 1584.3688768687527,\n            \"BMD\": 0.7703020816643454,\n            \"BND\": 1.0759255949813278,\n            \"BOB\": 5.323915106548183,\n            \"BRL\": 3.92361068316551,\n            \"BSD\": 0.7703020816643454,\n            \"BTC\": 0.00003444874872129854,\n            \"BTN\": 61.274848404550326,\n            \"BWP\": 9.90313451323071,\n            \"BYN\": 1.9451175172855784,\n            \"BZD\": 1.553008337749732,\n            \"CAD\": 0.9999999999999999,\n            \"CDF\": 1576.4038231632917,\n            \"CHF\": 0.7340932620136312,\n            \"CLF\": 0.025078724872746098,\n            \"CLP\": 691.7864298963481,\n            \"CNH\": 5.3290037220996584,\n            \"CNY\": 5.335497368648088,\n            \"COP\": 3355.7716439478904,\n            \"CRC\": 496.8894724355103,\n            \"CUC\": 0.7703020816643454,\n            \"CUP\": 19.835278602856896,\n            \"CVE\": 84.52909893143695,\n            \"CZK\": 18.65390327470821,\n            \"DJF\": 137.22655893735288,\n            \"DKK\": 5.655144231361771,\n            \"DOP\": 41.06910919186068,\n            \"DZD\": 108.29052251130801,\n            \"EGP\": 14.91297127081356,\n            \"ERN\": 11.554531224965181,\n            \"ETB\": 40.60154584221748,\n            \"EUR\": 0.7604653240814918,\n            \"FJD\": 1.7054102937007776,\n            \"FKP\": 0.6589718624055609,\n            \"GBP\": 0.6589718624055609,\n            \"GEL\": 2.1761033807017762,\n            \"GGP\": 0.6589718624055609,\n            \"GHS\": 7.764485530645698,\n            \"GIP\": 0.6589718624055609,\n            \"GMD\": 41.981463450706826,\n            \"GNF\": 6663.348780457744,\n            \"GTQ\": 6.009631857229131,\n            \"GYD\": 161.19116586760663,\n            \"HKD\": 6.045938505244216,\n            \"HNL\": 19.019893821561062,\n            \"HRK\": 5.722882285517088,\n            \"HTG\": 92.07081155946116,\n            \"HUF\": 302.6112924744568,\n            \"IDR\": 11454.391954348817,\n            \"ILS\": 2.5918392656864313,\n            \"IMP\": 0.6589718624055609,\n            \"INR\": 61.127753059639865,\n            \"IQD\": 1124.8591964824925,\n            \"IRR\": 32583.778054401813,\n            \"ISK\": 106.856304768478,\n            \"JEP\": 0.6589718624055609,\n            \"JMD\": 116.94113197431503,\n            \"JOD\": 0.5461441759000208,\n            \"JPY\": 109.83275201202903,\n            \"KES\": 92.77158771583863,\n            \"KGS\": 63.18375093976854,\n            \"KHR\": 3172.0512874828987,\n            \"KMF\": 376.04215863292944,\n            \"KPW\": 693.2718734979109,\n            \"KRW\": 1060.0820217656556,\n            \"KWD\": 0.23744792757927946,\n            \"KYD\": 0.6420891516817235,\n            \"KZT\": 364.4739637896397,\n            \"LAK\": 12136.918231663729,\n            \"LBP\": 1122.7293844053884,\n            \"LKR\": 278.90860982042716,\n            \"LRD\": 118.58798544437185,\n            \"LSL\": 13.211588116395726,\n            \"LYD\": 3.805693610806414,\n            \"MAD\": 8.237236864808903,\n            \"MDL\": 14.866452728101853,\n            \"MGA\": 3220.2858876036826,\n            \"MKD\": 46.820256941962356,\n            \"MMK\": 1617.97819351837,\n            \"MNT\": 2472.6202148834686,\n            \"MOP\": 6.22867803837953,\n            \"MRU\": 29.117418686912256,\n            \"MUR\": 34.663555930093544,\n            \"MVR\": 11.947385286613997,\n            \"MWK\": 790.1546335210816,\n            \"MXN\": 15.279732119748079,\n            \"MYR\": 3.4690554247753798,\n            \"MZN\": 49.22229608563294,\n            \"NAD\": 13.253047315035062,\n            \"NGN\": 326.29628283027466,\n            \"NIO\": 27.692235046895988,\n            \"NOK\": 7.57913390315146,\n            \"NPR\": 98.03948106289361,\n            \"NZD\": 1.2534309254717328,\n            \"OMR\": 0.29657169355534463,\n            \"PAB\": 0.7703020816643454,\n            \"PEN\": 2.982286903632128,\n            \"PGK\": 2.7134768970999663,\n            \"PHP\": 43.74084110824901,\n            \"PKR\": 177.75835315577356,\n            \"PLN\": 3.5695644403909434,\n            \"PYG\": 5328.942942184206,\n            \"QAR\": 2.804669879339882,\n            \"RON\": 3.7348096429495787,\n            \"RSD\": 89.22663904876936,\n            \"RUB\": 46.699565241505105,\n            \"RWF\": 798.1340633742927,\n            \"SAR\": 2.8948237240716317,\n            \"SBD\": 6.316626508251475,\n            \"SCR\": 10.164230714717084,\n            \"SDG\": 443.693999038663,\n            \"SEK\": 8.071849926667241,\n            \"SGD\": 1.075165306826725,\n            \"SHP\": 0.6589718624055609,\n            \"SLL\": 10741.862528809297,\n            \"SOS\": 437.6681222808336,\n            \"SRD\": 20.62676399176701,\n            \"SSP\": 100.33954915759763,\n            \"STD\": 17248.67392804762,\n            \"STN\": 18.79537079261003,\n            \"SVC\": 6.741634519393125,\n            \"SYP\": 1935.407089244118,\n            \"SZL\": 13.203342032611507,\n            \"THB\": 27.95387739255826,\n            \"TJS\": 7.78168560582718,\n            \"TMT\": 2.696057285825209,\n            \"TND\": 2.447711894696624,\n            \"TOP\": 1.8192424541208079,\n            \"TRY\": 14.040696599578489,\n            \"TTD\": 5.234533874804343,\n            \"TWD\": 23.75935069696932,\n            \"TZS\": 1794.8038502779248,\n            \"UAH\": 28.454942720337208,\n            \"UGX\": 2937.8328737197576,\n            \"USD\": 0.7703020816643454,\n            \"UYU\": 31.368771337367658,\n            \"UZS\": 8440.573992907059,\n            \"VES\": 6.142003648150658,\n            \"VND\": 18120.492220719276,\n            \"VUV\": 90.53517507425711,\n            \"WST\": 2.0774893082071064,\n            \"XAF\": 498.8326341558105,\n            \"XAG\": 0.03880830416456117,\n            \"XAU\": 0.00044644397747020464,\n            \"XCD\": 2.0817798908019767,\n            \"XDR\": 0.5699534429421842,\n            \"XOF\": 498.8326341558105,\n            \"XPD\": 0.0003407123137409566,\n            \"XPF\": 90.74766675499464,\n            \"XPT\": 0.0008469779508732143,\n            \"YER\": 192.7680474074713,\n            \"ZAR\": 13.182325110615377,\n            \"ZMW\": 11.942194220885662,\n            \"ZWL\": 248.03727029591923\n        },\n        \"GBP\": {\n            \"AED\": 4.293532693063011,\n            \"AFN\": 103.85375441861336,\n            \"ALL\": 135.7300858473451,\n            \"AMD\": 473.8916831877607,\n            \"ANG\": 2.1072367067536986,\n            \"AOA\": 500.72924654459763,\n            \"ARS\": 166.31575434380085,\n            \"AUD\": 1.695804187629753,\n            \"AWG\": 2.1041015953765876,\n            \"AZN\": 1.9872070623001103,\n            \"BAM\": 2.255827192473862,\n            \"BBD\": 2.3378906615295416,\n            \"BDT\": 111.10258079750126,\n            \"BGN\": 2.25690846690482,\n            \"BHD\": 0.4407391475115492,\n            \"BIF\": 2404.3042916658874,\n            \"BMD\": 1.1689453307647708,\n            \"BND\": 1.6327337423083397,\n            \"BOB\": 8.079123571548806,\n            \"BRL\": 5.954139936783437,\n            \"BSD\": 1.1689453307647708,\n            \"BTC\": 0.00005227650934221109,\n            \"BTN\": 92.9855307946958,\n            \"BWP\": 15.028159893018124,\n            \"BYN\": 2.95174593674603,\n            \"BZD\": 2.356714188190847,\n            \"CAD\": 1.5175154768361794,\n            \"CDF\": 2392.2171993940187,\n            \"CHF\": 1.113997886546842,\n            \"CLF\": 0.038057353133708643,\n            \"CLP\": 1049.796614032955,\n            \"CNH\": 8.086845624403837,\n            \"CNY\": 8.096699833542186,\n            \"COP\": 5092.435406418913,\n            \"CRC\": 754.0374646978511,\n            \"CUC\": 1.1689453307647708,\n            \"CUP\": 30.100342267192847,\n            \"CVE\": 128.27421587147214,\n            \"CZK\": 28.307586922774796,\n            \"DJF\": 208.2434270204051,\n            \"DKK\": 8.581768894832326,\n            \"DOP\": 62.323008818523576,\n            \"DZD\": 164.33254390558662,\n            \"EGP\": 22.630664709072885,\n            \"ERN\": 17.534179961471562,\n            \"ETB\": 61.613474199038656,\n            \"EUR\": 1.1540178988909047,\n            \"FJD\": 2.5879865150466643,\n            \"FKP\": 1,\n            \"GBP\": 1,\n            \"GEL\": 3.3022705594104775,\n            \"GGP\": 1,\n            \"GHS\": 11.782726962425421,\n            \"GIP\": 1,\n            \"GMD\": 63.70752052668001,\n            \"GNF\": 10111.734901902108,\n            \"GTQ\": 9.11970935343296,\n            \"GYD\": 244.61008893336077,\n            \"HKD\": 9.174805253707895,\n            \"HNL\": 28.86298324199974,\n            \"HRK\": 8.684562440383788,\n            \"HTG\": 139.71888150634973,\n            \"HUF\": 459.2173197953878,\n            \"IDR\": 17382.217068472142,\n            \"ILS\": 3.933156199150878,\n            \"IMP\": 1,\n            \"INR\": 92.76231133222362,\n            \"IQD\": 1706.9912399236914,\n            \"IRR\": 49446.38749134981,\n            \"ISK\": 162.156096283689,\n            \"JEP\": 1,\n            \"JMD\": 177.45997764976528,\n            \"JOD\": 0.8287822395122224,\n            \"JPY\": 166.67290104176408,\n            \"KES\": 140.78232016945032,\n            \"KGS\": 95.88231993566126,\n            \"KHR\": 4813.636922073429,\n            \"KMF\": 570.6497956683562,\n            \"KPW\": 1052.0507976882936,\n            \"KRW\": 1608.69087474517,\n            \"KWD\": 0.3603309050442329,\n            \"KYD\": 0.9743802251856286,\n            \"KZT\": 553.0948809546074,\n            \"LAK\": 18417.961257644904,\n            \"LBP\": 1703.7592171339331,\n            \"LKR\": 423.2481320253615,\n            \"LRD\": 179.95910327865786,\n            \"LSL\": 20.04878944021546,\n            \"LYD\": 5.775198954495297,\n            \"MAD\": 12.500134428713038,\n            \"MDL\": 22.560072100548002,\n            \"MGA\": 4886.833674275722,\n            \"MKD\": 71.05046453887445,\n            \"MMK\": 2455.3069498475697,\n            \"MNT\": 3752.2394444236634,\n            \"MOP\": 9.45211532347055,\n            \"MRU\": 44.18613350290833,\n            \"MUR\": 52.60248260609348,\n            \"MVR\": 18.130342080161594,\n            \"MWK\": 1199.0718854620607,\n            \"MXN\": 23.187229973628593,\n            \"MYR\": 5.264345297099145,\n            \"MZN\": 74.69559611536087,\n            \"NAD\": 20.11170441580788,\n            \"NGN\": 495.1596592290571,\n            \"NIO\": 42.02339527184993,\n            \"NOK\": 11.50145299904614,\n            \"NPR\": 148.7764298539286,\n            \"NZD\": 1.9021008285484504,\n            \"OMR\": 0.4500521349617521,\n            \"PAB\": 1.1689453307647708,\n            \"PEN\": 4.525666532627602,\n            \"PGK\": 4.117743187386612,\n            \"PHP\": 66.37740335160005,\n            \"PKR\": 269.7510520507977,\n            \"PLN\": 5.4168692838573325,\n            \"PYG\": 8086.753389941459,\n            \"QAR\": 4.256129949314531,\n            \"RON\": 5.667631436212991,\n            \"RSD\": 135.4028057025829,\n            \"RUB\": 70.86731301550489,\n            \"RWF\": 1211.1807937606372,\n            \"SAR\": 4.392939803991247,\n            \"SBD\": 9.58557848766529,\n            \"SCR\": 15.424377419716835,\n            \"SDG\": 673.312510520508,\n            \"SEK\": 12.249157190416518,\n            \"SGD\": 1.631579993266875,\n            \"SHP\": 1,\n            \"SLL\": 16300.942637514729,\n            \"SOS\": 664.1681492789945,\n            \"SRD\": 31.30143359455365,\n            \"SSP\": 152.26681878541905,\n            \"STD\": 26175.129640712963,\n            \"STN\": 28.522266070660407,\n            \"SVC\": 10.230534722352106,\n            \"SYP\": 2937.01021190641,\n            \"SZL\": 20.036275880449622,\n            \"THB\": 42.42044158078814,\n            \"TJS\": 11.808828342716067,\n            \"TMT\": 4.091308657676698,\n            \"TND\": 3.7144406830381356,\n            \"TOP\": 2.7607285802457593,\n            \"TRY\": 21.306974395421474,\n            \"TTD\": 7.943486169038846,\n            \"TWD\": 36.05518240222941,\n            \"TZS\": 2723.642620681916,\n            \"UAH\": 43.18081597059869,\n            \"UGX\": 4458.206854227841,\n            \"USD\": 1.1689453307647708,\n            \"UYU\": 47.60259599379056,\n            \"UZS\": 12808.70166761741,\n            \"VES\": 9.320585594852899,\n            \"VND\": 27498.12739283109,\n            \"VUV\": 137.38852937325828,\n            \"WST\": 3.1526221781659713,\n            \"XAF\": 756.9862426824023,\n            \"XAG\": 0.058892202199487535,\n            \"XAU\": 0.0006774856453513381,\n            \"XCD\": 3.1591332036583313,\n            \"XDR\": 0.8649131707408309,\n            \"XOF\": 756.9862426824023,\n            \"XPD\": 0.0005170362092505658,\n            \"XPF\": 137.7109887874764,\n            \"XPT\": 0.0012853021489890961,\n            \"YER\": 292.528495380328,\n            \"ZAR\": 20.004382376045037,\n            \"ZMW\": 18.122464557577572,\n            \"ZWL\": 376.4003965062562\n        },\n        \"AUD\": {\n            \"AED\": 2.531856404402525,\n            \"AFN\": 61.24159568432903,\n            \"ALL\": 80.03877265868577,\n            \"AMD\": 279.4495299897361,\n            \"ANG\": 1.2426179402817787,\n            \"AOA\": 295.2753921692299,\n            \"ARS\": 98.07485767343368,\n            \"AUD\": 1,\n            \"AWG\": 1.240769194182447,\n            \"AZN\": 1.171837572283422,\n            \"BAM\": 1.3302403714587243,\n            \"BBD\": 1.3786324379804966,\n            \"BDT\": 65.51616136341234,\n            \"BGN\": 1.3308779889612903,\n            \"BHD\": 0.2598997872080832,\n            \"BIF\": 1417.7959396517438,\n            \"BMD\": 0.6893162189902483,\n            \"BND\": 0.9628079434043813,\n            \"BOB\": 4.764184232167217,\n            \"BRL\": 3.511101093048729,\n            \"BSD\": 0.6893162189902483,\n            \"BTC\": 0.000030826972667922604,\n            \"BTN\": 54.832705021599736,\n            \"BWP\": 8.86196649509586,\n            \"BYN\": 1.7406171999561595,\n            \"BZD\": 1.3897324970548968,\n            \"CAD\": 0.8948648009633885,\n            \"CDF\": 1410.6682934529438,\n            \"CHF\": 0.6569142208003927,\n            \"CLF\": 0.022442068141665515,\n            \"CLP\": 619.0553258983687,\n            \"CNH\": 4.768737855109867,\n            \"CNY\": 4.774548790835955,\n            \"COP\": 3002.961924240012,\n            \"CRC\": 444.64889885180605,\n            \"CUC\": 0.6893162189902483,\n            \"CUP\": 17.749892638998894,\n            \"CVE\": 75.64211529089489,\n            \"CZK\": 16.692721441112063,\n            \"DJF\": 122.79921735036497,\n            \"DKK\": 5.060589517016806,\n            \"DOP\": 36.75130022271808,\n            \"DZD\": 96.90537687330298,\n            \"EGP\": 13.345093068029309,\n            \"ERN\": 10.339743284853725,\n            \"ETB\": 36.33289423890184,\n            \"EUR\": 0.6805136508737428,\n            \"FJD\": 1.5261116430334603,\n            \"FKP\": 0.5896907244920258,\n            \"GBP\": 0.5896907244920258,\n            \"GEL\": 1.9473183186474516,\n            \"GGP\": 0.5896907244920258,\n            \"GHS\": 6.948164798964372,\n            \"GIP\": 0.5896907244920258,\n            \"GMD\": 37.56773393496853,\n            \"GNF\": 5962.796280173957,\n            \"GTQ\": 5.377808015782585,\n            \"GYD\": 144.24430056117234,\n            \"HKD\": 5.410297557132252,\n            \"HNL\": 17.020233498976022,\n            \"HRK\": 5.121205917366151,\n            \"HTG\": 82.39092846069485,\n            \"HUF\": 270.79619400942846,\n            \"IDR\": 10250.132176384992,\n            \"ILS\": 2.3193457286175834,\n            \"IMP\": 0.5896907244920258,\n            \"INR\": 54.70107457505379,\n            \"IQD\": 1006.5969009721427,\n            \"IRR\": 29158.076063287503,\n            \"ISK\": 95.62194589832724,\n            \"JEP\": 0.5896907244920258,\n            \"JMD\": 104.64650278862877,\n            \"JOD\": 0.48872519926408603,\n            \"JPY\": 98.28546376850556,\n            \"KES\": 83.01802837639148,\n            \"KGS\": 56.54091470883628,\n            \"KHR\": 2838.5570440190445,\n            \"KMF\": 336.5068914388994,\n            \"KPW\": 620.3845970912234,\n            \"KRW\": 948.6300874121898,\n            \"KWD\": 0.212483792452401,\n            \"KYD\": 0.5745829809204165,\n            \"KZT\": 326.1549210629532,\n            \"LAK\": 10860.900917686684,\n            \"LBP\": 1004.6910071116756,\n            \"LKR\": 249.58549761393195,\n            \"LRD\": 106.12021399132703,\n            \"LSL\": 11.82258517018873,\n            \"LYD\": 3.4055812555619207,\n            \"MAD\": 7.3712133275155045,\n            \"MDL\": 13.303465261564488,\n            \"MGA\": 2881.7204898556784,\n            \"MKD\": 41.89779990942385,\n            \"MMK\": 1447.8717341059191,\n            \"MNT\": 2212.660796449746,\n            \"MOP\": 5.573824733079527,\n            \"MRU\": 26.056153077831382,\n            \"MUR\": 31.019196078066447,\n            \"MVR\": 10.69129455653875,\n            \"MWK\": 707.0815688561419,\n            \"MXN\": 13.67329444211226,\n            \"MYR\": 3.1043355922225833,\n            \"MZN\": 44.047300189630896,\n            \"NAD\": 11.85968554772722,\n            \"NGN\": 291.99105819000727,\n            \"NIO\": 24.78080640347195,\n            \"NOK\": 6.782300151718501,\n            \"NPR\": 87.7320807079002,\n            \"NZD\": 1.121651215643618,\n            \"OMR\": 0.26539156952477855,\n            \"PAB\": 0.6893162189902483,\n            \"PEN\": 2.6687435764344847,\n            \"PGK\": 2.4281949634421145,\n            \"PHP\": 39.14213907230445,\n            \"PKR\": 159.06969331632104,\n            \"PLN\": 3.194277572476431,\n            \"PYG\": 4768.683465302924,\n            \"QAR\": 2.5098003533434943,\n            \"RON\": 3.3421496877742185,\n            \"RSD\": 79.8457785930091,\n            \"RUB\": 41.78979715491624,\n            \"RWF\": 714.222079763537,\n            \"SAR\": 2.5904758556654555,\n            \"SBD\": 5.65252672306652,\n            \"SCR\": 9.095612295471263,\n            \"SDG\": 397.046142138383,\n            \"SEK\": 7.223214378033423,\n            \"SGD\": 0.9621275882962379,\n            \"SHP\": 0.5896907244920258,\n            \"SLL\": 9612.514673819012,\n            \"SOS\": 391.65379713285813,\n            \"SRD\": 18.458165054011374,\n            \"SSP\": 89.79033068566974,\n            \"STD\": 15435.231161504724,\n            \"STN\": 16.819315743362058,\n            \"SVC\": 6.032851432364638,\n            \"SYP\": 1731.9276796995687,\n            \"SZL\": 11.815206040064439,\n            \"THB\": 25.014940929046613,\n            \"TJS\": 6.963556540818205,\n            \"TMT\": 2.4126067664658692,\n            \"TND\": 2.190371217463413,\n            \"TOP\": 1.6279760366109632,\n            \"TRY\": 12.56452516796913,\n            \"TTD\": 4.684200114012903,\n            \"TWD\": 21.261406632462798,\n            \"TZS\": 1606.1067902472785,\n            \"UAH\": 25.463326653859173,\n            \"UGX\": 2628.9632298049305,\n            \"USD\": 0.6893162189902483,\n            \"UYU\": 28.070809319279554,\n            \"UZS\": 7553.172566179528,\n            \"VES\": 5.496262872118745,\n            \"VND\": 16215.390664452583,\n            \"VUV\": 81.01674142301061,\n            \"WST\": 1.8590720562923198,\n            \"XAF\": 446.3877658778822,\n            \"XAG\": 0.03472818538194668,\n            \"XAU\": 0.0003995070010401782,\n            \"XCD\": 1.8629115476320957,\n            \"XDR\": 0.5100312742768557,\n            \"XOF\": 446.3877658778822,\n            \"XPD\": 0.0003048914568215767,\n            \"XPF\": 81.20689274860018,\n            \"XPT\": 0.0007579307554285376,\n            \"YER\": 172.50134037538783,\n            \"ZAR\": 11.796398736345507,\n            \"ZMW\": 10.686649254538976,\n            \"ZWL\": 221.95982251485995\n        },\n        \"RON\": {\n            \"AED\": 0.7575532638960504,\n            \"AFN\": 18.32401340620811,\n            \"ALL\": 23.948290811591214,\n            \"AMD\": 83.61370856966073,\n            \"ANG\": 0.3718020006187481,\n            \"AOA\": 88.34894297205322,\n            \"ARS\": 29.34484294111581,\n            \"AUD\": 0.2992086212230587,\n            \"AWG\": 0.3712488398473755,\n            \"AZN\": 0.3506239043002991,\n            \"BAM\": 0.3980193874394143,\n            \"BBD\": 0.41249871094152835,\n            \"BDT\": 19.603000309374035,\n            \"BGN\": 0.39821016809322474,\n            \"BHD\": 0.07776425698669692,\n            \"BIF\": 424.21676827884914,\n            \"BMD\": 0.20624935547076417,\n            \"BND\": 0.28808043724863364,\n            \"BOB\": 1.4254849953593896,\n            \"BRL\": 1.0505517170258845,\n            \"BSD\": 0.20624935547076417,\n            \"BTC\": 0.000009223695988450037,\n            \"BTN\": 16.406418067443543,\n            \"BWP\": 2.651576776322574,\n            \"BYN\": 0.5208076724760236,\n            \"BZD\": 0.4158199443126741,\n            \"CAD\": 0.2677512632773023,\n            \"CDF\": 422.0841150871404,\n            \"CHF\": 0.19655439826750543,\n            \"CLF\": 0.00671486026606167,\n            \"CLP\": 185.22669052284212,\n            \"CNH\": 1.4268474786016296,\n            \"CNY\": 1.428586160668248,\n            \"COP\": 898.5120969371972,\n            \"CRC\": 133.04278395380015,\n            \"CUC\": 0.20624935547076417,\n            \"CUP\": 5.310920903372177,\n            \"CVE\": 22.632773022584306,\n            \"CZK\": 4.994606166855729,\n            \"DJF\": 36.74258451067341,\n            \"DKK\": 1.5141720119624629,\n            \"DOP\": 10.996305867794165,\n            \"DZD\": 28.994924203361865,\n            \"EGP\": 3.992966896978447,\n            \"ERN\": 3.0937403320614627,\n            \"ETB\": 10.871115190265032,\n            \"EUR\": 0.2036155512014025,\n            \"FJD\": 0.4566257605444984,\n            \"FKP\": 0.17644054862328556,\n            \"GBP\": 0.17644054862328556,\n            \"GEL\": 0.5826544292049088,\n            \"GGP\": 0.17644054862328556,\n            \"GHS\": 2.0789508095287204,\n            \"GIP\": 0.17644054862328556,\n            \"GMD\": 11.240589873156647,\n            \"GNF\": 1784.1200536248327,\n            \"GTQ\": 1.6090865216046202,\n            \"GYD\": 43.15913829019285,\n            \"HKD\": 1.6188076724760236,\n            \"HNL\": 5.0926005981231315,\n            \"HRK\": 1.5323089615344954,\n            \"HTG\": 24.65207610601217,\n            \"HUF\": 81.024555842013,\n            \"IDR\": 3066.927915850263,\n            \"ILS\": 0.6939682375992575,\n            \"IMP\": 0.17644054862328556,\n            \"INR\": 16.367033103021555,\n            \"IQD\": 301.1824708672786,\n            \"IRR\": 8724.347736413325,\n            \"ISK\": 28.610910590904407,\n            \"JEP\": 0.17644054862328556,\n            \"JMD\": 31.31113581520058,\n            \"JOD\": 0.1462307930287718,\n            \"JPY\": 29.40785810044344,\n            \"KES\": 24.839709807156854,\n            \"KGS\": 16.917529132721462,\n            \"KHR\": 849.3207394039393,\n            \"KMF\": 100.68576301949057,\n            \"KPW\": 185.62441992368775,\n            \"KRW\": 283.83830050531094,\n            \"KWD\": 0.06357698257192947,\n            \"KYD\": 0.17192018149943283,\n            \"KZT\": 97.58836423636177,\n            \"LAK\": 3249.6751888212852,\n            \"LBP\": 300.6122109930907,\n            \"LKR\": 74.67813261833558,\n            \"LRD\": 31.7520829122409,\n            \"LSL\": 3.5374194080643506,\n            \"LYD\": 1.0189792719397754,\n            \"MAD\": 2.205530576466949,\n            \"MDL\": 3.9805114984015684,\n            \"MGA\": 862.2356145199548,\n            \"MKD\": 12.536182943178304,\n            \"MMK\": 433.2157052696711,\n            \"MNT\": 662.0471861400433,\n            \"MOP\": 1.6677364133237085,\n            \"MRU\": 7.796225636794885,\n            \"MUR\": 9.28121088996597,\n            \"MVR\": 3.1989275033515523,\n            \"MWK\": 211.56490130968342,\n            \"MXN\": 4.09116757760132,\n            \"MYR\": 0.9288439723625864,\n            \"MZN\": 13.179331958337631,\n            \"NAD\": 3.548520160874497,\n            \"NGN\": 87.36624193049397,\n            \"NIO\": 7.4146309167783855,\n            \"NOK\": 2.0293226771166344,\n            \"NPR\": 26.25019490564092,\n            \"NZD\": 0.33560771372589465,\n            \"OMR\": 0.0794074456017325,\n            \"PAB\": 0.20624935547076417,\n            \"PEN\": 0.7985110859028566,\n            \"PGK\": 0.7265368670722905,\n            \"PHP\": 11.711665463545428,\n            \"PKR\": 47.595023615551206,\n            \"PLN\": 0.9557553882644118,\n            \"PYG\": 1426.8312047024854,\n            \"QAR\": 0.7509539032690523,\n            \"RON\": 1,\n            \"RSD\": 23.890545323295868,\n            \"RUB\": 12.50386758791379,\n            \"RWF\": 213.70140373311332,\n            \"SAR\": 0.7750927090852842,\n            \"SBD\": 1.6912847272352276,\n            \"SCR\": 2.7214856141074564,\n            \"SDG\": 118.79962875116016,\n            \"SEK\": 2.1612480148499538,\n            \"SGD\": 0.287876869134784,\n            \"SHP\": 0.17644054862328556,\n            \"SLL\": 2876.1472620398063,\n            \"SOS\": 117.18619263689801,\n            \"SRD\": 5.522842116118388,\n            \"SSP\": 26.86604104362174,\n            \"STD\": 4618.354234093019,\n            \"STN\": 5.032484273486646,\n            \"SVC\": 1.805081159121378,\n            \"SYP\": 518.2076931009592,\n            \"SZL\": 3.5352115087140357,\n            \"THB\": 7.484685985356296,\n            \"TJS\": 2.083556151387027,\n            \"TMT\": 0.7218727441476747,\n            \"TND\": 0.6553779519439002,\n            \"TOP\": 0.487104465298546,\n            \"TRY\": 3.759414251830463,\n            \"TTD\": 1.4015530576466948,\n            \"TWD\": 6.361596163761988,\n            \"TZS\": 480.5609982468805,\n            \"UAH\": 7.618846859853564,\n            \"UGX\": 786.6084632360524,\n            \"USD\": 0.20624935547076417,\n            \"UYU\": 8.399028153037023,\n            \"UZS\": 2259.9743493864084,\n            \"VES\": 1.644529235846138,\n            \"VND\": 4851.784683304115,\n            \"VUV\": 24.240907497164073,\n            \"WST\": 0.5562503867175416,\n            \"XAF\": 133.56306795916265,\n            \"XAG\": 0.010390972465711046,\n            \"XAU\": 0.00011953593895019078,\n            \"XCD\": 0.5573991956275137,\n            \"XDR\": 0.15260575435701765,\n            \"XOF\": 133.56306795916265,\n            \"XPD\": 0.0000912261524182737,\n            \"XPF\": 24.297802413117463,\n            \"XPT\": 0.00022677941631432403,\n            \"YER\": 51.61388821284934,\n            \"ZAR\": 3.529584201299371,\n            \"ZMW\": 3.197537588945035,\n            \"ZWL\": 66.41229246158606\n        },\n        \"SGD\": {\n            \"AED\": 2.631518350789635,\n            \"AFN\": 63.65226029198199,\n            \"ALL\": 83.18935412757536,\n            \"AMD\": 290.4495551204316,\n            \"ANG\": 1.2915313471909071,\n            \"AOA\": 306.8983737303612,\n            \"ARS\": 101.93539699563895,\n            \"AUD\": 1.0393631906666636,\n            \"AWG\": 1.2896098285463733,\n            \"AZN\": 1.2179648380715746,\n            \"BAM\": 1.3826028768329475,\n            \"BBD\": 1.4328998094959702,\n            \"BDT\": 68.09508651490825,\n            \"BGN\": 1.3832655929948392,\n            \"BHD\": 0.2701302720861803,\n            \"BIF\": 1473.604911550677,\n            \"BMD\": 0.7164499047479851,\n            \"BND\": 1.000707136055986,\n            \"BOB\": 4.951717724469128,\n            \"BRL\": 3.649309234824337,\n            \"BSD\": 0.7164499047479851,\n            \"BTC\": 0.00003204042067072607,\n            \"BTN\": 56.99109524413389,\n            \"BWP\": 9.210801771923904,\n            \"BYN\": 1.8091334466757079,\n            \"BZD\": 1.4444368023121272,\n            \"CAD\": 0.9300895347445962,\n            \"CDF\": 1466.1966984555488,\n            \"CHF\": 0.6827724605254013,\n            \"CLF\": 0.023325459548880153,\n            \"CLP\": 643.4233187249197,\n            \"CNH\": 4.956450592539893,\n            \"CNY\": 4.9624902652369185,\n            \"COP\": 3121.1680870286027,\n            \"CRC\": 462.1516982370317,\n            \"CUC\": 0.7164499047479851,\n            \"CUP\": 18.448585047260615,\n            \"CVE\": 78.61963029752015,\n            \"CZK\": 17.349800217944058,\n            \"DJF\": 127.63298635664445,\n            \"DKK\": 5.259790467060857,\n            \"DOP\": 38.197948660632726,\n            \"DZD\": 100.71988169979171,\n            \"EGP\": 13.870398510930515,\n            \"ERN\": 10.746748571219776,\n            \"ETB\": 37.763072882299454,\n            \"EUR\": 0.7073008394643534,\n            \"FJD\": 1.5861842666168016,\n            \"FKP\": 0.6129028329145683,\n            \"GBP\": 0.6129028329145683,\n            \"GEL\": 2.023970980913058,\n            \"GGP\": 0.6129028329145683,\n            \"GHS\": 7.221666734729407,\n            \"GIP\": 0.6129028329145683,\n            \"GMD\": 39.04651980876519,\n            \"GNF\": 6197.510967056916,\n            \"GTQ\": 5.589495698076546,\n            \"GYD\": 149.9222164667413,\n            \"HKD\": 5.6232641314370335,\n            \"HNL\": 17.69020419538735,\n            \"HRK\": 5.32279292233468,\n            \"HTG\": 85.63409828689663,\n            \"HUF\": 281.45559622602843,\n            \"IDR\": 10653.610083602538,\n            \"ILS\": 2.410642576755069,\n            \"IMP\": 0.6129028329145683,\n            \"INR\": 56.854283403223015,\n            \"IQD\": 1046.219766709582,\n            \"IRR\": 30305.83097083977,\n            \"ISK\": 99.38593078664049,\n            \"JEP\": 0.6129028329145683,\n            \"JMD\": 108.7657230304971,\n            \"JOD\": 0.5079629824663214,\n            \"JPY\": 102.1542932185867,\n            \"KES\": 86.28588285614187,\n            \"KGS\": 58.76654551498777,\n            \"KHR\": 2950.2917061609674,\n            \"KMF\": 349.75287636725506,\n            \"KPW\": 644.8049142731866,\n            \"KRW\": 985.9711944151296,\n            \"KWD\": 0.22084783248828066,\n            \"KYD\": 0.5972004003522068,\n            \"KZT\": 338.99341940762486,\n            \"LAK\": 11288.420631321325,\n            \"LBP\": 1044.2388507856947,\n            \"LKR\": 259.4099791441433,\n            \"LRD\": 110.29744420825477,\n            \"LSL\": 12.287959844415738,\n            \"LYD\": 3.53963579985542,\n            \"MAD\": 7.661367803171149,\n            \"MDL\": 13.827132101182787,\n            \"MGA\": 2995.1542029458988,\n            \"MKD\": 43.547030995772225,\n            \"MMK\": 1504.8645852364032,\n            \"MNT\": 2299.758185261049,\n            \"MOP\": 5.793228258790302,\n            \"MRU\": 27.081806399473834,\n            \"MUR\": 32.240210607613996,\n            \"MVR\": 11.112138022641249,\n            \"MWK\": 734.9145554679097,\n            \"MXN\": 14.211518938278555,\n            \"MYR\": 3.2265321460325507,\n            \"MZN\": 45.7811424653471,\n            \"NAD\": 12.326520611189082,\n            \"NGN\": 303.48475788650137,\n            \"NIO\": 25.756258010805496,\n            \"NOK\": 7.049273125749138,\n            \"NPR\": 91.18549532838838,\n            \"NZD\": 1.165802986306493,\n            \"OMR\": 0.2758382284773075,\n            \"PAB\": 0.7164499047479851,\n            \"PEN\": 2.773793838674109,\n            \"PGK\": 2.5237764647639187,\n            \"PHP\": 40.68289855570863,\n            \"PKR\": 165.33118398361907,\n            \"PLN\": 3.320014529604068,\n            \"PYG\": 4956.394061776608,\n            \"QAR\": 2.608594103187414,\n            \"RON\": 3.4737073631706052,\n            \"RSD\": 82.98876319969392,\n            \"RUB\": 43.434776908246405,\n            \"RWF\": 742.33613966761,\n            \"SAR\": 2.6924452506894037,\n            \"SBD\": 5.875028210214999,\n            \"SCR\": 9.453644616487948,\n            \"SDG\": 412.6751451348394,\n            \"SEK\": 7.507543142822138,\n            \"SGD\": 1,\n            \"SHP\": 0.6129028329145683,\n            \"SLL\": 9990.893921710653,\n            \"SOS\": 407.0705402247216,\n            \"SRD\": 19.18473732438917,\n            \"SSP\": 93.32476459247253,\n            \"STD\": 16042.811108699061,\n            \"STN\": 17.481377675850837,\n            \"SVC\": 6.270323713560462,\n            \"SYP\": 1800.1018791764552,\n            \"SZL\": 12.28029024818541,\n            \"THB\": 25.999608818352,\n            \"TJS\": 7.237664344652524,\n            \"TMT\": 2.507574666617948,\n            \"TND\": 2.2765912173271974,\n            \"TOP\": 1.6920583677408398,\n            \"TRY\": 13.059104967791992,\n            \"TTD\": 4.8685851762216,\n            \"TWD\": 22.098323435577896,\n            \"TZS\": 1669.3282780628053,\n            \"UAH\": 26.46564443594257,\n            \"UGX\": 2732.44761067539,\n            \"USD\": 0.7164499047479851,\n            \"UYU\": 29.175765938681913,\n            \"UZS\": 7850.489538040265,\n            \"VES\": 5.712613315508059,\n            \"VND\": 16853.68017891187,\n            \"VUV\": 84.20581886283637,\n            \"WST\": 1.9322510641072208,\n            \"XAF\": 463.95901261739925,\n            \"XAG\": 0.03609519756464348,\n            \"XAU\": 0.0004152328712947897,\n            \"XCD\": 1.936241690076667,\n            \"XDR\": 0.5301077325721769,\n            \"XOF\": 463.95901261739925,\n            \"XPD\": 0.0003168929573690813,\n            \"XPF\": 84.40345515131062,\n            \"XPT\": 0.0007877653282665995,\n            \"YER\": 179.29154352683926,\n            \"ZAR\": 12.260742628984264,\n            \"ZMW\": 11.107309866733152,\n            \"ZWL\": 230.6968693288512\n        },\n        \"INR\": {\n            \"AED\": 0.04628531384568391,\n            \"AFN\": 1.1195684209146783,\n            \"ALL\": 1.4632029312123813,\n            \"AMD\": 5.108666185456949,\n            \"ANG\": 0.0227165179100242,\n            \"AOA\": 5.397981565500893,\n            \"ARS\": 1.7929237850504742,\n            \"AUD\": 0.018281176517436208,\n            \"AWG\": 0.022682720656246394,\n            \"AZN\": 0.021422569508677148,\n            \"BAM\": 0.024318359041256846,\n            \"BBD\": 0.025203022951384883,\n            \"BDT\": 1.1977125106293751,\n            \"BGN\": 0.024330015439371862,\n            \"BHD\": 0.004751273886795078,\n            \"BIF\": 25.918977838477858,\n            \"BMD\": 0.012601511475692441,\n            \"BND\": 0.01760126196576522,\n            \"BOB\": 0.08709489290983517,\n            \"BRL\": 0.06418705885258702,\n            \"BSD\": 0.012601511475692441,\n            \"BTC\": 5.635533288404745e-7,\n            \"BTN\": 1.0024063594283754,\n            \"BWP\": 0.1620071737884529,\n            \"BYN\": 0.031820530281684106,\n            \"BZD\": 0.02540594509067796,\n            \"CAD\": 0.016359181385652122,\n            \"CDF\": 25.78867608016376,\n            \"CHF\": 0.012009164827266043,\n            \"CLF\": 0.00041026740911411885,\n            \"CLP\": 11.317059686807074,\n            \"CNH\": 0.0871781384946436,\n            \"CNY\": 0.08728436923638369,\n            \"COP\": 54.897677012171556,\n            \"CRC\": 8.128705008193505,\n            \"CUC\": 0.012601511475692441,\n            \"CUP\": 0.32448892049908035,\n            \"CVE\": 1.38282686178511,\n            \"CZK\": 0.3051625872213617,\n            \"DJF\": 2.244914168585037,\n            \"DKK\": 0.09251353024287146,\n            \"DOP\": 0.6718570066168017,\n            \"DZD\": 1.7715443001095323,\n            \"EGP\": 0.2439640020182581,\n            \"ERN\": 0.18902267213538662,\n            \"ETB\": 0.6642080529707055,\n            \"EUR\": 0.01244059017414785,\n            \"FJD\": 0.02789911633160928,\n            \"FKP\": 0.010780240225133565,\n            \"GBP\": 0.010780240225133565,\n            \"GEL\": 0.035599269918831146,\n            \"GGP\": 0.010780240225133565,\n            \"GHS\": 0.12702062716210435,\n            \"GIP\": 0.010780240225133565,\n            \"GMD\": 0.686782375425238,\n            \"GNF\": 109.0069313353721,\n            \"GTQ\": 0.0983126576134048,\n            \"GYD\": 2.636955520192914,\n            \"HKD\": 0.0989066046537886,\n            \"HNL\": 0.3111498929627615,\n            \"HRK\": 0.09362166935750943,\n            \"HTG\": 1.5062031066254213,\n            \"HUF\": 4.950473022936263,\n            \"IDR\": 187.3844756435466,\n            \"ILS\": 0.042400368669819735,\n            \"IMP\": 0.010780240225133565,\n            \"INR\": 1,\n            \"IQD\": 18.401775628575997,\n            \"IRR\": 533.0439354217903,\n            \"ISK\": 1.7480816719080554,\n            \"JEP\": 0.010780240225133565,\n            \"JMD\": 1.9130611894113028,\n            \"JOD\": 0.00893447163626594,\n            \"JPY\": 1.7967739122501312,\n            \"KES\": 1.5176672308783405,\n            \"KGS\": 1.0336344422495414,\n            \"KHR\": 51.89216237652409,\n            \"KMF\": 6.151741881728262,\n            \"KPW\": 11.341360328123198,\n            \"KRW\": 17.34207407773318,\n            \"KWD\": 0.003884453716916622,\n            \"KYD\": 0.010504052898120814,\n            \"KZT\": 5.962495683982319,\n            \"LAK\": 198.55004681461514,\n            \"LBP\": 18.366933646489297,\n            \"LKR\": 4.5627165380724435,\n            \"LRD\": 1.9400023640435529,\n            \"LSL\": 0.21613076638864376,\n            \"LYD\": 0.0622580320773995,\n            \"MAD\": 0.13475445198798924,\n            \"MDL\": 0.24320299674024104,\n            \"MGA\": 52.68124094896439,\n            \"MKD\": 0.7659410758364001,\n            \"MMK\": 26.468798745796768,\n            \"MNT\": 40.45004259310879,\n            \"MOP\": 0.10189607382267858,\n            \"MRU\": 0.47633713378117426,\n            \"MUR\": 0.5670673989320976,\n            \"MVR\": 0.19544944298798977,\n            \"MWK\": 12.926282972484852,\n            \"MXN\": 0.24996390927113363,\n            \"MYR\": 0.05675090693078091,\n            \"MZN\": 0.8052364698831437,\n            \"NAD\": 0.21680900493928842,\n            \"NGN\": 5.33794007628451,\n            \"NIO\": 0.4530222961062842,\n            \"NOK\": 0.12398842626780028,\n            \"NPR\": 1.603845653663083,\n            \"NZD\": 0.020505103864177886,\n            \"OMR\": 0.004851670128721919,\n            \"PAB\": 0.012601511475692441,\n            \"PEN\": 0.04878777240057282,\n            \"PGK\": 0.044390260745434854,\n            \"PHP\": 0.7155643536508344,\n            \"PKR\": 2.907981142090107,\n            \"PLN\": 0.058395152148129265,\n            \"PYG\": 87.17714418498213,\n            \"QAR\": 0.045882103282996176,\n            \"RON\": 0.06109842838989479,\n            \"RSD\": 1.4596747726309285,\n            \"RUB\": 0.7639666584168773,\n            \"RWF\": 13.05681991280762,\n            \"SAR\": 0.047356946381576795,\n            \"SBD\": 0.1033348387939043,\n            \"SCR\": 0.16627849390767327,\n            \"SDG\": 7.258470609998846,\n            \"SEK\": 0.1320488570681122,\n            \"SGD\": 0.017588824273938715,\n            \"SHP\": 0.010780240225133565,\n            \"SLL\": 175.7280775285311,\n            \"SOS\": 7.15989219910993,\n            \"SRD\": 0.33743697354035435,\n            \"SSP\": 1.6414728848236972,\n            \"STD\": 282.17418545089976,\n            \"STN\": 0.30747688000689555,\n            \"SVC\": 0.11028762193852581,\n            \"SYP\": 31.66167562802153,\n            \"SZL\": 0.21599586720829644,\n            \"THB\": 0.4573025506971408,\n            \"TJS\": 0.12730200631184507,\n            \"TMT\": 0.044105290164923545,\n            \"TND\": 0.0400425628651603,\n            \"TOP\": 0.029761317291441207,\n            \"TRY\": 0.22969430245341346,\n            \"TTD\": 0.08563268912726468,\n            \"TWD\": 0.38868352765704134,\n            \"TZS\": 29.36152173836339,\n            \"UAH\": 0.4654995692803378,\n            \"UGX\": 48.06054086191315,\n            \"USD\": 0.012601511475692441,\n            \"UYU\": 0.5131674201530428,\n            \"UZS\": 138.08088094898457,\n            \"VES\": 0.10047815175143368,\n            \"VND\": 296.43641903604487,\n            \"VUV\": 1.481081350821543,\n            \"WST\": 0.033986024419713,\n            \"XAF\": 8.160493543237552,\n            \"XAG\": 0.0006348720870976149,\n            \"XAU\": 0.000007303458005967067,\n            \"XCD\": 0.03405621483863261,\n            \"XDR\": 0.009323971754468119,\n            \"XOF\": 8.160493543237552,\n            \"XPD\": 0.000005573774540813524,\n            \"XPF\": 1.4845575407696703,\n            \"XPT\": 0.000013855865927982866,\n            \"YER\": 3.1535274528968102,\n            \"ZAR\": 0.21565204756919362,\n            \"ZMW\": 0.19536452140215507,\n            \"ZWL\": 4.057686695172966\n        },\n        \"HKD\": {\n            \"AED\": 0.4679698995603016,\n            \"AFN\": 11.31945055472889,\n            \"ALL\": 14.793783856337583,\n            \"AMD\": 51.651416033734634,\n            \"ANG\": 0.22967645072379955,\n            \"AOA\": 54.57655314724348,\n            \"ARS\": 18.12744246277993,\n            \"AUD\": 0.18483271750584707,\n            \"AWG\": 0.22933474195828174,\n            \"AZN\": 0.2165939229605994,\n            \"BAM\": 0.24587194279270344,\n            \"BBD\": 0.25481637995364637,\n            \"BDT\": 12.109530145351085,\n            \"BGN\": 0.24598979536843202,\n            \"BHD\": 0.04803798394886141,\n            \"BIF\": 262.05507639458773,\n            \"BMD\": 0.12740818997682318,\n            \"BND\": 0.1779584086156476,\n            \"BOB\": 0.8805771183299742,\n            \"BRL\": 0.6489663564659466,\n            \"BSD\": 0.12740818997682318,\n            \"BTC\": 0.0000056978331306906076,\n            \"BTN\": 10.134877877338786,\n            \"BWP\": 1.637981349734335,\n            \"BYN\": 0.3217230072053154,\n            \"BZD\": 0.25686803403684316,\n            \"CAD\": 0.16540029296239203,\n            \"CDF\": 260.7376541782433,\n            \"CHF\": 0.12141924059877264,\n            \"CLF\": 0.004148028441075433,\n            \"CLP\": 114.42167817226327,\n            \"CNH\": 0.8814187768329612,\n            \"CNY\": 0.8824928278744658,\n            \"COP\": 555.0456130238691,\n            \"CRC\": 82.18566431076184,\n            \"CUC\": 0.12740818997682318,\n            \"CUP\": 3.280760891903197,\n            \"CVE\": 13.981137727106692,\n            \"CZK\": 3.085361066528862,\n            \"DJF\": 22.697313050459123,\n            \"DKK\": 0.9353625126118182,\n            \"DOP\": 6.792842692038224,\n            \"DZD\": 17.911284148420858,\n            \"EGP\": 2.466609817132299,\n            \"ERN\": 1.9111228496523478,\n            \"ETB\": 6.715507577028762,\n            \"EUR\": 0.12578118739081917,\n            \"FJD\": 0.2820753621991877,\n            \"FKP\": 0.10899413909585288,\n            \"GBP\": 0.10899413909585288,\n            \"GEL\": 0.3599281366845255,\n            \"GGP\": 0.10899413909585288,\n            \"GHS\": 1.2842481814710525,\n            \"GIP\": 0.10899413909585288,\n            \"GMD\": 6.943746353736864,\n            \"GNF\": 1102.1198403983087,\n            \"GTQ\": 0.9939948697818225,\n            \"GYD\": 26.661066057451666,\n            \"HKD\": 1,\n            \"HNL\": 3.1458960101997904,\n            \"HRK\": 0.9465664066138102,\n            \"HTG\": 15.228539205220068,\n            \"HUF\": 50.05199642900325,\n            \"IDR\": 1894.5597849553608,\n            \"ILS\": 0.42869097385596683,\n            \"IMP\": 0.10899413909585288,\n            \"INR\": 10.11054826419719,\n            \"IQD\": 186.05204063964518,\n            \"IRR\": 5389.366436019621,\n            \"ISK\": 17.67406411358491,\n            \"JEP\": 0.10899413909585288,\n            \"JMD\": 19.34209748790546,\n            \"JOD\": 0.09033240669356764,\n            \"JPY\": 18.166369359655356,\n            \"KES\": 15.344447786785961,\n            \"KGS\": 10.45061091590053,\n            \"KHR\": 524.6582122414044,\n            \"KMF\": 62.197483204096834,\n            \"KPW\": 114.66737097914087,\n            \"KRW\": 175.3378769642043,\n            \"KWD\": 0.03927395678492568,\n            \"KYD\": 0.10620173379613085,\n            \"KZT\": 60.28410038797068,\n            \"LAK\": 2007.449831177778,\n            \"LBP\": 185.69976909813732,\n            \"LKR\": 46.131565774032154,\n            \"LRD\": 19.61448753431899,\n            \"LSL\": 2.1852005449503107,\n            \"LYD\": 0.6294628381524845,\n            \"MAD\": 1.3624413906400084,\n            \"MDL\": 2.458915636539599,\n            \"MGA\": 532.6362292323058,\n            \"MKD\": 7.744084214775044,\n            \"MMK\": 267.6140672147003,\n            \"MNT\": 408.9721079264585,\n            \"MOP\": 1.0302251723163918,\n            \"MRU\": 4.8160295811239155,\n            \"MUR\": 5.733362305955735,\n            \"MVR\": 1.9761010265405274,\n            \"MWK\": 130.69180786997842,\n            \"MXN\": 2.5272721689932043,\n            \"MYR\": 0.5737827835606232,\n            \"MZN\": 8.141382192845292,\n            \"NAD\": 2.192057908551243,\n            \"NGN\": 53.96950077266697,\n            \"NIO\": 4.580303789540017,\n            \"NOK\": 1.2535909679824493,\n            \"NPR\": 16.215758889683492,\n            \"NZD\": 0.20731784228114683,\n            \"OMR\": 0.049053044998406764,\n            \"PAB\": 0.12740818997682318,\n            \"PEN\": 0.4932711275586591,\n            \"PGK\": 0.44880987372701703,\n            \"PHP\": 7.234747933725828,\n            \"PKR\": 29.401283688477296,\n            \"PLN\": 0.5904070041887991,\n            \"PYG\": 881.4087238171392,\n            \"QAR\": 0.4638932197056132,\n            \"RON\": 0.6177386091026271,\n            \"RSD\": 14.758112238716063,\n            \"RUB\": 7.724121772161285,\n            \"RWF\": 132.01160790537241,\n            \"SAR\": 0.4788046920359306,\n            \"SBD\": 1.0447718749988055,\n            \"SCR\": 1.6811667379515491,\n            \"SDG\": 73.38711742665015,\n            \"SEK\": 1.3350863426192245,\n            \"SGD\": 0.1778326567321405,\n            \"SHP\": 0.10899413909585288,\n            \"SLL\": 1776.7072092267993,\n            \"SOS\": 72.3904356455499,\n            \"SRD\": 3.4116728071043827,\n            \"SSP\": 16.596190826380987,\n            \"STD\": 2852.9357209118502,\n            \"STN\": 3.1087598354344856,\n            \"SVC\": 1.115068324552998,\n            \"SYP\": 320.11689956246755,\n            \"SZL\": 2.1838366402766085,\n            \"THB\": 4.623579510163925,\n            \"TJS\": 1.287093078945045,\n            \"TMT\": 0.44592866491888117,\n            \"TND\": 0.40485226447035333,\n            \"TOP\": 0.3009032348812027,\n            \"TRY\": 2.322335330966344,\n            \"TTD\": 0.8657934364142035,\n            \"TWD\": 3.9298035658749395,\n            \"TZS\": 296.861082645998,\n            \"UAH\": 4.706455862171859,\n            \"UGX\": 485.91841798779404,\n            \"USD\": 0.12740818997682318,\n            \"UYU\": 5.188403969070897,\n            \"UZS\": 1396.0734111975746,\n            \"VES\": 1.0158892027801996,\n            \"VND\": 2997.134721929714,\n            \"VUV\": 14.97454448068358,\n            \"WST\": 0.34361734020369256,\n            \"XAF\": 82.5070638285728,\n            \"XAG\": 0.006418904878192038,\n            \"XAU\": 0.00007384196466486741,\n            \"XCD\": 0.3443270038218635,\n            \"XDR\": 0.09427046643756128,\n            \"XOF\": 82.5070638285728,\n            \"XPD\": 0.000056353916508648665,\n            \"XPF\": 15.009690666929638,\n            \"XPT\": 0.00014009040120711616,\n            \"YER\": 31.883891514984033,\n            \"ZAR\": 2.1803604352212806,\n            \"ZMW\": 1.9752424227482739,\n            \"ZWL\": 41.02543717253707\n        },\n        \"NZD\": {\n            \"AED\": 2.2572582003129313,\n            \"AFN\": 54.59950012106731,\n            \"ALL\": 71.35798681656888,\n            \"AMD\": 249.14120012733576,\n            \"ANG\": 1.1078470053355653,\n            \"AOA\": 263.2506326842405,\n            \"ARS\": 87.43792749973267,\n            \"AUD\": 0.891542741676776,\n            \"AWG\": 1.1061987691695028,\n            \"AZN\": 1.0447432819934193,\n            \"BAM\": 1.1859661478594439,\n            \"BBD\": 1.2291097435216698,\n            \"BDT\": 58.4104581260747,\n            \"BGN\": 1.1865346111158228,\n            \"BHD\": 0.23171176884870517,\n            \"BIF\": 1264.0256791753166,\n            \"BMD\": 0.6145548717608349,\n            \"BND\": 0.8583844335709202,\n            \"BOB\": 4.247473872199627,\n            \"BRL\": 3.1302966948009887,\n            \"BSD\": 0.6145548717608349,\n            \"BTC\": 0.000027483563729954757,\n            \"BTN\": 48.88570016851095,\n            \"BWP\": 7.900821905685493,\n            \"BYN\": 1.5518346306586674,\n            \"BZD\": 1.2390059206216346,\n            \"CAD\": 0.7978102180809418,\n            \"CDF\": 1257.6710779415362,\n            \"CHF\": 0.5856671054588451,\n            \"CLF\": 0.020008062959917503,\n            \"CLP\": 551.9142825010416,\n            \"CNH\": 4.251533621682479,\n            \"CNY\": 4.256714319251423,\n            \"COP\": 2677.2689070879073,\n            \"CRC\": 396.42349836589864,\n            \"CUC\": 0.6145548717608349,\n            \"CUP\": 15.824787947841498,\n            \"CVE\": 67.43817885267522,\n            \"CZK\": 14.882274639655751,\n            \"DJF\": 109.4807509123067,\n            \"DKK\": 4.5117318525019146,\n            \"DOP\": 32.76535496074838,\n            \"DZD\": 86.39528538084579,\n            \"EGP\": 11.897720861802588,\n            \"ERN\": 9.218323076412524,\n            \"ETB\": 32.39232814280289,\n            \"EUR\": 0.6067070060484491,\n            \"FJD\": 1.3605937583349004,\n            \"FKP\": 0.525734485254985,\n            \"GBP\": 0.525734485254985,\n            \"GEL\": 1.7361175127243587,\n            \"GGP\": 0.525734485254985,\n            \"GHS\": 6.1945858944907615,\n            \"GIP\": 0.525734485254985,\n            \"GMD\": 33.4932405109655,\n            \"GNF\": 5316.08774368637,\n            \"GTQ\": 4.794545702602148,\n            \"GYD\": 128.59995919355651,\n            \"HKD\": 4.823511517372852,\n            \"HNL\": 15.174265637655989,\n            \"HRK\": 4.565773964259947,\n            \"HTG\": 73.45503424914301,\n            \"HUF\": 241.42638124280202,\n            \"IDR\": 9138.430943083615,\n            \"ILS\": 2.0677958497880398,\n            \"IMP\": 0.525734485254985,\n            \"INR\": 48.76834599930924,\n            \"IQD\": 897.4241608560503,\n            \"IRR\": 25995.671075483315,\n            \"ISK\": 85.25105181066301,\n            \"JEP\": 0.525734485254985,\n            \"JMD\": 93.29683000306048,\n            \"JOD\": 0.4357194040784319,\n            \"JPY\": 87.62569183514688,\n            \"KES\": 74.01412062728845,\n            \"KGS\": 50.40864211642865,\n            \"KHR\": 2530.6949294306637,\n            \"KMF\": 300.01027658656557,\n            \"KPW\": 553.0993845847514,\n            \"KRW\": 845.7442689685435,\n            \"KWD\": 0.18943838288489265,\n            \"KYD\": 0.5122652861306027,\n            \"KZT\": 290.7810525358378,\n            \"LAK\": 9682.957381234199,\n            \"LBP\": 895.7249750183445,\n            \"LKR\": 222.5161388254873,\n            \"LRD\": 94.61070652915386,\n            \"LSL\": 10.540339996337254,\n            \"LYD\": 3.036221249586712,\n            \"MAD\": 6.571751739497564,\n            \"MDL\": 11.860607893096951,\n            \"MGA\": 2569.1769862720735,\n            \"MKD\": 37.35367940147272,\n            \"MMK\": 1290.839535421099,\n            \"MNT\": 1972.6816728675253,\n            \"MOP\": 4.969302984155546,\n            \"MRU\": 23.230174152559556,\n            \"MUR\": 27.654939116048855,\n            \"MVR\": 9.53174606101055,\n            \"MWK\": 630.3934404871208,\n            \"MXN\": 12.190326414674587,\n            \"MYR\": 2.76764786497492,\n            \"MZN\": 39.270050774523504,\n            \"NAD\": 10.573416568645163,\n            \"NGN\": 260.3225085638221,\n            \"NIO\": 22.09314808191279,\n            \"NOK\": 6.046710472137926,\n            \"NPR\": 78.21689976732952,\n            \"NZD\": 1,\n            \"OMR\": 0.23660792751202375,\n            \"PAB\": 0.6145548717608349,\n            \"PEN\": 2.3792989649666847,\n            \"PGK\": 2.164839595032922,\n            \"PHP\": 34.89688998361597,\n            \"PKR\": 141.81743049691678,\n            \"PLN\": 2.8478349846422737,\n            \"PYG\": 4251.485130844878,\n            \"QAR\": 2.2375942880812,\n            \"RON\": 2.979669295732408,\n            \"RSD\": 71.18592435812816,\n            \"RUB\": 37.25739032961036,\n            \"RWF\": 636.7595111584727,\n            \"SAR\": 2.3095199466074727,\n            \"SBD\": 5.039469172083968,\n            \"SCR\": 8.109127123133444,\n            \"SDG\": 353.9836061342409,\n            \"SEK\": 6.439804350311026,\n            \"SGD\": 0.8577778679124923,\n            \"SHP\": 0.525734485254985,\n            \"SLL\": 8569.967686704842,\n            \"SOS\": 349.17610008394814,\n            \"SRD\": 16.456243078575756,\n            \"SSP\": 80.05191759556635,\n            \"STD\": 13761.168308142729,\n            \"STN\": 14.99513887096437,\n            \"SVC\": 5.378544906139035,\n            \"SYP\": 1544.0875519452507,\n            \"SZL\": 10.533761186435052,\n            \"THB\": 22.301889018764815,\n            \"TJS\": 6.208308290222309,\n            \"TMT\": 2.150942051162922,\n            \"TND\": 1.9528095605072289,\n            \"TOP\": 1.4514102190642295,\n            \"TRY\": 11.201811216118053,\n            \"TTD\": 4.17616461220973,\n            \"TWD\": 18.955452761010672,\n            \"TZS\": 1431.9128512027453,\n            \"UAH\": 22.701644057192933,\n            \"UGX\": 2343.83308566772,\n            \"USD\": 0.6145548717608349,\n            \"UYU\": 25.026326301596487,\n            \"UZS\": 6733.976178009506,\n            \"VES\": 4.900153269985017,\n            \"VND\": 14456.713850346056,\n            \"VUV\": 72.22988776998932,\n            \"WST\": 1.6574421980415364,\n            \"XAF\": 397.97377264173787,\n            \"XAG\": 0.030961661608880073,\n            \"XAU\": 0.00035617756702642706,\n            \"XCD\": 1.6608652686772443,\n            \"XDR\": 0.4547146806096876,\n            \"XOF\": 397.97377264173787,\n            \"XPD\": 0.0002718237653285349,\n            \"XPF\": 72.3994158041389,\n            \"XPT\": 0.0006757276636959084,\n            \"YER\": 153.792317941192,\n            \"ZAR\": 10.51699367131393,\n            \"ZMW\": 9.527604575729754,\n            \"ZWL\": 197.88666870698884\n        },\n        \"BRL\": {\n            \"AED\": 0.7211004005025914,\n            \"AFN\": 17.442276386053084,\n            \"ALL\": 22.795918014763622,\n            \"AMD\": 79.59028310036123,\n            \"ANG\": 0.3539111826605936,\n            \"AOA\": 84.09766177163498,\n            \"ARS\": 27.93279232762682,\n            \"AUD\": 0.28481093921784195,\n            \"AWG\": 0.35338463954766763,\n            \"AZN\": 0.3337521595727972,\n            \"BAM\": 0.37886700958065017,\n            \"BBD\": 0.39264959949740846,\n            \"BDT\": 18.659719451861157,\n            \"BGN\": 0.37904861002041773,\n            \"BHD\": 0.07402230249725145,\n            \"BIF\": 403.8037931914559,\n            \"BMD\": 0.19632479974870423,\n            \"BND\": 0.27421823464740064,\n            \"BOB\": 1.3568917857703782,\n            \"BRL\": 0.9999999999999999,\n            \"BSD\": 0.19632479974870423,\n            \"BTC\": 0.00000877985903879378,\n            \"BTN\": 15.616954217056698,\n            \"BWP\": 2.523985000785299,\n            \"BYN\": 0.49574681953824395,\n            \"BZD\": 0.3958110177477619,\n            \"CAD\": 0.2548672844353698,\n            \"CDF\": 401.77376158316315,\n            \"CHF\": 0.18709635621171664,\n            \"CLF\": 0.006391746505418564,\n            \"CLP\": 176.3137287969216,\n            \"CNH\": 1.3581887073975183,\n            \"CNY\": 1.3598437254593998,\n            \"COP\": 855.2764060782157,\n            \"CRC\": 126.64087050416208,\n            \"CUC\": 0.19632479974870423,\n            \"CUP\": 5.055363593529134,\n            \"CVE\": 21.543701900424058,\n            \"CZK\": 4.754269671744934,\n            \"DJF\": 34.97456042877336,\n            \"DKK\": 1.4413112533375214,\n            \"DOP\": 10.467172333909218,\n            \"DZD\": 27.599711402544365,\n            \"EGP\": 3.800828490654939,\n            \"ERN\": 2.9448719962305634,\n            \"ETB\": 10.34800573268415,\n            \"EUR\": 0.1938177320559133,\n            \"FJD\": 0.43465329040364376,\n            \"FKP\": 0.1679503690906235,\n            \"GBP\": 0.1679503690906235,\n            \"GEL\": 0.5546175592900895,\n            \"GGP\": 0.1679503690906235,\n            \"GHS\": 1.9789133422333907,\n            \"GIP\": 0.1679503690906235,\n            \"GMD\": 10.69970158630438,\n            \"GNF\": 1698.2696089209987,\n            \"GTQ\": 1.531658551908277,\n            \"GYD\": 41.08235471964818,\n            \"HKD\": 1.5409119286948325,\n            \"HNL\": 4.847548688550337,\n            \"HRK\": 1.4585754672530233,\n            \"HTG\": 23.465837717920525,\n            \"HUF\": 77.12571835244226,\n            \"IDR\": 2919.349772263232,\n            \"ILS\": 0.6605750353384638,\n            \"IMP\": 0.1679503690906235,\n            \"INR\": 15.579464425946282,\n            \"IQD\": 286.68980877964503,\n            \"IRR\": 8304.53902937019,\n            \"ISK\": 27.234176221140252,\n            \"JEP\": 0.1679503690906235,\n            \"JMD\": 29.804468745091874,\n            \"JOD\": 0.1391942830218313,\n            \"JPY\": 27.992775247369245,\n            \"KES\": 23.64444263389351,\n            \"KGS\": 16.103471022459555,\n            \"KHR\": 808.4520977304852,\n            \"KMF\": 95.8408438039893,\n            \"KPW\": 176.69231977383382,\n            \"KRW\": 270.1802261661693,\n            \"KWD\": 0.06051770849693733,\n            \"KYD\": 0.16364751845453115,\n            \"KZT\": 92.8924893984608,\n            \"LAK\": 3093.3033911182656,\n            \"LBP\": 286.14698935919586,\n            \"LKR\": 71.0846799905764,\n            \"LRD\": 30.224197816868223,\n            \"LSL\": 3.367201586304382,\n            \"LYD\": 0.969946795979268,\n            \"MAD\": 2.099402190984765,\n            \"MDL\": 3.788972435998115,\n            \"MGA\": 820.7455192790953,\n            \"MKD\": 11.932951743364221,\n            \"MMK\": 412.36970845767235,\n            \"MNT\": 630.1899996073503,\n            \"MOP\": 1.5874862572640174,\n            \"MRU\": 7.421077430501019,\n            \"MUR\": 8.834606368776504,\n            \"MVR\": 3.0449976441024025,\n            \"MWK\": 201.38456572954294,\n            \"MXN\": 3.8943038322600905,\n            \"MYR\": 0.8841487356682894,\n            \"MZN\": 12.545152937019003,\n            \"NAD\": 3.377768179676456,\n            \"NGN\": 83.16224752630751,\n            \"NIO\": 7.057844746348358,\n            \"NOK\": 1.931673276268258,\n            \"NPR\": 24.987056305952564,\n            \"NZD\": 0.31945853620229303,\n            \"OMR\": 0.07558642217684937,\n            \"PAB\": 0.19632479974870423,\n            \"PEN\": 0.7600873645358881,\n            \"PGK\": 0.691576488141982,\n            \"PHP\": 11.14810939217842,\n            \"PKR\": 45.304788754515464,\n            \"PLN\": 0.9097651955395005,\n            \"PYG\": 1358.173216585519,\n            \"QAR\": 0.7148185958850322,\n            \"RON\": 0.9518807915815923,\n            \"RSD\": 22.74095119365478,\n            \"RUB\": 11.902191377414795,\n            \"RWF\": 203.41826134757338,\n            \"SAR\": 0.7377958614732212,\n            \"SBD\": 1.609901444950526,\n            \"SCR\": 2.5905298806345214,\n            \"SDG\": 113.08308465525364,\n            \"SEK\": 2.057250471179519,\n            \"SGD\": 0.27402446207004866,\n            \"SHP\": 0.1679503690906235,\n            \"SLL\": 2737.7493324956804,\n            \"SOS\": 111.54728580964345,\n            \"SRD\": 5.257087325270928,\n            \"SSP\": 25.573268415266213,\n            \"STD\": 4396.122684152661,\n            \"STN\": 4.790325113868383,\n            \"SVC\": 1.7182220826134755,\n            \"SYP\": 493.2719491126119,\n            \"SZL\": 3.3650999293230717,\n            \"THB\": 7.124528820480601,\n            \"TJS\": 1.9832970786869795,\n            \"TMT\": 0.6871367991204648,\n            \"TND\": 0.6238416836814825,\n            \"TOP\": 0.46366538401130825,\n            \"TRY\": 3.578514213915501,\n            \"TTD\": 1.3341114339563371,\n            \"TWD\": 6.055481192084184,\n            \"TZS\": 457.4367834144809,\n            \"UAH\": 7.2522339798963396,\n            \"UGX\": 748.7574866499135,\n            \"USD\": 0.19632479974870423,\n            \"UYU\": 7.994873566828961,\n            \"UZS\": 2151.2261726480288,\n            \"VES\": 1.5653957907962932,\n            \"VND\": 4618.320644926966,\n            \"VUV\": 23.074454217056694,\n            \"WST\": 0.5294840584262603,\n            \"XAF\": 127.13611885503376,\n            \"XAG\": 0.009890967095963562,\n            \"XAU\": 0.00011378396419035651,\n            \"XCD\": 0.5305775875608606,\n            \"XDR\": 0.145262486257264,\n            \"XOF\": 127.13611885503376,\n            \"XPD\": 0.00008683642217684937,\n            \"XPF\": 23.128611394691376,\n            \"XPT\": 0.00021586697031569026,\n            \"YER\": 49.13026876865085,\n            \"ZAR\": 3.3597434034867275,\n            \"ZMW\": 3.043674611276896,\n            \"ZWL\": 63.21658551908276\n        },\n        \"MXN\": {\n            \"AED\": 0.18516798677315707,\n            \"AFN\": 4.478920273647554,\n            \"ALL\": 5.853656775807815,\n            \"AMD\": 20.437615175539698,\n            \"ANG\": 0.09087919122509719,\n            \"AOA\": 21.595043785484048,\n            \"ARS\": 7.172730616505543,\n            \"AUD\": 0.07313526408969215,\n            \"AWG\": 0.09074398269088778,\n            \"AZN\": 0.08570265031917179,\n            \"BAM\": 0.09728748086940397,\n            \"BBD\": 0.10082664743431975,\n            \"BDT\": 4.791541763456046,\n            \"BGN\": 0.09733411319384236,\n            \"BHD\": 0.01900783957431796,\n            \"BIF\": 103.69088047172352,\n            \"BMD\": 0.050413323717159876,\n            \"BND\": 0.07041521320853279,\n            \"BOB\": 0.34842987199149666,\n            \"BRL\": 0.25678530568572555,\n            \"BSD\": 0.050413323717159876,\n            \"BTC\": 0.0000022545387871542413,\n            \"BTN\": 4.010204362506886,\n            \"BWP\": 0.6481222599728393,\n            \"BYN\": 0.12730049859785422,\n            \"BZD\": 0.10163845318613719,\n            \"CAD\": 0.06544617354302722,\n            \"CDF\": 103.16959818463638,\n            \"CHF\": 0.04804359502251106,\n            \"CLF\": 0.0016413065802595743,\n            \"CLP\": 45.27477474570763,\n            \"CNH\": 0.34876290240797225,\n            \"CNY\": 0.34918788672690787,\n            \"COP\": 219.6224133805834,\n            \"CRC\": 32.519514644717646,\n            \"CUC\": 0.050413323717159876,\n            \"CUP\": 1.2981430857168668,\n            \"CVE\": 5.532106078102539,\n            \"CZK\": 1.2208265909713971,\n            \"DJF\": 8.98095319092645,\n            \"DKK\": 0.3701075507765517,\n            \"DOP\": 2.6878160474280484,\n            \"DZD\": 7.08720032934016,\n            \"EGP\": 0.9759969058318435,\n            \"ERN\": 0.7561998557573981,\n            \"ETB\": 2.6572158153049403,\n            \"EUR\": 0.049769545573291746,\n            \"FJD\": 0.11161257804360611,\n            \"FKP\": 0.04312718686696619,\n            \"GBP\": 0.04312718686696619,\n            \"GEL\": 0.14241763950097666,\n            \"GGP\": 0.04312718686696619,\n            \"GHS\": 0.5081558675109621,\n            \"GIP\": 0.04312718686696619,\n            \"GMD\": 2.747526142585213,\n            \"GNF\": 436.09068066355627,\n            \"GTQ\": 0.3933074094579227,\n            \"GYD\": 10.54934501497427,\n            \"HKD\": 0.39568354064468353,\n            \"HNL\": 1.2447792718158364,\n            \"HRK\": 0.3745407472242676,\n            \"HTG\": 6.025682311567851,\n            \"HUF\": 19.804751163363065,\n            \"IDR\": 749.6461236741674,\n            \"ILS\": 0.1696259623777464,\n            \"IMP\": 0.04312718686696619,\n            \"INR\": 4.000577535036504,\n            \"IQD\": 73.61773018446335,\n            \"IRR\": 2132.483593235863,\n            \"ISK\": 6.993336266044418,\n            \"JEP\": 0.04312718686696619,\n            \"JMD\": 7.653349617509071,\n            \"JOD\": 0.03574304651546635,\n            \"JPY\": 7.188133348887524,\n            \"KES\": 6.071545429512947,\n            \"KGS\": 4.135134729103501,\n            \"KHR\": 207.59861904798873,\n            \"KMF\": 24.61052037338527,\n            \"KPW\": 45.37199134544389,\n            \"KRW\": 69.37831196631825,\n            \"KWD\": 0.015540058275785683,\n            \"KYD\": 0.0420222780510572,\n            \"KZT\": 23.85342628609178,\n            \"LAK\": 794.3148568669955,\n            \"LBP\": 73.47834213365117,\n            \"LKR\": 18.253501280952143,\n            \"LRD\": 7.761129875510346,\n            \"LSL\": 0.8646478886446308,\n            \"LYD\": 0.24906808450442644,\n            \"MAD\": 0.5390956333693049,\n            \"MDL\": 0.9729524452125643,\n            \"MGA\": 210.75538905827204,\n            \"MKD\": 3.0642066611527934,\n            \"MMK\": 105.89048164183693,\n            \"MNT\": 161.82353168926073,\n            \"MOP\": 0.4076431438434291,\n            \"MRU\": 1.9056236365086432,\n            \"MUR\": 2.2685970970193323,\n            \"MVR\": 0.7819106508531497,\n            \"MWK\": 51.71259727124777,\n            \"MXN\": 1,\n            \"MYR\": 0.22703640336022948,\n            \"MZN\": 3.2214109318066027,\n            \"NAD\": 0.8673612345537356,\n            \"NGN\": 21.35484315255485,\n            \"NIO\": 1.8123508206734553,\n            \"NOK\": 0.4960253127314917,\n            \"NPR\": 6.416308891710466,\n            \"NZD\": 0.08203225787262025,\n            \"OMR\": 0.019409482524372572,\n            \"PAB\": 0.050413323717159876,\n            \"PEN\": 0.19517926625020554,\n            \"PGK\": 0.1775866799125994,\n            \"PHP\": 2.8626706780884437,\n            \"PKR\": 11.633604029355476,\n            \"PLN\": 0.23361433383884453,\n            \"PYG\": 348.75892459507764,\n            \"QAR\": 0.18355491165417911,\n            \"RON\": 0.24442900004264964,\n            \"RSD\": 5.839542103846808,\n            \"RUB\": 3.056307851179465,\n            \"RWF\": 52.23482042219545,\n            \"SAR\": 0.18945513582206433,\n            \"SBD\": 0.4133990346655121,\n            \"SCR\": 0.6652100072867418,\n            \"SDG\": 29.03807446108409,\n            \"SEK\": 0.5282716911139358,\n            \"SGD\": 0.07036545525802396,\n            \"SHP\": 0.04312718686696619,\n            \"SLL\": 703.0137992357945,\n            \"SOS\": 28.643703885042292,\n            \"SRD\": 1.3499427758362486,\n            \"SSP\": 6.566839547397245,\n            \"STD\": 1128.8597072820937,\n            \"STN\": 1.2300850986987009,\n            \"SVC\": 0.44121418271986534,\n            \"SYP\": 126.66498823907571,\n            \"SZL\": 0.8641082140142385,\n            \"THB\": 1.8294743110338731,\n            \"TJS\": 0.5092815466162426,\n            \"TMT\": 0.17644663301005956,\n            \"TND\": 0.16019337744364723,\n            \"TOP\": 0.11906245736923313,\n            \"TRY\": 0.9189098663210059,\n            \"TTD\": 0.34258021238729974,\n            \"TWD\": 1.554958588983499,\n            \"TZS\": 117.46304426098251,\n            \"UAH\": 1.862267119432088,\n            \"UGX\": 192.26992009387362,\n            \"USD\": 0.050413323717159876,\n            \"UYU\": 2.0529660527769016,\n            \"UZS\": 552.4032703425576,\n            \"VES\": 0.40197063665877425,\n            \"VND\": 1185.9168785622683,\n            \"VUV\": 5.925180779658183,\n            \"WST\": 0.13596372579870583,\n            \"XAF\": 32.64668714388658,\n            \"XAG\": 0.0025398550092644565,\n            \"XAU\": 0.000029218050026754346,\n            \"XCD\": 0.13624452801181042,\n            \"XDR\": 0.03730127193824005,\n            \"XOF\": 32.64668714388658,\n            \"XPD\": 0.000022298317213336987,\n            \"XPF\": 5.93908754707218,\n            \"XPT\": 0.00005543146595996597,\n            \"YER\": 12.615931084179865,\n            \"ZAR\": 0.8627327368899395,\n            \"ZMW\": 0.7815709154646198,\n            \"ZWL\": 16.23309023692548\n        },\n        \"JPY\": {\n            \"AED\": 0.025760232564663636,\n            \"AFN\": 0.6230992187061661,\n            \"ALL\": 0.8143500533019132,\n            \"AMD\": 2.8432437440386016,\n            \"ANG\": 0.012642947315266788,\n            \"AOA\": 3.004263101049206,\n            \"ARS\": 0.9978571999663356,\n            \"AUD\": 0.010174444537956571,\n            \"AWG\": 0.012624137350614375,\n            \"AZN\": 0.011922796386691354,\n            \"BAM\": 0.013534456881557537,\n            \"BBD\": 0.014026819278460416,\n            \"BDT\": 0.6665905501318521,\n            \"BGN\": 0.013540944285473826,\n            \"BHD\": 0.0026443359703753576,\n            \"BIF\": 14.42528615412669,\n            \"BMD\": 0.007013409639230208,\n            \"BND\": 0.009796036020871906,\n            \"BOB\": 0.04847292823879257,\n            \"BRL\": 0.03572350333838299,\n            \"BSD\": 0.007013409639230208,\n            \"BTC\": 3.1364732368288165e-7,\n            \"BTN\": 0.5578923161083993,\n            \"BWP\": 0.09016558660158222,\n            \"BYN\": 0.017709813162767207,\n            \"BZD\": 0.01413975621388094,\n            \"CAD\": 0.009104752286371542,\n            \"CDF\": 14.352766313190822,\n            \"CHF\": 0.006683737305728553,\n            \"CLF\": 0.0002283355776244179,\n            \"CLP\": 6.298544079279582,\n            \"CNH\": 0.048519258822869324,\n            \"CNY\": 0.048578381866128034,\n            \"COP\": 30.553469547775347,\n            \"CRC\": 4.524055560231162,\n            \"CUC\": 0.007013409639230208,\n            \"CUP\": 0.18059529821017786,\n            \"CVE\": 0.7696165067609269,\n            \"CZK\": 0.16983916849015315,\n            \"DJF\": 1.2494138262357628,\n            \"DKK\": 0.05148868737025192,\n            \"DOP\": 0.3739240658138361,\n            \"DZD\": 0.9859583824272007,\n            \"EGP\": 0.1357789092745329,\n            \"ERN\": 0.10520114458845312,\n            \"ETB\": 0.36966701733714863,\n            \"EUR\": 0.006923848398137238,\n            \"FJD\": 0.01552733827077372,\n            \"FKP\": 0.005999775570891545,\n            \"GBP\": 0.005999775570891545,\n            \"GEL\": 0.01981288223082534,\n            \"GGP\": 0.005999775570891545,\n            \"GHS\": 0.07069371738764518,\n            \"GIP\": 0.005999775570891545,\n            \"GMD\": 0.3822308253380463,\n            \"GNF\": 60.66814004376368,\n            \"GTQ\": 0.05471620939235819,\n            \"GYD\": 1.467605635975986,\n            \"HKD\": 0.055046772428884026,\n            \"HNL\": 0.17317142175840206,\n            \"HRK\": 0.052105425573696906,\n            \"HTG\": 0.8382819320540874,\n            \"HUF\": 2.7552008570386577,\n            \"IDR\": 104.28940133535319,\n            \"ILS\": 0.023598054480166074,\n            \"IMP\": 0.005999775570891545,\n            \"INR\": 0.5565530494305111,\n            \"IQD\": 10.24156434102003,\n            \"IRR\": 296.6672277394378,\n            \"ISK\": 0.9729001851540144,\n            \"JEP\": 0.005999775570891545,\n            \"JMD\": 1.064720038714021,\n            \"JOD\": 0.004972507434214217,\n            \"JPY\": 1,\n            \"KES\": 0.8446623253661,\n            \"KGS\": 0.5752724008303877,\n            \"KHR\": 28.88074121219772,\n            \"KMF\": 3.4237707035852547,\n            \"KPW\": 6.312068675307187,\n            \"KRW\": 9.65178421141222,\n            \"KWD\": 0.002161904561521629,\n            \"KYD\": 0.005846062671828536,\n            \"KZT\": 3.318445155136621,\n            \"LAK\": 110.50363401924479,\n            \"LBP\": 10.222172929641474,\n            \"LKR\": 2.539393802951243,\n            \"LRD\": 1.07971423161084,\n            \"LSL\": 0.12028823710935309,\n            \"LYD\": 0.03464989760421927,\n            \"MAD\": 0.07499800117825281,\n            \"MDL\": 0.1353553694664198,\n            \"MGA\": 29.31990529792964,\n            \"MKD\": 0.42628684144083484,\n            \"MMK\": 14.731290656735679,\n            \"MNT\": 22.512594554788755,\n            \"MOP\": 0.05671057061100824,\n            \"MRU\": 0.26510688436290186,\n            \"MUR\": 0.3156030901082871,\n            \"MVR\": 0.10877798350446052,\n            \"MWK\": 7.194162206138135,\n            \"MXN\": 0.139118175952421,\n            \"MYR\": 0.03158489031027324,\n            \"MZN\": 0.4481568128261235,\n            \"NAD\": 0.12066571284295571,\n            \"NGN\": 2.970846827133479,\n            \"NIO\": 0.2521309403579644,\n            \"NOK\": 0.06900613673343432,\n            \"NPR\": 0.8926251893620601,\n            \"NZD\": 0.011412178084497559,\n            \"OMR\": 0.0027002118049711046,\n            \"PAB\": 0.007013409639230208,\n            \"PEN\": 0.027152983504460527,\n            \"PGK\": 0.02470553498288728,\n            \"PHP\": 0.39824952308814454,\n            \"PKR\": 1.6184457723166694,\n            \"PLN\": 0.0325,\n            \"PYG\": 48.518705436795145,\n            \"QAR\": 0.025535824496437185,\n            \"RON\": 0.03400451663580766,\n            \"RSD\": 0.8123864458845311,\n            \"RUB\": 0.42518797340515063,\n            \"RWF\": 7.266812938338101,\n            \"SAR\": 0.02635665292038377,\n            \"SBD\": 0.05751131964315771,\n            \"SCR\": 0.09254280283902822,\n            \"SDG\": 4.039723952196599,\n            \"SEK\": 0.07349219407507153,\n            \"SGD\": 0.009789113785557987,\n            \"SHP\": 0.005999775570891545,\n            \"SLL\": 97.80199741906524,\n            \"SOS\": 3.984859837008359,\n            \"SRD\": 0.18780157661448688,\n            \"SSP\": 0.9135667396061268,\n            \"STD\": 157.0449033832688,\n            \"STN\": 0.17112719519721706,\n            \"SVC\": 0.06138091230432587,\n            \"SYP\": 17.621402120855077,\n            \"SZL\": 0.12021315855916512,\n            \"THB\": 0.2545131291028446,\n            \"TJS\": 0.07085031981147955,\n            \"TMT\": 0.024546933737305727,\n            \"TND\": 0.022285810469617907,\n            \"TOP\": 0.016563751893620603,\n            \"TRY\": 0.1278370644672614,\n            \"TTD\": 0.04765913426471413,\n            \"TWD\": 0.21632300258093473,\n            \"TZS\": 16.341244459406383,\n            \"UAH\": 0.2590752047915615,\n            \"UGX\": 26.748240573977444,\n            \"USD\": 0.007013409639230208,\n            \"UYU\": 0.2856048925545643,\n            \"UZS\": 76.84933536020871,\n            \"VES\": 0.05592142175840206,\n            \"VND\": 164.98259297677157,\n            \"VUV\": 0.8243003422543903,\n            \"WST\": 0.018915025528811084,\n            \"XAF\": 4.541747566346856,\n            \"XAG\": 0.0003533399960724906,\n            \"XAU\": 0.000004064761824608651,\n            \"XCD\": 0.0189540902205016,\n            \"XDR\": 0.005189284912753184,\n            \"XOF\": 4.541747566346856,\n            \"XPD\": 0.0000031021012175279133,\n            \"XPF\": 0.8262350263704202,\n            \"XPT\": 0.000007711524434719182,\n            \"YER\": 1.7551053203725522,\n            \"ZAR\": 0.12002180469056835,\n            \"ZMW\": 0.10873072013690176,\n            \"ZWL\": 2.258317903832127\n        },\n        \"DKK\": {\n            \"AED\": 0.5003085897184254,\n            \"AFN\": 12.101672241622687,\n            \"ALL\": 15.81609660090911,\n            \"AMD\": 55.22074632808202,\n            \"ANG\": 0.2455480603797908,\n            \"AOA\": 58.34802273061923,\n            \"ARS\": 19.38012505136919,\n            \"AUD\": 0.19760543640960937,\n            \"AWG\": 0.24518273810002178,\n            \"AZN\": 0.23156147487224277,\n            \"BAM\": 0.26286272913178205,\n            \"BBD\": 0.27242526455557975,\n            \"BDT\": 12.946349658099484,\n            \"BGN\": 0.262988725816639,\n            \"BHD\": 0.05135761087401789,\n            \"BIF\": 280.164185394655,\n            \"BMD\": 0.13621263227778987,\n            \"BND\": 0.19025608383506123,\n            \"BOB\": 0.9414287043331827,\n            \"BRL\": 0.6938126637701506,\n            \"BSD\": 0.13621263227778987,\n            \"BTC\": 0.000006091577387231946,\n            \"BTN\": 10.835240605312594,\n            \"BWP\": 1.751172756710754,\n            \"BYN\": 0.3439554214194092,\n            \"BZD\": 0.274618696573149,\n            \"CAD\": 0.1768301495219686,\n            \"CDF\": 278.7557237569678,\n            \"CHF\": 0.1298098212849401,\n            \"CLF\": 0.004434674669068005,\n            \"CLP\": 122.32869783584009,\n            \"CNH\": 0.9423285249820098,\n            \"CNY\": 0.9434767974721116,\n            \"COP\": 593.4016015608879,\n            \"CRC\": 87.86503970666338,\n            \"CUC\": 0.13621263227778987,\n            \"CUP\": 3.507475281153089,\n            \"CVE\": 14.947293203003271,\n            \"CZK\": 3.298572505234992,\n            \"DJF\": 24.265792935277343,\n            \"DKK\": 1,\n            \"DOP\": 7.262256719130779,\n            \"DZD\": 19.149029287486705,\n            \"EGP\": 2.637062939634784,\n            \"ERN\": 2.0431894841668483,\n            \"ETB\": 7.17957742210238,\n            \"EUR\": 0.1344731969636025,\n            \"FJD\": 0.3015679572314129,\n            \"FKP\": 0.11652609295994545,\n            \"GBP\": 0.11652609295994545,\n            \"GEL\": 0.38480068618475644,\n            \"GGP\": 0.11652609295994545,\n            \"GHS\": 1.3729951373452405,\n            \"GIP\": 0.11652609295994545,\n            \"GMD\": 7.423588459139548,\n            \"GNF\": 1178.28096116537,\n            \"GTQ\": 1.0626840998858131,\n            \"GYD\": 28.503457961989323,\n            \"HKD\": 1.0691042098829622,\n            \"HNL\": 3.3632906683586095,\n            \"HRK\": 1.011978130244612,\n            \"HTG\": 16.28089537466851,\n            \"HUF\": 53.510800095294364,\n            \"IDR\": 2025.4818419707353,\n            \"ILS\": 0.45831532488824095,\n            \"IMP\": 0.11652609295994545,\n            \"INR\": 10.809229713478091,\n            \"IQD\": 198.90901990516062,\n            \"IRR\": 5761.794345350511,\n            \"ISK\": 18.89541634957501,\n            \"JEP\": 0.11652609295994545,\n            \"JMD\": 20.67871785228639,\n            \"JOD\": 0.09657475628495302,\n            \"JPY\": 19.42174196069639,\n            \"KES\": 16.404813727182173,\n            \"KGS\": 11.172792126038095,\n            \"KHR\": 560.914303456954,\n            \"KMF\": 66.49559113762476,\n            \"KPW\": 122.59136905001088,\n            \"KRW\": 187.45446241437165,\n            \"KWD\": 0.04198795253752556,\n            \"KYD\": 0.11354072069831314,\n            \"KZT\": 64.44998551378656,\n            \"LAK\": 2146.173065641004,\n            \"LBP\": 198.5324049171126,\n            \"LKR\": 49.31945117751054,\n            \"LRD\": 20.96993119763731,\n            \"LSL\": 2.33620710204492,\n            \"LYD\": 0.6729613702336987,\n            \"MAD\": 1.4565918264520301,\n            \"MDL\": 2.628837058771529,\n            \"MGA\": 569.4436350084446,\n            \"MKD\": 8.279233035704193,\n            \"MMK\": 286.10732588313806,\n            \"MNT\": 437.23380230888586,\n            \"MOP\": 1.1014180688508544,\n            \"MRU\": 5.1488375001004565,\n            \"MUR\": 6.129561778081563,\n            \"MVR\": 2.112657926628521,\n            \"MWK\": 139.72316199100916,\n            \"MXN\": 2.7019173153906793,\n            \"MYR\": 0.6134335894630267,\n            \"MZN\": 8.703985976637082,\n            \"NAD\": 2.3435383383393744,\n            \"NGN\": 57.69902048134003,\n            \"NIO\": 4.8968220639401165,\n            \"NOK\": 1.3402193813412941,\n            \"NPR\": 17.336336095407688,\n            \"NZD\": 0.22164437796662603,\n            \"OMR\": 0.05244281691537504,\n            \"PAB\": 0.13621263227778987,\n            \"PEN\": 0.527358239086678,\n            \"PGK\": 0.4798245254385945,\n            \"PHP\": 7.734699473388344,\n            \"PKR\": 31.433036167314338,\n            \"PLN\": 0.6312066137226328,\n            \"PYG\": 942.3177772604726,\n            \"QAR\": 0.49595019412343294,\n            \"RON\": 0.6604269475988641,\n            \"RSD\": 15.777959924336608,\n            \"RUB\": 8.257891104266276,\n            \"RWF\": 141.13416576505256,\n            \"SAR\": 0.5118921119673286,\n            \"SBD\": 1.116970009928539,\n            \"SCR\": 1.7973424370592077,\n            \"SDG\": 78.45847619200697,\n            \"SEK\": 1.4273464294514597,\n            \"SGD\": 0.19012164196700307,\n            \"SHP\": 0.11652609295994545,\n            \"SLL\": 1899.48515711378,\n            \"SOS\": 77.39291950391905,\n            \"SRD\": 3.6474337608185183,\n            \"SSP\": 17.74305748050491,\n            \"STD\": 3050.0855897523425,\n            \"STN\": 3.323588227578073,\n            \"SVC\": 1.1921242400867513,\n            \"SYP\": 342.2383249769154,\n            \"SZL\": 2.334748945816386,\n            \"THB\": 4.943088319044855,\n            \"TJS\": 1.376036629211371,\n            \"TMT\": 0.47674421297226455,\n            \"TND\": 0.43282926032590513,\n            \"TOP\": 0.3216969151788956,\n            \"TRY\": 2.48281847909606,\n            \"TTD\": 0.9256234077594616,\n            \"TWD\": 4.201369536289974,\n            \"TZS\": 317.3754332072504,\n            \"UAH\": 5.03169177587628,\n            \"UGX\": 519.4974263304194,\n            \"USD\": 0.13621263227778987,\n            \"UYU\": 5.546944525907166,\n            \"UZS\": 1492.5479612169947,\n            \"VES\": 1.0860914234669574,\n            \"VND\": 3204.2493488014584,\n            \"VUV\": 16.00934854537849,\n            \"WST\": 0.3673627450005537,\n            \"XAF\": 88.20864928420944,\n            \"XAG\": 0.006862478228113389,\n            \"XAU\": 0.00007894475528923867,\n            \"XCD\": 0.36812144936234104,\n            \"XDR\": 0.10078495253602723,\n            \"XOF\": 88.20864928420944,\n            \"XPD\": 0.00006024820938278924,\n            \"XPF\": 16.04692348105548,\n            \"XPT\": 0.00014977123769472107,\n            \"YER\": 34.08720264612108,\n            \"ZAR\": 2.3310325203573186,\n            \"ZMW\": 2.111739989699601,\n            \"ZWL\": 43.86046759344834\n        },\n        \"PLN\": {\n            \"AED\": 0.7926225404511889,\n            \"AFN\": 19.17228365249742,\n            \"ALL\": 25.056924716981946,\n            \"AMD\": 87.48442289349543,\n            \"ANG\": 0.38901376354667044,\n            \"AOA\": 92.43886464766787,\n            \"ARS\": 30.703298460502634,\n            \"AUD\": 0.3130598319371253,\n            \"AWG\": 0.3884349954035192,\n            \"AZN\": 0.366855273436657,\n            \"BAM\": 0.4164448271248473,\n            \"BBD\": 0.43159443933724356,\n            \"BDT\": 20.510478465595448,\n            \"BGN\": 0.4166444395530408,\n            \"BHD\": 0.08136418370385716,\n            \"BIF\": 443.8549585885135,\n            \"BMD\": 0.21579721966862178,\n            \"BND\": 0.3014164929499048,\n            \"BOB\": 1.4914747150397714,\n            \"BRL\": 1.099184718104092,\n            \"BSD\": 0.21579721966862178,\n            \"BTC\": 0.000009650686882550205,\n            \"BTN\": 17.165917418719978,\n            \"BWP\": 2.7743257415871456,\n            \"BYN\": 0.5449173280851449,\n            \"BZD\": 0.4350694219655674,\n            \"CAD\": 0.28014622419604746,\n            \"CDF\": 441.6235788674099,\n            \"CHF\": 0.20565345556087855,\n            \"CLF\": 0.00702571008075132,\n            \"CLP\": 193.8013562855256,\n            \"CNH\": 1.4929002714729023,\n            \"CNY\": 1.4947194420347087,\n            \"COP\": 940.1067553161645,\n            \"CRC\": 139.2017095455742,\n            \"CUC\": 0.21579721966862178,\n            \"CUP\": 5.556778406467011,\n            \"CVE\": 23.68050790033621,\n            \"CZK\": 5.22582056892779,\n            \"DJF\": 38.44350234571578,\n            \"DKK\": 1.5842673037000592,\n            \"DOP\": 11.505355871194956,\n            \"DZD\": 30.337180997760022,\n            \"EGP\": 4.1778125930625505,\n            \"ERN\": 3.2369582950293267,\n            \"ETB\": 11.374369764219956,\n            \"EUR\": 0.2130414891734535,\n            \"FJD\": 0.4777642544853452,\n            \"FKP\": 0.1846084791043552,\n            \"GBP\": 0.1846084791043552,\n            \"GEL\": 0.6096271455638566,\n            \"GGP\": 0.1846084791043552,\n            \"GHS\": 2.1751913042352364,\n            \"GIP\": 0.1846084791043552,\n            \"GMD\": 11.760948471939887,\n            \"GNF\": 1866.7120013465747,\n            \"GTQ\": 1.6835756736110212,\n            \"GYD\": 45.1570964915688,\n            \"HKD\": 1.6937468439656622,\n            \"HNL\": 5.3283514387200634,\n            \"HRK\": 1.6032438638060587,\n            \"HTG\": 25.793290217048845,\n            \"HUF\": 84.77541098580485,\n            \"IDR\": 3208.904656472406,\n            \"ILS\": 0.72609398400511,\n            \"IMP\": 0.1846084791043552,\n            \"INR\": 17.124709213246494,\n            \"IQD\": 315.1250566467702,\n            \"IRR\": 9128.222391982701,\n            \"ISK\": 29.935390312431213,\n            \"JEP\": 0.1846084791043552,\n            \"JMD\": 32.76061657581604,\n            \"JOD\": 0.15300022874505284,\n            \"JPY\": 30.76923076923077,\n            \"KES\": 25.989610011264613,\n            \"KGS\": 17.70068925631962,\n            \"KHR\": 888.6381911445452,\n            \"KMF\": 105.3467908795463,\n            \"KPW\": 194.2174977017596,\n            \"KRW\": 296.9779757357606,\n            \"KWD\": 0.06652014035451168,\n            \"KYD\": 0.17987885144087803,\n            \"KZT\": 102.10600477343449,\n            \"LAK\": 3400.111815976763,\n            \"LBP\": 314.5283978351223,\n            \"LKR\": 78.13519393696131,\n            \"LRD\": 33.22197635725661,\n            \"LSL\": 3.7011765264416336,\n            \"LYD\": 1.066150695514439,\n            \"MAD\": 2.307630805484702,\n            \"MDL\": 4.164780598966763,\n            \"MGA\": 902.150932243989,\n            \"MKD\": 13.116518198179534,\n            \"MMK\": 453.2704817457132,\n            \"MNT\": 692.6952170704233,\n            \"MOP\": 1.744940634184869,\n            \"MRU\": 8.157134903473903,\n            \"MUR\": 9.710864311024217,\n            \"MVR\": 3.3470148770603236,\n            \"MWK\": 221.35883711194265,\n            \"MXN\": 4.280559260074493,\n            \"MYR\": 0.9718427787776381,\n            \"MZN\": 13.789440394649954,\n            \"NAD\": 3.7127911643986375,\n            \"NGN\": 91.41067160410704,\n            \"NIO\": 7.757875087937367,\n            \"NOK\": 2.123265745644133,\n            \"NPR\": 27.465390441909545,\n            \"NZD\": 0.35114394106146335,\n            \"OMR\": 0.08308344015295706,\n            \"PAB\": 0.21579721966862178,\n            \"PEN\": 0.8354764155218624,\n            \"PGK\": 0.7601703071657624,\n            \"PHP\": 12.253831479635217,\n            \"PKR\": 49.798331455897525,\n            \"PLN\": 1,\n            \"PYG\": 1492.8832442090816,\n            \"QAR\": 0.785717676813452,\n            \"RON\": 1.0462928195633125,\n            \"RSD\": 24.996506027216345,\n            \"RUB\": 13.082706874004636,\n            \"RWF\": 223.59424425655698,\n            \"SAR\": 0.8109739360118083,\n            \"SBD\": 1.7695790659433144,\n            \"SCR\": 2.847470856585484,\n            \"SDG\": 124.29919852912614,\n            \"SEK\": 2.2612982792329706,\n            \"SGD\": 0.3012035010940919,\n            \"SHP\": 0.1846084791043552,\n            \"SLL\": 3009.292228278931,\n            \"SOS\": 122.61107190794952,\n            \"SRD\": 5.77851004967652,\n            \"SSP\": 28.109745834034673,\n            \"STD\": 4832.150873331348,\n            \"STN\": 5.265452159914371,\n            \"SVC\": 1.8886434555177192,\n            \"SYP\": 542.1969883340023,\n            \"SZL\": 3.6988664172050805,\n            \"THB\": 7.831173203164449,\n            \"TJS\": 2.180009840353217,\n            \"TMT\": 0.7552902688401762,\n            \"TND\": 0.6857172452190126,\n            \"TOP\": 0.5096539044190954,\n            \"TRY\": 3.9334481374541967,\n            \"TTD\": 1.4664349004527424,\n            \"TWD\": 6.6560923871056845,\n            \"TZS\": 502.80752182788876,\n            \"UAH\": 7.971544762817276,\n            \"UGX\": 823.0227868916137,\n            \"USD\": 0.21579721966862178,\n            \"UYU\": 8.787842847832747,\n            \"UZS\": 2364.594934160268,\n            \"VES\": 1.7206591310277557,\n            \"VND\": 5076.387476208356,\n            \"VUV\": 25.36308745398124,\n            \"WST\": 0.5820007855018795,\n            \"XAF\": 139.74607896451863,\n            \"XAG\": 0.010871999879153557,\n            \"XAU\": 0.0001250695946033431,\n            \"XCD\": 0.5832027760154338,\n            \"XDR\": 0.15967030500779028,\n            \"XOF\": 139.74607896451863,\n            \"XPD\": 0.0000954492682316281,\n            \"XPF\": 25.42261619601293,\n            \"XPT\": 0.0002372776749144364,\n            \"YER\": 54.003240626847756,\n            \"ZAR\": 3.6929786058636416,\n            \"ZMW\": 3.345560619596977,\n            \"ZWL\": 69.48670473329621\n        },\n        \"NOK\": {\n            \"AED\": 0.3733035029069014,\n            \"AFN\": 9.02962038163581,\n            \"ALL\": 11.801125115113864,\n            \"AMD\": 41.2027665745417,\n            \"ANG\": 0.18321482572058154,\n            \"AOA\": 43.53617291538078,\n            \"ARS\": 14.460412467676393,\n            \"AUD\": 0.14744260466659234,\n            \"AWG\": 0.18294224178032886,\n            \"AZN\": 0.17277878390364393,\n            \"BAM\": 0.1961341052005296,\n            \"BBD\": 0.20326915753369873,\n            \"BDT\": 9.659873479178277,\n            \"BGN\": 0.19622811718588895,\n            \"BHD\": 0.038320301578252884,\n            \"BIF\": 209.04352622797185,\n            \"BMD\": 0.10163457876684936,\n            \"BND\": 0.14195891096922697,\n            \"BOB\": 0.7024437323022438,\n            \"BRL\": 0.517685890406824,\n            \"BSD\": 0.10163457876684936,\n            \"BTC\": 0.000004545209144144359,\n            \"BTN\": 8.084676849299601,\n            \"BWP\": 1.3066314225050057,\n            \"BYN\": 0.25664113368900693,\n            \"BZD\": 0.20490577915558134,\n            \"CAD\": 0.13194119707849372,\n            \"CDF\": 207.99260750727882,\n            \"CHF\": 0.09685714375733484,\n            \"CLF\": 0.003308916980912315,\n            \"CLP\": 91.27512968318165,\n            \"CNH\": 0.7031151303295776,\n            \"CNY\": 0.7039719098285822,\n            \"COP\": 442.7645278245495,\n            \"CRC\": 65.56019180884243,\n            \"CUC\": 0.10163457876684936,\n            \"CUP\": 2.617090403246371,\n            \"CVE\": 11.152870500980216,\n            \"CZK\": 2.461218328251435,\n            \"DJF\": 18.10583645715681,\n            \"DKK\": 0.7461464995374103,\n            \"DOP\": 5.418707429721468,\n            \"DZD\": 14.287981172397552,\n            \"EGP\": 1.967635281468327,\n            \"ERN\": 1.5245186815027405,\n            \"ETB\": 5.357016561659514,\n            \"EUR\": 0.1003367051959967,\n            \"FJD\": 0.22501387566086617,\n            \"FKP\": 0.08694553636683416,\n            \"GBP\": 0.08694553636683416,\n            \"GEL\": 0.2871176850163495,\n            \"GGP\": 0.08694553636683416,\n            \"GHS\": 1.024455515612037,\n            \"GIP\": 0.08694553636683416,\n            \"GMD\": 5.53908454279329,\n            \"GNF\": 879.170214645116,\n            \"GTQ\": 0.792918021243863,\n            \"GYD\": 21.267755383050055,\n            \"HKD\": 0.7977083638448809,\n            \"HNL\": 2.5095075591226133,\n            \"HRK\": 0.7550839394904307,\n            \"HTG\": 12.147933093143722,\n            \"HUF\": 39.92689617855,\n            \"IDR\": 1511.30618626305,\n            \"ILS\": 0.34197037534971186,\n            \"IMP\": 0.08694553636683416,\n            \"INR\": 8.06526891340744,\n            \"IQD\": 148.41526892865264,\n            \"IRR\": 4299.142681837729,\n            \"ISK\": 14.098748766537344,\n            \"JEP\": 0.08694553636683416,\n            \"JMD\": 15.429352940405243,\n            \"JOD\": 0.0720589163456962,\n            \"JPY\": 14.49146477889245,\n            \"KES\": 12.240394338100232,\n            \"KGS\": 8.336539734902464,\n            \"KHR\": 418.5242440648709,\n            \"KMF\": 49.615452562009544,\n            \"KPW\": 91.47112089016443,\n            \"KRW\": 139.86849095315043,\n            \"KWD\": 0.03132916380861762,\n            \"KYD\": 0.08471801130400113,\n            \"KZT\": 48.08913108634864,\n            \"LAK\": 1601.3595203295074,\n            \"LBP\": 148.1342589736473,\n            \"LKR\": 36.79953585520569,\n            \"LRD\": 15.646640758657412,\n            \"LSL\": 1.743152751385254,\n            \"LYD\": 0.5021277707237735,\n            \"MAD\": 1.0868308925619852,\n            \"MDL\": 1.9614975692565972,\n            \"MGA\": 424.88837494540957,\n            \"MKD\": 6.177520748445169,\n            \"MMK\": 213.4779796997125,\n            \"MNT\": 326.2404710722072,\n            \"MOP\": 0.8218192366003193,\n            \"MRU\": 3.841787077386906,\n            \"MUR\": 4.573551064413862,\n            \"MVR\": 1.5763523166738336,\n            \"MWK\": 104.25394822389,\n            \"MXN\": 2.016026146918272,\n            \"MYR\": 0.4577113254765061,\n            \"MZN\": 6.494448668490466,\n            \"NAD\": 1.7486229276836431,\n            \"NGN\": 43.0519221588892,\n            \"NIO\": 3.6537466418664746,\n            \"NOK\": 1,\n            \"NPR\": 12.935446492392499,\n            \"NZD\": 0.1653791767619447,\n            \"OMR\": 0.03913002426728837,\n            \"PAB\": 0.10163457876684936,\n            \"PEN\": 0.3934865040967374,\n            \"PGK\": 0.3580193900482063,\n            \"PHP\": 5.771218937042562,\n            \"PKR\": 23.453649906074407,\n            \"PLN\": 0.47097260531400464,\n            \"PYG\": 703.1071109547745,\n            \"QAR\": 0.37005150129009856,\n            \"RON\": 0.4927752551510691,\n            \"RSD\": 11.772669567385302,\n            \"RUB\": 6.1615965410094,\n            \"RWF\": 105.30676375072655,\n            \"SAR\": 0.3819465074852343,\n            \"SBD\": 0.8334232629964455,\n            \"SCR\": 1.3410807678817658,\n            \"SDG\": 58.54151736970523,\n            \"SEK\": 1.0650095419624277,\n            \"SGD\": 0.14185859763998412,\n            \"SHP\": 0.08694553636683416,\n            \"SLL\": 1417.2942009037145,\n            \"SOS\": 57.74645597682975,\n            \"SRD\": 2.7215199329293087,\n            \"SSP\": 13.238920230169798,\n            \"STD\": 2275.8106860832077,\n            \"STN\": 2.4798837219111243,\n            \"SVC\": 0.8894993287544246,\n            \"SYP\": 255.35992818907206,\n            \"SZL\": 1.7420647532195548,\n            \"THB\": 3.6882680461595796,\n            \"TJS\": 1.0267249141213217,\n            \"TMT\": 0.3557210256839728,\n            \"TND\": 0.32295403748954055,\n            \"TOP\": 0.24003302717271607,\n            \"TRY\": 1.852546317164322,\n            \"TTD\": 0.6906506655896112,\n            \"TWD\": 3.1348371727658764,\n            \"TZS\": 236.80856852675902,\n            \"UAH\": 3.7543792053212615,\n            \"UGX\": 387.62118617513613,\n            \"USD\": 0.10163457876684936,\n            \"UYU\": 4.138833241133831,\n            \"UZS\": 1113.6594366537588,\n            \"VES\": 0.8103833137974734,\n            \"VND\": 2390.839435253234,\n            \"VUV\": 11.94531937700849,\n            \"WST\": 0.2741064262426174,\n            \"XAF\": 65.81657489233596,\n            \"XAG\": 0.005120414108058495,\n            \"XAU\": 0.00005890435281590288,\n            \"XCD\": 0.27467253084634874,\n            \"XDR\": 0.07520033954080076,\n            \"XOF\": 65.81657489233596,\n            \"XPD\": 0.000044953990534365144,\n            \"XPF\": 11.97335578373422,\n            \"XPT\": 0.00011175128473730155,\n            \"YER\": 25.43404693342559,\n            \"ZAR\": 1.73929175537248,\n            \"ZMW\": 1.5756674012475238,\n            \"ZWL\": 32.7263343629255\n        },\n        \"SEK\": {\n            \"AED\": 0.3505165805547977,\n            \"AFN\": 8.478440826922062,\n            \"ALL\": 11.0807693735482,\n            \"AMD\": 38.68769710609343,\n            \"ANG\": 0.17203115887861703,\n            \"AOA\": 40.87866934521483,\n            \"ARS\": 13.577730431439214,\n            \"AUD\": 0.1384425198622248,\n            \"AWG\": 0.17177521381004007,\n            \"AZN\": 0.16223214637614897,\n            \"BAM\": 0.18416182904720774,\n            \"BBD\": 0.1908613486778223,\n            \"BDT\": 9.070222470850938,\n            \"BGN\": 0.18425010242097123,\n            \"BHD\": 0.03598118145274306,\n            \"BIF\": 196.28324253581823,\n            \"BMD\": 0.09543067433891116,\n            \"BND\": 0.13329355782826888,\n            \"BOB\": 0.6595656701891082,\n            \"BRL\": 0.4860856828126779,\n            \"BSD\": 0.09543067433891116,\n            \"BTC\": 0.0000042677637758711366,\n            \"BTN\": 7.591177854052335,\n            \"BWP\": 1.2268729725156795,\n            \"BYN\": 0.24097543127746074,\n            \"BZD\": 0.19239806882670182,\n            \"CAD\": 0.12388733798137976,\n            \"CDF\": 195.29647323536992,\n            \"CHF\": 0.0909448600609363,\n            \"CLF\": 0.0031069364644519307,\n            \"CLP\": 85.70357925150095,\n            \"CNH\": 0.6601960852237911,\n            \"CNY\": 0.6610005658084681,\n            \"COP\": 415.7376158421027,\n            \"CRC\": 61.558314011007546,\n            \"CUC\": 0.09543067433891116,\n            \"CUP\": 2.457339864226962,\n            \"CVE\": 10.472085048580416,\n            \"CZK\": 2.3109824196657427,\n            \"DJF\": 17.000633087093565,\n            \"DKK\": 0.7006007647241658,\n            \"DOP\": 5.087942611046234,\n            \"DZD\": 13.41582456253863,\n            \"EGP\": 1.8475283121338861,\n            \"ERN\": 1.4314601150836674,\n            \"ETB\": 5.030017432321281,\n            \"EUR\": 0.09421202462760327,\n            \"FJD\": 0.21127874145263237,\n            \"FKP\": 0.08163826983805701,\n            \"GBP\": 0.08163826983805701,\n            \"GEL\": 0.26959165500742405,\n            \"GGP\": 0.08163826983805701,\n            \"GHS\": 0.9619214431866363,\n            \"GIP\": 0.08163826983805701,\n            \"GMD\": 5.200971751470658,\n            \"GNF\": 825.5045424523831,\n            \"GTQ\": 0.7445172930402123,\n            \"GYD\": 19.969544445452826,\n            \"HKD\": 0.7490152270138282,\n            \"HNL\": 2.356324014241692,\n            \"HRK\": 0.7089926519335066,\n            \"HTG\": 11.40640774988689,\n            \"HUF\": 37.489707467765186,\n            \"IDR\": 1419.054127419609,\n            \"ILS\": 0.32109606710150607,\n            \"IMP\": 0.08163826983805701,\n            \"INR\": 7.572954603341924,\n            \"IQD\": 139.3558114560898,\n            \"IRR\": 4036.7175245359417,\n            \"ISK\": 13.238143144293755,\n            \"JEP\": 0.08163826983805701,\n            \"JMD\": 14.487525540827102,\n            \"JOD\": 0.067660348106288,\n            \"JPY\": 13.606887269939309,\n            \"KES\": 11.49322504242132,\n            \"KGS\": 7.827666707606426,\n            \"KHR\": 392.97698994666473,\n            \"KMF\": 46.58686200180535,\n            \"KPW\": 85.88760690502004,\n            \"KRW\": 131.33073971846616,\n            \"KWD\": 0.029416791656992382,\n            \"KYD\": 0.0795467157485711,\n            \"KZT\": 45.153709137420265,\n            \"LAK\": 1503.6104910184943,\n            \"LBP\": 139.09195470745678,\n            \"LKR\": 34.55324521074004,\n            \"LRD\": 14.69154983327784,\n            \"LSL\": 1.6367484822466978,\n            \"LYD\": 0.47147725061555174,\n            \"MAD\": 1.0204893475032615,\n            \"MDL\": 1.8417652537105593,\n            \"MGA\": 398.95264615422496,\n            \"MKD\": 5.800436996143932,\n            \"MMK\": 200.44701130691257,\n            \"MNT\": 306.3263362608601,\n            \"MOP\": 0.7716543413179223,\n            \"MRU\": 3.6072794900108414,\n            \"MUR\": 4.29437566914796,\n            \"MVR\": 1.4801297589965121,\n            \"MWK\": 97.8901541405795,\n            \"MXN\": 1.8929653373841746,\n            \"MYR\": 0.4297720418852864,\n            \"MZN\": 6.098019231380354,\n            \"NAD\": 1.6418847520009663,\n            \"NGN\": 40.42397787306212,\n            \"NIO\": 3.430717282714613,\n            \"NOK\": 0.9389587234658588,\n            \"NPR\": 12.145850325957781,\n            \"NZD\": 0.1552842207002302,\n            \"OMR\": 0.036741477635201164,\n            \"PAB\": 0.09543067433891116,\n            \"PEN\": 0.369467585587716,\n            \"PGK\": 0.33616542945568917,\n            \"PHP\": 5.4189363659674745,\n            \"PKR\": 22.022009176422785,\n            \"PLN\": 0.4422238362730275,\n            \"PYG\": 660.188555361863,\n            \"QAR\": 0.34746308526797554,\n            \"RON\": 0.4626956245322107,\n            \"RSD\": 11.054050788777467,\n            \"RUB\": 5.785484822657838,\n            \"RWF\": 98.87870446370297,\n            \"SAR\": 0.35863200510057863,\n            \"SBD\": 0.7825500431298932,\n            \"SCR\": 1.2592194858748764,\n            \"SDG\": 54.96806841921283,\n            \"SEK\": 1,\n            \"SGD\": 0.13319936775269636,\n            \"SHP\": 0.08163826983805701,\n            \"SLL\": 1330.780753656116,\n            \"SOS\": 54.221538588681476,\n            \"SRD\": 2.5553948821101935,\n            \"SSP\": 12.430799639386567,\n            \"STD\": 2136.892296654649,\n            \"STN\": 2.328508453869432,\n            \"SVC\": 0.8352031542509928,\n            \"SYP\": 239.77243219674446,\n            \"SZL\": 1.6357268968778995,\n            \"THB\": 3.463131456421916,\n            \"TJS\": 0.9640523147139498,\n            \"TMT\": 0.33400736018618904,\n            \"TND\": 0.30324051077932407,\n            \"TOP\": 0.2253811047837393,\n            \"TRY\": 1.7394645251259897,\n            \"TTD\": 0.648492467322867,\n            \"TWD\": 2.943482710013569,\n            \"TZS\": 222.35347120966298,\n            \"UAH\": 3.525207106035217,\n            \"UGX\": 363.9602941593278,\n            \"USD\": 0.09543067433891116,\n            \"UYU\": 3.8861935767330853,\n            \"UZS\": 1045.6802430161208,\n            \"VES\": 0.7609164818413081,\n            \"VND\": 2244.8995441372117,\n            \"VUV\": 11.21616183362788,\n            \"WST\": 0.2573746200785566,\n            \"XAF\": 61.799047143802866,\n            \"XAG\": 0.004807857494519178,\n            \"XAU\": 0.00005530875592660273,\n            \"XCD\": 0.25790616893462437,\n            \"XDR\": 0.07061001481942941,\n            \"XOF\": 61.799047143802866,\n            \"XPD\": 0.000042209941566843795,\n            \"XPF\": 11.24248686229764,\n            \"XPT\": 0.00010492984366260637,\n            \"YER\": 23.88152024118003,\n            \"ZAR\": 1.6331231663592365,\n            \"ZMW\": 1.479486651682142,\n            \"ZWL\": 30.72867713712939\n        },\n        \"HUF\": {\n            \"AED\": 0.00934967499696237,\n            \"AFN\": 0.22615382726611266,\n            \"ALL\": 0.2955683071967363,\n            \"AMD\": 1.0319551610094133,\n            \"ANG\": 0.004588757034888436,\n            \"AOA\": 1.090397127808041,\n            \"ARS\": 0.3621722160172567,\n            \"AUD\": 0.0036928140872067882,\n            \"AWG\": 0.004581929959249155,\n            \"AZN\": 0.004327378294846424,\n            \"BAM\": 0.0049123303830939675,\n            \"BBD\": 0.005091033288054617,\n            \"BDT\": 0.2419390036225222,\n            \"BGN\": 0.0049146849859896926,\n            \"BHD\": 0.0009597615954640563,\n            \"BIF\": 5.235656818730544,\n            \"BMD\": 0.0025455166440273083,\n            \"BND\": 0.003555470736678295,\n            \"BOB\": 0.017593246646595555,\n            \"BRL\": 0.012965843578017498,\n            \"BSD\": 0.0025455166440273083,\n            \"BTC\": 1.1383827893404322e-7,\n            \"BTN\": 0.2024869855434179,\n            \"BWP\": 0.032725594713444564,\n            \"BYN\": 0.006427775716432541,\n            \"BZD\": 0.0051320237425733885,\n            \"CAD\": 0.0033045693431430993,\n            \"CDF\": 5.20933574643899,\n            \"CHF\": 0.0024258620886581607,\n            \"CLF\": 0.00008287438537959708,\n            \"CLP\": 2.286056228237885,\n            \"CNH\": 0.017610062329546,\n            \"CNY\": 0.01763152103485515,\n            \"COP\": 11.08938009717912,\n            \"CRC\": 1.6420057175409357,\n            \"CUC\": 0.0025455166440273083,\n            \"CUP\": 0.06554705358370319,\n            \"CVE\": 0.2793322689323367,\n            \"CZK\": 0.06164311689155742,\n            \"DJF\": 0.45347467972939604,\n            \"DKK\": 0.018687816258010654,\n            \"DOP\": 0.13571571918561928,\n            \"DZD\": 0.3578535408438162,\n            \"EGP\": 0.04928094767670429,\n            \"ERN\": 0.038182749660409625,\n            \"ETB\": 0.13417062367441107,\n            \"EUR\": 0.00251301039648308,\n            \"FJD\": 0.005635646574044259,\n            \"FKP\": 0.0021776182144993294,\n            \"GBP\": 0.0021776182144993294,\n            \"GEL\": 0.007191084519377147,\n            \"GGP\": 0.0021776182144993294,\n            \"GHS\": 0.025658280849849956,\n            \"GIP\": 0.0021776182144993294,\n            \"GMD\": 0.1387306570994883,\n            \"GNF\": 22.019498102570623,\n            \"GTQ\": 0.019859245198975514,\n            \"GYD\": 0.5326673851115873,\n            \"HKD\": 0.019979223034958454,\n            \"HNL\": 0.06285255803256753,\n            \"HRK\": 0.018911661355136486,\n            \"HTG\": 0.30425438127770066,\n            \"HUF\": 1,\n            \"IDR\": 37.85183249668607,\n            \"ILS\": 0.008564912579741905,\n            \"IMP\": 0.0021776182144993294,\n            \"INR\": 0.2020008987761077,\n            \"IQD\": 3.7171752160486253,\n            \"IRR\": 107.67535404235514,\n            \"ISK\": 0.3531140688594682,\n            \"JEP\": 0.0021776182144993294,\n            \"JMD\": 0.38644007967477273,\n            \"JOD\": 0.0018047713006153615,\n            \"JPY\": 0.36294994517198975,\n            \"KES\": 0.30657014468047133,\n            \"KGS\": 0.20879508634034813,\n            \"KHR\": 10.482263439493586,\n            \"KMF\": 1.242657389147733,\n            \"KPW\": 2.2909649796245777,\n            \"KRW\": 3.5031145503439416,\n            \"KWD\": 0.0007846631420713499,\n            \"KYD\": 0.002121828126212183,\n            \"KZT\": 1.2044294871130916,\n            \"LAK\": 40.10728790859052,\n            \"LBP\": 3.710137104351971,\n            \"LKR\": 0.9216728415512441,\n            \"LRD\": 0.3918822211645714,\n            \"LSL\": 0.043658609063675004,\n            \"LYD\": 0.012576178435666443,\n            \"MAD\": 0.02722052041565568,\n            \"MDL\": 0.049127223926571484,\n            \"MGA\": 10.641658020331496,\n            \"MKD\": 0.1547207857284917,\n            \"MMK\": 5.3467211361748594,\n            \"MNT\": 8.170944959339813,\n            \"MOP\": 0.020583098493937694,\n            \"MRU\": 0.09622052914423225,\n            \"MUR\": 0.11454812425091332,\n            \"MVR\": 0.039480963148863554,\n            \"MWK\": 2.6111207782762373,\n            \"MXN\": 0.05049293433435843,\n            \"MYR\": 0.011463734206376983,\n            \"MZN\": 0.1626584906436952,\n            \"NAD\": 0.043795613860489836,\n            \"NGN\": 1.0782686930224759,\n            \"NIO\": 0.0915109109790854,\n            \"NOK\": 0.025045773543930817,\n            \"NPR\": 0.3239782635380967,\n            \"NZD\": 0.004142049410061372,\n            \"OMR\": 0.000980041726567022,\n            \"PAB\": 0.0025455166440273083,\n            \"PEN\": 0.00985517387419989,\n            \"PGK\": 0.008966872567483613,\n            \"PHP\": 0.1445446425696131,\n            \"PKR\": 0.5874148043261738,\n            \"PLN\": 0.011795873218089666,\n            \"PYG\": 17.60986147810072,\n            \"QAR\": 0.009268226100903429,\n            \"RON\": 0.012341937448566404,\n            \"RSD\": 0.29485561599225824,\n            \"RUB\": 0.15432195163518886,\n            \"RWF\": 2.6374893575449194,\n            \"SAR\": 0.009566145732370454,\n            \"SBD\": 0.020873730311252867,\n            \"SCR\": 0.03358840521648755,\n            \"SDG\": 1.4662175869597296,\n            \"SEK\": 0.026673987810116442,\n            \"SGD\": 0.0035529583117506402,\n            \"SHP\": 0.0021776182144993294,\n            \"SLL\": 35.497229600960814,\n            \"SOS\": 1.446304659360248,\n            \"SRD\": 0.06816257193544124,\n            \"SSP\": 0.33157899805099716,\n            \"STD\": 56.999439072497836,\n            \"STN\": 0.06211060611426632,\n            \"SVC\": 0.022278198755461786,\n            \"SYP\": 6.395686933617934,\n            \"SZL\": 0.04363135930800069,\n            \"THB\": 0.092375526253429,\n            \"TJS\": 0.02571511969099444,\n            \"TMT\": 0.008909308254095579,\n            \"TND\": 0.008088633688061175,\n            \"TOP\": 0.006011812841632038,\n            \"TRY\": 0.04639845553934064,\n            \"TTD\": 0.01729788016832249,\n            \"TWD\": 0.07851442192619046,\n            \"TZS\": 5.931053780583628,\n            \"UAH\": 0.09403133137451924,\n            \"UGX\": 9.708272449772304,\n            \"USD\": 0.0025455166440273083,\n            \"UYU\": 0.10366028009353113,\n            \"UZS\": 27.892462055491606,\n            \"VES\": 0.02029667696115174,\n            \"VND\": 59.88042307525194,\n            \"VUV\": 0.29917976402648333,\n            \"WST\": 0.00686520747860877,\n            \"XAF\": 1.648427030190609,\n            \"XAG\": 0.00012824473220158153,\n            \"XAU\": 0.000001475305081378907,\n            \"XCD\": 0.006879386006316002,\n            \"XDR\": 0.0018834506745656018,\n            \"XOF\": 1.648427030190609,\n            \"XPD\": 0.0000011259074668197187,\n            \"XPF\": 0.29988195752032154,\n            \"XPT\": 0.0000027988973707737866,\n            \"YER\": 0.6370153798002853,\n            \"ZAR\": 0.043561907431885045,\n            \"ZMW\": 0.03946380891219945,\n            \"ZWL\": 0.8196563593767933\n        },\n        \"CZK\": {\n            \"AED\": 0.15167427392437538,\n            \"AFN\": 3.668760417549335,\n            \"ALL\": 4.794830665631332,\n            \"AMD\": 16.74080113153313,\n            \"ANG\": 0.07444070427134594,\n            \"AOA\": 17.688870757886367,\n            \"ARS\": 5.875306672996275,\n            \"AUD\": 0.05990634921500136,\n            \"AWG\": 0.0743299526419095,\n            \"AZN\": 0.07020051082847009,\n            \"BAM\": 0.07968984423249946,\n            \"BBD\": 0.08258883626878834,\n            \"BDT\": 3.9248340418629595,\n            \"BGN\": 0.07972804156927378,\n            \"BHD\": 0.015569647413391978,\n            \"BIF\": 84.93497867638835,\n            \"BMD\": 0.04129441813439417,\n            \"BND\": 0.05767830888456013,\n            \"BOB\": 0.28540488433681244,\n            \"BRL\": 0.21033724820935015,\n            \"BSD\": 0.04129441813439417,\n            \"BTC\": 0.0000018467313898858737,\n            \"BTN\": 3.2848271754271123,\n            \"BWP\": 0.5308880595868543,\n            \"BYN\": 0.10427402183021155,\n            \"BZD\": 0.0832538002840065,\n            \"CAD\": 0.053608083266725434,\n            \"CDF\": 84.50798741412207,\n            \"CHF\": 0.03935333271556884,\n            \"CLF\": 0.001344422371201471,\n            \"CLP\": 37.08534453667415,\n            \"CNH\": 0.2856776752630083,\n            \"CNY\": 0.2860257872078812,\n            \"COP\": 179.89648571287464,\n            \"CRC\": 26.637292212682112,\n            \"CUC\": 0.04129441813439417,\n            \"CUP\": 1.0633312669606498,\n            \"CVE\": 4.531442973977744,\n            \"CZK\": 1,\n            \"DJF\": 7.356452797919818,\n            \"DKK\": 0.3031614428401838,\n            \"DOP\": 2.2016362252475066,\n            \"DZD\": 5.805247347783406,\n            \"EGP\": 0.7994558056400577,\n            \"ERN\": 0.6194162720159125,\n            \"ETB\": 2.1765710502673645,\n            \"EUR\": 0.04076708841481796,\n            \"FJD\": 0.09142377702864198,\n            \"FKP\": 0.03532621847026645,\n            \"GBP\": 0.03532621847026645,\n            \"GEL\": 0.11665673122966354,\n            \"GGP\": 0.03532621847026645,\n            \"GHS\": 0.41623918685013944,\n            \"GIP\": 0.03532621847026645,\n            \"GMD\": 2.2505457883244824,\n            \"GNF\": 357.2093562580121,\n            \"GTQ\": 0.3221648450047051,\n            \"GYD\": 8.641149441691207,\n            \"HKD\": 0.3241111748146335,\n            \"HNL\": 1.019620051710522,\n            \"HRK\": 0.30679275008766804,\n            \"HTG\": 4.93573973251458,\n            \"HUF\": 16.222411364422083,\n            \"IDR\": 614.0479976584413,\n            \"ILS\": 0.13894353516888672,\n            \"IMP\": 0.03532621847026645,\n            \"INR\": 3.276941675929004,\n            \"IQD\": 60.30154546837533,\n            \"IRR\": 1746.7538870848734,\n            \"ISK\": 5.7283616836031594,\n            \"JEP\": 0.03532621847026645,\n            \"JMD\": 6.268989940184209,\n            \"JOD\": 0.029277742457285465,\n            \"JPY\": 5.887923315274458,\n            \"KES\": 4.973306999057001,\n            \"KGS\": 3.3871597814831533,\n            \"KHR\": 170.04758954570687,\n            \"KMF\": 20.15889935179326,\n            \"KPW\": 37.16497632095475,\n            \"KRW\": 56.82896529237191,\n            \"KWD\": 0.012729128273181406,\n            \"KYD\": 0.03442116870801493,\n            \"KZT\": 19.53875059938848,\n            \"LAK\": 650.6369231644672,\n            \"LBP\": 60.18737032520345,\n            \"LKR\": 14.951755979060096,\n            \"LRD\": 6.357274598135111,\n            \"LSL\": 0.7082479158294224,\n            \"LYD\": 0.20401593997575523,\n            \"MAD\": 0.44158247973641607,\n            \"MDL\": 0.7969620357289217,\n            \"MGA\": 172.63335400531906,\n            \"MKD\": 2.5099442327141976,\n            \"MMK\": 86.7367097218788,\n            \"MNT\": 132.55243036646152,\n            \"MOP\": 0.3339074909230739,\n            \"MRU\": 1.5609290054800995,\n            \"MUR\": 1.8582467926212491,\n            \"MVR\": 0.6404764252644536,\n            \"MWK\": 42.358675387387066,\n            \"MXN\": 0.8191171517687142,\n            \"MYR\": 0.18596941206824413,\n            \"MZN\": 2.638712947138024,\n            \"NAD\": 0.7104704640022516,\n            \"NGN\": 17.49211829958836,\n            \"NIO\": 1.4845276422357325,\n            \"NOK\": 0.4063028413698052,\n            \"NPR\": 5.255708664246153,\n            \"NZD\": 0.0671940294217774,\n            \"OMR\": 0.015898640042668694,\n            \"PAB\": 0.04129441813439417,\n            \"PEN\": 0.1598746846551759,\n            \"PGK\": 0.1454642954420708,\n            \"PHP\": 2.34486265228762,\n            \"PKR\": 9.529284597330696,\n            \"PLN\": 0.1913575077464199,\n            \"PYG\": 285.67441696823977,\n            \"QAR\": 0.15035297642732917,\n            \"RON\": 0.2002159863246101,\n            \"RSD\": 4.783269095736483,\n            \"RUB\": 2.503474181986483,\n            \"RWF\": 42.786437327379005,\n            \"SAR\": 0.15518595124252424,\n            \"SBD\": 0.33862223981915024,\n            \"SCR\": 0.5448849264967616,\n            \"SDG\": 23.78558484541104,\n            \"SEK\": 0.43271640298528913,\n            \"SGD\": 0.057637551293861486,\n            \"SHP\": 0.03532621847026645,\n            \"SLL\": 575.8506608841267,\n            \"SOS\": 23.462549142422297,\n            \"SRD\": 1.1057612815937399,\n            \"SSP\": 5.379010906186184,\n            \"STD\": 924.668348175373,\n            \"STN\": 1.0075838024792176,\n            \"SVC\": 0.36140610466945716,\n            \"SYP\": 103.75346439520939,\n            \"SZL\": 0.7078058590832936,\n            \"THB\": 1.4985537868880972,\n            \"TJS\": 0.4171612499126623,\n            \"TMT\": 0.1445304634703796,\n            \"TND\": 0.1312171430638509,\n            \"TOP\": 0.0975261009628702,\n            \"TRY\": 0.7526948324330324,\n            \"TTD\": 0.28061332782300613,\n            \"TWD\": 1.2736932505264624,\n            \"TZS\": 96.21599425313842,\n            \"UAH\": 1.5254149387017397,\n            \"UGX\": 157.49158931809205,\n            \"USD\": 0.04129441813439417,\n            \"UYU\": 1.6816197058284756,\n            \"UZS\": 452.48299343071875,\n            \"VES\": 0.3292610429945919,\n            \"VND\": 971.4048558023694,\n            \"VUV\": 4.85341720394834,\n            \"WST\": 0.11137021982009838,\n            \"XAF\": 26.74146138798468,\n            \"XAG\": 0.002080438801094203,\n            \"XAU\": 0.000023933005918150826,\n            \"XCD\": 0.11160022972910696,\n            \"XDR\": 0.030554111627401456,\n            \"XOF\": 26.74146138798468,\n            \"XPD\": 0.000018264934085023885,\n            \"XPF\": 4.864808475662804,\n            \"XPT\": 0.00004540486451549176,\n            \"YER\": 10.333925536583799,\n            \"ZAR\": 0.7066791821789148,\n            \"ZMW\": 0.6401981421806459,\n            \"ZWL\": 13.296802639274922\n        },\n        \"CHF\": {\n            \"AED\": 3.85416592339511,\n            \"AFN\": 93.2261682654875,\n            \"ALL\": 121.84052365492332,\n            \"AMD\": 425.3972910637423,\n            \"ANG\": 1.8915984780596726,\n            \"AOA\": 449.48850674820613,\n            \"ARS\": 149.29629252650068,\n            \"AUD\": 1.522268765595586,\n            \"AWG\": 1.8887841896171433,\n            \"AZN\": 1.783851734638413,\n            \"BAM\": 2.0249833682058855,\n            \"BBD\": 2.0986490995746037,\n            \"BDT\": 99.73320608524293,\n            \"BGN\": 2.025953993414439,\n            \"BHD\": 0.39563732825180425,\n            \"BIF\": 2158.2664749200935,\n            \"BMD\": 1.0493245497873018,\n            \"BND\": 1.4656524595118121,\n            \"BOB\": 7.252368850171144,\n            \"BRL\": 5.344839526796601,\n            \"BSD\": 1.0493245497873018,\n            \"BTC\": 0.00004692693763024741,\n            \"BTN\": 83.4701141874975,\n            \"BWP\": 13.490294797239017,\n            \"BYN\": 2.649687196351708,\n            \"BZD\": 2.115546372799829,\n            \"CAD\": 1.362224735937477,\n            \"CDF\": 2147.4162817394445,\n            \"CHF\": 0.9999999999999999,\n            \"CLF\": 0.03416285936742519,\n            \"CLP\": 942.3685867906827,\n            \"CNH\": 7.259300688147039,\n            \"CNY\": 7.268146494101746,\n            \"COP\": 4571.315141543389,\n            \"CRC\": 676.8751303785752,\n            \"CUC\": 1.0493245497873018,\n            \"CUP\": 27.020107157023023,\n            \"CVE\": 115.14762947090956,\n            \"CZK\": 25.410808462592627,\n            \"DJF\": 186.93341301204413,\n            \"DKK\": 7.703577357255134,\n            \"DOP\": 55.94535642406982,\n            \"DZD\": 147.516028432498,\n            \"EGP\": 20.314818351427185,\n            \"ERN\": 15.739868246809527,\n            \"ETB\": 55.308430063568075,\n            \"EUR\": 1.035924675286518,\n            \"FJD\": 2.323152087001597,\n            \"FKP\": 0.8976677712556427,\n            \"GBP\": 0.8976677712556427,\n            \"GEL\": 2.964341853149128,\n            \"GGP\": 0.8976677712556427,\n            \"GHS\": 10.576974251674198,\n            \"GIP\": 0.8976677712556427,\n            \"GMD\": 57.18818796340795,\n            \"GNF\": 9076.97853291836,\n            \"GTQ\": 8.186469169795403,\n            \"GYD\": 219.5785933594545,\n            \"HKD\": 8.235926983800526,\n            \"HNL\": 25.90936983863487,\n            \"HRK\": 7.79585181018978,\n            \"HTG\": 125.42113696413618,\n            \"HUF\": 412.2245879827155,\n            \"IDR\": 15603.456055337178,\n            \"ILS\": 3.530667559292083,\n            \"IMP\": 0.8976677712556427,\n            \"INR\": 83.26973727011921,\n            \"IQD\": 1532.311021895206,\n            \"IRR\": 44386.42845600287,\n            \"ISK\": 145.5623015464945,\n            \"JEP\": 0.8976677712556427,\n            \"JMD\": 159.30010262394094,\n            \"JOD\": 0.743971105799197,\n            \"JPY\": 149.61689160687266,\n            \"KES\": 126.37575157870877,\n            \"KGS\": 86.07046843946551,\n            \"KHR\": 4321.046727471526,\n            \"KMF\": 512.2539302451012,\n            \"KPW\": 944.3920948085716,\n            \"KRW\": 1444.069952171787,\n            \"KWD\": 0.32345744044558516,\n            \"KYD\": 0.8746697250979544,\n            \"KZT\": 496.4954490794275,\n            \"LAK\": 16533.21023322287,\n            \"LBP\": 1529.4097392008764,\n            \"LKR\": 379.9362073633202,\n            \"LRD\": 161.54348715731683,\n            \"LSL\": 17.997152133171877,\n            \"LYD\": 5.18420997403971,\n            \"MAD\": 11.220967813018758,\n            \"MDL\": 20.25144964186553,\n            \"MGA\": 4386.753092884111,\n            \"MKD\": 63.7797121492895,\n            \"MMK\": 2204.0499174181577,\n            \"MNT\": 3368.2644192933008,\n            \"MOP\": 8.484859296071118,\n            \"MRU\": 39.66446798196001,\n            \"MUR\": 47.219553323525645,\n            \"MVR\": 16.275023767201052,\n            \"MWK\": 1076.3681869980294,\n            \"MXN\": 20.814429052019214,\n            \"MYR\": 4.725633109967114,\n            \"MZN\": 67.05182928748764,\n            \"NAD\": 18.053628879090525,\n            \"NGN\": 444.48886771585126,\n            \"NIO\": 37.723047574276436,\n            \"NOK\": 10.324483679855277,\n            \"NPR\": 133.55180620234754,\n            \"NZD\": 1.707454611466599,\n            \"OMR\": 0.4039972969399597,\n            \"PAB\": 1.0493245497873018,\n            \"PEN\": 4.062544989790072,\n            \"PGK\": 3.6963653496244464,\n            \"PHP\": 59.58485572836765,\n            \"PKR\": 242.14682568830443,\n            \"PLN\": 4.862548977223361,\n            \"PYG\": 7259.217892242763,\n            \"QAR\": 3.820590685775566,\n            \"RON\": 5.0876500796437325,\n            \"RSD\": 121.54673481679842,\n            \"RUB\": 63.615302929504274,\n            \"RWF\": 1087.2379637227514,\n            \"SAR\": 3.943400483109022,\n            \"SBD\": 8.604664877218534,\n            \"SCR\": 13.845966501363073,\n            \"SDG\": 604.4109406774859,\n            \"SEK\": 10.995673634881227,\n            \"SGD\": 1.4646167761811721,\n            \"SHP\": 0.8976677712556427,\n            \"SLL\": 14632.830846783923,\n            \"SOS\": 596.2023423022599,\n            \"SRD\": 28.098288131929475,\n            \"SSP\": 136.68501585529393,\n            \"STD\": 23496.570286906317,\n            \"STN\": 25.603519014810164,\n            \"SVC\": 9.18362130296728,\n            \"SYP\": 2636.4594110770895,\n            \"SZL\": 17.9859191138664,\n            \"THB\": 38.07946324950629,\n            \"TJS\": 10.600404619546397,\n            \"TMT\": 3.672635924255556,\n            \"TND\": 3.33433368940413,\n            \"TOP\": 2.478217071670965,\n            \"TRY\": 19.126584217739037,\n            \"TTD\": 7.130611525361124,\n            \"TWD\": 32.365575229224945,\n            \"TZS\": 2444.926201004413,\n            \"UAH\": 38.76202683332738,\n            \"UGX\": 4001.988610631336,\n            \"USD\": 1.0493245497873018,\n            \"UYU\": 42.73131625172876,\n            \"UZS\": 11497.958678648552,\n            \"VES\": 8.366789297729051,\n            \"VND\": 24684.182730426422,\n            \"VUV\": 123.32925495858315,\n            \"WST\": 2.8300073242853574,\n            \"XAF\": 679.5221533398951,\n            \"XAG\": 0.052865631892750634,\n            \"XAU\": 0.0006081570293202265,\n            \"XCD\": 2.8358520620276724,\n            \"XDR\": 0.7764046783085727,\n            \"XOF\": 679.5221533398951,\n            \"XPD\": 0.00046412674161642147,\n            \"XPF\": 123.61871638226472,\n            \"XPT\": 0.0011537743154731298,\n            \"YER\": 262.59340247682564,\n            \"ZAR\": 17.957289342850004,\n            \"ZMW\": 16.267952369060033,\n            \"ZWL\": 337.8825050315112\n        },\n        \"ILS\": {\n            \"AED\": 1.0916252687828503,\n            \"AFN\": 26.404685997732344,\n            \"ALL\": 34.509203035630165,\n            \"AMD\": 120.48636240026987,\n            \"ANG\": 0.5357622733642325,\n            \"AOA\": 127.30977901480219,\n            \"ARS\": 42.28557065181048,\n            \"AUD\": 0.4311560746038657,\n            \"AWG\": 0.5349651752531054,\n            \"AZN\": 0.505244887739044,\n            \"BAM\": 0.5735412168377316,\n            \"BBD\": 0.5944057502812282,\n            \"BDT\": 28.247690956562312,\n            \"BGN\": 0.5738161294972368,\n            \"BHD\": 0.11205737204301713,\n            \"BIF\": 611.2913319295451,\n            \"BMD\": 0.2972028751406141,\n            \"BND\": 0.4151204934756539,\n            \"BOB\": 2.054106972230849,\n            \"BRL\": 1.513832564816232,\n            \"BSD\": 0.2972028751406141,\n            \"BTC\": 0.000013291236527422167,\n            \"BTN\": 23.641453857024615,\n            \"BWP\": 3.820890687296509,\n            \"BYN\": 0.7504776793210697,\n            \"BZD\": 0.5991916081796176,\n            \"CAD\": 0.3858263948845441,\n            \"CDF\": 608.2182039733053,\n            \"CHF\": 0.2832325567917544,\n            \"CLF\": 0.009676034005952974,\n            \"CLP\": 266.9094642769574,\n            \"CNH\": 2.0560702944240283,\n            \"CNY\": 2.0585757146614636,\n            \"COP\": 1294.7452754401947,\n            \"CRC\": 191.713073805876,\n            \"CUC\": 0.2972028751406141,\n            \"CUP\": 7.652974034870813,\n            \"CVE\": 32.61355750355529,\n            \"CZK\": 7.19716825100566,\n            \"DJF\": 52.945628517210274,\n            \"DKK\": 2.181903911338438,\n            \"DOP\": 15.8455463406153,\n            \"DZD\": 41.78134190070154,\n            \"EGP\": 5.753817942434775,\n            \"ERN\": 4.458043127109212,\n            \"ETB\": 15.665148059042323,\n            \"EUR\": 0.2934075944250685,\n            \"FJD\": 0.6579923054175626,\n            \"FKP\": 0.2542487380022914,\n            \"GBP\": 0.2542487380022914,\n            \"GEL\": 0.839598122272235,\n            \"GGP\": 0.2542487380022914,\n            \"GHS\": 2.9957434604222364,\n            \"GIP\": 0.2542487380022914,\n            \"GMD\": 16.19755669516347,\n            \"GNF\": 2570.895837822335,\n            \"GTQ\": 2.318674594058023,\n            \"GYD\": 62.19180641393525,\n            \"HKD\": 2.3326826571720254,\n            \"HNL\": 7.33837706425972,\n            \"HRK\": 2.2080390405696786,\n            \"HTG\": 35.52334929808111,\n            \"HUF\": 116.75542402677203,\n            \"IDR\": 4419.406753340932,\n            \"ILS\": 1,\n            \"IMP\": 0.2542487380022914,\n            \"INR\": 23.58470059039351,\n            \"IQD\": 434.0003685315652,\n            \"IRR\": 12571.681618447978,\n            \"ISK\": 41.22798283950599,\n            \"JEP\": 0.2542487380022914,\n            \"JMD\": 45.11897536336766,\n            \"JOD\": 0.21071683847469538,\n            \"JPY\": 42.376374749049326,\n            \"KES\": 35.793727236117284,\n            \"KGS\": 24.37795884037382,\n            \"KHR\": 1223.8611126384035,\n            \"KMF\": 145.08699038994502,\n            \"KPW\": 267.4825876265527,\n            \"KRW\": 409.00762473976175,\n            \"KWD\": 0.09161367787071972,\n            \"KYD\": 0.2477349425878346,\n            \"KZT\": 140.62367547823658,\n            \"LAK\": 4682.743406331313,\n            \"LBP\": 433.17863081607453,\n            \"LKR\": 107.61030342927538,\n            \"LRD\": 45.754374900622786,\n            \"LSL\": 5.097379413648448,\n            \"LYD\": 1.4683370458925822,\n            \"MAD\": 3.178143403359284,\n            \"MDL\": 5.735869860805034,\n            \"MGA\": 1242.4712945117033,\n            \"MKD\": 18.06449094348539,\n            \"MMK\": 624.258693407,\n            \"MNT\": 954.0021434271355,\n            \"MOP\": 2.4031883924445085,\n            \"MRU\": 11.234268680315212,\n            \"MUR\": 13.374114818386754,\n            \"MVR\": 4.609616593430925,\n            \"MWK\": 304.86251365275706,\n            \"MXN\": 5.895323958563975,\n            \"MYR\": 1.3384531481957556,\n            \"MZN\": 18.991261046659364,\n            \"NAD\": 5.113375466794265,\n            \"NGN\": 125.89371846863246,\n            \"NIO\": 10.684395214439304,\n            \"NOK\": 2.924229910200151,\n            \"NPR\": 37.82621953484778,\n            \"NZD\": 0.48360673521155645,\n            \"OMR\": 0.11442518734926241,\n            \"PAB\": 0.2972028751406141,\n            \"PEN\": 1.1506450045397738,\n            \"PGK\": 1.0469310088105792,\n            \"PHP\": 16.876371034013385,\n            \"PKR\": 68.58386455870574,\n            \"PLN\": 1.3772321793441031,\n            \"PYG\": 2056.046843928368,\n            \"QAR\": 1.082115668386976,\n            \"RON\": 1.4409881401192675,\n            \"RSD\": 34.425992471851174,\n            \"RUB\": 18.017924899805482,\n            \"RWF\": 307.94118830625564,\n            \"SAR\": 1.116899401284808,\n            \"SBD\": 2.437121233510813,\n            \"SCR\": 3.9216284934340457,\n            \"SDG\": 171.18885608099373,\n            \"SEK\": 3.114332757255094,\n            \"SGD\": 0.41482715423789013,\n            \"SHP\": 0.2542487380022914,\n            \"SLL\": 4144.494093835864,\n            \"SOS\": 168.86391377550186,\n            \"SRD\": 7.958349989077794,\n            \"SSP\": 38.71364651581639,\n            \"STD\": 6654.993678197643,\n            \"STN\": 7.251750153430984,\n            \"SVC\": 2.601100542246646,\n            \"SYP\": 746.7311398770472,\n            \"SZL\": 5.094197856870068,\n            \"THB\": 10.785343737415316,\n            \"TJS\": 3.002379703421251,\n            \"TMT\": 1.0402100629921494,\n            \"TND\": 0.9443918560468154,\n            \"TOP\": 0.701911757494342,\n            \"TRY\": 5.417271350683046,\n            \"TTD\": 2.0196213338167834,\n            \"TWD\": 9.166984624209254,\n            \"TZS\": 692.4826990776309,\n            \"UAH\": 10.978667966433907,\n            \"UGX\": 1133.4934664405944,\n            \"USD\": 0.2972028751406141,\n            \"UYU\": 12.102899957054184,\n            \"UZS\": 3256.596234439572,\n            \"VES\": 2.3697471249336863,\n            \"VND\": 6991.364187053545,\n            \"VUV\": 34.93086020914166,\n            \"WST\": 0.8015502101967334,\n            \"XAF\": 192.4627968870971,\n            \"XAG\": 0.014973268087395478,\n            \"XAU\": 0.0001722498703452457,\n            \"XCD\": 0.8032056302112667,\n            \"XDR\": 0.21990308214241666,\n            \"XOF\": 192.4627968870971,\n            \"XPD\": 0.00013145580370344502,\n            \"XPF\": 35.012845108263576,\n            \"XPT\": 0.0003267864493321108,\n            \"YER\": 74.37500078015755,\n            \"ZAR\": 5.08608897362473,\n            \"ZMW\": 4.607613743255352,\n            \"ZWL\": 95.69932579527774\n        },\n        \"ZAR\": {\n            \"AED\": 0.21462960527111577,\n            \"AFN\": 5.191550154678945,\n            \"ALL\": 6.785017567444619,\n            \"AMD\": 23.68939336788719,\n            \"ANG\": 0.10533875363615748,\n            \"AOA\": 25.03097756940568,\n            \"ARS\": 8.313965970924531,\n            \"AUD\": 0.08477163432250998,\n            \"AWG\": 0.10518203240786976,\n            \"AZN\": 0.0993385861629881,\n            \"BAM\": 0.1127666503303388,\n            \"BBD\": 0.11686892489763306,\n            \"BDT\": 5.5539120733137475,\n            \"BGN\": 0.11282070220810396,\n            \"BHD\": 0.022032129721701786,\n            \"BIF\": 120.18887894009704,\n            \"BMD\": 0.05843446244881653,\n            \"BND\": 0.08161880290108407,\n            \"BOB\": 0.40386768357434727,\n            \"BRL\": 0.2976417779292919,\n            \"BSD\": 0.05843446244881653,\n            \"BTC\": 0.0000026132528542751446,\n            \"BTN\": 4.648258019005109,\n            \"BWP\": 0.7512433831006017,\n            \"BYN\": 0.14755496477015478,\n            \"BZD\": 0.11780989504644637,\n            \"CAD\": 0.07585915167535404,\n            \"CDF\": 119.58465672295213,\n            \"CHF\": 0.05568769210694746,\n            \"CLF\": 0.00190245079394612,\n            \"CLP\": 52.47833171245874,\n            \"CNH\": 0.40425370163328417,\n            \"CNY\": 0.4047463041517277,\n            \"COP\": 254.5659901260952,\n            \"CRC\": 37.69361385537202,\n            \"CUC\": 0.05843446244881653,\n            \"CUP\": 1.5046874080570256,\n            \"CVE\": 6.4123057368208825,\n            \"CZK\": 1.4150692778534733,\n            \"DJF\": 10.40989034831556,\n            \"DKK\": 0.42899444399287595,\n            \"DOP\": 3.115467783357036,\n            \"DZD\": 8.214827172188656,\n            \"EGP\": 1.1312853495628432,\n            \"ERN\": 0.876516936732248,\n            \"ETB\": 3.079998824298616,\n            \"EUR\": 0.05768825436334515,\n            \"FJD\": 0.12937097813855736,\n            \"FKP\": 0.049989046460013974,\n            \"GBP\": 0.049989046460013974,\n            \"GEL\": 0.16507735641790672,\n            \"GGP\": 0.049989046460013974,\n            \"GHS\": 0.5890072855503438,\n            \"GIP\": 0.049989046460013974,\n            \"GMD\": 3.184678203460501,\n            \"GNF\": 505.47598580252935,\n            \"GTQ\": 0.4558855745705842,\n            \"GYD\": 12.227825100277922,\n            \"HKD\": 0.4586397660891843,\n            \"HNL\": 1.4428330102589297,\n            \"HRK\": 0.43413299531723754,\n            \"HTG\": 6.9844136589621035,\n            \"HUF\": 22.955835934494736,\n            \"IDR\": 868.9204566139018,\n            \"ILS\": 0.19661472797384522,\n            \"IMP\": 0.049989046460013974,\n            \"INR\": 4.637099490924807,\n            \"IQD\": 85.33086439938226,\n            \"IRR\": 2471.7777615849395,\n            \"ISK\": 8.106028630899829,\n            \"JEP\": 0.049989046460013974,\n            \"JMD\": 8.871055067527157,\n            \"JOD\": 0.04143003387621092,\n            \"JPY\": 8.331819393802057,\n            \"KES\": 7.037573943699215,\n            \"KGS\": 4.793065745957695,\n            \"KHR\": 240.62911973916727,\n            \"KMF\": 28.52623914806294,\n            \"KPW\": 52.59101620393488,\n            \"KRW\": 80.41692287743683,\n            \"KWD\": 0.018012598353235043,\n            \"KYD\": 0.048708338346523265,\n            \"KZT\": 27.648685700835774,\n            \"LAK\": 920.6963210071485,\n            \"LBP\": 85.16929866198522,\n            \"LKR\": 21.157770535929924,\n            \"LRD\": 8.995983974699282,\n            \"LSL\": 1.0022198667939684,\n            \"LYD\": 0.28869668885208954,\n            \"MAD\": 0.6248698007133563,\n            \"MDL\": 1.1277564923755592,\n            \"MGA\": 244.28815558572987,\n            \"MKD\": 3.55174497283937,\n            \"MMK\": 122.73845318952536,\n            \"MNT\": 187.57087191639152,\n            \"MOP\": 0.47250223205037944,\n            \"MRU\": 2.2088226805652647,\n            \"MUR\": 2.629547946908084,\n            \"MVR\": 0.9063185125811444,\n            \"MWK\": 59.94046019125951,\n            \"MXN\": 1.1591075164307485,\n            \"MYR\": 0.26315960163824526,\n            \"MZN\": 3.7339616245692144,\n            \"NAD\": 1.0053649264318882,\n            \"NGN\": 24.752559210326027,\n            \"NIO\": 2.1007094586520374,\n            \"NOK\": 0.5749466683269846,\n            \"NPR\": 7.437191864123046,\n            \"NZD\": 0.09508420668993957,\n            \"OMR\": 0.022497677084031505,\n            \"PAB\": 0.05843446244881653,\n            \"PEN\": 0.22623375456205155,\n            \"PGK\": 0.20584205550467538,\n            \"PHP\": 3.3181431000382227,\n            \"PKR\": 13.484597873604974,\n            \"PLN\": 0.27078413029856685,\n            \"PYG\": 404.2490909204591,\n            \"QAR\": 0.212759877776141,\n            \"RON\": 0.2833194911830869,\n            \"RSD\": 6.7686571450826625,\n            \"RUB\": 3.5425894028284275,\n            \"RWF\": 60.5457729707771,\n            \"SAR\": 0.21959887195776312,\n            \"SBD\": 0.47917392836601064,\n            \"SCR\": 0.7710499194510154,\n            \"SDG\": 33.658250370518324,\n            \"SEK\": 0.6123236878877456,\n            \"SGD\": 0.0815611280866471,\n            \"SHP\": 0.049989046460013974,\n            \"SLL\": 814.8685788487466,\n            \"SOS\": 33.20113247156915,\n            \"SRD\": 1.5647288182231847,\n            \"SSP\": 7.611673078582841,\n            \"STD\": 1308.4697717064892,\n            \"STN\": 1.4258008837511233,\n            \"SVC\": 0.5114146755464456,\n            \"SYP\": 146.818339936525,\n            \"SZL\": 1.0015943258734537,\n            \"THB\": 2.1205574250363273,\n            \"TJS\": 0.5903120686623633,\n            \"TMT\": 0.20452061857085785,\n            \"TND\": 0.1856813478773594,\n            \"TOP\": 0.13800618926139369,\n            \"TRY\": 1.0651153329750522,\n            \"TTD\": 0.3970872991585613,\n            \"TWD\": 1.8023641882293244,\n            \"TZS\": 136.15229750574252,\n            \"UAH\": 2.158567815735571,\n            \"UGX\": 222.86150956434832,\n            \"USD\": 0.05843446244881653,\n            \"UYU\": 2.3796083827508716,\n            \"UZS\": 640.2947827549851,\n            \"VES\": 0.4659271863356386,\n            \"VND\": 1374.6051678036163,\n            \"VUV\": 6.867921577912802,\n            \"WST\": 0.1575965765352092,\n            \"XAF\": 37.84102045504202,\n            \"XAG\": 0.0029439650318827198,\n            \"XAU\": 0.000033866861401460596,\n            \"XCD\": 0.15792205649104912,\n            \"XDR\": 0.04323618467604139,\n            \"XOF\": 37.84102045504202,\n            \"XPD\": 0.00002584614708573604,\n            \"XPF\": 6.884041016551621,\n            \"XPT\": 0.00006425102884097173,\n            \"YER\": 14.623220546445202,\n            \"ZAR\": 1,\n            \"ZMW\": 0.9059247227387018,\n            \"ZWL\": 18.815896908518923\n        },\n        \"TRY\": {\n            \"AED\": 0.201508323677604,\n            \"AFN\": 4.874167138480716,\n            \"ALL\": 6.3702186583802956,\n            \"AMD\": 22.2411532671477,\n            \"ANG\": 0.09889891768051826,\n            \"AOA\": 23.500720339355,\n            \"ARS\": 7.805695508769158,\n            \"AUD\": 0.07958915968820772,\n            \"AWG\": 0.09875177753199559,\n            \"AZN\": 0.09326556766910693,\n            \"BAM\": 0.10587271334772916,\n            \"BBD\": 0.10972419725777287,\n            \"BDT\": 5.21437622891101,\n            \"BGN\": 0.10592346078896088,\n            \"BHD\": 0.020685205667035342,\n            \"BIF\": 112.84118744623514,\n            \"BMD\": 0.054862098628886434,\n            \"BND\": 0.07662907515668615,\n            \"BOB\": 0.37917741963799795,\n            \"BRL\": 0.27944558557609595,\n            \"BSD\": 0.054862098628886434,\n            \"BTC\": 0.0000024534928503713066,\n            \"BTN\": 4.36408891610049,\n            \"BWP\": 0.7053164665297309,\n            \"BYN\": 0.13853426028335175,\n            \"BZD\": 0.11060764163199384,\n            \"CAD\": 0.07122153754323134,\n            \"CDF\": 112.2739040747178,\n            \"CHF\": 0.052283250820736996,\n            \"CLF\": 0.0017861453450606559,\n            \"CLP\": 49.27009318876073,\n            \"CNH\": 0.3795398386615404,\n            \"CNY\": 0.3800023261529819,\n            \"COP\": 239.00321612594584,\n            \"CRC\": 35.38923221590211,\n            \"CUC\": 0.054862098628886434,\n            \"CUP\": 1.4126990396938257,\n            \"CVE\": 6.020292393040853,\n            \"CZK\": 1.3285596724074367,\n            \"DJF\": 9.773486519285125,\n            \"DKK\": 0.40276806718632047,\n            \"DOP\": 2.925005102175173,\n            \"DZD\": 7.712617514615263,\n            \"EGP\": 1.0621247432453784,\n            \"ERN\": 0.8229314794332965,\n            \"ETB\": 2.8917045215147206,\n            \"EUR\": 0.05416150962939556,\n            \"FJD\": 0.12146194325942312,\n            \"FKP\": 0.04693298923825073,\n            \"GBP\": 0.04693298923825073,\n            \"GEL\": 0.1549854286266042,\n            \"GGP\": 0.04693298923825073,\n            \"GHS\": 0.5529985977247591,\n            \"GIP\": 0.04693298923825073,\n            \"GMD\": 2.9899843752743105,\n            \"GNF\": 474.573945331016,\n            \"GTQ\": 0.42801522094064365,\n            \"GYD\": 11.480282671476976,\n            \"HKD\": 0.4306010362353189,\n            \"HNL\": 1.354626081880585,\n            \"HRK\": 0.4075924755534489,\n            \"HTG\": 6.557424762117941,\n            \"HUF\": 21.552441527975283,\n            \"IDR\": 815.7994066115413,\n            \"ILS\": 0.18459477756710732,\n            \"IMP\": 0.04693298923825073,\n            \"INR\": 4.353612559470515,\n            \"IQD\": 80.11420149312688,\n            \"IRR\": 2320.6667720018963,\n            \"ISK\": 7.610470321799126,\n            \"JEP\": 0.04693298923825073,\n            \"JMD\": 8.32872722125665,\n            \"JOD\": 0.03889722792788048,\n            \"JPY\": 7.822457470901144,\n            \"KES\": 6.607335117448781,\n            \"KGS\": 4.500043889678904,\n            \"KHR\": 225.9183698605186,\n            \"KMF\": 26.78230071891294,\n            \"KPW\": 49.37588876599779,\n            \"KRW\": 75.50067151208722,\n            \"KWD\": 0.01691140648865013,\n            \"KYD\": 0.04573057662260143,\n            \"KZT\": 25.958396095574166,\n            \"LAK\": 864.4099774955672,\n            \"LBP\": 79.96251300231738,\n            \"LKR\": 19.864300025456014,\n            \"LRD\": 8.446018657502503,\n            \"LSL\": 0.9409496190375872,\n            \"LYD\": 0.27104735038008465,\n            \"MAD\": 0.5866686746194765,\n            \"MDL\": 1.05881162110918,\n            \"MGA\": 229.35371224390374,\n            \"MKD\": 3.3346106875757098,\n            \"MMK\": 115.23489465379822,\n            \"MNT\": 176.1038134644757,\n            \"MOP\": 0.4436160267551483,\n            \"MRU\": 2.0737873281719073,\n            \"MUR\": 2.468791750057057,\n            \"MVR\": 0.8509111497340286,\n            \"MWK\": 56.27602789627991,\n            \"MXN\": 1.0882460148171558,\n            \"MYR\": 0.24707146117519005,\n            \"MZN\": 3.5056876086269555,\n            \"NAD\": 0.943902406909991,\n            \"NGN\": 23.23932295781324,\n            \"NIO\": 1.9722835580484894,\n            \"NOK\": 0.5397975698284792,\n            \"NPR\": 6.982522581239795,\n            \"NZD\": 0.08927127771633224,\n            \"OMR\": 0.021122292006811677,\n            \"PAB\": 0.054862098628886434,\n            \"PEN\": 0.21240305867172277,\n            \"PGK\": 0.19325799669949614,\n            \"PHP\": 3.115289957163674,\n            \"PKR\": 12.660223222906902,\n            \"PLN\": 0.2542298678042872,\n            \"PYG\": 379.53550982251016,\n            \"QAR\": 0.1997529011077755,\n            \"RON\": 0.26599888520215587,\n            \"RSD\": 6.354858422868278,\n            \"RUB\": 3.3260148391004374,\n            \"RWF\": 56.844335159143974,\n            \"SAR\": 0.20617379654500448,\n            \"SBD\": 0.44987985200400277,\n            \"SCR\": 0.7239121394462879,\n            \"SDG\": 31.600568810238585,\n            \"SEK\": 0.5748895625954601,\n            \"SGD\": 0.07657492626533945,\n            \"SHP\": 0.04693298923825073,\n            \"SLL\": 765.0519653798214,\n            \"SOS\": 31.171396602499954,\n            \"SRD\": 1.4690698460350065,\n            \"SSP\": 7.146336967398747,\n            \"STD\": 1228.4770777373994,\n            \"STN\": 1.3386352065448288,\n            \"SVC\": 0.48014957602570185,\n            \"SYP\": 137.84266866803605,\n            \"SZL\": 0.9403623202717649,\n            \"THB\": 1.990918128192974,\n            \"TJS\": 0.5542236135250435,\n            \"TMT\": 0.19201734520110253,\n            \"TND\": 0.17432980460314954,\n            \"TOP\": 0.12956924474640544,\n            \"TRY\": 1,\n            \"TTD\": 0.37281155088569373,\n            \"TWD\": 1.6921774876670004,\n            \"TZS\": 127.82868980530539,\n            \"UAH\": 2.0266047712469937,\n            \"UGX\": 209.23697431137094,\n            \"USD\": 0.054862098628886434,\n            \"UYU\": 2.23413212548937,\n            \"UZS\": 601.1506575222521,\n            \"VES\": 0.43744294341742596,\n            \"VND\": 1290.5693169997894,\n            \"VUV\": 6.4480543705342255,\n            \"WST\": 0.14796198276013414,\n            \"XAF\": 35.527627181317044,\n            \"XAG\": 0.002763987092045435,\n            \"XAU\": 0.00003179642650234371,\n            \"XCD\": 0.14826756464949703,\n            \"XDR\": 0.040592960534400736,\n            \"XOF\": 35.527627181317044,\n            \"XPD\": 0.00002426605484454276,\n            \"XPF\": 6.463188354751497,\n            \"XPT\": 0.00006032307192640579,\n            \"YER\": 13.729236725566615,\n            \"ZAR\": 0.9388654627727743,\n            \"ZMW\": 0.8505414340513685,\n            \"ZWL\": 17.665595758501432\n        },\n        \"ARS\": {\n            \"AED\": 0.025815550126343432,\n            \"AFN\": 0.624437262894117,\n            \"ALL\": 0.8160987898162049,\n            \"AMD\": 2.8493493298785872,\n            \"ANG\": 0.012670096799114463,\n            \"AOA\": 3.010714460095653,\n            \"ARS\": 1,\n            \"AUD\": 0.010196293155272942,\n            \"AWG\": 0.012651246441916009,\n            \"AZN\": 0.011948399417365118,\n            \"BAM\": 0.013563520794372327,\n            \"BBD\": 0.014056940491017788,\n            \"BDT\": 0.6680219876695189,\n            \"BGN\": 0.013570022129349423,\n            \"BHD\": 0.0026500144213666733,\n            \"BIF\": 14.456263035044845,\n            \"BMD\": 0.007028470245508894,\n            \"BND\": 0.00981707204317651,\n            \"BOB\": 0.04857701907690588,\n            \"BRL\": 0.035800216042524105,\n            \"BSD\": 0.007028470245508894,\n            \"BTC\": 3.1432085041172534e-7,\n            \"BTN\": 0.5590903348968377,\n            \"BWP\": 0.09035920831620407,\n            \"BYN\": 0.017747843241863345,\n            \"BZD\": 0.014170119947381219,\n            \"CAD\": 0.009124303844957682,\n            \"CDF\": 14.383587464894813,\n            \"CHF\": 0.006698089973148503,\n            \"CLF\": 0.00022882590578303307,\n            \"CLP\": 6.312069582192797,\n            \"CNH\": 0.04862344915134771,\n            \"CNY\": 0.04868269915551735,\n            \"COP\": 30.6190801136737,\n            \"CRC\": 4.533770523862321,\n            \"CUC\": 0.007028470245508894,\n            \"CUP\": 0.180983108821854,\n            \"CVE\": 0.7712691823909185,\n            \"CZK\": 0.1702038813728888,\n            \"DJF\": 1.2520968193424007,\n            \"DKK\": 0.05159925425400446,\n            \"DOP\": 0.3747270309082813,\n            \"DZD\": 0.9880756309224042,\n            \"EGP\": 0.13607048110602762,\n            \"ERN\": 0.1054270536826334,\n            \"ETB\": 0.3704608408393706,\n            \"EUR\": 0.006938716680473745,\n            \"FJD\": 0.015560681700044416,\n            \"FKP\": 0.006012659497865985,\n            \"GBP\": 0.006012659497865985,\n            \"GEL\": 0.019855428443562625,\n            \"GGP\": 0.006012659497865985,\n            \"GHS\": 0.07084552518138883,\n            \"GIP\": 0.006012659497865985,\n            \"GMD\": 0.3830516283802347,\n            \"GNF\": 60.79841889782468,\n            \"GTQ\": 0.054833707061695935,\n            \"GYD\": 1.4707571744990147,\n            \"HKD\": 0.0551649799497775,\n            \"HNL\": 0.17354329032675647,\n            \"HRK\": 0.052217316841983774,\n            \"HTG\": 0.8400820599203657,\n            \"HUF\": 2.7611173794522994,\n            \"IDR\": 104.51335255071726,\n            \"ILS\": 0.023648728977415,\n            \"IMP\": 0.006012659497865985,\n            \"INR\": 0.5577481922756957,\n            \"IQD\": 10.263557091501216,\n            \"IRR\": 297.3042913850262,\n            \"ISK\": 0.9749893924569938,\n            \"JEP\": 0.006012659497865985,\n            \"JMD\": 1.0670064201069465,\n            \"JOD\": 0.004983185404065805,\n            \"JPY\": 1.0021474014856402,\n            \"KES\": 0.8464761544984554,\n            \"KGS\": 0.5765077416385787,\n            \"KHR\": 28.942759758783183,\n            \"KMF\": 3.4311229138806247,\n            \"KPW\": 6.325623220958004,\n            \"KRW\": 9.672510467166886,\n            \"KWD\": 0.002166547038588853,\n            \"KYD\": 0.005858616515495166,\n            \"KZT\": 3.3255711891927766,\n            \"LAK\": 110.74092968710636,\n            \"LBP\": 10.244124038977057,\n            \"LKR\": 2.5448469009763257,\n            \"LRD\": 1.0820328115558677,\n            \"LSL\": 0.12054654424842674,\n            \"LYD\": 0.03472430484581185,\n            \"MAD\": 0.07515905199740304,\n            \"MDL\": 0.13564603178790136,\n            \"MGA\": 29.382866906125244,\n            \"MKD\": 0.42720225043745375,\n            \"MMK\": 14.76292465217735,\n            \"MNT\": 22.560938133781324,\n            \"MOP\": 0.05683235097458982,\n            \"MRU\": 0.2656761752802362,\n            \"MUR\": 0.31628081665285823,\n            \"MVR\": 0.10901157350784293,\n            \"MWK\": 7.209610960747533,\n            \"MXN\": 0.1394169185301408,\n            \"MYR\": 0.031652715750649305,\n            \"MZN\": 0.4491191854317861,\n            \"NAD\": 0.1209248305739805,\n            \"NGN\": 2.9772264280236747,\n            \"NIO\": 0.25267236671386495,\n            \"NOK\": 0.06915432061397399,\n            \"NPR\": 0.8945420140198161,\n            \"NZD\": 0.011436684612670599,\n            \"OMR\": 0.0027060102438126424,\n            \"PAB\": 0.007028470245508894,\n            \"PEN\": 0.02721129186157757,\n            \"PGK\": 0.024758587685413065,\n            \"PHP\": 0.3991047247056795,\n            \"PKR\": 1.6219212251725703,\n            \"PLN\": 0.0325697905482833,\n            \"PYG\": 48.62289457693146,\n            \"QAR\": 0.025590660163897883,\n            \"RON\": 0.03407753798534987,\n            \"RSD\": 0.8141309657453376,\n            \"RUB\": 0.4261010226909172,\n            \"RWF\": 7.2824177032377575,\n            \"SAR\": 0.026413251236021507,\n            \"SBD\": 0.05763481953640055,\n            \"SCR\": 0.09274152939133005,\n            \"SDG\": 4.048398861413123,\n            \"SEK\": 0.0736500113218113,\n            \"SGD\": 0.009810134943044195,\n            \"SHP\": 0.006012659497865985,\n            \"SLL\": 98.01201757362152,\n            \"SOS\": 3.993416930942419,\n            \"SRD\": 0.1882048619991144,\n            \"SSP\": 0.9155285341799885,\n            \"STD\": 157.38214184210625,\n            \"STN\": 0.171494673990417,\n            \"SVC\": 0.06151272176659813,\n            \"SYP\": 17.659242345948464,\n            \"SZL\": 0.12047130447444857,\n            \"THB\": 0.25505967097439497,\n            \"TJS\": 0.07100246389350079,\n            \"TMT\": 0.02459964585928113,\n            \"TND\": 0.02233366705212906,\n            \"TOP\": 0.016599320919044737,\n            \"TRY\": 0.12811158196941827,\n            \"TTD\": 0.0477614775604385,\n            \"TWD\": 0.21678753491805516,\n            \"TZS\": 16.376335672035722,\n            \"UAH\": 0.2596315432712234,\n            \"UGX\": 26.805679785524262,\n            \"USD\": 0.007028470245508894,\n            \"UYU\": 0.28621820092514205,\n            \"UZS\": 77.0143617371317,\n            \"VES\": 0.05604150750256516,\n            \"VND\": 165.33687684203466,\n            \"VUV\": 0.8260704460339611,\n            \"WST\": 0.018955643682732577,\n            \"XAF\": 4.551500521818231,\n            \"XAG\": 0.00035409875890499273,\n            \"XAU\": 0.00000407349050018959,\n            \"XCD\": 0.01899479226200006,\n            \"XDR\": 0.005200428390884241,\n            \"XOF\": 4.551500521818231,\n            \"XPD\": 0.000003108762674291039,\n            \"XPF\": 0.828009284693536,\n            \"XPT\": 0.000007728084173746848,\n            \"YER\": 1.7588742361449752,\n            \"ZAR\": 0.1202795396922701,\n            \"ZMW\": 0.10896420864685846,\n            \"ZWL\": 2.2631674190538638\n        },\n        \"CLP\": {\n            \"AED\": 0.00408987096707118,\n            \"AFN\": 0.09892749988937688,\n            \"ALL\": 0.12929179236530125,\n            \"AMD\": 0.45141285164488487,\n            \"ANG\": 0.002007280913831895,\n            \"AOA\": 0.47697738766842596,\n            \"ARS\": 0.15842664390474012,\n            \"AUD\": 0.0016153645048587657,\n            \"AWG\": 0.0020042945150045384,\n            \"AZN\": 0.0018929448197265082,\n            \"BAM\": 0.0021488230789845626,\n            \"BBD\": 0.002226993905560598,\n            \"BDT\": 0.10583248156105557,\n            \"BGN\": 0.0021498530636658844,\n            \"BHD\": 0.0004198328910762839,\n            \"BIF\": 2.2902572360463074,\n            \"BMD\": 0.001113496952780299,\n            \"BND\": 0.0015552857767715048,\n            \"BOB\": 0.007695894103250735,\n            \"BRL\": 0.005671708078681731,\n            \"BSD\": 0.001113496952780299,\n            \"BTC\": 4.97967974400135e-8,\n            \"BTN\": 0.08857480539728321,\n            \"BWP\": 0.014315306119425497,\n            \"BYN\": 0.002811731241355833,\n            \"BZD\": 0.0022449245469912194,\n            \"CAD\": 0.0014455328361237618,\n            \"CDF\": 2.2787434893735745,\n            \"CHF\": 0.0010611559150179083,\n            \"CLF\": 0.0000362521202916682,\n            \"CLP\": 1,\n            \"CNH\": 0.007703249864120803,\n            \"CNY\": 0.00771263664343274,\n            \"COP\": 4.850878101859693,\n            \"CRC\": 0.7182700483297431,\n            \"CUC\": 0.001113496952780299,\n            \"CUP\": 0.028672546534092697,\n            \"CVE\": 0.1221895881133461,\n            \"CZK\": 0.026964829705467288,\n            \"DJF\": 0.19836549693221625,\n            \"DKK\": 0.008174696679449311,\n            \"DOP\": 0.05936674588718683,\n            \"DZD\": 0.15653750613109516,\n            \"EGP\": 0.02155718965613131,\n            \"ERN\": 0.016702454291704485,\n            \"ETB\": 0.058690867712309566,\n            \"EUR\": 0.0010992775966932947,\n            \"FJD\": 0.002465226578607943,\n            \"FKP\": 0.000952565465188868,\n            \"GBP\": 0.000952565465188868,\n            \"GEL\": 0.0031456288916043447,\n            \"GGP\": 0.000952565465188868,\n            \"GHS\": 0.011223818790156189,\n            \"GIP\": 0.000952565465188868,\n            \"GMD\": 0.060685583926526294,\n            \"GNF\": 9.632089460696893,\n            \"GTQ\": 0.008687120182640137,\n            \"GYD\": 0.23300712315469715,\n            \"HKD\": 0.00873960263451553,\n            \"HNL\": 0.02749388105865398,\n            \"HRK\": 0.008272614260985953,\n            \"HTG\": 0.13309138135776433,\n            \"HUF\": 0.4374345598536787,\n            \"IDR\": 16.557699687843044,\n            \"ILS\": 0.0037465887645046357,\n            \"IMP\": 0.000952565465188868,\n            \"INR\": 0.08836217424617418,\n            \"IQD\": 1.6260209045312335,\n            \"IRR\": 47.10092110260665,\n            \"ISK\": 0.15446429728968306,\n            \"JEP\": 0.000952565465188868,\n            \"JMD\": 0.16904224616235475,\n            \"JOD\": 0.0007894693395212319,\n            \"JPY\": 0.15876684951522615,\n            \"KES\": 0.13410437630258057,\n            \"KGS\": 0.09133418669290103,\n            \"KHR\": 4.585304293925185,\n            \"KMF\": 0.5435812880707601,\n            \"KPW\": 1.002147257502269,\n            \"KRW\": 1.5323833714467197,\n            \"KWD\": 0.0003432387761853855,\n            \"KYD\": 0.0009281609524747821,\n            \"KZT\": 0.5268590825701072,\n            \"LAK\": 17.544313833219064,\n            \"LBP\": 1.6229421912390065,\n            \"LKR\": 0.4031715537730578,\n            \"LRD\": 0.17142282692960625,\n            \"LSL\": 0.019097784439592504,\n            \"LYD\": 0.005501255078647076,\n            \"MAD\": 0.011907196367010419,\n            \"MDL\": 0.021489945575152908,\n            \"MGA\": 4.655028992237077,\n            \"MKD\": 0.0676802188053581,\n            \"MMK\": 2.3388406068630103,\n            \"MNT\": 3.574253711877446,\n            \"MOP\": 0.009003758630120552,\n            \"MRU\": 0.0420901848150953,\n            \"MUR\": 0.05010730831376277,\n            \"MVR\": 0.017270337737622436,\n            \"MWK\": 1.142194468370061,\n            \"MXN\": 0.022087354506270782,\n            \"MYR\": 0.005014633526846076,\n            \"MZN\": 0.07115244526118852,\n            \"NAD\": 0.01915771507258504,\n            \"NGN\": 0.4716719911362881,\n            \"NIO\": 0.040030035065945394,\n            \"NOK\": 0.010955886926384287,\n            \"NPR\": 0.14171928911294646,\n            \"NZD\": 0.0018118755605823858,\n            \"OMR\": 0.00042870412129908457,\n            \"PAB\": 0.001113496952780299,\n            \"PEN\": 0.004310993645942103,\n            \"PGK\": 0.00392241995482122,\n            \"PHP\": 0.06322882210164603,\n            \"PKR\": 0.2569555363819546,\n            \"PLN\": 0.00515992260924485,\n            \"PYG\": 7.703162004757241,\n            \"QAR\": 0.004054242405073068,\n            \"RON\": 0.005398789975555279,\n            \"RSD\": 0.12898003660195878,\n            \"RUB\": 0.06750575498929953,\n            \"RWF\": 1.1537289962364237,\n            \"SAR\": 0.004184562747935616,\n            \"SBD\": 0.00913089103120729,\n            \"SCR\": 0.014692729252061238,\n            \"SDG\": 0.6413742448014522,\n            \"SEK\": 0.011668124117260677,\n            \"SGD\": 0.0015541867552791107,\n            \"SHP\": 0.000952565465188868,\n            \"SLL\": 15.52771500652127,\n            \"SOS\": 0.6326636420815748,\n            \"SRD\": 0.029816664653074455,\n            \"SSP\": 0.14504411306916173,\n            \"STD\": 24.933524542584667,\n            \"STN\": 0.027169325647839294,\n            \"SVC\": 0.0097452540669282,\n            \"SYP\": 2.7976944987690846,\n            \"SZL\": 0.01908586445471299,\n            \"THB\": 0.04040824766792066,\n            \"TJS\": 0.01124868206361482,\n            \"TMT\": 0.003897239334731046,\n            \"TND\": 0.0035382479171546777,\n            \"TOP\": 0.0026297747043020044,\n            \"TRY\": 0.020296287976741954,\n            \"TTD\": 0.007566690597831827,\n            \"TWD\": 0.034344921597449146,\n            \"TZS\": 2.5944478999780967,\n            \"UAH\": 0.04113255405226823,\n            \"UGX\": 4.246733886005743,\n            \"USD\": 0.001113496952780299,\n            \"UYU\": 0.045344588997022844,\n            \"UZS\": 12.201126862479406,\n            \"VES\": 0.008878467952993713,\n            \"VND\": 26.1937665117749,\n            \"VUV\": 0.1308715683940522,\n            \"WST\": 0.0030030790117094104,\n            \"XAF\": 0.7210789524023358,\n            \"XAG\": 0.000056098677984151714,\n            \"XAU\": 6.453494289228778e-7,\n            \"XCD\": 0.003009281189736397,\n            \"XDR\": 0.0008238864168347182,\n            \"XOF\": 0.7210789524023358,\n            \"XPD\": 4.92510837184254e-7,\n            \"XPF\": 0.13117873209596143,\n            \"XPT\": 0.0000012243344394600498,\n            \"YER\": 0.27865254228296177,\n            \"ZAR\": 0.01905548380385333,\n            \"ZMW\": 0.01726283388165765,\n            \"ZWL\": 0.35854601879525627\n        },\n        \"PEN\": {\n            \"AED\": 0.9487072593857653,\n            \"AFN\": 22.94772574821501,\n            \"ALL\": 29.991181380423143,\n            \"AMD\": 104.71201971494334,\n            \"ANG\": 0.46561908429657034,\n            \"AOA\": 110.64209944206257,\n            \"ARS\": 36.749449643440244,\n            \"AUD\": 0.37470816185945743,\n            \"AWG\": 0.4649263440439449,\n            \"AZN\": 0.43909710270817015,\n            \"BAM\": 0.4984519244205404,\n            \"BBD\": 0.5165848267154943,\n            \"BDT\": 24.549440396571843,\n            \"BGN\": 0.49869084490289634,\n            \"BHD\": 0.09738657153240499,\n            \"BIF\": 531.2597104387071,\n            \"BMD\": 0.25829241335774716,\n            \"BND\": 0.3607719946967402,\n            \"BOB\": 1.7851787163951884,\n            \"BRL\": 1.3156382366790211,\n            \"BSD\": 0.25829241335774716,\n            \"BTC\": 0.000011551118264089013,\n            \"BTN\": 20.546262108425477,\n            \"BWP\": 3.3206511758374684,\n            \"BYN\": 0.6522234714965282,\n            \"BZD\": 0.5207441094477941,\n            \"CAD\": 0.3353131446817205,\n            \"CDF\": 528.5889232331702,\n            \"CHF\": 0.2461511201754529,\n            \"CLF\": 0.008409226101688176,\n            \"CLP\": 231.9650832566851,\n            \"CNH\": 1.78688499607783,\n            \"CNY\": 1.7890624011224356,\n            \"COP\": 1125.234342765914,\n            \"CRC\": 166.61357156159204,\n            \"CUC\": 0.25829241335774716,\n            \"CUP\": 6.65102964396199,\n            \"CVE\": 28.343717979812386,\n            \"CZK\": 6.254898967631054,\n            \"DJF\": 46.01386901113525,\n            \"DKK\": 1.8962441958466065,\n            \"DOP\": 13.77101215239976,\n            \"DZD\": 36.31123564249334,\n            \"EGP\": 5.000515293364649,\n            \"ERN\": 3.8743862003662075,\n            \"ETB\": 13.614232015292979,\n            \"EUR\": 0.25499401923916876,\n            \"FJD\": 0.5718464885533844,\n            \"FKP\": 0.2209619274399787,\n            \"GBP\": 0.2209619274399787,\n            \"GEL\": 0.7296760677356358,\n            \"GGP\": 0.2209619274399787,\n            \"GHS\": 2.6035340601165267,\n            \"GIP\": 0.2209619274399787,\n            \"GMD\": 14.076936527997221,\n            \"GNF\": 2234.3084336863935,\n            \"GTQ\": 2.015108556426948,\n            \"GYD\": 54.04951672197999,\n            \"HKD\": 2.027282652745739,\n            \"HNL\": 6.377620408820067,\n            \"HRK\": 1.9189576558000467,\n            \"HTG\": 30.872553357401024,\n            \"HUF\": 101.46954409580997,\n            \"IDR\": 3840.8081866297002,\n            \"ILS\": 0.8690777746868786,\n            \"IMP\": 0.2209619274399787,\n            \"INR\": 20.496939105755505,\n            \"IQD\": 377.1800744966979,\n            \"IRR\": 10925.769085032705,\n            \"ISK\": 35.830323580986686,\n            \"JEP\": 0.2209619274399787,\n            \"JMD\": 39.21189870494767,\n            \"JOD\": 0.18312932107064273,\n            \"JPY\": 36.82836546620102,\n            \"KES\": 31.107532814113927,\n            \"KGS\": 21.186342220400405,\n            \"KHR\": 1063.6304922975912,\n            \"KMF\": 126.09187874410998,\n            \"KPW\": 232.46317202197244,\n            \"KRW\": 355.45943633879807,\n            \"KWD\": 0.07961941129476563,\n            \"KYD\": 0.21530093261641695,\n            \"KZT\": 122.21291095291562,\n            \"LAK\": 4069.6682190040715,\n            \"LBP\": 376.465920511543,\n            \"LKR\": 93.52172303769443,\n            \"LRD\": 39.764110320822425,\n            \"LSL\": 4.4300191575482994,\n            \"LYD\": 1.2760990923346305,\n            \"MAD\": 2.7620537966272694,\n            \"MDL\": 4.984917014521975,\n            \"MGA\": 1079.8041877465564,\n            \"MKD\": 15.699447590015554,\n            \"MMK\": 542.529356095094,\n            \"MNT\": 829.1020598561674,\n            \"MOP\": 2.0885576202590106,\n            \"MRU\": 9.763453224922841,\n            \"MUR\": 11.623145944770368,\n            \"MVR\": 4.006115331178658,\n            \"MWK\": 264.94923495078626,\n            \"MXN\": 5.12349502696702,\n            \"MYR\": 1.1632198835566143,\n            \"MZN\": 16.504882888928325,\n            \"NAD\": 4.44392097182004,\n            \"NGN\": 109.4114326937755,\n            \"NIO\": 9.285570416840047,\n            \"NOK\": 2.5413832230295585,\n            \"NPR\": 32.87392669816285,\n            \"NZD\": 0.42029186526124607,\n            \"OMR\": 0.09944438718962616,\n            \"PAB\": 0.25829241335774716,\n            \"PEN\": 1,\n            \"PGK\": 0.9098644713877871,\n            \"PHP\": 14.666878983030449,\n            \"PKR\": 59.60471239010627,\n            \"PLN\": 1.1969218776515334,\n            \"PYG\": 1786.8646157732462,\n            \"QAR\": 0.9404426770355574,\n            \"RON\": 1.252330766165037,\n            \"RSD\": 29.918864928823655,\n            \"RUB\": 15.658978076398249,\n            \"RWF\": 267.62484266763374,\n            \"SAR\": 0.970672446217708,\n            \"SBD\": 2.118047898261718,\n            \"SCR\": 3.408200164222317,\n            \"SDG\": 148.77643009406236,\n            \"SEK\": 2.706597382309708,\n            \"SGD\": 0.36051706008475615,\n            \"SHP\": 0.2209619274399787,\n            \"SLL\": 3601.887704273784,\n            \"SOS\": 146.7558744089301,\n            \"SRD\": 6.916425098687075,\n            \"SSP\": 33.64516976398014,\n            \"STD\": 5783.707096403253,\n            \"STN\": 6.302334885929031,\n            \"SVC\": 2.2605586709925483,\n            \"SYP\": 648.9674373337406,\n            \"SZL\": 4.427254137263304,\n            \"THB\": 9.373302534545966,\n            \"TJS\": 2.6093014714143914,\n            \"TMT\": 0.9040234467521151,\n            \"TND\": 0.8207499726855774,\n            \"TOP\": 0.6100159082297387,\n            \"TRY\": 4.708030130326603,\n            \"TTD\": 1.7552080145036357,\n            \"TWD\": 7.966822597796612,\n            \"TZS\": 601.8213231235509,\n            \"UAH\": 9.5413163252945,\n            \"UGX\": 985.0939794363079,\n            \"USD\": 0.25829241335774716,\n            \"UYU\": 10.51836136193457,\n            \"UZS\": 2830.235408480412,\n            \"VES\": 2.059494557907997,\n            \"VND\": 6076.039229710033,\n            \"VUV\": 30.35763425845927,\n            \"WST\": 0.6966094729775769,\n            \"XAF\": 167.26513922865107,\n            \"XAG\": 0.013012934509183718,\n            \"XAU\": 0.0001496985340097495,\n            \"XCD\": 0.6980481617199796,\n            \"XDR\": 0.19111288127511736,\n            \"XOF\": 167.26513922865107,\n            \"XPD\": 0.00011424531735226515,\n            \"XPF\": 30.428885512146074,\n            \"XPT\": 0.0002840028401833773,\n            \"YER\": 64.63766017035418,\n            \"ZAR\": 4.420206887057251,\n            \"ZMW\": 4.004374698605041,\n            \"ZWL\": 83.17015710119459\n        },\n        \"COP\": {\n            \"AED\": 0.0008431197158929299,\n            \"AFN\": 0.020393730333370115,\n            \"ALL\": 0.026653275891582253,\n            \"AMD\": 0.09305796644772944,\n            \"ANG\": 0.0004137974345433167,\n            \"AOA\": 0.09832805064418458,\n            \"ARS\": 0.03265937436028411,\n            \"AUD\": 0.0003330045552452615,\n            \"AWG\": 0.0004131817936707473,\n            \"AZN\": 0.000390227249577928,\n            \"BAM\": 0.00044297610326690396,\n            \"BBD\": 0.00045909088185638587,\n            \"BDT\": 0.021817180176199914,\n            \"BGN\": 0.0004431884327997625,\n            \"BHD\": 0.00008654781304756586,\n            \"BIF\": 0.47213250631226655,\n            \"BMD\": 0.00022954544092819294,\n            \"BND\": 0.0003206194309799809,\n            \"BOB\": 0.001586495051339332,\n            \"BRL\": 0.0011692126579118437,\n            \"BSD\": 0.00022954544092819294,\n            \"BTC\": 1.02655223228394e-8,\n            \"BTN\": 0.018259540548612438,\n            \"BWP\": 0.002951075211297806,\n            \"BYN\": 0.0005796334565236534,\n            \"BZD\": 0.0004627872520916526,\n            \"CAD\": 0.0002979940550494526,\n            \"CDF\": 0.4697589676598896,\n            \"CHF\": 0.0002187554279319223,\n            \"CLF\": 0.000007473310920299178,\n            \"CLP\": 0.20614824347299668,\n            \"CNH\": 0.0015880114285221037,\n            \"CNY\": 0.0015899464965891284,\n            \"COP\": 1,\n            \"CRC\": 0.14807010880244095,\n            \"CUC\": 0.00022954544092819294,\n            \"CUP\": 0.0059107951039009685,\n            \"CVE\": 0.02518916896025525,\n            \"CZK\": 0.005558752279330563,\n            \"DJF\": 0.04089269875822449,\n            \"DKK\": 0.0016851993613930141,\n            \"DOP\": 0.012238350385351314,\n            \"DZD\": 0.03226993192656871,\n            \"EGP\": 0.004443976781825723,\n            \"ERN\": 0.003443181613922894,\n            \"ETB\": 0.012099019286798633,\n            \"EUR\": 0.00022661414564753994,\n            \"FJD\": 0.0005082021289429728,\n            \"FKP\": 0.00019636969744172306,\n            \"GBP\": 0.00019636969744172306,\n            \"GEL\": 0.0006484658706221451,\n            \"GGP\": 0.00019636969744172306,\n            \"GHS\": 0.0023137705286499126,\n            \"GIP\": 0.00019636969744172306,\n            \"GMD\": 0.012510226530586515,\n            \"GNF\": 1.9856383232974282,\n            \"GTQ\": 0.001790834566490082,\n            \"GYD\": 0.04803400915503703,\n            \"HKD\": 0.0018016537317573505,\n            \"HNL\": 0.0056678152864970115,\n            \"HRK\": 0.0017053848988319166,\n            \"HTG\": 0.027436554488297852,\n            \"HUF\": 0.09017636614821929,\n            \"IDR\": 3.413340706602229,\n            \"ILS\": 0.0007723526928182954,\n            \"IMP\": 0.00019636969744172306,\n            \"INR\": 0.01821570701030367,\n            \"IQD\": 0.33520135331948697,\n            \"IRR\": 9.70977215126256,\n            \"ISK\": 0.03184254356555893,\n            \"JEP\": 0.00019636969744172306,\n            \"JMD\": 0.034847762119099346,\n            \"JOD\": 0.0001627477176180888,\n            \"JPY\": 0.03272950714930546,\n            \"KES\": 0.027645381616818746,\n            \"KGS\": 0.018828382155776292,\n            \"KHR\": 0.9452524259818662,\n            \"KMF\": 0.1120583277205762,\n            \"KPW\": 0.20659089683537366,\n            \"KRW\": 0.31589814035096986,\n            \"KWD\": 0.00007075807080243826,\n            \"KYD\": 0.00019133875001289987,\n            \"KZT\": 0.1086110744296221,\n            \"LAK\": 3.616729479657107,\n            \"LBP\": 0.3345666819821374,\n            \"LKR\": 0.08311310762859468,\n            \"LRD\": 0.03533851466271384,\n            \"LSL\": 0.003936974716447923,\n            \"LYD\": 0.0011340740713599968,\n            \"MAD\": 0.002454647615747245,\n            \"MDL\": 0.0044301145326480695,\n            \"MGA\": 0.9596260500655474,\n            \"MKD\": 0.01395215822459265,\n            \"MMK\": 0.48214788286812715,\n            \"MNT\": 0.7368261244303738,\n            \"MOP\": 0.0018561090262541866,\n            \"MRU\": 0.008676817667085692,\n            \"MUR\": 0.010329533594042078,\n            \"MVR\": 0.0035602497887962724,\n            \"MWK\": 0.23546138335906128,\n            \"MXN\": 0.0045532693344331,\n            \"MYR\": 0.0010337578932201167,\n            \"MZN\": 0.01466795160940256,\n            \"NAD\": 0.003949329311169559,\n            \"NGN\": 0.09723435246815665,\n            \"NIO\": 0.008252121415007106,\n            \"NOK\": 0.002258536845562889,\n            \"NPR\": 0.02921518251687569,\n            \"NZD\": 0.00037351496420571,\n            \"OMR\": 0.00008837660157544077,\n            \"PAB\": 0.00022954544092819294,\n            \"PEN\": 0.0008887037677342141,\n            \"PGK\": 0.0008085999838498254,\n            \"PHP\": 0.013034510613120918,\n            \"PKR\": 0.05297093247580163,\n            \"PLN\": 0.0010637089823524275,\n            \"PYG\": 1.5879933164686326,\n            \"QAR\": 0.0008357749504195505,\n            \"RON\": 0.0011129510703403434,\n            \"RSD\": 0.026589007988576618,\n            \"RUB\": 0.013916192815362579,\n            \"RWF\": 0.23783920601800232,\n            \"SAR\": 0.0008626402601894633,\n            \"SBD\": 0.0018823171474267222,\n            \"SCR\": 0.0030288803271367403,\n            \"SDG\": 0.13221817397463914,\n            \"SEK\": 0.0024053632913981983,\n            \"SGD\": 0.0003203928696297848,\n            \"SHP\": 0.00019636969744172306,\n            \"SLL\": 3.2010111737436504,\n            \"SOS\": 0.13042249852434531,\n            \"SRD\": 0.006146653044454687,\n            \"SSP\": 0.02990058913530641,\n            \"STD\": 5.140002288044682,\n            \"STN\": 0.0056009087586479074,\n            \"SVC\": 0.002008967008095325,\n            \"SYP\": 0.5767398066953127,\n            \"SZL\": 0.0039345174325027855,\n            \"THB\": 0.008330089278563657,\n            \"TJS\": 0.002318896048800398,\n            \"TMT\": 0.0008034090432486753,\n            \"TND\": 0.0007294035930934258,\n            \"TOP\": 0.0005421234360215774,\n            \"TRY\": 0.0041840441154274545,\n            \"TTD\": 0.00155985997564667,\n            \"TWD\": 0.0070801452595319276,\n            \"TZS\": 0.5348408773626896,\n            \"UAH\": 0.008479403767433188,\n            \"UGX\": 0.8754567310973372,\n            \"USD\": 0.00022954544092819294,\n            \"UYU\": 0.00934770737274123,\n            \"UZS\": 2.5152408710913243,\n            \"VES\": 0.0018302805732409463,\n            \"VND\": 5.399798956344198,\n            \"VUV\": 0.026978943944990008,\n            \"WST\": 0.0006190794632745177,\n            \"XAF\": 0.1486491594430901,\n            \"XAG\": 0.000011564643927590145,\n            \"XAU\": 1.3303765119875277e-7,\n            \"XCD\": 0.0006203580313804878,\n            \"XDR\": 0.00016984273765173832,\n            \"XOF\": 0.1486491594430901,\n            \"XPD\": 1.0153024397694903e-7,\n            \"XPF\": 0.027042265202597258,\n            \"XPT\": 2.5239439411818524e-7,\n            \"YER\": 0.0574437321309175,\n            \"ZAR\": 0.0039282545146925,\n            \"ZMW\": 0.0035587028820698572,\n            \"ZWL\": 0.07391363197887812\n        },\n        \"BOB\": {\n            \"AED\": 0.5314354527492294,\n            \"AFN\": 12.854581749973669,\n            \"ALL\": 16.800100239254665,\n            \"AMD\": 58.65632317552403,\n            \"ANG\": 0.26082491350602416,\n            \"AOA\": 61.97816410531835,\n            \"ARS\": 20.585865888905737,\n            \"AUD\": 0.20989952345841634,\n            \"AWG\": 0.26043686258077886,\n            \"AZN\": 0.2459681479929578,\n            \"BAM\": 0.2792168200543329,\n            \"BBD\": 0.28937429175642093,\n            \"BDT\": 13.751811049004958,\n            \"BGN\": 0.27935065566427025,\n            \"BHD\": 0.054552841481920473,\n            \"BIF\": 297.5946920941786,\n            \"BMD\": 0.14468714587821047,\n            \"BND\": 0.20209292850255747,\n            \"BOB\": 1,\n            \"BRL\": 0.7369784462452529,\n            \"BSD\": 0.14468714587821047,\n            \"BTC\": 0.000006470566872662579,\n            \"BTN\": 11.509358653969695,\n            \"BWP\": 1.860122544225073,\n            \"BYN\": 0.36535472079432085,\n            \"BZD\": 0.2917041888664978,\n            \"CAD\": 0.1878316952819258,\n            \"CDF\": 296.0986025536703,\n            \"CHF\": 0.13788598189905932,\n            \"CLF\": 0.004710579408356898,\n            \"CLP\": 129.9394179004622,\n            \"CNH\": 1.0009558032856716,\n            \"CNY\": 1.0021755159254249,\n            \"COP\": 630.3202768617474,\n            \"CRC\": 93.33159197530365,\n            \"CUC\": 0.14468714587821047,\n            \"CUP\": 3.7256940063639195,\n            \"CVE\": 15.877243952945426,\n            \"CZK\": 3.5037942757135103,\n            \"DJF\": 25.775497202908095,\n            \"DKK\": 1.0622153280404847,\n            \"DOP\": 7.714080403225713,\n            \"DZD\": 20.340392426264536,\n            \"EGP\": 2.8011286754875666,\n            \"ERN\": 2.170307188173157,\n            \"ETB\": 7.626257186610536,\n            \"EUR\": 0.14283949102534574,\n            \"FJD\": 0.32033010661706407,\n            \"FKP\": 0.12377580205872446,\n            \"GBP\": 0.12377580205872446,\n            \"GEL\": 0.4087411871059446,\n            \"GGP\": 0.12377580205872446,\n            \"GHS\": 1.4584164802131647,\n            \"GIP\": 0.12377580205872446,\n            \"GMD\": 7.88544945036247,\n            \"GNF\": 1251.588097688131,\n            \"GTQ\": 1.128799339763616,\n            \"GYD\": 30.27680994938265,\n            \"HKD\": 1.1356188790102937,\n            \"HNL\": 3.5725389005860406,\n            \"HRK\": 1.0749386815875768,\n            \"HTG\": 17.29381662119632,\n            \"HUF\": 56.83999207693189,\n            \"IDR\": 2151.4978592089897,\n            \"ILS\": 0.4868295631721441,\n            \"IMP\": 0.12377580205872446,\n            \"INR\": 11.481729485967083,\n            \"IQD\": 211.28420982877145,\n            \"IRR\": 6120.266270648302,\n            \"ISK\": 20.071000876225355,\n            \"JEP\": 0.12377580205872446,\n            \"JMD\": 21.965251066923013,\n            \"JOD\": 0.10258318642765121,\n            \"JPY\": 20.63007200789876,\n            \"KES\": 17.425444594661855,\n            \"KGS\": 11.867911053287697,\n            \"KHR\": 595.8117708491284,\n            \"KMF\": 70.63263615349801,\n            \"KPW\": 130.21843129038942,\n            \"KRW\": 199.11700328613446,\n            \"KWD\": 0.04460024677839601,\n            \"KYD\": 0.12060469388251173,\n            \"KZT\": 68.45976250473127,\n            \"LAK\": 2279.6979269515114,\n            \"LBP\": 210.88416361569708,\n            \"LKR\": 52.38787701129602,\n            \"LRD\": 22.274582346084706,\n            \"LSL\": 2.481554993269154,\n            \"LYD\": 0.7148298826413623,\n            \"MAD\": 1.5472141647558317,\n            \"MDL\": 2.7923910187479817,\n            \"MGA\": 604.8717575610609,\n            \"MKD\": 8.794328234944146,\n            \"MMK\": 303.9075870177433,\n            \"MNT\": 464.4364467499216,\n            \"MOP\": 1.1699431553141273,\n            \"MRU\": 5.469174114196355,\n            \"MUR\": 6.510914474849323,\n            \"MVR\": 2.2440976325710444,\n            \"MWK\": 148.41608434913357,\n            \"MXN\": 2.8700179875059755,\n            \"MYR\": 0.6515985614625208,\n            \"MZN\": 9.245507319433337,\n            \"NAD\": 2.489342344834611,\n            \"NGN\": 61.28878396820124,\n            \"NIO\": 5.2014794550040335,\n            \"NOK\": 1.423601569797658,\n            \"NPR\": 18.41492193260357,\n            \"NZD\": 0.2354340556501488,\n            \"OMR\": 0.05570556397313217,\n            \"PAB\": 0.14468714587821047,\n            \"PEN\": 0.5601680049263079,\n            \"PGK\": 0.5096769656906265,\n            \"PHP\": 8.215916338419762,\n            \"PKR\": 33.38865282377222,\n            \"PLN\": 0.6704773402567098,\n            \"PYG\": 1000.944386891113,\n            \"QAR\": 0.5268058981425643,\n            \"RON\": 0.7015156267905034,\n            \"RSD\": 16.75959087683883,\n            \"RUB\": 8.771658508240801,\n            \"RWF\": 149.9148741858454,\n            \"SAR\": 0.5437396476347124,\n            \"SBD\": 1.1864626655076262,\n            \"SCR\": 1.9091646863819303,\n            \"SDG\": 83.33979602584922,\n            \"SEK\": 1.5161492557871965,\n            \"SGD\": 0.2019501222895757,\n            \"SHP\": 0.12377580205872446,\n            \"SLL\": 2017.662249271645,\n            \"SOS\": 82.20794537886619,\n            \"SRD\": 3.874360048753781,\n            \"SSP\": 18.846947622095694,\n            \"STD\": 3239.8476652703393,\n            \"STN\": 3.530366359428335,\n            \"SVC\": 1.2662926407487618,\n            \"SYP\": 363.5307946333802,\n            \"SZL\": 2.4800061173725276,\n            \"THB\": 5.250624180347319,\n            \"TJS\": 1.4616471994934792,\n            \"TMT\": 0.5064050105737367,\n            \"TND\": 0.45975787474260155,\n            \"TOP\": 0.3417113942863625,\n            \"TRY\": 2.6372878452379984,\n            \"TTD\": 0.9832113717151677,\n            \"TWD\": 4.462759120209554,\n            \"TZS\": 337.1210498962304,\n            \"UAH\": 5.344740130311031,\n            \"UGX\": 551.818129125754,\n            \"USD\": 0.14468714587821047,\n            \"UYU\": 5.89204949920885,\n            \"UZS\": 1585.4073222402665,\n            \"VES\": 1.1536629576599111,\n            \"VND\": 3403.60277316065,\n            \"VUV\": 17.005375416843666,\n            \"WST\": 0.39021833869061606,\n            \"XAF\": 93.69657933543459,\n            \"XAG\": 0.007289429562246147,\n            \"XAU\": 0.00008385632913663443,\n            \"XCD\": 0.39102424609315767,\n            \"XDR\": 0.10705532141960084,\n            \"XOF\": 93.69657933543459,\n            \"XPD\": 0.00006399657149339127,\n            \"XPF\": 17.045288089469903,\n            \"XPT\": 0.00015908930437892753,\n            \"YER\": 36.20794914073198,\n            \"ZAR\": 2.4760584732843864,\n            \"ZMW\": 2.2431225858949713,\n            \"ZWL\": 46.58926097278377\n        },\n        \"CNY\": {\n            \"AED\": 0.5302818162130947,\n            \"AFN\": 12.826677109651339,\n            \"ALL\": 16.763630693712553,\n            \"AMD\": 58.52899242041435,\n            \"ANG\": 0.2602587165234967,\n            \"AOA\": 61.84362232007507,\n            \"ARS\": 20.541178228542552,\n            \"AUD\": 0.20944387497293004,\n            \"AWG\": 0.25987150797661157,\n            \"AZN\": 0.2454342019779109,\n            \"BAM\": 0.278610698043745,\n            \"BBD\": 0.28874611997401284,\n            \"BDT\": 13.721958709304843,\n            \"BGN\": 0.278744243124233,\n            \"BHD\": 0.054434418537500896,\n            \"BIF\": 296.94867552154767,\n            \"BMD\": 0.14437305998700642,\n            \"BND\": 0.2016542265213311,\n            \"BOB\": 0.9978292066700353,\n            \"BRL\": 0.735378618349816,\n            \"BSD\": 0.14437305998700642,\n            \"BTC\": 0.000006456520609254313,\n            \"BTN\": 11.484374214971487,\n            \"BWP\": 1.8560846026131523,\n            \"BYN\": 0.3645616112033494,\n            \"BZD\": 0.29107095935898364,\n            \"CAD\": 0.18742395149065183,\n            \"CDF\": 295.4558336822349,\n            \"CHF\": 0.1375866599292572,\n            \"CLF\": 0.004700353713996968,\n            \"CLP\": 129.65734627878436,\n            \"CNH\": 0.9987829351043095,\n            \"CNY\": 0.9999999999999999,\n            \"COP\": 628.9519818089944,\n            \"CRC\": 93.12898837796867,\n            \"CUC\": 0.14437305998700642,\n            \"CUP\": 3.717606294665415,\n            \"CVE\": 15.84277773767415,\n            \"CZK\": 3.496188262470223,\n            \"DJF\": 25.7195439255035,\n            \"DKK\": 1.059909478091388,\n            \"DOP\": 7.69733472893958,\n            \"DZD\": 20.296237638056738,\n            \"EGP\": 2.7950480040424455,\n            \"ERN\": 2.1655958998050964,\n            \"ETB\": 7.609702158377246,\n            \"EUR\": 0.14252941601097235,\n            \"FJD\": 0.31963473615823285,\n            \"FKP\": 0.12350711037320436,\n            \"GBP\": 0.12350711037320436,\n            \"GEL\": 0.4078538944632932,\n            \"GGP\": 0.12350711037320436,\n            \"GHS\": 1.4552505594456075,\n            \"GIP\": 0.12350711037320436,\n            \"GMD\": 7.86833176929185,\n            \"GNF\": 1248.8711585938063,\n            \"GTQ\": 1.1263489496859886,\n            \"GYD\": 30.21108525229192,\n            \"HKD\": 1.133153685122356,\n            \"HNL\": 3.564783656969609,\n            \"HRK\": 1.0726052118674656,\n            \"HTG\": 17.256275319425395,\n            \"HUF\": 56.71660420125604,\n            \"IDR\": 2146.8274020067856,\n            \"ILS\": 0.4857727568035804,\n            \"IMP\": 0.12350711037320436,\n            \"INR\": 11.456805024182486,\n            \"IQD\": 210.8255554753483,\n            \"IRR\": 6106.980437450372,\n            \"ISK\": 20.02743088139753,\n            \"JEP\": 0.12350711037320436,\n            \"JMD\": 21.917569046415938,\n            \"JOD\": 0.10236049953078755,\n            \"JPY\": 20.585288385187322,\n            \"KES\": 17.387617555764095,\n            \"KGS\": 11.842148271132608,\n            \"KHR\": 594.5183866310546,\n            \"KMF\": 70.47930729805817,\n            \"KPW\": 129.93575398830578,\n            \"KRW\": 198.68476142351838,\n            \"KWD\": 0.04450342886017469,\n            \"KYD\": 0.12034288601746915,\n            \"KZT\": 68.31115050891503,\n            \"LAK\": 2274.749173897351,\n            \"LBP\": 210.42637767992494,\n            \"LKR\": 52.27415375730889,\n            \"LRD\": 22.226228831300077,\n            \"LSL\": 2.476168050241825,\n            \"LYD\": 0.713278134700065,\n            \"MAD\": 1.5438554825669528,\n            \"MDL\": 2.7863293149498305,\n            \"MGA\": 603.5587059842634,\n            \"MKD\": 8.775237565870208,\n            \"MMK\": 303.2478664549195,\n            \"MNT\": 463.42825120912437,\n            \"MOP\": 1.1674034505161335,\n            \"MRU\": 5.457301667508842,\n            \"MUR\": 6.49678062513535,\n            \"MVR\": 2.2392261603984696,\n            \"MWK\": 148.093903703169,\n            \"MXN\": 2.863787771601819,\n            \"MYR\": 0.6501840756514834,\n            \"MZN\": 9.22543723381217,\n            \"NAD\": 2.483938497076445,\n            \"NGN\": 61.15573868476142,\n            \"NIO\": 5.190188118097163,\n            \"NOK\": 1.420511225005414,\n            \"NPR\": 18.374946942900454,\n            \"NZD\": 0.23492297697249692,\n            \"OMR\": 0.05558463870641738,\n            \"PAB\": 0.14437305998700642,\n            \"PEN\": 0.5589519959575543,\n            \"PGK\": 0.5085705623330686,\n            \"PHP\": 8.198081282032772,\n            \"PKR\": 33.31617295892587,\n            \"PLN\": 0.669021872518588,\n            \"PYG\": 998.7715434923842,\n            \"QAR\": 0.5256623114126904,\n            \"RON\": 0.6999927813470006,\n            \"RSD\": 16.723209268750452,\n            \"RUB\": 8.752617050458385,\n            \"RWF\": 149.58943997690028,\n            \"SAR\": 0.5425593012343897,\n            \"SBD\": 1.18388710026709,\n            \"SCR\": 1.9050202844149282,\n            \"SDG\": 83.15888255251569,\n            \"SEK\": 1.5128580090955028,\n            \"SGD\": 0.20151173031112396,\n            \"SHP\": 0.12350711037320436,\n            \"SLL\": 2013.2823215188046,\n            \"SOS\": 82.02948891936764,\n            \"SRD\": 3.8659496138020644,\n            \"SSP\": 18.806034793907454,\n            \"STD\": 3232.8146255684687,\n            \"STN\": 3.5227026636829564,\n            \"SVC\": 1.263543781130441,\n            \"SYP\": 362.74164440915325,\n            \"SZL\": 2.474622536634664,\n            \"THB\": 5.239226160398469,\n            \"TJS\": 1.4584742655020573,\n            \"TMT\": 0.5053057099545225,\n            \"TND\": 0.4587598354147116,\n            \"TOP\": 0.34096960947087274,\n            \"TRY\": 2.631562838374359,\n            \"TTD\": 0.981077023027503,\n            \"TWD\": 4.453071392478163,\n            \"TZS\": 336.389229769725,\n            \"UAH\": 5.333137804085758,\n            \"UGX\": 550.6202460116942,\n            \"USD\": 0.14437305998700642,\n            \"UYU\": 5.879259077456146,\n            \"UZS\": 1581.96573059987,\n            \"VES\": 1.1511585938063955,\n            \"VND\": 3396.214254962824,\n            \"VUV\": 16.968460261315236,\n            \"WST\": 0.38937125532375655,\n            \"XAF\": 93.49318342597272,\n            \"XAG\": 0.007273605717173176,\n            \"XAU\": 0.00008367429437666931,\n            \"XCD\": 0.3901754132678842,\n            \"XDR\": 0.10682292644192594,\n            \"XOF\": 93.49318342597272,\n            \"XPD\": 0.00006385764816285281,\n            \"XPF\": 17.008286291777953,\n            \"XPT\": 0.00015874395437811303,\n            \"YER\": 36.129349166245575,\n            \"ZAR\": 2.470683462065978,\n            \"ZMW\": 2.238253230347217,\n            \"ZWL\": 46.48812531581607\n        },\n        \"KRW\": {\n            \"AED\": 0.002668960681301274,\n            \"AFN\": 0.06455793095430137,\n            \"ALL\": 0.08437300663425834,\n            \"AMD\": 0.29458219141252295,\n            \"ANG\": 0.0013099077888954285,\n            \"AOA\": 0.3112650506107441,\n            \"ARS\": 0.10338577594663527,\n            \"AUD\": 0.0010541516796372591,\n            \"AWG\": 0.001307958930089595,\n            \"AZN\": 0.0012352945450846175,\n            \"BAM\": 0.0014022751218945057,\n            \"BBD\": 0.00145328770009955,\n            \"BDT\": 0.06906397154462683,\n            \"BGN\": 0.0014029472674558017,\n            \"BHD\": 0.0002739737972227672,\n            \"BIF\": 1.494571971166772,\n            \"BMD\": 0.000726643850049775,\n            \"BND\": 0.0010149456107078237,\n            \"BOB\": 0.005022172810440418,\n            \"BRL\": 0.0037012331146135343,\n            \"BSD\": 0.000726643850049775,\n            \"BTC\": 3.249630501602249e-8,\n            \"BTN\": 0.05780198809757374,\n            \"BWP\": 0.009341856865694416,\n            \"BYN\": 0.0018348745449392886,\n            \"BZD\": 0.0014649888460169017,\n            \"CAD\": 0.0009433232329838176,\n            \"CDF\": 1.4870583509544466,\n            \"CHF\": 0.0006924872292343354,\n            \"CLF\": 0.000023657343826070527,\n            \"CLP\": 0.6525782115841562,\n            \"CNH\": 0.005026973019713847,\n            \"CNY\": 0.005033098627369767,\n            \"COP\": 3.1655773563243446,\n            \"CRC\": 0.46872738357348914,\n            \"CUC\": 0.000726643850049775,\n            \"CUP\": 0.018711079138781707,\n            \"CVE\": 0.07973826288521206,\n            \"CZK\": 0.01759666034486517,\n            \"DJF\": 0.1294490012280281,\n            \"DKK\": 0.005334628939317972,\n            \"DOP\": 0.03874144485863144,\n            \"DZD\": 0.10215296579687397,\n            \"EGP\": 0.01406775227257864,\n            \"ERN\": 0.010899657750746626,\n            \"ETB\": 0.03830038148802127,\n            \"EUR\": 0.0007173646080846395,\n            \"FJD\": 0.0016087531518176996,\n            \"FKP\": 0.0006216234676897812,\n            \"GBP\": 0.0006216234676897812,\n            \"GEL\": 0.0020527688763906145,\n            \"GGP\": 0.0006216234676897812,\n            \"GHS\": 0.007324419593224773,\n            \"GIP\": 0.0006216234676897812,\n            \"GMD\": 0.03960208982771274,\n            \"GNF\": 6.285691714080178,\n            \"GTQ\": 0.005669025352603928,\n            \"GYD\": 0.1520553717146615,\n            \"HKD\": 0.005703274257188324,\n            \"HNL\": 0.017941907730763918,\n            \"HRK\": 0.005398527819559799,\n            \"HTG\": 0.08685253562371474,\n            \"HUF\": 0.28546026275441616,\n            \"IDR\": 10.805194050240155,\n            \"ILS\": 0.0024449421954817283,\n            \"IMP\": 0.0006216234676897812,\n            \"INR\": 0.05766322964125593,\n            \"IQD\": 1.0611058138774443,\n            \"IRR\": 30.737034857105485,\n            \"ISK\": 0.10080003487890479,\n            \"JEP\": 0.0006216234676897812,\n            \"JMD\": 0.11031328668279815,\n            \"JOD\": 0.0005151904896852905,\n            \"JPY\": 0.10360778671549713,\n            \"KES\": 0.08751359405314672,\n            \"KGS\": 0.059602700208546786,\n            \"KHR\": 2.992269675698849,\n            \"KMF\": 0.3547293048198286,\n            \"KPW\": 0.6539794650447975,\n            \"KRW\": 1,\n            \"KWD\": 0.0002239901467093933,\n            \"KYD\": 0.0006056976144282403,\n            \"KZT\": 0.3438167578604698,\n            \"LAK\": 11.449036944753267,\n            \"LBP\": 1.0590967126632223,\n            \"LKR\": 0.2631009715228275,\n            \"LRD\": 0.11186680182242277,\n            \"LSL\": 0.012462798014809002,\n            \"LYD\": 0.003589999200691765,\n            \"MAD\": 0.00777037691016502,\n            \"MDL\": 0.014023870250474135,\n            \"MGA\": 3.0377704946264688,\n            \"MKD\": 0.04416663614762496,\n            \"MMK\": 1.5262764204070658,\n            \"MNT\": 2.3324800950450153,\n            \"MOP\": 0.005875656704379482,\n            \"MRU\": 0.027467137531881496,\n            \"MUR\": 0.032698937646691226,\n            \"MVR\": 0.011270246114272011,\n            \"MWK\": 0.7453712234502503,\n            \"MXN\": 0.014413726302327439,\n            \"MYR\": 0.0032724405786991617,\n            \"MZN\": 0.046432535478385974,\n            \"NAD\": 0.012501907440106378,\n            \"NGN\": 0.30780286443005683,\n            \"NIO\": 0.026122728692985705,\n            \"NOK\": 0.007149573096738095,\n            \"NPR\": 0.09248292023630457,\n            \"NZD\": 0.0011823905129378937,\n            \"OMR\": 0.0002797629687761137,\n            \"PAB\": 0.000726643850049775,\n            \"PEN\": 0.002813260523619558,\n            \"PGK\": 0.0025596857991992384,\n            \"PHP\": 0.04126175164766493,\n            \"PKR\": 0.16768358438878353,\n            \"PLN\": 0.003367253068253657,\n            \"PYG\": 5.026915684607503,\n            \"QAR\": 0.002645710258031231,\n            \"RON\": 0.003523132706966334,\n            \"RSD\": 0.08416956161576526,\n            \"RUB\": 0.044052784862555316,\n            \"RWF\": 0.752898405016749,\n            \"SAR\": 0.0027307544743095063,\n            \"SBD\": 0.005958620539315065,\n            \"SCR\": 0.009588154978600338,\n            \"SDG\": 0.41854685762867044,\n            \"SEK\": 0.007614363568983934,\n            \"SGD\": 0.0010142284132278246,\n            \"SHP\": 0.0006216234676897812,\n            \"SLL\": 10.133048488944112,\n            \"SOS\": 0.4128625080839128,\n            \"SRD\": 0.019457705694707852,\n            \"SSP\": 0.09465262790748369,\n            \"STD\": 16.27107485448957,\n            \"STN\": 0.01773010994121451,\n            \"SVC\": 0.006359540470429229,\n            \"SYP\": 1.8257144725655614,\n            \"SZL\": 0.012455019292394218,\n            \"THB\": 0.02636954199638131,\n            \"TJS\": 0.0073406448237525335,\n            \"TMT\": 0.0025432534751742126,\n            \"TND\": 0.002308983497918165,\n            \"TOP\": 0.001716133673402655,\n            \"TRY\": 0.013244915309659275,\n            \"TTD\": 0.0049378574179437425,\n            \"TWD\": 0.02241274751306142,\n            \"TZS\": 1.693080170615976,\n            \"UAH\": 0.02684220856131784,\n            \"UGX\": 2.7713260044034613,\n            \"USD\": 0.000726643850049775,\n            \"UYU\": 0.029590890792695772,\n            \"UZS\": 7.962189547228217,\n            \"VES\": 0.005793894738371881,\n            \"VND\": 17.093481304907023,\n            \"VUV\": 0.08540393404980416,\n            \"WST\": 0.001959743930707242,\n            \"XAF\": 0.47056041316969316,\n            \"XAG\": 0.0000366087749511332,\n            \"XAU\": 4.211409761733481e-7,\n            \"XCD\": 0.0019637913369520196,\n            \"XDR\": 0.000537650324446479,\n            \"XOF\": 0.47056041316969316,\n            \"XPD\": 3.2140184131551603e-7,\n            \"XPF\": 0.08560438238905965,\n            \"XPT\": 7.989739788837296e-7,\n            \"YER\": 0.18184257769639364,\n            \"ZAR\": 0.012435193541589458,\n            \"ZMW\": 0.011265349261366527,\n            \"ZWL\": 0.23397931971602756\n        },\n        \"PHP\": {\n            \"AED\": 0.06468364949921641,\n            \"AFN\": 1.5645950153925376,\n            \"ALL\": 2.0448236748338133,\n            \"AMD\": 7.139352539561754,\n            \"ANG\": 0.031746296184436425,\n            \"AOA\": 7.543670304369135,\n            \"ARS\": 2.5056080223992634,\n            \"AUD\": 0.025547913928586585,\n            \"AWG\": 0.03169906457821489,\n            \"AZN\": 0.02993800543498073,\n            \"BAM\": 0.03398486651435853,\n            \"BBD\": 0.03522118286468321,\n            \"BDT\": 1.6738012514438485,\n            \"BGN\": 0.03400115631143345,\n            \"BHD\": 0.006639897393650078,\n            \"BIF\": 36.221728634522286,\n            \"BMD\": 0.017610591432341605,\n            \"BND\": 0.024597734467854595,\n            \"BOB\": 0.12171496870333744,\n            \"BRL\": 0.0897013085197752,\n            \"BSD\": 0.017610591432341605,\n            \"BTC\": 7.875648443989779e-7,\n            \"BTN\": 1.4008612283634074,\n            \"BWP\": 0.2264047572547272,\n            \"BYN\": 0.04446913840709735,\n            \"BZD\": 0.03550476621851821,\n            \"CAD\": 0.022861928912734412,\n            \"CDF\": 36.03963214292193,\n            \"CHF\": 0.016782787971472955,\n            \"CLF\": 0.0005733480252627457,\n            \"CLP\": 15.81557218308464,\n            \"CNH\": 0.12183130427033949,\n            \"CNY\": 0.12197976155611413,\n            \"COP\": 76.71941277130658,\n            \"CRC\": 11.359851796306742,\n            \"CUC\": 0.017610591432341605,\n            \"CUP\": 0.4534727293827963,\n            \"CVE\": 1.932498250828006,\n            \"CZK\": 0.42646421061140277,\n            \"DJF\": 3.1372638353649207,\n            \"DKK\": 0.1292875054086529,\n            \"DOP\": 0.9389190548536464,\n            \"DZD\": 2.4757302275763897,\n            \"EGP\": 0.34093928907099025,\n            \"ERN\": 0.26415887148512407,\n            \"ETB\": 0.9282296547919036,\n            \"EUR\": 0.017385704179750605,\n            \"FJD\": 0.0389889689016327,\n            \"FKP\": 0.015065367873808138,\n            \"GBP\": 0.015065367873808138,\n            \"GEL\": 0.04974992079636504,\n            \"GGP\": 0.015065367873808138,\n            \"GHS\": 0.1775111162455769,\n            \"GIP\": 0.015065367873808138,\n            \"GMD\": 0.9597772330626175,\n            \"GNF\": 152.3370061395805,\n            \"GTQ\": 0.13739177631167648,\n            \"GYD\": 3.6851409754260045,\n            \"HKD\": 0.13822181631765704,\n            \"HNL\": 0.4348314604762855,\n            \"HRK\": 0.13083612798743874,\n            \"HTG\": 2.104916348810167,\n            \"HUF\": 6.918277856741713,\n            \"IDR\": 261.8694945989197,\n            \"ILS\": 0.05925444504535696,\n            \"IMP\": 0.015065367873808138,\n            \"INR\": 1.39749834504467,\n            \"IQD\": 25.716450986818298,\n            \"IRR\": 744.9280175880499,\n            \"ISK\": 2.4429412434944275,\n            \"JEP\": 0.015065367873808138,\n            \"JMD\": 2.6734998461714836,\n            \"JOD\": 0.012485909325530198,\n            \"JPY\": 2.5109885687889957,\n            \"KES\": 2.120937443481008,\n            \"KGS\": 1.4445024224249046,\n            \"KHR\": 72.5192110419817,\n            \"KMF\": 8.597049098857232,\n            \"KPW\": 15.849532289107445,\n            \"KRW\": 24.235519823274196,\n            \"KWD\": 0.005428517640793597,\n            \"KYD\": 0.014679396541385508,\n            \"KZT\": 8.33257785070128,\n            \"LAK\": 277.47336183196643,\n            \"LBP\": 25.66775937451406,\n            \"LKR\": 6.376388810864186,\n            \"LRD\": 2.7111500931336128,\n            \"LSL\": 0.3020423883413659,\n            \"LYD\": 0.08700549679390379,\n            \"MAD\": 0.18831912364061643,\n            \"MDL\": 0.3398757854543912,\n            \"MGA\": 73.62194704107723,\n            \"MKD\": 1.0704013858831034,\n            \"MMK\": 36.99010244257143,\n            \"MNT\": 56.52886758085595,\n            \"MOP\": 0.14239959453374285,\n            \"MRU\": 0.6656803561425126,\n            \"MUR\": 0.7924757515363922,\n            \"MVR\": 0.2731402731156183,\n            \"MWK\": 18.064459061626682,\n            \"MXN\": 0.34932414952730534,\n            \"MYR\": 0.07930929851555042,\n            \"MZN\": 1.1253166340313057,\n            \"NAD\": 0.3029902255934373,\n            \"NGN\": 7.459762422555222,\n            \"NIO\": 0.6330979090768687,\n            \"NOK\": 0.173273620513944,\n            \"NPR\": 2.2413716467012454,\n            \"NZD\": 0.028655848715157667,\n            \"OMR\": 0.006780200975591544,\n            \"PAB\": 0.017610591432341605,\n            \"PEN\": 0.06818083118821654,\n            \"PGK\": 0.06203531592784659,\n            \"PHP\": 1,\n            \"PKR\": 4.0638988334920345,\n            \"PLN\": 0.08160712848564236,\n            \"PYG\": 121.8299147242331,\n            \"QAR\": 0.06412016340515579,\n            \"RON\": 0.08538495255970827,\n            \"RSD\": 2.0398930790551777,\n            \"RUB\": 1.0676421408068928,\n            \"RWF\": 18.246884219694945,\n            \"SAR\": 0.06618125419462274,\n            \"SBD\": 0.14441026619993905,\n            \"SCR\": 0.23237392005249366,\n            \"SDG\": 10.143700665028765,\n            \"SEK\": 0.18453805921772698,\n            \"SGD\": 0.024580352814110876,\n            \"SHP\": 0.015065367873808138,\n            \"SLL\": 245.57969752400368,\n            \"SOS\": 10.00593749895437,\n            \"SRD\": 0.47156761207952735,\n            \"SSP\": 2.2939556399768173,\n            \"STD\": 394.33795718196023,\n            \"STN\": 0.4296984309491351,\n            \"SVC\": 0.15412676913800208,\n            \"SYP\": 44.247139291501256,\n            \"SZL\": 0.3018538669600826,\n            \"THB\": 0.6390795577839606,\n            \"TJS\": 0.17790434314166964,\n            \"TMT\": 0.06163707001319562,\n            \"TND\": 0.055959415335408685,\n            \"TOP\": 0.04159139166113841,\n            \"TRY\": 0.32099740754483524,\n            \"TTD\": 0.11967154133707711,\n            \"TWD\": 0.5431845866468396,\n            \"TZS\": 41.03267803735594,\n            \"UAH\": 0.6505348776882789,\n            \"UGX\": 67.16452631647536,\n            \"USD\": 0.017610591432341605,\n            \"UYU\": 0.7171506203947202,\n            \"UZS\": 192.96780260851602,\n            \"VES\": 0.1404180507857758,\n            \"VND\": 414.26940501384104,\n            \"VUV\": 2.0698087366496307,\n            \"WST\": 0.047495412881196665,\n            \"XAF\": 11.404276221422194,\n            \"XAG\": 0.0008872326910339725,\n            \"XAU\": 0.000010206570476442224,\n            \"XCD\": 0.047593503875474806,\n            \"XDR\": 0.013030235096112446,\n            \"XOF\": 11.404276221422194,\n            \"XPD\": 0.000007789340696439015,\n            \"XPF\": 2.0746667063491997,\n            \"XPT\": 0.000019363549703516888,\n            \"YER\": 4.407049396476227,\n            \"ZAR\": 0.30137337958344257,\n            \"ZMW\": 0.27302159533995574,\n            \"ZWL\": 5.670610441213997\n        },\n        \"THB\": {\n            \"AED\": 0.1012137670676091,\n            \"AFN\": 2.4482006916601224,\n            \"ALL\": 3.199638683365712,\n            \"AMD\": 11.171304812686866,\n            \"ANG\": 0.04967502996734593,\n            \"AOA\": 11.803961200898332,\n            \"ARS\": 3.9206511800934156,\n            \"AUD\": 0.03997610879179928,\n            \"AWG\": 0.049601124292150627,\n            \"AZN\": 0.04684550627592004,\n            \"BAM\": 0.053177833808677445,\n            \"BBD\": 0.05511236032461181,\n            \"BDT\": 2.6190811942848486,\n            \"BGN\": 0.053203323275327584,\n            \"BHD\": 0.010389782168395818,\n            \"BIF\": 56.6779647280894,\n            \"BMD\": 0.027556180162305904,\n            \"BND\": 0.03848931509114207,\n            \"BOB\": 0.19045354716929142,\n            \"BRL\": 0.14036015927472137,\n            \"BSD\": 0.027556180162305904,\n            \"BTC\": 0.000001232342413094697,\n            \"BTN\": 2.1919981812921097,\n            \"BWP\": 0.3542669367172323,\n            \"BYN\": 0.06958310255032447,\n            \"BZD\": 0.05555609749376542,\n            \"CAD\": 0.035773212637264226,\n            \"CDF\": 56.393029168216714,\n            \"CHF\": 0.026260874357596553,\n            \"CLF\": 0.0008971465575441934,\n            \"CLP\": 24.747423056255943,\n            \"CNH\": 0.1906355832954436,\n            \"CNY\": 0.19086788189421183,\n            \"COP\": 120.04673258104964,\n            \"CRC\": 17.775332754653554,\n            \"CUC\": 0.027556180162305904,\n            \"CUP\": 0.709571639179377,\n            \"CVE\": 3.0238774301106384,\n            \"CZK\": 0.6673100483610963,\n            \"DJF\": 4.9090348723459964,\n            \"DKK\": 0.20230267708290278,\n            \"DOP\": 1.469173975943455,\n            \"DZD\": 3.8738998883974705,\n            \"EGP\": 0.533484892324226,\n            \"ERN\": 0.4133427024345886,\n            \"ETB\": 1.4524477328152774,\n            \"EUR\": 0.02720428774163326,\n            \"FJD\": 0.06100800507033716,\n            \"FKP\": 0.023573540555808157,\n            \"GBP\": 0.023573540555808157,\n            \"GEL\": 0.07784620895851418,\n            \"GGP\": 0.023573540555808157,\n            \"GHS\": 0.27776059190674995,\n            \"GIP\": 0.023573540555808157,\n            \"GMD\": 1.5018118188456717,\n            \"GNF\": 238.36939279957016,\n            \"GTQ\": 0.21498383830033485,\n            \"GYD\": 5.76632585183042,\n            \"HKD\": 0.21628264373992478,\n            \"HNL\": 0.680402706016892,\n            \"HRK\": 0.2047258848978355,\n            \"HTG\": 3.2936687196020893,\n            \"HUF\": 10.825378112126097,\n            \"IDR\": 409.7603990134888,\n            \"ILS\": 0.09271841717301148,\n            \"IMP\": 0.023573540555808157,\n            \"INR\": 2.1867361082406758,\n            \"IQD\": 40.239827222750385,\n            \"IRR\": 1165.6264208655398,\n            \"ISK\": 3.822593312115075,\n            \"JEP\": 0.023573540555808157,\n            \"JMD\": 4.18335998015955,\n            \"JOD\": 0.019537331735074884,\n            \"JPY\": 3.929070392262225,\n            \"KES\": 3.3187377340553055,\n            \"KGS\": 2.2602857575882833,\n            \"KHR\": 113.47446520343351,\n            \"KMF\": 13.452236101351632,\n            \"KPW\": 24.800562146075315,\n            \"KRW\": 37.92253957756376,\n            \"KWD\": 0.008494275203571282,\n            \"KYD\": 0.0229695917551909,\n            \"KZT\": 13.038404607393323,\n            \"LAK\": 434.1765566623955,\n            \"LBP\": 40.163637002438726,\n            \"LKR\": 9.977457005469903,\n            \"LRD\": 4.24227321952631,\n            \"LSL\": 0.4726209509637775,\n            \"LYD\": 0.13614188677165573,\n            \"MAD\": 0.2946724259083206,\n            \"MDL\": 0.5318207746042245,\n            \"MGA\": 115.19997181002772,\n            \"MKD\": 1.6749110073161662,\n            \"MMK\": 57.88027795918931,\n            \"MNT\": 88.45356871822429,\n            \"MOP\": 0.22281982391600877,\n            \"MRU\": 1.041623610135163,\n            \"MUR\": 1.2400267570509378,\n            \"MVR\": 0.42739635431736456,\n            \"MWK\": 28.266369721269243,\n            \"MXN\": 0.5466051061601841,\n            \"MYR\": 0.12409925736094464,\n            \"MZN\": 1.7608396643657258,\n            \"NAD\": 0.47410407969247303,\n            \"NGN\": 11.672666308436325,\n            \"NIO\": 0.990640212733711,\n            \"NOK\": 0.27112996872373557,\n            \"NPR\": 3.507187202909933,\n            \"NZD\": 0.0448392510230232,\n            \"OMR\": 0.010609322255748909,\n            \"PAB\": 0.027556180162305904,\n            \"PEN\": 0.10668598354896046,\n            \"PGK\": 0.09706978602626105,\n            \"PHP\": 1.5647504098981802,\n            \"PKR\": 6.358987365491397,\n            \"PLN\": 0.12769478774852233,\n            \"PYG\": 190.63340900260408,\n            \"QAR\": 0.1003320519709558,\n            \"RON\": 0.13360613951694017,\n            \"RSD\": 3.19192353160005,\n            \"RUB\": 1.6705934774521558,\n            \"RWF\": 28.551819562132298,\n            \"SAR\": 0.10355714462861158,\n            \"SBD\": 0.2259660232298599,\n            \"SCR\": 0.3636071866517864,\n            \"SDG\": 15.872359773488201,\n            \"SEK\": 0.2887560038027529,\n            \"SGD\": 0.038462117141321875,\n            \"SHP\": 0.023573540555808157,\n            \"SLL\": 384.2709323633558,\n            \"SOS\": 15.656794802904422,\n            \"SRD\": 0.7378856142961463,\n            \"SSP\": 3.589468027941967,\n            \"STD\": 617.0404801388833,\n            \"STN\": 0.6723707959602641,\n            \"SVC\": 0.2411699251849709,\n            \"SYP\": 69.23572934319846,\n            \"SZL\": 0.47232596205514,\n            \"THB\": 1,\n            \"TJS\": 0.278375893853594,\n            \"TMT\": 0.09644663056807067,\n            \"TND\": 0.08756251808374324,\n            \"TOP\": 0.06508014715000207,\n            \"TRY\": 0.5022808250320341,\n            \"TTD\": 0.1872560933603384,\n            \"TWD\": 0.8499483046060156,\n            \"TZS\": 64.20589977817276,\n            \"UAH\": 1.0179247165157967,\n            \"UGX\": 105.09572008432193,\n            \"USD\": 0.027556180162305904,\n            \"UYU\": 1.1221617272213726,\n            \"UZS\": 301.94644822882657,\n            \"VES\": 0.21971920252414612,\n            \"VND\": 648.228221303683,\n            \"VUV\": 3.238734069083344,\n            \"WST\": 0.07431846677413578,\n            \"XAF\": 17.844845892062445,\n            \"XAG\": 0.0013882977169704738,\n            \"XAU\": 0.000015970735336667633,\n            \"XCD\": 0.07447195469763983,\n            \"XDR\": 0.0203890657077116,\n            \"XOF\": 17.844845892062445,\n            \"XPD\": 0.000012188374047589525,\n            \"XPF\": 3.246335579162017,\n            \"XPT\": 0.000030299122335661833,\n            \"YER\": 6.895932349577702,\n            \"ZAR\": 0.47157411923559156,\n            \"ZMW\": 0.4272106532192508,\n            \"ZWL\": 8.873090012262502\n        },\n        \"KZT\": {\n            \"AED\": 0.007762741693889193,\n            \"AFN\": 0.18776842454113518,\n            \"ALL\": 0.24540108853129028,\n            \"AMD\": 0.8567999804479351,\n            \"ANG\": 0.0038099009398111557,\n            \"AOA\": 0.9053225111763283,\n            \"ARS\": 0.30070022354347264,\n            \"AUD\": 0.003066027631105354,\n            \"AWG\": 0.0038042326331877065,\n            \"AZN\": 0.003592886375788389,\n            \"BAM\": 0.0040785537349042975,\n            \"BBD\": 0.0042269251479863405,\n            \"BDT\": 0.20087436102417924,\n            \"BGN\": 0.004080508687785242,\n            \"BHD\": 0.0007968599288983849,\n            \"BIF\": 4.3470015262412245,\n            \"BMD\": 0.0021134625739931702,\n            \"BND\": 0.0029519957579255524,\n            \"BOB\": 0.014607120495501131,\n            \"BRL\": 0.010765132966891612,\n            \"BSD\": 0.0021134625739931702,\n            \"BTC\": 9.451634998318023e-8,\n            \"BTN\": 0.16811858868447407,\n            \"BWP\": 0.027171034139893777,\n            \"BYN\": 0.005336780430242817,\n            \"BZD\": 0.004260958235815353,\n            \"CAD\": 0.0027436802058573417,\n            \"CDF\": 4.325147966050961,\n            \"CHF\": 0.002014117152240047,\n            \"CLF\": 0.00006880800102149566,\n            \"CLP\": 1.8980407343873278,\n            \"CNH\": 0.014621082029264931,\n            \"CNY\": 0.014638898518763693,\n            \"COP\": 9.20716423487718,\n            \"CRC\": 1.363305810020207,\n            \"CUC\": 0.0021134625739931702,\n            \"CUP\": 0.054421661280324135,\n            \"CVE\": 0.23192081555714053,\n            \"CZK\": 0.05118034517679436,\n            \"DJF\": 0.37650579347433094,\n            \"DKK\": 0.015515907288855622,\n            \"DOP\": 0.11268050196190196,\n            \"DZD\": 0.2971145630962247,\n            \"EGP\": 0.040916424086250375,\n            \"ERN\": 0.031701938609897555,\n            \"ETB\": 0.11139765765450156,\n            \"EUR\": 0.0020864736569232776,\n            \"FJD\": 0.0046791004656921795,\n            \"FKP\": 0.0018080080550990853,\n            \"GBP\": 0.0018080080550990853,\n            \"GEL\": 0.005970531771530706,\n            \"GGP\": 0.0018080080550990853,\n            \"GHS\": 0.021303265259098342,\n            \"GIP\": 0.0018080080550990853,\n            \"GMD\": 0.11518371028262778,\n            \"GNF\": 18.282098153665572,\n            \"GTQ\": 0.016488507971169263,\n            \"GYD\": 0.44225701115001986,\n            \"HKD\": 0.01658812180266928,\n            \"HNL\": 0.05218450619572544,\n            \"HRK\": 0.01570175884722486,\n            \"HTG\": 0.25261286321291493,\n            \"HUF\": 0.8302686132310738,\n            \"IDR\": 31.42718847527844,\n            \"ILS\": 0.007111178090027689,\n            \"IMP\": 0.0018080080550990853,\n            \"INR\": 0.16771500609826945,\n            \"IQD\": 3.0862539117656094,\n            \"IRR\": 89.3994668799111,\n            \"ISK\": 0.2931795282643326,\n            \"JEP\": 0.0018080080550990853,\n            \"JMD\": 0.32084906904847926,\n            \"JOD\": 0.0014984449649611577,\n            \"JPY\": 0.3013459476502422,\n            \"KES\": 0.2545355688819046,\n            \"KGS\": 0.17335600678526317,\n            \"KHR\": 8.703094329431126,\n            \"KMF\": 1.031739427209035,\n            \"KPW\": 1.9021163165938533,\n            \"KRW\": 2.9085260597036613,\n            \"KWD\": 0.0006514811788211167,\n            \"KYD\": 0.0017616872958648771,\n            \"KZT\": 1,\n            \"LAK\": 33.299822312324864,\n            \"LBP\": 3.0804103885274627,\n            \"LKR\": 0.7652360320074947,\n            \"LRD\": 0.32536750831622163,\n            \"LSL\": 0.036248372802895036,\n            \"LYD\": 0.010441606229527313,\n            \"MAD\": 0.022600343736934574,\n            \"MDL\": 0.040788792081406934,\n            \"MGA\": 8.835434647019964,\n            \"MKD\": 0.12845981220481692,\n            \"MMK\": 4.439214743065172,\n            \"MNT\": 6.7840791401785,\n            \"MOP\": 0.017089500642560252,\n            \"MRU\": 0.07988888529694183,\n            \"MUR\": 0.09510571227002654,\n            \"MVR\": 0.03277980452263407,\n            \"MWK\": 2.1679316275582536,\n            \"MXN\": 0.04192269856775545,\n            \"MYR\": 0.009517978701978241,\n            \"MZN\": 0.13505023945700043,\n            \"NAD\": 0.03636212358555249,\n            \"NGN\": 0.8952526524462535,\n            \"NIO\": 0.07597863715411748,\n            \"NOK\": 0.020794719667618956,\n            \"NPR\": 0.2689889835847869,\n            \"NZD\": 0.0034390136196262426,\n            \"OMR\": 0.0008136978852253885,\n            \"PAB\": 0.0021134625739931702,\n            \"PEN\": 0.008182441545683051,\n            \"PGK\": 0.0074449128516243775,\n            \"PHP\": 0.12001087993625392,\n            \"PKR\": 0.48771207497929486,\n            \"PLN\": 0.00979374329863287,\n            \"PYG\": 14.620915268613992,\n            \"QAR\": 0.007695117231909133,\n            \"RON\": 0.010247123290005884,\n            \"RSD\": 0.24480936339328627,\n            \"RUB\": 0.1281286727752611,\n            \"RWF\": 2.189824631300536,\n            \"SAR\": 0.007942470551181571,\n            \"SBD\": 0.01733080311848335,\n            \"SCR\": 0.027887398619736485,\n            \"SDG\": 1.217354442620066,\n            \"SEK\": 0.022146574868447948,\n            \"SGD\": 0.0029499097703650215,\n            \"SHP\": 0.0018080080550990853,\n            \"SLL\": 29.47223559433476,\n            \"SOS\": 1.2008213638366738,\n            \"SRD\": 0.05659324407510211,\n            \"SSP\": 0.27529963488835035,\n            \"STD\": 47.324845233671866,\n            \"STN\": 0.05156848680543335,\n            \"SVC\": 0.01849688918598349,\n            \"SYP\": 5.31013812103506,\n            \"SZL\": 0.036225748186040435,\n            \"THB\": 0.07669650007892514,\n            \"TJS\": 0.021350456764913033,\n            \"TMT\": 0.007397119008976096,\n            \"TND\": 0.006715738675120698,\n            \"TOP\": 0.004991419511026594,\n            \"TRY\": 0.03852318133671199,\n            \"TTD\": 0.014361886979190408,\n            \"TWD\": 0.06518806021129757,\n            \"TZS\": 4.924367797404087,\n            \"UAH\": 0.07807126310059366,\n            \"UGX\": 8.06047390374189,\n            \"USD\": 0.0021134625739931702,\n            \"UYU\": 0.08606587700040078,\n            \"UZS\": 23.158235790413364,\n            \"VES\": 0.01685169383373454,\n            \"VND\": 49.71683582637942,\n            \"VUV\": 0.24839956778506825,\n            \"WST\": 0.005699966292808101,\n            \"XAF\": 1.3686372243689744,\n            \"XAG\": 0.00010647757595919753,\n            \"XAU\": 0.0000012248995040092217,\n            \"XCD\": 0.005711738279345242,\n            \"XDR\": 0.0015637699796607126,\n            \"XOF\": 1.3686372243689744,\n            \"XPD\": 9.348056311029192e-7,\n            \"XPF\": 0.24898257700341714,\n            \"XPT\": 0.0000023238366386084503,\n            \"YER\": 0.5288938759936487,\n            \"ZAR\": 0.0361680844731716,\n            \"ZMW\": 0.03276556189834793,\n            \"ZWL\": 0.6805349488258008\n        },\n        \"UAH\": {\n            \"AED\": 0.09943148587063355,\n            \"AFN\": 2.4050901328341308,\n            \"ALL\": 3.1432959937524596,\n            \"AMD\": 10.974588426268461,\n            \"ANG\": 0.04880029845171271,\n            \"AOA\": 11.596104318305107,\n            \"ARS\": 3.8516121246306065,\n            \"AUD\": 0.039272166343137335,\n            \"AWG\": 0.04872769418737352,\n            \"AZN\": 0.04602060006585277,\n            \"BAM\": 0.05224142114428381,\n            \"BBD\": 0.054141882430415025,\n            \"BDT\": 2.5729615872277565,\n            \"BGN\": 0.05226646176490788,\n            \"BHD\": 0.01020682767578184,\n            \"BIF\": 55.67991798262798,\n            \"BMD\": 0.027070941215207513,\n            \"BND\": 0.03781155370987081,\n            \"BOB\": 0.18709983565502297,\n            \"BRL\": 0.137888546173781,\n            \"BSD\": 0.027070941215207513,\n            \"BTC\": 0.0000012106419984700046,\n            \"BTN\": 2.1533991126524463,\n            \"BWP\": 0.34802862232271436,\n            \"BYN\": 0.06835780821640423,\n            \"BZD\": 0.05457780579680352,\n            \"CAD\": 0.035143279318052674,\n            \"CDF\": 55.399999875473675,\n            \"CHF\": 0.025798444552445468,\n            \"CLF\": 0.000881348633143511,\n            \"CLP\": 24.311643734285827,\n            \"CNH\": 0.18727866629269063,\n            \"CNY\": 0.18750687432713484,\n            \"COP\": 117.93282021086152,\n            \"CRC\": 17.462325520000974,\n            \"CUC\": 0.027070941215207513,\n            \"CUP\": 0.6970767362915935,\n            \"CVE\": 2.9706297342507963,\n            \"CZK\": 0.655559333155008,\n            \"DJF\": 4.822591290590609,\n            \"DKK\": 0.19874031330662098,\n            \"DOP\": 1.4433031756731645,\n            \"DZD\": 3.8056840801127687,\n            \"EGP\": 0.524090714832296,\n            \"ERN\": 0.40606411822811267,\n            \"ETB\": 1.426871466277769,\n            \"EUR\": 0.026725245295889315,\n            \"FJD\": 0.059933710303408674,\n            \"FKP\": 0.023158432223256,\n            \"GBP\": 0.023158432223256,\n            \"GEL\": 0.07647540893296123,\n            \"GGP\": 0.023158432223256,\n            \"GHS\": 0.2728694837644602,\n            \"GIP\": 0.023158432223256,\n            \"GMD\": 1.4753662962288094,\n            \"GNF\": 234.17192738523215,\n            \"GTQ\": 0.211198170957271,\n            \"GYD\": 5.664786165687858,\n            \"HKD\": 0.21247410562956737,\n            \"HNL\": 0.6684214411708247,\n            \"HRK\": 0.2011208506642627,\n            \"HTG\": 3.2356702476739363,\n            \"HUF\": 10.634753176226765,\n            \"IDR\": 402.5448958701357,\n            \"ILS\": 0.09108573126151479,\n            \"IMP\": 0.023158432223256,\n            \"INR\": 2.1482296998598724,\n            \"IQD\": 39.53124093546453,\n            \"IRR\": 1145.1008134032777,\n            \"ISK\": 3.755280965373586,\n            \"JEP\": 0.023158432223256,\n            \"JMD\": 4.109694864742614,\n            \"JOD\": 0.019193297321582127,\n            \"JPY\": 3.859883082229148,\n            \"KES\": 3.2602978198769414,\n            \"KGS\": 2.2204842076385587,\n            \"KHR\": 111.47628440720011,\n            \"KMF\": 13.215354616200512,\n            \"KPW\": 24.36384709368676,\n            \"KRW\": 37.25475859095643,\n            \"KWD\": 0.008344698842411362,\n            \"KYD\": 0.0225651184046423,\n            \"KZT\": 12.808810313617125,\n            \"LAK\": 426.53110747572435,\n            \"LBP\": 39.4563923547439,\n            \"LKR\": 9.801763179129042,\n            \"LRD\": 4.167570696236725,\n            \"LSL\": 0.4642985314095604,\n            \"LYD\": 0.13374455356349824,\n            \"MAD\": 0.28948351594893973,\n            \"MDL\": 0.5224559006923096,\n            \"MGA\": 113.1714064320394,\n            \"MKD\": 1.645417367454378,\n            \"MMK\": 56.86105958533436,\n            \"MNT\": 86.89598285911316,\n            \"MOP\": 0.21889617208499224,\n            \"MRU\": 1.0232815779348439,\n            \"MUR\": 1.2181910282082187,\n            \"MVR\": 0.41987029824786853,\n            \"MWK\": 27.768624990284916,\n            \"MXN\": 0.5369798937893279,\n            \"MYR\": 0.12191398376268703,\n            \"MZN\": 1.729832900013289,\n            \"NAD\": 0.4657555436076452,\n            \"NGN\": 11.467121407946658,\n            \"NIO\": 0.9731959511942332,\n            \"NOK\": 0.26635561974737454,\n            \"NPR\": 3.445428867190206,\n            \"NZD\": 0.044049673119738376,\n            \"OMR\": 0.010422501864443398,\n            \"PAB\": 0.027070941215207513,\n            \"PEN\": 0.10480734166091432,\n            \"PGK\": 0.095360476517867,\n            \"PHP\": 1.5371965966737555,\n            \"PKR\": 6.247011456070401,\n            \"PLN\": 0.12544620017244731,\n            \"PYG\": 187.276530287145,\n            \"QAR\": 0.09856529696457056,\n            \"RON\": 0.13125345848193362,\n            \"RSD\": 3.1357166987019673,\n            \"RUB\": 1.641175865313838,\n            \"RWF\": 28.049048322415125,\n            \"SAR\": 0.1017335987115748,\n            \"SBD\": 0.22198696972729734,\n            \"SCR\": 0.3572043990604326,\n            \"SDG\": 15.592862139959527,\n            \"SEK\": 0.28367127658626984,\n            \"SGD\": 0.03778483469089141,\n            \"SHP\": 0.023158432223256,\n            \"SLL\": 377.50427524606874,\n            \"SOS\": 15.381093069922967,\n            \"SRD\": 0.7248921283902192,\n            \"SSP\": 3.5262608026929305,\n            \"STD\": 606.1749657193903,\n            \"STN\": 0.6605309656510633,\n            \"SVC\": 0.2369231449752584,\n            \"SYP\": 68.01655193144533,\n            \"SZL\": 0.4640087369838516,\n            \"THB\": 0.982390921229273,\n            \"TJS\": 0.2734739508108545,\n            \"TMT\": 0.0947482942532263,\n            \"TND\": 0.0860206228054434,\n            \"TOP\": 0.06393414571242718,\n            \"TRY\": 0.4934361224190192,\n            \"TTD\": 0.1839586860620576,\n            \"TWD\": 0.8349814979591623,\n            \"TZS\": 63.0752930314335,\n            \"UAH\": 1,\n            \"UGX\": 103.24508127089081,\n            \"USD\": 0.027070941215207513,\n            \"UYU\": 1.1024014929732364,\n            \"UZS\": 296.6294494374239,\n            \"VES\": 0.2158501497794571,\n            \"VND\": 636.813519493338,\n            \"VUV\": 3.181702945743418,\n            \"WST\": 0.07300978703859036,\n            \"XAF\": 17.53061459509763,\n            \"XAG\": 0.0013638510731151202,\n            \"XAU\": 0.00001568950540009782,\n            \"XCD\": 0.07316057218115907,\n            \"XDR\": 0.020030033043602978,\n            \"XOF\": 17.53061459509763,\n            \"XPD\": 0.000011973748008898435,\n            \"XPF\": 3.1891706002323392,\n            \"XPT\": 0.000029765582703769267,\n            \"YER\": 6.774501333636383,\n            \"ZAR\": 0.4632701334237358,\n            \"ZMW\": 0.41968786717501927,\n            \"ZWL\": 8.71684307129682\n        },\n        \"CRC\": {\n            \"AED\": 0.0056940575158072075,\n            \"AFN\": 0.1377302312959057,\n            \"ALL\": 0.18000443240805447,\n            \"AMD\": 0.6284723311164028,\n            \"ANG\": 0.002794604784787564,\n            \"AOA\": 0.6640641479866572,\n            \"ARS\": 0.2205669640174244,\n            \"AUD\": 0.002248965425490198,\n            \"AWG\": 0.002790447018729657,\n            \"AZN\": 0.002635422184355787,\n            \"BAM\": 0.0029916646030019086,\n            \"BBD\": 0.0031004966874773965,\n            \"BDT\": 0.14734358171715112,\n            \"BGN\": 0.002993098582719867,\n            \"BHD\": 0.0005845056355232388,\n            \"BIF\": 3.1885740486771588,\n            \"BMD\": 0.0015502483437386983,\n            \"BND\": 0.0021653217761037767,\n            \"BOB\": 0.010714485618809638,\n            \"BRL\": 0.007896344963667434,\n            \"BSD\": 0.0015502483437386983,\n            \"BTC\": 6.932879570268926e-8,\n            \"BTN\": 0.12331685777968056,\n            \"BWP\": 0.019930256249323142,\n            \"BYN\": 0.003914587901714961,\n            \"BZD\": 0.003125460336556621,\n            \"CAD\": 0.0020125199978548282,\n            \"CDF\": 3.172544218810931,\n            \"CHF\": 0.001477377370092917,\n            \"CLF\": 0.0000504714353271008,\n            \"CLP\": 1.3922340244109979,\n            \"CNH\": 0.010724726559368377,\n            \"CNY\": 0.010737795152906094,\n            \"COP\": 6.753557541679302,\n            \"CRC\": 1,\n            \"CUC\": 0.0015502483437386983,\n            \"CUP\": 0.03991889485127148,\n            \"CVE\": 0.17011650200016606,\n            \"CZK\": 0.037541353378399936,\n            \"DJF\": 0.2761711940982269,\n            \"DKK\": 0.011381090856368936,\n            \"DOP\": 0.08265240354270316,\n            \"DZD\": 0.21793684213215586,\n            \"EGP\": 0.030012652909946824,\n            \"ERN\": 0.023253725156080474,\n            \"ETB\": 0.08171142295128224,\n            \"EUR\": 0.0015304516723891552,\n            \"FJD\": 0.003432172320620291,\n            \"FKP\": 0.0013261940511148317,\n            \"GBP\": 0.0013261940511148317,\n            \"GEL\": 0.004379451571061823,\n            \"GGP\": 0.0013261940511148317,\n            \"GHS\": 0.015626182403478926,\n            \"GIP\": 0.0013261940511148317,\n            \"GMD\": 0.08448853473375906,\n            \"GNF\": 13.410122673352792,\n            \"GTQ\": 0.012094504292419078,\n            \"GYD\": 0.324400444786093,\n            \"HKD\": 0.012167572147604513,\n            \"HNL\": 0.03827791667296713,\n            \"HRK\": 0.011517415044972286,\n            \"HTG\": 0.18529434948213908,\n            \"HUF\": 0.6090112776815405,\n            \"IDR\": 23.052192871394443,\n            \"ILS\": 0.005216128353419317,\n            \"IMP\": 0.0013261940511148317,\n            \"INR\": 0.12302082545645689,\n            \"IQD\": 2.26380162769193,\n            \"IRR\": 65.57550494014694,\n            \"ISK\": 0.21505045024343222,\n            \"JEP\": 0.0013261940511148317,\n            \"JMD\": 0.23534636667008968,\n            \"JOD\": 0.001099126075710737,\n            \"JPY\": 0.22104060984363855,\n            \"KES\": 0.18670467551086858,\n            \"KGS\": 0.12715856230576297,\n            \"KHR\": 6.383816650280489,\n            \"KMF\": 0.7567923642852682,\n            \"KPW\": 1.3952235093648284,\n            \"KRW\": 2.1334362681697594,\n            \"KWD\": 0.00047786870270248496,\n            \"KYD\": 0.0012922172581651106,\n            \"KZT\": 0.7335111408240664,\n            \"LAK\": 24.425790653552113,\n            \"LBP\": 2.2595153382950848,\n            \"LKR\": 0.5613091548374992,\n            \"LRD\": 0.23866069221211567,\n            \"LSL\": 0.026588585287667603,\n            \"LYD\": 0.007659034497456258,\n            \"MAD\": 0.016577603917494927,\n            \"MDL\": 0.029919033412468446,\n            \"MGA\": 6.480889747612097,\n            \"MKD\": 0.0942267034004006,\n            \"MMK\": 3.256213470548749,\n            \"MNT\": 4.976197629553083,\n            \"MOP\": 0.012535339112437989,\n            \"MRU\": 0.05859938739332279,\n            \"MUR\": 0.06976109950607258,\n            \"MVR\": 0.02404435181138721,\n            \"MWK\": 1.5902020013588298,\n            \"MXN\": 0.030750766452857757,\n            \"MYR\": 0.006981543416027227,\n            \"MZN\": 0.09906085521266772,\n            \"NAD\": 0.0266720227540243,\n            \"NGN\": 0.6566777944216229,\n            \"NIO\": 0.055731176817174516,\n            \"NOK\": 0.015253158546511832,\n            \"NPR\": 0.19730641621838313,\n            \"NZD\": 0.0025225548034415474,\n            \"OMR\": 0.0005968564640778049,\n            \"PAB\": 0.0015502483437386983,\n            \"PEN\": 0.006001912032900213,\n            \"PGK\": 0.005460926519130751,\n            \"PHP\": 0.08802931745334168,\n            \"PKR\": 0.35774224051173525,\n            \"PLN\": 0.007183819819918253,\n            \"PYG\": 10.724604238573061,\n            \"QAR\": 0.0056444542195526,\n            \"RON\": 0.007516379094617078,\n            \"RSD\": 0.17957039542702286,\n            \"RUB\": 0.09398380893965527,\n            \"RWF\": 1.606260763509897,\n            \"SAR\": 0.005825890634958746,\n            \"SBD\": 0.012712337166836011,\n            \"SCR\": 0.020455717576178405,\n            \"SDG\": 0.8929430459934902,\n            \"SEK\": 0.016244759397100853,\n            \"SGD\": 0.002163791680988507,\n            \"SHP\": 0.0013261940511148317,\n            \"SLL\": 21.618213153436148,\n            \"SOS\": 0.8808158485137499,\n            \"SRD\": 0.041511775024462995,\n            \"SSP\": 0.20193534925540282,\n            \"STD\": 34.71330121667303,\n            \"STN\": 0.03782605958722424,\n            \"SVC\": 0.013567674288507088,\n            \"SYP\": 3.895045471093792,\n            \"SZL\": 0.026571989879147877,\n            \"THB\": 0.05625773727010549,\n            \"TJS\": 0.015660797898746266,\n            \"TMT\": 0.005425869203085444,\n            \"TND\": 0.0049260691370640874,\n            \"TOP\": 0.003661261819864621,\n            \"TRY\": 0.028257182690463994,\n            \"TTD\": 0.010534604102492262,\n            \"TWD\": 0.04781616841369681,\n            \"TZS\": 3.612078640911167,\n            \"UAH\": 0.0572661412624923,\n            \"UGX\": 5.912447408716331,\n            \"USD\": 0.0015502483437386983,\n            \"UYU\": 0.06313027962458775,\n            \"UZS\": 16.98682395409883,\n            \"VES\": 0.01236090516880051,\n            \"VND\": 36.46785296517039,\n            \"VUV\": 0.18220385034623043,\n            \"WST\": 0.004180988778096395,\n            \"XAF\": 1.0039106518211702,\n            \"XAG\": 0.00007810248821401218,\n            \"XAU\": 8.984774325806373e-7,\n            \"XCD\": 0.004189623661371019,\n            \"XDR\": 0.0011470427017673565,\n            \"XOF\": 1.0039106518211702,\n            \"XPD\": 6.856903449190636e-7,\n            \"XPF\": 0.18263149410309248,\n            \"XPT\": 0.0000017045600638744483,\n            \"YER\": 0.3879495503549636,\n            \"ZAR\": 0.02652969290333731,\n            \"ZMW\": 0.024033904687798754,\n            \"ZWL\": 0.49917996668386083\n        },\n        \"IDR\": {\n            \"AED\": 0.0002470071956960323,\n            \"AFN\": 0.00597471277740417,\n            \"ALL\": 0.007808560053799597,\n            \"AMD\": 0.027263017215870884,\n            \"ANG\": 0.0001212294552790854,\n            \"AOA\": 0.02880698386012105,\n            \"ARS\": 0.009568155413584398,\n            \"AUD\": 0.00009755971755211836,\n            \"AWG\": 0.00012104909213180902,\n            \"AZN\": 0.00011432414256893073,\n            \"BAM\": 0.00012977787491593812,\n            \"BBD\": 0.00013449899125756557,\n            \"BDT\": 0.0063917381977135175,\n            \"BGN\": 0.00012984008069939475,\n            \"BHD\": 0.00002535574983187626,\n            \"BIF\": 0.13831977141896434,\n            \"BMD\": 0.00006724949562878279,\n            \"BND\": 0.00009393127101546738,\n            \"BOB\": 0.00046479246805648957,\n            \"BRL\": 0.000342542030934768,\n            \"BSD\": 0.00006724949562878279,\n            \"BTC\": 3.0074707464694016e-9,\n            \"BTN\": 0.0053494632145258915,\n            \"BWP\": 0.0008645709482178884,\n            \"BYN\": 0.00016981412239408205,\n            \"BZD\": 0.00013558190988567588,\n            \"CAD\": 0.00008730275722932078,\n            \"CDF\": 0.137624400268998,\n            \"CHF\": 0.00006408836583725623,\n            \"CLF\": 0.0000021894418291862814,\n            \"CLP\": 0.06039486274377942,\n            \"CNH\": 0.00046523671822461336,\n            \"CNY\": 0.000465803631472764,\n            \"COP\": 0.2929681171486214,\n            \"CRC\": 0.04337982098184264,\n            \"CUC\": 0.00006724949562878279,\n            \"CUP\": 0.0017316745124411567,\n            \"CVE\": 0.007379623402824479,\n            \"CZK\": 0.0016285371889710827,\n            \"DJF\": 0.011980256960322799,\n            \"DKK\": 0.0004937096839273705,\n            \"DOP\": 0.00358544646940148,\n            \"DZD\": 0.009454061197041022,\n            \"EGP\": 0.001301943510423672,\n            \"ERN\": 0.0010087424344317419,\n            \"ETB\": 0.0035446268997982515,\n            \"EUR\": 0.00006639071956960324,\n            \"FJD\": 0.00014888702084734365,\n            \"FKP\": 0.00005753006052454607,\n            \"GBP\": 0.00005753006052454607,\n            \"GEL\": 0.00018997982515131138,\n            \"GGP\": 0.00005753006052454607,\n            \"GHS\": 0.0006778609952925353,\n            \"GIP\": 0.00005753006052454607,\n            \"GMD\": 0.0036650975117686617,\n            \"GNF\": 0.5817287209145932,\n            \"GTQ\": 0.000524657431069267,\n            \"GYD\": 0.014072433221250841,\n            \"HKD\": 0.0005278271015467384,\n            \"HNL\": 0.0016604891728312038,\n            \"HRK\": 0.0004996234028244789,\n            \"HTG\": 0.00803803570948218,\n            \"HUF\": 0.026418800201748485,\n            \"IDR\": 1,\n            \"ILS\": 0.00022627471418964356,\n            \"IMP\": 0.00005753006052454607,\n            \"INR\": 0.00533662138533961,\n            \"IQD\": 0.0982033093476799,\n            \"IRR\": 2.844653665097512,\n            \"ISK\": 0.009328850033624748,\n            \"JEP\": 0.00005753006052454607,\n            \"JMD\": 0.010209283254875589,\n            \"JOD\": 0.000047679892400806994,\n            \"JPY\": 0.009588702084734365,\n            \"KES\": 0.008099215400134498,\n            \"KGS\": 0.005516115669132482,\n            \"KHR\": 0.27692882347007397,\n            \"KMF\": 0.03282951728312038,\n            \"KPW\": 0.06052454606590451,\n            \"KRW\": 0.09254808338937459,\n            \"KWD\": 0.00002072985877605918,\n            \"KYD\": 0.00005605615332885004,\n            \"KZT\": 0.03181958197713517,\n            \"LAK\": 1.059586425891056,\n            \"LBP\": 0.0980173708809684,\n            \"LKR\": 0.02434949065232011,\n            \"LRD\": 0.010353058103564223,\n            \"LSL\": 0.0011534080699394755,\n            \"LYD\": 0.00033224754539340956,\n            \"MAD\": 0.0007191334902488231,\n            \"MDL\": 0.0012978823133826497,\n            \"MGA\": 0.2811398370544721,\n            \"MKD\": 0.004087537525218561,\n            \"MMK\": 0.14125395743106928,\n            \"MNT\": 0.21586656234028245,\n            \"MOP\": 0.0005437807666442501,\n            \"MRU\": 0.002542030934767989,\n            \"MUR\": 0.00302622400806994,\n            \"MVR\": 0.001043039677202421,\n            \"MWK\": 0.06898267814391393,\n            \"MXN\": 0.0013339627437794217,\n            \"MYR\": 0.00030285810356422326,\n            \"MZN\": 0.004297242165433759,\n            \"NAD\": 0.0011570275722932078,\n            \"NGN\": 0.028486565164761262,\n            \"NIO\": 0.0024176084734364492,\n            \"NOK\": 0.0006616792871553464,\n            \"NPR\": 0.008559117014122394,\n            \"NZD\": 0.00010942797579018157,\n            \"OMR\": 0.000025891526563550775,\n            \"PAB\": 0.00006724949562878279,\n            \"PEN\": 0.0002603618695359785,\n            \"PGK\": 0.00023689401479488903,\n            \"PHP\": 0.003818696032279758,\n            \"PKR\": 0.015518794351042368,\n            \"PLN\": 0.00031163281775386685,\n            \"PYG\": 0.46523141197041024,\n            \"QAR\": 0.0002448554135843981,\n            \"RON\": 0.00032605917955615333,\n            \"RSD\": 0.007789731607262946,\n            \"RUB\": 0.004077000806993948,\n            \"RWF\": 0.06967930437121721,\n            \"SAR\": 0.00025272609280430395,\n            \"SBD\": 0.0005514589105581709,\n            \"SCR\": 0.0008873653665097512,\n            \"SDG\": 0.03873570948217889,\n            \"SEK\": 0.000704694754539341,\n            \"SGD\": 0.00009386489576328178,\n            \"SHP\": 0.00005753006052454607,\n            \"SLL\": 0.9377942165433759,\n            \"SOS\": 0.0382096338264963,\n            \"SRD\": 0.001800773369199731,\n            \"SSP\": 0.008759919300605245,\n            \"STD\": 1.5058567924680566,\n            \"STN\": 0.0016408876933423,\n            \"SVC\": 0.0005885632817753867,\n            \"SYP\": 0.16896637525218564,\n            \"SZL\": 0.0011526881640887693,\n            \"THB\": 0.002440450571620713,\n            \"TJS\": 0.0006793626092804303,\n            \"TMT\": 0.00023537323470073976,\n            \"TND\": 0.00021369199731002017,\n            \"TOP\": 0.00015882488231338266,\n            \"TRY\": 0.0012257915265635507,\n            \"TTD\": 0.0004569892400806994,\n            \"TWD\": 0.0020742568258238065,\n            \"TZS\": 0.1566913248150639,\n            \"UAH\": 0.002484194956287828,\n            \"UGX\": 0.25648091015467384,\n            \"USD\": 0.00006724949562878279,\n            \"UYU\": 0.002738580228648285,\n            \"UZS\": 0.7368853821788837,\n            \"VES\": 0.0005362138533960996,\n            \"VND\": 1.5819689332212508,\n            \"VUV\": 0.007903970410221924,\n            \"WST\": 0.0001813705447209146,\n            \"XAF\": 0.04354946435776732,\n            \"XAG\": 0.000003388071956960323,\n            \"XAU\": 3.897579018157364e-8,\n            \"XCD\": 0.0001817451244115669,\n            \"XDR\": 0.00004975850706119705,\n            \"XOF\": 0.04354946435776732,\n            \"XPD\": 2.9745124411566916e-8,\n            \"XPF\": 0.007922521519838601,\n            \"XPT\": 7.394351042367182e-8,\n            \"YER\": 0.016829182044384668,\n            \"ZAR\": 0.0011508533288500337,\n            \"ZMW\": 0.0010425864828513787,\n            \"ZWL\": 0.021654337592468056\n        },\n        \"VND\": {\n            \"AED\": 0.00015613909382725303,\n            \"AFN\": 0.003776757338235642,\n            \"ALL\": 0.004935975599659585,\n            \"AMD\": 0.01723359836173087,\n            \"ANG\": 0.00007663200757819844,\n            \"AOA\": 0.018209576215547696,\n            \"ARS\": 0.006048257467421591,\n            \"AUD\": 0.00006166980621639923,\n            \"AWG\": 0.00007651799576450933,\n            \"AZN\": 0.00007226699599981436,\n            \"BAM\": 0.00008203566592909045,\n            \"BBD\": 0.00008501999529389925,\n            \"BDT\": 0.004040368975323981,\n            \"BGN\": 0.00008207498767691387,\n            \"BHD\": 0.000016027969512805888,\n            \"BIF\": 0.08743520085272069,\n            \"BMD\": 0.000042509997646949626,\n            \"BND\": 0.00005937617929335806,\n            \"BOB\": 0.00029380631837697704,\n            \"BRL\": 0.00021652892401450262,\n            \"BSD\": 0.000042509997646949626,\n            \"BTC\": 1.9010934306690223e-9,\n            \"BTN\": 0.0033815222930030364,\n            \"BWP\": 0.0005465157564487844,\n            \"BYN\": 0.00010734352541822778,\n            \"BZD\": 0.00008570453378600809,\n            \"CAD\": 0.00005518613886528883,\n            \"CDF\": 0.08699564029286164,\n            \"CHF\": 0.000040511772697557115,\n            \"CLF\": 0.000001383997993391739,\n            \"CLP\": 0.03817702198538226,\n            \"CNH\": 0.0002940871394214328,\n            \"CNY\": 0.00029444549870159657,\n            \"COP\": 0.18519207994310688,\n            \"CRC\": 0.02742141142652618,\n            \"CUC\": 0.000042509997646949626,\n            \"CUP\": 0.001094632439408953,\n            \"CVE\": 0.0046648345917880175,\n            \"CZK\": 0.0010294368964977132,\n            \"DJF\": 0.007573003937522498,\n            \"DKK\": 0.00031208557485516773,\n            \"DOP\": 0.0022664455629357334,\n            \"DZD\": 0.005976135813103731,\n            \"EGP\": 0.0008229893034451801,\n            \"ERN\": 0.0006376499647042443,\n            \"ETB\": 0.0022406425469940045,\n            \"EUR\": 0.000041967144976998085,\n            \"FJD\": 0.00009411500929046413,\n            \"FKP\": 0.00003636611270703129,\n            \"GBP\": 0.00003636611270703129,\n            \"GEL\": 0.0001200907433526327,\n            \"GGP\": 0.00003636611270703129,\n            \"GHS\": 0.00042849197671173935,\n            \"GIP\": 0.00003636611270703129,\n            \"GMD\": 0.0023167948717587547,\n            \"GNF\": 0.36772449110619404,\n            \"GTQ\": 0.00033164837820231043,\n            \"GYD\": 0.008895518063427544,\n            \"HKD\": 0.0003336520019214041,\n            \"HNL\": 0.0010496345016397179,\n            \"HRK\": 0.00031582377651824756,\n            \"HTG\": 0.005081032592160264,\n            \"HUF\": 0.016699948808699905,\n            \"IDR\": 0.632123665010141,\n            \"ILS\": 0.00014303360163267964,\n            \"IMP\": 0.00003636611270703129,\n            \"INR\": 0.00337340466887237,\n            \"IQD\": 0.062076635820980046,\n            \"IRR\": 1.7981729004659692,\n            \"ISK\": 0.005896986873584852,\n            \"JEP\": 0.00003636611270703129,\n            \"JMD\": 0.006453529548198617,\n            \"JOD\": 0.000030139588331687283,\n            \"JPY\": 0.006061245504492665,\n            \"KES\": 0.005119705722439595,\n            \"KGS\": 0.00348686725339189,\n            \"KHR\": 0.17505326283884948,\n            \"KMF\": 0.020752314785519817,\n            \"KPW\": 0.03825899788225466,\n            \"KRW\": 0.05850183366175561,\n            \"KWD\": 0.000013103834304665164,\n            \"KYD\": 0.0000354344210886031,\n            \"KZT\": 0.02011391077847731,\n            \"LAK\": 0.6697896549292504,\n            \"LBP\": 0.06195909971593601,\n            \"LKR\": 0.015391889272274754,\n            \"LRD\": 0.006544413032487956,\n            \"LSL\": 0.0007290965364224142,\n            \"LYD\": 0.00021002153608470523,\n            \"MAD\": 0.0004545812974876205,\n            \"MDL\": 0.0008204221246872808,\n            \"MGA\": 0.17771514417922674,\n            \"MKD\": 0.0025838292013076383,\n            \"MMK\": 0.08928996926851394,\n            \"MNT\": 0.1364543625396794,\n            \"MOP\": 0.0003437366911731876,\n            \"MRU\": 0.0016068779110546957,\n            \"MUR\": 0.0019129478111228487,\n            \"MVR\": 0.0006593300635041887,\n            \"MWK\": 0.043605583330545816,\n            \"MXN\": 0.0008432294185848316,\n            \"MYR\": 0.00019144377440303764,\n            \"MZN\": 0.0027163884670501023,\n            \"NAD\": 0.0007313845095157683,\n            \"NGN\": 0.018007031975499098,\n            \"NIO\": 0.0015282275287882203,\n            \"NOK\": 0.00041826313605793504,\n            \"NPR\": 0.005410420416217702,\n            \"NZD\": 0.00006917201311113056,\n            \"OMR\": 0.000016366646664059136,\n            \"PAB\": 0.000042509997646949626,\n            \"PEN\": 0.00016458089919997487,\n            \"PGK\": 0.0001497463128511118,\n            \"PHP\": 0.002413888131484364,\n            \"PKR\": 0.009809797161719574,\n            \"PLN\": 0.00019699047889601163,\n            \"PYG\": 0.29408378521257844,\n            \"QAR\": 0.0001547789014325436,\n            \"RON\": 0.00020610972359123524,\n            \"RSD\": 0.004924073693028389,\n            \"RUB\": 0.0025771686923663165,\n            \"RWF\": 0.044045937254490956,\n            \"SAR\": 0.00015975414402714962,\n            \"SBD\": 0.0003485902276445304,\n            \"SCR\": 0.0005609246476812109,\n            \"SDG\": 0.024485758644642985,\n            \"SEK\": 0.00044545423095282985,\n            \"SGD\": 0.00005933422192568053,\n            \"SHP\": 0.00003636611270703129,\n            \"SLL\": 0.5928019171867125,\n            \"SOS\": 0.024153213773100295,\n            \"SRD\": 0.0011383114619911937,\n            \"SSP\": 0.005537352293491658,\n            \"STD\": 0.9518877146353231,\n            \"STN\": 0.0010372439425855708,\n            \"SVC\": 0.00037204477876625377,\n            \"SYP\": 0.10680764438789035,\n            \"SZL\": 0.0007286414668976036,\n            \"THB\": 0.0015426665596089783,\n            \"TJS\": 0.000429441182449198,\n            \"TMT\": 0.0001487849917643237,\n            \"TND\": 0.00013507976852294713,\n            \"TOP\": 0.00010039696670273975,\n            \"TRY\": 0.0007748518323097272,\n            \"TTD\": 0.00028887371331001087,\n            \"TWD\": 0.001311186826912046,\n            \"TZS\": 0.09904829451739262,\n            \"UAH\": 0.0015703184203683686,\n            \"UGX\": 0.1621276529321091,\n            \"USD\": 0.000042509997646949626,\n            \"UYU\": 0.0017311213710574638,\n            \"UZS\": 0.46580268847531436,\n            \"VES\": 0.00033895346623795283,\n            \"VND\": 0.9999999999999999,\n            \"VUV\": 0.004996286743841189,\n            \"WST\": 0.0001146486134538702,\n            \"XAF\": 0.02752864701906038,\n            \"XAG\": 0.00000214168046275184,\n            \"XAU\": 2.4637519336242594e-8,\n            \"XCD\": 0.00011488539414076371,\n            \"XDR\": 0.00003145352984895685,\n            \"XOF\": 0.02752864701906038,\n            \"XPD\": 1.880259705922229e-8,\n            \"XPF\": 0.005008013339242089,\n            \"XPT\": 4.674144281272699e-8,\n            \"YER\": 0.010638124233019292,\n            \"ZAR\": 0.0007274816241218041,\n            \"ZMW\": 0.000659043588630046,\n            \"ZWL\": 0.01368821924231778\n        }\n    }\n}"}],"_postman_id":"fc23be8c-d940-48a4-916b-d9d846509cf9"}],"id":"42666fb3-387e-43ae-91dd-101ca6c20c68","_postman_id":"42666fb3-387e-43ae-91dd-101ca6c20c68","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Password","item":[{"name":"Set Password","id":"0f336adc-7a68-462b-9974-5a35bc01d288","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token__user}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"oldPassword\": \"\",\n    \"newPassword\": \"7906523-c181a88f-928a-4251-be33-50775bd84291\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/users/:id/password","description":"<p><code>User</code></p>\n<p>Set password for a user.</p>\n","urlObject":{"path":["api","users",":id","password"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"adc81d40-4de3-40ed-b1d1-b95354c3e331","description":{"content":"<p>Required: The ID of an <code>__t: 'User'</code>, etc.</p>\n","type":"text/plain"},"type":"any","value":"632045a06003ef5f7d1d887e","key":"id"}]}},"response":[{"id":"9463227b-da4a-4da5-af24-7433f9d7753c","name":"/api/users/me/password","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"oldPassword\": \"\",\n    \"newPassword\": \"7906523-c181a88f-928a-4251-be33-50775bd84291\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/users/me/password"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 13 Sep 2022 08:57:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":""},{"id":"f09d3434-dea2-4c0d-b7b9-15a639e69dcb","name":"/api/users/:id/password","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"oldPassword\": \"\",\n    \"newPassword\": \"7906523-c181a88f-928a-4251-be33-50775bd84291\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.testing.joindeed.org/api/users/:id/password","host":["https://api.testing.joindeed.org"],"path":["api","users",":id","password"],"variable":[{"key":"id","value":"632045a06003ef5f7d1d887e","description":"Required: The ID of an `__t: 'User'`, etc."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 13 Sep 2022 08:57:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f336adc-7a68-462b-9974-5a35bc01d288"},{"name":"Request Reset Password Token","id":"141f6749-51d1-4a0a-afae-efdec5c19368","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"employee@joindeed.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/users/resetPassword","description":"<p><code>NoAuth</code></p>\n<p>Request password reset for a user.</p>\n","urlObject":{"path":["api","users","resetPassword"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"fca48fda-b0b3-48da-a8fb-cbd4f620d376","name":"/api/users/resetPassword","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"employee@joindeed.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/users/resetPassword"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 13 Sep 2022 09:23:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"X-HTTP-Method-Override, Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"141f6749-51d1-4a0a-afae-efdec5c19368"},{"name":"Update Password using Reset Token","id":"9301d354-a486-4e3f-a498-ddae93a377d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"f11adc99-3bae-49b7-83c0-f1104a8b8cf1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/users/resetPassword/:token","description":"<p><code>NoAuth</code></p>\n<p>Update password for a user.</p>\n","urlObject":{"path":["api","users","resetPassword",":token"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"470ff17c-4c74-4688-8b94-17560a5c286a","description":{"content":"<p>Required: The <code>BaseUser#resetPassword.token</code> we're taking up</p>\n","type":"text/plain"},"type":"any","value":"63204bf66b0c996f642d24d8","key":"token"}]}},"response":[{"id":"347177f7-1f45-4b08-a321-6c359e5ea374","name":"/api/users/resetPassword/{token}","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"f11adc99-3bae-49b7-83c0-f1104a8b8cf1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.testing.joindeed.org/api/users/resetPassword/:token","host":["https://api.testing.joindeed.org"],"path":["api","users","resetPassword",":token"],"variable":[{"key":"token","value":"63204bf66b0c996f642d24d8","description":"Required: The `BaseUser#resetPassword.token` we're taking up"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 09:25:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"X-HTTP-Method-Override, Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"email\": \"employee@joindeed.com\"\n}"}],"_postman_id":"9301d354-a486-4e3f-a498-ddae93a377d2"}],"id":"e6cf888b-ca79-45ae-9dee-eee61dde64f5","_postman_id":"e6cf888b-ca79-45ae-9dee-eee61dde64f5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Get `User`","id":"d8298ac2-0caf-4e52-947e-1435adffb2b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/users/:id","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Get info on a user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","users",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"c1fce03b-d8f0-4600-b9de-83760f6ccc6c","description":{"content":"<p>Required: The ID of an <code>__t: 'User'</code>, etc.</p>\n","type":"text/plain"},"type":"any","value":"5efdbfad02fafb5d25ea1630","key":"id"}]}},"response":[{"id":"ffc1216b-c52d-4424-a5be-3245eb7ee533","name":"/api/users/{id}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/users/:id","host":["https://api.testing.joindeed.org"],"path":["api","users",":id"],"variable":[{"key":"id","value":"5efdbfad02fafb5d25ea1630","description":"Required: The ID of an `__t: 'User'`, etc."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 08:40:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"fullName\": {\n        \"first\": \"Randy\",\n        \"last\": \"Tarampi\"\n    },\n    \"friends\": {\n        \"instagram\": {\n            \"first\": [],\n            \"second\": []\n        },\n        \"facebook\": {\n            \"first\": [],\n            \"second\": []\n        }\n    },\n    \"myFriends\": [\n        {\n            \"fullName\": {\n                \"first\": \"Greg\",\n                \"last\": \"Granaghan\"\n            },\n            \"mainPicture\": \"https://files.godeed.today/1623682190943_1.png\",\n            \"__t\": \"User\",\n            \"_id\": \"609a8f06091f9621cc8ed7bf\",\n            \"totalImpact\": 0,\n            \"volunteerMinutes\": 0,\n            \"deeds\": 0,\n            \"id\": \"609a8f06091f9621cc8ed7bf\",\n            \"profile\": {\n                \"name\": \"GG\",\n                \"role\": \"User\"\n            },\n            \"token\": {\n                \"_id\": \"609a8f06091f9621cc8ed7bf\",\n                \"role\": \"User\"\n            },\n            \"name\": \"GG\",\n            \"features\": {\n                \"volunteering\": true,\n                \"donations\": true,\n                \"recurringDonations\": true\n            }\n        }\n    ],\n    \"summary\": \"\",\n    \"pictures\": [],\n    \"website\": \"\",\n    \"instagram\": \"\",\n    \"status\": \"accepted\",\n    \"privacy\": \"private\",\n    \"flags\": {\n        \"outOfArea\": false,\n        \"fillProfileAlreadyShown\": false,\n        \"strikes\": 0\n    },\n    \"myDeeds\": [\n        \"5f4fc19c5869b14160bd818e\",\n        \"5dce00fdbf76472396d05424\",\n        \"5ec6ec880af29e7806fb5252\",\n        \"5dea81729dcdab0258311a2e\",\n        \"5ee352a3e86ea885ceb67bdb\",\n        \"5ecc12ac4375c077f66b7653\",\n        \"5e30a5682c7f9d6e8d47783f\",\n        \"60c729af454d601b7f259e09\",\n        \"60e7fffc5700e71121cfe0a7\",\n        \"60a393b4533a91141d5aa292\",\n        \"60707a7a29179b6f10902fc0\",\n        \"611252a41ce3c0902d3da0f4\",\n        \"60c0c5b981b0a898327c1c24\",\n        \"6110125756a63183684e6682\",\n        \"60c0b7b93c4bc879f6cb6db3\",\n        \"612c86f2cd655d2266c1b62e\",\n        \"6128f8e867239a297badc78f\",\n        \"6128e1437cfb02255d8b6743\",\n        \"612e29c94d43e66d9cd0d3b6\",\n        \"612cae3d7125fc3d3ff2f892\",\n        \"61389551a838fe337305ef33\",\n        \"618bd17e35c1066a0acb8895\",\n        \"61ae30e7c1823a1e14f5da79\",\n        \"618ea4fbf3b7916ac59e091f\",\n        \"5ebabef163446b013e4f9ebd\",\n        \"6203819915d3c846ed84c79e\",\n        \"620a0d35025b69de61b30fbc\",\n        \"620a0e8c025b69de61b31130\",\n        \"620a10ec032d55e0e28d457b\",\n        \"619e0b4fe58f75318f57da67\"\n    ],\n    \"completedDeeds\": [],\n    \"waitlistedDeeds\": [\n        \"618bd17e35c1066a0acb8895\",\n        \"6183cfa43e2e0d1cfd6c4f08\"\n    ],\n    \"lateCanceledDeeds\": [\n        \"5f3d5c3a9b66975a88c7137a\"\n    ],\n    \"ratePending\": [],\n    \"clickable\": false,\n    \"_deedsCount\": 7,\n    \"_volunteerMinutes\": 0,\n    \"email\": \"randy+team@joindeed.com\",\n    \"roles\": [],\n    \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n    \"displayCurrency\": \"USD\",\n    \"locale\": \"en-US\",\n    \"externalId\": \"woof?\",\n    \"origin\": \"api\",\n    \"__t\": \"User\",\n    \"_id\": \"5efdbfad02fafb5d25ea1630\",\n    \"deeds\": 7,\n    \"volunteerMinutes\": 0,\n    \"organization\": \"5eb4808168abec18c3d8fbd9\",\n    \"createdAt\": \"2020-07-02T11:06:21.809Z\",\n    \"modifiedAt\": \"2022-09-08T06:52:54.268Z\",\n    \"provider\": \"local\",\n    \"__v\": 103,\n    \"location\": \"5f6dc1b3202309365c0cd9b7\",\n    \"organizationDepartment\": \"Finance\",\n    \"interests\": [\n        \"5f588b5c7c175c7ddab385a4\"\n    ],\n    \"skills\": [],\n    \"consent\": {\n        \"shareData\": \"2020-07-23T13:39:15.057Z\"\n    },\n    \"birthday\": \"1991-11-14T00:00:00.000Z\",\n    \"phone\": \"+15555555555\",\n    \"tShirtSize\": \"S\",\n    \"_fundraisersDonatedTo\": 3,\n    \"_donatedAmount\": 7180.639704341803,\n    \"_totalValue\": 7180.639704341803,\n    \"__slack\": {\n        \"user\": {\n            \"id\": \"U014P32A81Y\"\n        },\n        \"team\": {\n            \"id\": \"T0VBC6FHN\",\n            \"name\": null\n        }\n    },\n    \"additionalData\": {\n        \"mergeId\": \"9bf96c67-2e10-42b1-adaf-9b14300cfddf\",\n        \"costCenter\": \"woof\"\n    },\n    \"jobTitle\": \"Woof\",\n    \"_donatedAmountCurrencies\": {\n        \"ARS\": 208329.76699000003,\n        \"AUD\": 2421.04389,\n        \"BOB\": 11189.53272,\n        \"BRL\": 8790.753,\n        \"CAD\": 2118.99511,\n        \"CHF\": 1598.80995,\n        \"CLP\": 1644466.6623899997,\n        \"CNY\": 10951.481000000002,\n        \"COP\": 7560120.160640002,\n        \"CRC\": 1119969.00976,\n        \"CZK\": 39595.96000000001,\n        \"DKK\": 12088.723849999997,\n        \"EUR\": 1624.3764999999999,\n        \"GBP\": 1373.8878799999998,\n        \"HKD\": 12794.627949999998,\n        \"HUF\": 667476.90216,\n        \"IDR\": 24499633.5,\n        \"ILS\": 5633.2636999999995,\n        \"INR\": 130086.32117000001,\n        \"JPY\": 224340.56749999995,\n        \"KRW\": 2127394.5,\n        \"KZT\": 776296.4242499999,\n        \"MXN\": 33913.0465,\n        \"NOK\": 16681.81935,\n        \"NZD\": 2668.5218999999997,\n        \"PEN\": 6468.353449999999,\n        \"PHP\": 91703.79674000002,\n        \"PLN\": 7850.839580000001,\n        \"RON\": 8025.142000000001,\n        \"SEK\": 17253.664099999998,\n        \"SGD\": 2292.51024,\n        \"THB\": 59136.900409999995,\n        \"TRY\": 28388.404369999997,\n        \"UAH\": 48153.19105,\n        \"USD\": 1630,\n        \"VND\": 38128657.05635001,\n        \"ZAR\": 27674.884910000004\n    },\n    \"_totalImpactCurrencies\": {\n        \"ARS\": 208329.76699000003,\n        \"AUD\": 2421.04389,\n        \"BOB\": 11189.53272,\n        \"BRL\": 8790.753,\n        \"CAD\": 2118.99511,\n        \"CHF\": 1598.80995,\n        \"CLP\": 1644466.6623899997,\n        \"CNY\": 10951.481000000002,\n        \"COP\": 7560120.160640002,\n        \"CRC\": 1119969.00976,\n        \"CZK\": 39595.96000000001,\n        \"DKK\": 12088.723849999997,\n        \"EUR\": 1624.3764999999999,\n        \"GBP\": 1373.8878799999998,\n        \"HKD\": 12794.627949999998,\n        \"HUF\": 667476.90216,\n        \"IDR\": 24499633.5,\n        \"ILS\": 5633.2636999999995,\n        \"INR\": 130086.32117000001,\n        \"JPY\": 224340.56749999995,\n        \"KRW\": 2127394.5,\n        \"KZT\": 776296.4242499999,\n        \"MXN\": 33913.0465,\n        \"NOK\": 16681.81935,\n        \"NZD\": 2668.5218999999997,\n        \"PEN\": 6468.353449999999,\n        \"PHP\": 91703.79674000002,\n        \"PLN\": 7850.839580000001,\n        \"RON\": 8025.142000000001,\n        \"SEK\": 17253.664099999998,\n        \"SGD\": 2292.51024,\n        \"THB\": 59136.900409999995,\n        \"TRY\": 28388.404369999997,\n        \"UAH\": 48153.19105,\n        \"USD\": 1630,\n        \"VND\": 38128657.05635001,\n        \"ZAR\": 27674.884910000004\n    },\n    \"donationCreditsWallets\": {\n        \"EUR\": {\n            \"withdrawalAmount\": 156.47276847489567,\n            \"creditAmount\": 5000,\n            \"remainingAmount\": 0,\n            \"expiredCreditAmount\": 4957.473684210527,\n            \"currencyCode\": \"EUR\",\n            \"earliestAt\": \"2020-09-28T00:00:00.000Z\",\n            \"latestAt\": \"2020-11-20T15:32:31.304Z\",\n            \"validUntil\": null,\n            \"latestTransactionId\": \"5efdbfad02fafb5d25ea1630--khqf9ely\",\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"unconstrainedCreditAmount\": 0,\n            \"constrainedCreditAmount\": 0,\n            \"balance\": 0\n        },\n        \"USD\": {\n            \"withdrawalAmount\": 6548.315109067469,\n            \"creditAmount\": 48700.72331878614,\n            \"remainingAmount\": 40700.73,\n            \"remainingAmountByBudget\": {\n                \"unconstrained\": {\n                    \"6007d39d05aa11202ba4d087\": 40700.729999999996\n                }\n            },\n            \"expiredCreditAmount\": 6968.725424419334,\n            \"currencyCode\": \"USD\",\n            \"earliestAt\": \"2020-09-28T00:00:00.000Z\",\n            \"latestAt\": \"2022-05-19T11:12:27.943Z\",\n            \"validUntil\": \"2022-12-31T23:59:59.999Z\",\n            \"latestTransactionId\": \"5efdbfad02fafb5d25ea1630--VT-61079503a7b11b0008c2b617\",\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"unconstrainedCreditAmount\": 40700.729999999996,\n            \"constrainedCreditAmount\": 0,\n            \"balance\": 40700.729999999996\n        }\n    },\n    \"donationCreditsAmountCurrencies\": {\n        \"EUR\": 0,\n        \"USD\": 40700.729999999996,\n        \"CAD\": 0,\n        \"GBP\": 0,\n        \"AUD\": 0,\n        \"RON\": 0,\n        \"SGD\": 0,\n        \"INR\": 0,\n        \"HKD\": 0,\n        \"NZD\": 0,\n        \"BRL\": 0,\n        \"MXN\": 0,\n        \"JPY\": 0,\n        \"DKK\": 0,\n        \"PLN\": 0,\n        \"NOK\": 0,\n        \"SEK\": 0,\n        \"HUF\": 0,\n        \"CZK\": 0,\n        \"CHF\": 0,\n        \"ILS\": 0,\n        \"ZAR\": 0,\n        \"TRY\": 0,\n        \"ARS\": 0,\n        \"CLP\": 0,\n        \"PEN\": 0,\n        \"COP\": 0,\n        \"BOB\": 0,\n        \"CNY\": 0,\n        \"KRW\": 0,\n        \"PHP\": 0,\n        \"THB\": 0,\n        \"KZT\": 0,\n        \"UAH\": 0,\n        \"CRC\": 0,\n        \"IDR\": 0,\n        \"VND\": 0\n    },\n    \"following\": [\n        {\n            \"_id\": \"5f51e5c2eb8f5734d1e8da98\",\n            \"organization\": {\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5c745ae3f8aff432547dc82a\",\n                \"name\": \"deed\",\n                \"id\": \"5c745ae3f8aff432547dc82a\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5c745ae3f8aff432547dc82a\"\n            },\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"__v\": 0,\n            \"createdAt\": \"2020-09-04T06:59:14.857Z\",\n            \"updatedAt\": \"2020-11-26T09:48:36.295Z\",\n            \"id\": \"5f51e5c2eb8f5734d1e8da98\"\n        },\n        {\n            \"_id\": \"611cb4f25e3b7a152b87d76f\",\n            \"organization\": {\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5cd2110db7c87c2239565644\",\n                \"name\": \"Alma Backyard Farms\",\n                \"mainPicture\": \"https://files.godeed.today/1602531411179_489512b5-c5c2-4b0d-a4f2-be1d30256063.png\",\n                \"id\": \"5cd2110db7c87c2239565644\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5cd2110db7c87c2239565644\"\n            },\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"__v\": 0,\n            \"createdAt\": \"2021-08-18T07:21:22.576Z\",\n            \"updatedAt\": \"2021-09-10T06:46:34.274Z\",\n            \"modifiedAt\": \"2021-12-14T09:04:45.335Z\",\n            \"id\": \"611cb4f25e3b7a152b87d76f\"\n        },\n        {\n            \"_id\": \"60c72d937d135d617e3d7711\",\n            \"organization\": {\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5f8497a737c9d64bbad98ebd\",\n                \"name\": \"ARTS FOR ALL\",\n                \"mainPicture\": \"https://files.godeed.today/1602532182165_6a4ade72-d26a-428d-abbc-89244be81db8.svg\",\n                \"id\": \"5f8497a737c9d64bbad98ebd\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5f8497a737c9d64bbad98ebd\"\n            },\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"__v\": 0,\n            \"createdAt\": \"2021-06-14T10:21:07.511Z\",\n            \"updatedAt\": \"2021-06-14T10:21:07.511Z\",\n            \"id\": \"60c72d937d135d617e3d7711\"\n        },\n        {\n            \"_id\": \"61102ba7398c9c8e0b1c054e\",\n            \"organization\": {\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"6110125756a63183684e6681\",\n                \"name\": \"Woof Ave Rescue\",\n                \"id\": \"6110125756a63183684e6681\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/6110125756a63183684e6681\"\n            },\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"__v\": 0,\n            \"createdAt\": \"2021-08-08T19:08:23.034Z\",\n            \"updatedAt\": \"2021-08-18T09:49:08.635Z\",\n            \"id\": \"61102ba7398c9c8e0b1c054e\"\n        },\n        {\n            \"_id\": \"6127864035cbf84b5171a597\",\n            \"organization\": {\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5f36ffdaf2ed3062af634777\",\n                \"name\": \"Animal Place\",\n                \"mainPicture\": \"https://pics.paypal.com/00/s/MTU2YWE4NmMtZmNhOS00ZjYxLTlhM2ItZTg2MGJmZTc4MWM5/file.JPG\",\n                \"id\": \"5f36ffdaf2ed3062af634777\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5f36ffdaf2ed3062af634777\"\n            },\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"__v\": 0,\n            \"createdAt\": \"2021-08-26T12:17:04.810Z\",\n            \"updatedAt\": \"2021-08-31T12:10:33.748Z\",\n            \"id\": \"6127864035cbf84b5171a597\"\n        },\n        {\n            \"_id\": \"61289973323e3687923fb11a\",\n            \"organization\": null,\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"__v\": 0,\n            \"createdAt\": \"2021-08-27T07:51:15.624Z\",\n            \"updatedAt\": \"2021-08-27T07:51:15.624Z\",\n            \"id\": \"61289973323e3687923fb11a\"\n        },\n        {\n            \"_id\": \"604b53f99ce906352c8bd888\",\n            \"organization\": {\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5beb431bd04186146981a084\",\n                \"name\": \"Alameda Point Collaborative\",\n                \"mainPicture\": \"https://files.godeed.today/1542146607500_APCUpdatedLogo1.png\",\n                \"id\": \"5beb431bd04186146981a084\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5beb431bd04186146981a084\"\n            },\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"__v\": 0,\n            \"createdAt\": \"2021-03-12T11:43:53.428Z\",\n            \"updatedAt\": \"2021-03-12T11:44:57.886Z\",\n            \"id\": \"604b53f99ce906352c8bd888\"\n        },\n        {\n            \"_id\": \"60f92669397015182c57fea8\",\n            \"organization\": {\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5ec8103e18777677fc4118fb\",\n                \"name\": \"AIIH - Associação Internacional de Interesse à Humanidade\",\n                \"mainPicture\": \"https://files.godeed.today/1591129180215_13bb2a6a-cf8f-4d68-b027-7ae8fba20ccb.png\",\n                \"logo\": \"\",\n                \"id\": \"5ec8103e18777677fc4118fb\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5ec8103e18777677fc4118fb\"\n            },\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"__v\": 0,\n            \"createdAt\": \"2021-07-22T08:03:53.340Z\",\n            \"updatedAt\": \"2021-07-22T08:03:53.340Z\",\n            \"id\": \"60f92669397015182c57fea8\"\n        },\n        {\n            \"_id\": \"6110144e56a63183684e66b5\",\n            \"organization\": {\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"60c09e314d5c123aa306bae6\",\n                \"name\": \"Cats On Rockets\",\n                \"id\": \"60c09e314d5c123aa306bae6\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/60c09e314d5c123aa306bae6\"\n            },\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"__v\": 0,\n            \"createdAt\": \"2021-08-08T17:28:46.852Z\",\n            \"updatedAt\": \"2021-08-12T09:24:34.641Z\",\n            \"id\": \"6110144e56a63183684e66b5\"\n        },\n        {\n            \"_id\": \"611cbc4cad1850166e5aa62e\",\n            \"organization\": {\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"60c0c50f79001f95949d3aa2\",\n                \"name\": \"Wonder Woofs\",\n                \"id\": \"60c0c50f79001f95949d3aa2\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/60c0c50f79001f95949d3aa2\"\n            },\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"__v\": 0,\n            \"createdAt\": \"2021-08-18T07:52:44.791Z\",\n            \"updatedAt\": \"2021-08-31T15:23:41.107Z\",\n            \"modifiedAt\": \"2022-05-20T14:08:02.144Z\",\n            \"id\": \"611cbc4cad1850166e5aa62e\"\n        },\n        {\n            \"_id\": \"612c89d2cd655d2266c1b66c\",\n            \"organization\": {\n                \"__t\": \"Company\",\n                \"_id\": \"5eb4808168abec18c3d8fbd9\",\n                \"name\": \"Team Deed\",\n                \"mainPicture\": \"\",\n                \"logo\": \"https://files.godeed.today/1601307904662_72a3c143-2e32-4790-aa09-3817ddec0209.png\",\n                \"feeCovered\": null,\n                \"id\": \"5eb4808168abec18c3d8fbd9\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5eb4808168abec18c3d8fbd9\"\n            },\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"__v\": 0,\n            \"createdAt\": \"2021-08-30T07:33:38.131Z\",\n            \"updatedAt\": \"2021-09-01T10:01:38.351Z\",\n            \"id\": \"612c89d2cd655d2266c1b66c\"\n        },\n        {\n            \"_id\": \"5f47bb9e6faa7752fa721dd5\",\n            \"organization\": null,\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"__v\": 0,\n            \"createdAt\": \"2020-08-27T13:56:46.727Z\",\n            \"updatedAt\": \"2020-08-27T13:56:46.727Z\",\n            \"id\": \"5f47bb9e6faa7752fa721dd5\"\n        },\n        {\n            \"_id\": \"5fb663d184a07023307e13a7\",\n            \"organization\": {\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5fad652c58adc93fa46e75a2\",\n                \"name\": \"John Doe's Test Store\",\n                \"id\": \"5fad652c58adc93fa46e75a2\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5fad652c58adc93fa46e75a2\"\n            },\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"__v\": 0,\n            \"createdAt\": \"2020-11-19T12:23:45.979Z\",\n            \"updatedAt\": \"2020-11-19T12:40:05.059Z\",\n            \"id\": \"5fb663d184a07023307e13a7\"\n        },\n        {\n            \"_id\": \"611cd58dad1850166e5aa68d\",\n            \"organization\": {\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"60c0b6f13c4bc879f6cb6db2\",\n                \"name\": \"Hoof Woof & Meow Animal Rescue Inc.\",\n                \"id\": \"60c0b6f13c4bc879f6cb6db2\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/60c0b6f13c4bc879f6cb6db2\"\n            },\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"__v\": 0,\n            \"createdAt\": \"2021-08-18T09:40:29.427Z\",\n            \"updatedAt\": \"2021-08-26T12:16:10.207Z\",\n            \"id\": \"611cd58dad1850166e5aa68d\"\n        },\n        {\n            \"_id\": \"6208235eb981606cd2e6b947\",\n            \"organization\": {\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"5f36fff5f2ed3062af6347a8\",\n                \"name\": \"ACLU Foundation\",\n                \"mainPicture\": \"https://pics.paypal.com/00/s/YzJkNDBlZTktNjU5MC00MmI0LWJmODMtZjllOGQ2MDI3MWM1/file.PNG\",\n                \"logo\": \"\",\n                \"id\": \"5f36fff5f2ed3062af6347a8\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/5f36fff5f2ed3062af6347a8\"\n            },\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"__v\": 0,\n            \"createdAt\": \"2022-02-12T21:15:10.076Z\",\n            \"modifiedAt\": \"2022-02-12T21:15:10.076Z\",\n            \"id\": \"6208235eb981606cd2e6b947\"\n        }\n    ],\n    \"formResponses\": [],\n    \"donations\": [\n        {\n            \"nonprofits\": [\n                {\n                    \"__t\": \"Nonprofit\",\n                    \"_id\": \"6074100cdf2a5214025648a1\",\n                    \"name\": \"PATH\",\n                    \"id\": \"6074100cdf2a5214025648a1\",\n                    \"banner\": \"\",\n                    \"shareLink\": \"http://localhost:3000/organization/6074100cdf2a5214025648a1\"\n                },\n                {\n                    \"__t\": \"Nonprofit\",\n                    \"_id\": \"5f36fdeaf2ed3062af63443b\",\n                    \"name\": \"NICU Families Northwest\",\n                    \"id\": \"5f36fdeaf2ed3062af63443b\",\n                    \"banner\": \"\",\n                    \"shareLink\": \"http://localhost:3000/organization/5f36fdeaf2ed3062af63443b\"\n                }\n            ],\n            \"privacy\": \"Limited\",\n            \"_id\": \"62b9bb4ba6f899b6a8fa1c3e\",\n            \"user\": \"5efdbfad02fafb5d25ea1630\",\n            \"provider\": \"NFG\",\n            \"description\": \"Donation supporting Fundraiser with several nonprofits by PATH, NICU Families Northwest\",\n            \"currency\": \"USD\",\n            \"deed\": {\n                \"timeZone\": \"Europe/Berlin\",\n                \"__t\": \"Campaign\",\n                \"_id\": \"629f3b012cd1685c7083213e\",\n                \"name\": \"Fundraiser with several nonprofits\",\n                \"endingAt\": \"2022-07-20T21:59:00.000Z\",\n                \"startingAt\": \"2022-05-31T22:00:00.000Z\",\n                \"mainPicture\": \"\",\n                \"started\": true,\n                \"ended\": true,\n                \"isPrivate\": false,\n                \"shareLink\": \"http://localhost:3000/deeds/629f3b012cd1685c7083213e\",\n                \"responsesAggregation\": [],\n                \"id\": \"629f3b012cd1685c7083213e\"\n            },\n            \"date\": \"2022-06-27T14:14:35.360Z\",\n            \"createdAt\": \"2022-06-27T14:14:35.374Z\",\n            \"matchedAmount\": 1,\n            \"matchedAmountCurrencies\": {},\n            \"id\": \"62b9bb4ba6f899b6a8fa1c3e\",\n            \"nonprofit\": {\n                \"__t\": \"Nonprofit\",\n                \"_id\": \"6074100cdf2a5214025648a1\",\n                \"name\": \"PATH\",\n                \"id\": \"6074100cdf2a5214025648a1\",\n                \"banner\": \"\",\n                \"shareLink\": \"http://localhost:3000/organization/6074100cdf2a5214025648a1\"\n            },\n            \"processedAt\": \"2022-06-27T14:14:35.360Z\",\n            \"disbursedAt\": \"2022-07-15T11:59:59.999Z\",\n            \"paymentMethodDetailsType\": \"NFG\"\n        }\n    ],\n    \"donationsAmountCurrencies\": {\n        \"USD\": 325.2850967481256,\n        \"EUR\": 272.0570442695171,\n        \"CHF\": 296.9471853283136,\n        \"GBP\": 236.01786756338447,\n        \"CAD\": 405.03463270738905,\n        \"AUD\": 428.9209130127077,\n        \"RON\": 1337.2042798414614,\n        \"SGD\": 436.71333702000004,\n        \"INR\": 24015.301907431636,\n        \"HKD\": 2525.954629142322,\n        \"NZD\": 459.2539027294193,\n        \"BRL\": 1695.8687828204402,\n        \"MXN\": 6607.625479911885,\n        \"JPY\": 35426.58702690434,\n        \"DKK\": 2023.2797910649622,\n        \"PLN\": 1231.9898735377544,\n        \"NOK\": 2774.9666108979163,\n        \"SEK\": 2768.6073726535706,\n        \"HUF\": 96367.6467840315,\n        \"CZK\": 6997.1251428978685,\n        \"ILS\": 1066.1494924948984,\n        \"ZAR\": 4744.3622015927585,\n        \"TRY\": 2654.736030199591,\n        \"ARS\": 29720.155101397337,\n        \"CLP\": 235963.52918461183,\n        \"PEN\": 1249.8718250164618,\n        \"COP\": 1225850.451778251,\n        \"BOB\": 2248.0931427081136,\n        \"CNY\": 2126.643872889155,\n        \"KRW\": 370890.64890511596,\n        \"PHP\": 15807.13286307499,\n        \"THB\": 10256.18007008949,\n        \"KZT\": 138393.27911246297,\n        \"UAH\": 8972.22893691908,\n        \"CRC\": 199522.15382625384,\n        \"IDR\": 4677212.345856413,\n        \"VND\": 7502019.799640035\n    },\n    \"totalImpact\": 1630,\n    \"id\": \"5efdbfad02fafb5d25ea1630\",\n    \"profile\": {\n        \"name\": \"Randy Tarampi\",\n        \"role\": \"User\"\n    },\n    \"token\": {\n        \"_id\": \"5efdbfad02fafb5d25ea1630\",\n        \"role\": \"User\"\n    },\n    \"name\": \"Randy Tarampi\",\n    \"features\": {\n        \"volunteering\": true,\n        \"donations\": true,\n        \"recurringDonations\": true\n    },\n    \"_capBalanceByBudget\": [\n        {\n            \"id\": \"621377cdab276b5d44740661\",\n            \"name\": \"test\",\n            \"currencyCode\": \"USD\",\n            \"balance\": 4802.39,\n            \"limitPerUser\": 10000\n        }\n    ],\n    \"_matchedAmountTotalCurrencies\": {\n        \"ARS\": 1292661.626086489,\n        \"AUD\": 17468.013019507154,\n        \"BOB\": 88331.84890910599,\n        \"BRL\": 66313.64721014957,\n        \"CAD\": 16226.777938705429,\n        \"CHF\": 12043.034470058832,\n        \"CLP\": 10139515.569027051,\n        \"CNY\": 84386.60416722647,\n        \"COP\": 49307756.23469171,\n        \"CRC\": 8119431.121034374,\n        \"CZK\": 287002.83308535884,\n        \"DKK\": 84460.96982554872,\n        \"EUR\": 11353.198706679019,\n        \"GBP\": 9729.51537327783,\n        \"HKD\": 59965.3943046153,\n        \"HUF\": 4150375.3153417017,\n        \"IDR\": 185998748.40640533,\n        \"ILS\": 42349.41877563655,\n        \"INR\": 962851.812708609,\n        \"JPY\": 1511807.6317751678,\n        \"KRW\": 15294101.317169689,\n        \"KZT\": 5578554.850604802,\n        \"MXN\": 261594.139247799,\n        \"NOK\": 114690.44312920955,\n        \"NZD\": 11084.846983506573,\n        \"PEN\": 49097.51451724475,\n        \"PHP\": 643859.8858166435,\n        \"PLN\": 52187.626544819825,\n        \"RON\": 31948.651251338255,\n        \"SEK\": 116779.78230643405,\n        \"SGD\": 17460.696542760652,\n        \"THB\": 420959.90056916577,\n        \"TRY\": 140259.24108662287,\n        \"UAH\": 366802.6518449822,\n        \"USD\": 12819.09784106604,\n        \"VND\": 295187361.04379976,\n        \"ZAR\": 196454.7506782025\n    }\n}"}],"_postman_id":"d8298ac2-0caf-4e52-947e-1435adffb2b7"},{"name":"Create `User`","id":"e84895a2-e906-4f17-a946-cc2ae8e3b534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"organization\": \"5eb4808168abec18c3d8fbd9\",\n    \"email\": \"randy+postman@joindeed.com\",\n    \"name\": \"Randy Tarampi\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/users","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Create a company employee.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","users"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[{"id":"caffd59e-d38f-4979-aa5c-274e377dd824","name":"/api/users","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"organization\": \"5eb4808168abec18c3d8fbd9\",\n    \"email\": \"randy+postman@joindeed.com\",\n    \"name\": \"Randy Tarampi\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 08:48:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"293"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"X-HTTP-Method-Override, Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...\",\n    \"isNew\": true\n}"}],"_postman_id":"e84895a2-e906-4f17-a946-cc2ae8e3b534"},{"name":"Modify `User`","id":"c3e202be-2e52-4b15-892a-138dc7ead201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"fullName\": {\n        \"first\": \"Randy\",\n        \"last\": \"Tarampi\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/users/:id","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Modify a company employee.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","users",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"685384b3-fa98-4469-8f14-d4b459c1bc84","description":{"content":"<p>Required: The ID of an <code>__t: 'User'</code>, etc.</p>\n","type":"text/plain"},"type":"any","value":"5efdbfad02fafb5d25ea1630","key":"id"}]}},"response":[{"id":"49660556-d637-4a9a-a838-90280f016918","name":"/api/users/{id}","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"fullName\": {\n        \"first\": \"Randy\",\n        \"last\": \"Tarampi\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.testing.joindeed.org/api/users/:id","host":["https://api.testing.joindeed.org"],"path":["api","users",":id"],"variable":[{"key":"id","value":"5efdbfad02fafb5d25ea1630","description":"Required: The ID of an `__t: 'User'`, etc."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 08:44:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"fullName\": {\n        \"first\": \"Randy\",\n        \"last\": \"Tarampi\"\n    },\n    \"myFriends\": [],\n    \"summary\": \"\",\n    \"pictures\": [],\n    \"website\": \"\",\n    \"instagram\": \"\",\n    \"status\": \"accepted\",\n    \"privacy\": \"private\",\n    \"myDeeds\": [\n        \"5f4fc19c5869b14160bd818e\",\n        \"5dce00fdbf76472396d05424\",\n        \"5ec6ec880af29e7806fb5252\",\n        \"5dea81729dcdab0258311a2e\",\n        \"5ee352a3e86ea885ceb67bdb\",\n        \"5ecc12ac4375c077f66b7653\",\n        \"5e30a5682c7f9d6e8d47783f\",\n        \"60c729af454d601b7f259e09\",\n        \"60e7fffc5700e71121cfe0a7\",\n        \"60a393b4533a91141d5aa292\",\n        \"60707a7a29179b6f10902fc0\",\n        \"611252a41ce3c0902d3da0f4\",\n        \"60c0c5b981b0a898327c1c24\",\n        \"6110125756a63183684e6682\",\n        \"60c0b7b93c4bc879f6cb6db3\",\n        \"612c86f2cd655d2266c1b62e\",\n        \"6128f8e867239a297badc78f\",\n        \"6128e1437cfb02255d8b6743\",\n        \"612e29c94d43e66d9cd0d3b6\",\n        \"612cae3d7125fc3d3ff2f892\",\n        \"61389551a838fe337305ef33\",\n        \"618bd17e35c1066a0acb8895\",\n        \"61ae30e7c1823a1e14f5da79\",\n        \"618ea4fbf3b7916ac59e091f\",\n        \"5ebabef163446b013e4f9ebd\",\n        \"6203819915d3c846ed84c79e\",\n        \"620a0d35025b69de61b30fbc\",\n        \"620a0e8c025b69de61b31130\",\n        \"620a10ec032d55e0e28d457b\",\n        \"619e0b4fe58f75318f57da67\"\n    ],\n    \"completedDeeds\": [],\n    \"waitlistedDeeds\": [\n        \"618bd17e35c1066a0acb8895\",\n        \"6183cfa43e2e0d1cfd6c4f08\"\n    ],\n    \"lateCanceledDeeds\": [\n        \"5f3d5c3a9b66975a88c7137a\"\n    ],\n    \"ratePending\": [],\n    \"clickable\": false,\n    \"email\": \"randy+team@joindeed.com\",\n    \"roles\": [],\n    \"mainPicture\": \"https://files.godeed.today/profile.jpg\",\n    \"displayCurrency\": \"USD\",\n    \"locale\": \"en-US\",\n    \"externalId\": \"woof?\",\n    \"origin\": \"api\",\n    \"__t\": \"User\",\n    \"_id\": \"5efdbfad02fafb5d25ea1630\",\n    \"deeds\": 0,\n    \"volunteerMinutes\": 0,\n    \"organization\": \"5eb4808168abec18c3d8fbd9\",\n    \"createdAt\": \"2020-07-02T11:06:21.809Z\",\n    \"modifiedAt\": \"2022-09-13T08:44:29.729Z\",\n    \"provider\": \"local\",\n    \"__v\": 103,\n    \"organizationDepartment\": \"Finance\",\n    \"interests\": [\n        \"5f588b5c7c175c7ddab385a4\"\n    ],\n    \"skills\": [],\n    \"consent\": {\n        \"shareData\": \"2020-07-23T13:39:15.057Z\"\n    },\n    \"tShirtSize\": \"S\",\n    \"_matchedAmountCurrencies_2\": {\n        \"byBudget\": {\n            \"5ed9d3d3cea541ad7a6a2ba0\": {\n                \"ARS\": 109906.68698529115,\n                \"AUD\": 2059.4462628708206,\n                \"BRL\": 8196.060874789002,\n                \"CAD\": 1953.07658264576,\n                \"CLP\": 1156021.3048142612,\n                \"COP\": 5675861.12579426,\n                \"DKK\": 9331.316259018151,\n                \"EUR\": 1253.6348807451798,\n                \"GBP\": 1134.48086469588,\n                \"HKD\": 11431.750350966002,\n                \"ILS\": 5061.549542533601,\n                \"INR\": 109176.56766120074,\n                \"JPY\": 155985.6791399813,\n                \"MXN\": 32434.52114538441,\n                \"NZD\": 2237.6486457907404,\n                \"PEN\": 5267.97662919249,\n                \"RON\": 6086.724469164,\n                \"SGD\": 2020.26631078135,\n                \"TRY\": 11029.612482037353,\n                \"USD\": 2500,\n                \"ZAR\": 24918.091046639507,\n                \"BOB\": 3969.8848662765813,\n                \"CNY\": 3934.241566645001,\n                \"KRW\": 675545.9450360001,\n                \"PHP\": 27964.229010726587,\n                \"PLN\": 2249.6280044675605,\n                \"THB\": 18204.197613500004\n            }\n        },\n        \"byDonationMatchingRule\": {\n            \"5ee61592d0c5ac6431f4cfb2\": {\n                \"ARS\": 109906.68698529115,\n                \"AUD\": 2059.4462628708206,\n                \"BRL\": 8196.060874789002,\n                \"CAD\": 1953.07658264576,\n                \"CLP\": 1156021.3048142612,\n                \"COP\": 5675861.12579426,\n                \"DKK\": 9331.316259018151,\n                \"EUR\": 1253.6348807451798,\n                \"GBP\": 1134.48086469588,\n                \"HKD\": 11431.750350966002,\n                \"ILS\": 5061.549542533601,\n                \"INR\": 109176.56766120074,\n                \"JPY\": 155985.6791399813,\n                \"MXN\": 32434.52114538441,\n                \"NZD\": 2237.6486457907404,\n                \"PEN\": 5267.97662919249,\n                \"RON\": 6086.724469164,\n                \"SGD\": 2020.26631078135,\n                \"TRY\": 11029.612482037353,\n                \"USD\": 1475,\n                \"ZAR\": 24918.091046639507,\n                \"BOB\": 3969.8848662765813,\n                \"CNY\": 3934.241566645001,\n                \"KRW\": 675545.9450360001,\n                \"PHP\": 27964.229010726587,\n                \"PLN\": 2249.6280044675605,\n                \"THB\": 18204.197613500004\n            }\n        },\n        \"byDonationCreditRule\": {\n            \"5ef9c42fd6a5ba0dc7023aab\": {\n                \"USD\": 1025\n            }\n        }\n    },\n    \"_donatedAmount\": 7180.639704341803,\n    \"_totalValue\": 7180.639704341803,\n    \"__slack\": {\n        \"user\": {\n            \"id\": \"U014P32A81Y\"\n        },\n        \"team\": {\n            \"id\": \"T0VBC6FHN\",\n            \"name\": null\n        }\n    },\n    \"additionalData\": {\n        \"mergeId\": \"9bf96c67-2e10-42b1-adaf-9b14300cfddf\",\n        \"costCenter\": \"woof\"\n    },\n    \"totalImpact\": 0,\n    \"id\": \"5efdbfad02fafb5d25ea1630\",\n    \"profile\": {\n        \"name\": \"Randy Tarampi\",\n        \"role\": \"User\"\n    },\n    \"token\": {\n        \"_id\": \"5efdbfad02fafb5d25ea1630\",\n        \"role\": \"User\"\n    },\n    \"name\": \"Randy Tarampi\",\n    \"features\": {\n        \"volunteering\": true,\n        \"donations\": true,\n        \"recurringDonations\": true\n    }\n}"}],"_postman_id":"c3e202be-2e52-4b15-892a-138dc7ead201"},{"name":"Delete `User`","id":"f46d3c8f-df9f-4553-a7c9-b0ac1b76e162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.testing.joindeed.org/api/users/:id","description":"<p><code>Admin</code></p>\n<p>Delete a company employee.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","users",":id"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"66c3ce3d-1e47-4511-bc4c-7b398b81b3dd","description":{"content":"<p>Required: The ID of an <code>__t: 'User'</code>, etc.</p>\n","type":"text/plain"},"type":"any","value":"632045a06003ef5f7d1d887e","key":"id"}]}},"response":[{"id":"4f7cf05b-c2a8-47ec-a54a-9eb5eb40bae7","name":"/api/users/{id}","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/users/:id","host":["https://api.testing.joindeed.org"],"path":["api","users",":id"],"variable":[{"key":"id","value":"632045a06003ef5f7d1d887e","description":"Required: The ID of an `__t: 'User'`, etc."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 13 Sep 2022 08:55:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f46d3c8f-df9f-4553-a7c9-b0ac1b76e162"}],"id":"baa54c0a-ce40-45fb-9d80-86a4e70a6aed","_postman_id":"baa54c0a-ce40-45fb-9d80-86a4e70a6aed","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Partners","item":[{"name":"List `Partner`s","id":"f0c90167-5144-4d1e-8a7e-2dfcc6dbf801","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/partners","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Get a list of partner nonprofits for a company.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","partners"],"host":["https://api.testing.joindeed.org"],"query":[{"disabled":true,"description":{"content":"<p>Optional: Partnership status, defaults to <code>accepted</code> – (accepted|rejected|pending)</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>Optional: The field to sort on, defaults to <code>partner.name</code> – (<code>partner.name</code>, <code>partner.locationObject.city</code>, etc.)</p>\n","type":"text/plain"},"key":"sort","value":""},{"disabled":true,"description":{"content":"<p>Optional: Number of records to skip</p>\n","type":"text/plain"},"key":"skip","value":""},{"disabled":true,"description":{"content":"<p>Optional: Number of records to limit</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Optional: Sort ordering, defaults to <code>asc</code> – (desc|asc)</p>\n","type":"text/plain"},"key":"order","value":""}],"variable":[]}},"response":[{"id":"c8880b4a-aad5-40b5-acff-f467cc16aacb","name":"/api/partners","originalRequest":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/partners"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 09 Sep 2022 15:45:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"img-src 'self' data: https:;frame-ancestors 'self' https://www.giveindia.in bp42.com;default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"partners\": [\n        {\n            \"_id\": \"62bb26189313dc5516685baf\",\n            \"id\": \"614c336c5a81385a5a550dc1\",\n            \"name\": \"A Test for A Test\",\n            \"city\": \"BOULDER\",\n            \"state\": \"Colorado\",\n            \"address\": \"1245 PEARL ST STE 209\",\n            \"postalCode\": \"80302\",\n            \"externalId\": \"ext-cn-844718332\",\n            \"ein\": \"844718332\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-06-28T16:02:32.657Z\",\n            \"modifiedAt\": \"2022-06-28T16:02:32.657Z\"\n        },\n        {\n            \"_id\": \"62bb6d669313dc55166873a8\",\n            \"id\": \"5ec8103e18777677fc4118fb\",\n            \"name\": \"AIIH - Associação Internacional de Interesse à Humanidade\",\n            \"city\": \"Vancouver\",\n            \"state\": \"British Columbia\",\n            \"address\": \"728 W 24th Ave\",\n            \"postalCode\": null,\n            \"ein\": \"_________\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1591129180215_13bb2a6a-cf8f-4d68-b027-7ae8fba20ccb.png\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-06-28T21:06:46.761Z\",\n            \"modifiedAt\": \"2022-06-28T21:06:46.761Z\"\n        },\n        {\n            \"_id\": \"62bb6d669313dc55166873af\",\n            \"id\": \"5ec8103e18777677fc4118fb\",\n            \"name\": \"AIIH - Associação Internacional de Interesse à Humanidade\",\n            \"city\": \"Vancouver\",\n            \"state\": \"British Columbia\",\n            \"address\": \"728 W 24th Ave\",\n            \"postalCode\": null,\n            \"ein\": \"_________\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1591129180215_13bb2a6a-cf8f-4d68-b027-7ae8fba20ccb.png\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-06-28T21:06:46.847Z\",\n            \"modifiedAt\": \"2022-06-28T21:06:46.847Z\"\n        },\n        {\n            \"_id\": \"62da92d07aa1323bd760c01f\",\n            \"id\": \"5e82934d64bc517780f25754\",\n            \"name\": \"ALONE\",\n            \"city\": \"Saint Kevin's\",\n            \"state\": \"County Dublin\",\n            \"address\": \"Olympic House\",\n            \"externalId\": \"ext-gg-59700\",\n            \"ein\": \"11-1111111\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1585716224571_alone2.png\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-07-22T12:06:40.967Z\",\n            \"modifiedAt\": \"2022-07-22T12:06:40.967Z\"\n        },\n        {\n            \"_id\": \"62da92d17aa1323bd760c029\",\n            \"id\": \"5e82934d64bc517780f25754\",\n            \"name\": \"ALONE\",\n            \"city\": \"Saint Kevin's\",\n            \"state\": \"County Dublin\",\n            \"address\": \"Olympic House\",\n            \"externalId\": \"ext-gg-59700\",\n            \"ein\": \"11-1111111\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1585716224571_alone2.png\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-07-22T12:06:41.044Z\",\n            \"modifiedAt\": \"2022-07-22T12:06:41.044Z\"\n        },\n        {\n            \"_id\": \"5f96e418d0f76e7b305249ad\",\n            \"id\": \"5f8497a737c9d64bbad98ebd\",\n            \"name\": \"ARTS FOR ALL\",\n            \"city\": \"LONDON\",\n            \"address\": \"THE TAB CENTRE 3 GODFREY PLACE\",\n            \"postalCode\": \"\",\n            \"externalId\": \"ext-pp-GB3175131\",\n            \"ein\": \"1096859\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602532182165_6a4ade72-d26a-428d-abbc-89244be81db8.svg\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f301d0f76e7b305249fb\",\n            \"id\": \"5f84a968811430552d132bc6\",\n            \"name\": \"ASSOCIACAO AMIGOS EM ACAO PATAS SOLIDARIAS\",\n            \"city\": \"LEOPOLDO DE BULHOES\",\n            \"state\": \"Goiás\",\n            \"address\": \"ESTM LEOPOLDO DE BULHOES/BONFINOPOLIS KM 09 - FAZENDA CALDAS ZONA RURAL\",\n            \"postalCode\": \"75190000\",\n            \"externalId\": \"ext-pp-BR4028790\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/NDY1ZWU2NWUtYmFkOC00MTIwLWE1NzctMDFkYjkxZGRjNDY0/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e728d0f76e7b305249bd\",\n            \"id\": \"5f849c3a3d29f54f1ac2a7fe\",\n            \"name\": \"ASSOCIAÇÃO DE DESENVOLVIMENTO EDUCATIVO CULTURAL\",\n            \"city\": \"Rio de Janeiro\",\n            \"state\": \"Rio de Janeiro\",\n            \"address\": \"Rua Salvador de Mendonça 78, Rio Comprido Rio Comprido\",\n            \"postalCode\": \"20261-030\",\n            \"externalId\": \"ext-pp-BR4008000\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/NGM5MmQ3Y2MtY2MzNi00YTdmLWEzMGQtODY4ZGVmMTA3OTY2/file.PNG\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-07-07T15:36:24.221Z\",\n            \"modifiedAt\": \"2022-07-07T15:36:31.043Z\"\n        },\n        {\n            \"_id\": \"5f96ebcfd0f76e7b305249ca\",\n            \"id\": \"5f849d26af14224f8cd85d77\",\n            \"name\": \"Action Against Hunger\",\n            \"city\": \"London\",\n            \"state\": \"London\",\n            \"address\": \"First Floor, Rear Premises, 161-163 Greenwich High Road\",\n            \"postalCode\": \"SE10 8JA\",\n            \"externalId\": \"ext-pp-GB26350\",\n            \"ein\": \"1047501\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/NDg5ZTBkM2EtMGU2OS00YzY5LTg2NjUtNDI5NDEyYjVkMzg1/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"62bb29489313dc5516685cfd\",\n            \"id\": \"5eabfb3fe52c891bd51da794\",\n            \"name\": \"Deed Co. Integration Program\",\n            \"ein\": \"\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1588573845520_7285cc7e-de90-484a-b355-8c2018fc898d.png\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-06-28T16:16:08.241Z\",\n            \"modifiedAt\": \"2022-06-28T16:16:08.241Z\"\n        },\n        {\n            \"_id\": \"62bc546d8f8654007ebc8b67\",\n            \"id\": \"5f849f0ddcf72b50a7e3add7\",\n            \"name\": \"Aide et Espoir aux Réfugiés\",\n            \"city\": \"lauzerte\",\n            \"state\": \"\",\n            \"address\": \"1 rue du millial\",\n            \"postalCode\": \"82110\",\n            \"externalId\": \"ext-pp-FR3864067\",\n            \"ein\": \"81495787400013\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/ODAyNjJiZmItMmI2ZC00NjFmLWFmYTEtODg4NTdjOWUyNmJk/file.JPG\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-06-29T13:32:29.133Z\",\n            \"modifiedAt\": \"2022-06-29T13:32:29.133Z\"\n        },\n        {\n            \"_id\": \"62bc546d8f8654007ebc8b69\",\n            \"id\": \"5f849f0ddcf72b50a7e3add7\",\n            \"name\": \"Aide et Espoir aux Réfugiés\",\n            \"city\": \"lauzerte\",\n            \"state\": \"\",\n            \"address\": \"1 rue du millial\",\n            \"postalCode\": \"82110\",\n            \"externalId\": \"ext-pp-FR3864067\",\n            \"ein\": \"81495787400013\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/ODAyNjJiZmItMmI2ZC00NjFmLWFmYTEtODg4NTdjOWUyNmJk/file.JPG\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-06-29T13:32:29.149Z\",\n            \"modifiedAt\": \"2022-06-29T13:32:29.149Z\"\n        },\n        {\n            \"_id\": \"5f96ebcfd0f76e7b305249c8\",\n            \"id\": \"5cd2110db7c87c2239565644\",\n            \"name\": \"Alma Backyard Farms\",\n            \"city\": \"Compton\",\n            \"state\": \"CA\",\n            \"address\": \"804 E Compton Blvd\",\n            \"postalCode\": \"90220\",\n            \"ein\": \"46-3516486\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602531411179_489512b5-c5c2-4b0d-a4f2-be1d30256063.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e51bd0f76e7b305249b0\",\n            \"id\": \"5f36ffe3f2ed3062af634786\",\n            \"name\": \"American Red Cross\",\n            \"city\": \"Washington\",\n            \"state\": \"DC\",\n            \"address\": \"431 18th Street NW\",\n            \"postalCode\": \"20006\",\n            \"externalId\": \"ext-pp-US3843\",\n            \"ein\": \"530196605\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/Mjk5MDliMzktMzYwOC00ZDRjLWIyNGQtZDc3N2I3Nzc3ZDQy/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"609bf5c211a1bd743c411659\",\n            \"id\": \"5f36ffdaf2ed3062af634777\",\n            \"name\": \"Animal Place\",\n            \"city\": \"Grass Valley\",\n            \"state\": \"CA\",\n            \"address\": \"17314 McCourtney Road\",\n            \"postalCode\": \"95949\",\n            \"externalId\": \"ext-pp-US46036\",\n            \"ein\": \"680200668\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/MTU2YWE4NmMtZmNhOS00ZjYxLTlhM2ItZTg2MGJmZTc4MWM5/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"607d46f8c1fa654dea4670bd\",\n            \"id\": \"607d46f7c1fa654dea4670ba\",\n            \"name\": \"Animal center\",\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"address\": \"SK Barodawala Marg\",\n            \"postalCode\": \"400026\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"62bb6a5a9313dc551668713d\",\n            \"id\": \"602ac34a164711e407ea96b4\",\n            \"name\": \"Anne Beers Elementary School Parent Teacher Organization\",\n            \"city\": \"Washington\",\n            \"state\": \"District of Columbia\",\n            \"address\": \"3600 Alabama Ave Se\",\n            \"postalCode\": \"20020\",\n            \"externalId\": \"ext-pp-US115428\",\n            \"ein\": \"813518541\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-06-28T20:53:46.483Z\",\n            \"modifiedAt\": \"2022-06-28T20:53:46.483Z\"\n        },\n        {\n            \"_id\": \"62c7caeb6d9d4e7d4f8f0981\",\n            \"id\": \"6064790848bfa435c48cac10\",\n            \"name\": \"Apple Test 20\",\n            \"city\": \"San Francisco\",\n            \"state\": \"California\",\n            \"address\": \"505 Brannan St\",\n            \"postalCode\": \"94107\",\n            \"ein\": \"\",\n            \"__t\": \"Company\",\n            \"mainPicture\": \"https://files.godeed.today/1615940599581_SnapLogo.png\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-07-08T06:12:59.425Z\",\n            \"modifiedAt\": \"2022-07-08T06:12:59.425Z\"\n        },\n        {\n            \"_id\": \"62c7caeb6d9d4e7d4f8f097d\",\n            \"id\": \"6063000869aa813dc4fe8f33\",\n            \"name\": \"Apple Test 3\",\n            \"city\": \"San Francisco\",\n            \"state\": \"California\",\n            \"address\": \"505 Brannan St\",\n            \"postalCode\": \"94107\",\n            \"ein\": \"\",\n            \"__t\": \"Company\",\n            \"mainPicture\": \"https://files.godeed.today/1615940599581_SnapLogo.png\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-07-08T06:12:59.408Z\",\n            \"modifiedAt\": \"2022-07-08T06:12:59.408Z\"\n        },\n        {\n            \"_id\": \"62c760426d9d4e7d4f8efbb6\",\n            \"id\": \"606300d3472e435950fe6571\",\n            \"name\": \"Apple Test 4\",\n            \"city\": \"San Francisco\",\n            \"state\": \"California\",\n            \"address\": \"505 Brannan St\",\n            \"postalCode\": \"94107\",\n            \"ein\": \"\",\n            \"__t\": \"Company\",\n            \"mainPicture\": \"https://files.godeed.today/1615940599581_SnapLogo.png\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-07-07T22:37:54.392Z\",\n            \"modifiedAt\": \"2022-07-07T22:37:54.392Z\"\n        },\n        {\n            \"_id\": \"62c75faf6d9d4e7d4f8efb47\",\n            \"id\": \"6063014c472e435950fe65a3\",\n            \"name\": \"Apple Test 5\",\n            \"city\": \"San Francisco\",\n            \"state\": \"California\",\n            \"address\": \"505 Brannan St\",\n            \"postalCode\": \"94107\",\n            \"ein\": \"\",\n            \"__t\": \"Company\",\n            \"mainPicture\": \"https://files.godeed.today/1615940599581_SnapLogo.png\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-07-07T22:35:27.339Z\",\n            \"modifiedAt\": \"2022-07-07T22:35:27.339Z\"\n        },\n        {\n            \"_id\": \"62c75faf6d9d4e7d4f8efb45\",\n            \"id\": \"6063014c472e435950fe65a3\",\n            \"name\": \"Apple Test 5\",\n            \"city\": \"San Francisco\",\n            \"state\": \"California\",\n            \"address\": \"505 Brannan St\",\n            \"postalCode\": \"94107\",\n            \"ein\": \"\",\n            \"__t\": \"Company\",\n            \"mainPicture\": \"https://files.godeed.today/1615940599581_SnapLogo.png\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-07-07T22:35:27.338Z\",\n            \"modifiedAt\": \"2022-07-07T22:35:27.338Z\"\n        },\n        {\n            \"_id\": \"62c7ca6c6d9d4e7d4f8f090f\",\n            \"id\": \"606466071efbb4239cdce3ef\",\n            \"name\": \"Apple Test15\",\n            \"city\": \"San Francisco\",\n            \"state\": \"California\",\n            \"address\": \"505 Brannan St\",\n            \"postalCode\": \"94107\",\n            \"ein\": \"\",\n            \"__t\": \"Company\",\n            \"mainPicture\": \"https://files.godeed.today/1615940599581_SnapLogo.png\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-07-08T06:10:52.119Z\",\n            \"modifiedAt\": \"2022-07-08T06:10:52.119Z\"\n        },\n        {\n            \"_id\": \"5f96e51bd0f76e7b305249b5\",\n            \"id\": \"5f71d4d5c8914e3a0f066c84\",\n            \"name\": \"Asia Pacific Alliance for Disaster Management\",\n            \"city\": \"Shibuya-ku\",\n            \"state\": \"\",\n            \"address\": \"Tomigaya Ogawa Bldg. 2F 2-41-12 Tomigaya\",\n            \"postalCode\": \"1510063\",\n            \"externalId\": \"ext-gg-18301\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://www.globalgiving.org/pfil/organ/18301/orglogo.jpg\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"62bb6b9c9313dc5516687283\",\n            \"id\": \"60a4d99d39ed0efbe5cc97ed\",\n            \"name\": \"Asian American Help Center\",\n            \"city\": \"Chicago\",\n            \"state\": \"Illinois\",\n            \"address\": \"2240 W Farwell Ave\",\n            \"postalCode\": \"60645\",\n            \"externalId\": \"ext-pp-US115173\",\n            \"ein\": \"462050090\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-06-28T20:59:08.765Z\",\n            \"modifiedAt\": \"2022-06-28T20:59:08.765Z\"\n        },\n        {\n            \"_id\": \"5f96f210d0f76e7b305249f2\",\n            \"id\": \"5f84a8e96021fa54f20a6649\",\n            \"name\": \"Asociacion Mexicana de Psicologia y Desarrollo Comunitario\",\n            \"city\": \"Morelia\",\n            \"state\": \"Michoacán\",\n            \"address\": \"Luis Moya 143 interior 7 Centro\",\n            \"postalCode\": \"58000\",\n            \"externalId\": \"ext-pp-MX3853082\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/MGVhNTFkYzktNDZlYy00N2UyLTg5MzYtYWFkNzhiNTIwYzVl/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f11fd0f76e7b305249eb\",\n            \"id\": \"5f96d603df207914ff188257\",\n            \"name\": \"Australian Sports Foundation Charitable Fund\",\n            \"city\": \"Belconnen\",\n            \"state\": \"Australian Capital Territory\",\n            \"address\": \"Po Box 176\",\n            \"postalCode\": \"2616\",\n            \"externalId\": \"ext-pp-AU3983161\",\n            \"ein\": \"97179064897\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e418d0f76e7b305249af\",\n            \"id\": \"5f8497a737c9d64bbad98ebf\",\n            \"name\": \"Ação Social pela Música\",\n            \"city\": \"Rio de Janeiro\",\n            \"state\": \"Rio de Janeiro\",\n            \"address\": \"Rua Sete de Setembro, 98 705 Centro Centro\",\n            \"postalCode\": \"20050002\",\n            \"externalId\": \"ext-pp-BR3854041\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/ODYwOGFmN2EtM2Q5MC00MjQ0LThjYzctOTdmNmFhNDAwNWM4/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"62da96afc2935027e705556f\",\n            \"id\": \"62da96afc2935027e705556c\",\n            \"name\": \"Black Cross\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"address\": \"Richardson, TX\",\n            \"postalCode\": \"\",\n            \"externalId\": \"ext-hu-1836132\",\n            \"ein\": \"371893332\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-07-22T12:23:11.596Z\",\n            \"modifiedAt\": \"2022-07-22T12:23:11.596Z\"\n        },\n        {\n            \"_id\": \"62c7ca6b6d9d4e7d4f8f090b\",\n            \"id\": \"605b3632ab70388268e61b1b\",\n            \"name\": \"Box Test10\",\n            \"city\": \"San Francisco\",\n            \"state\": \"California\",\n            \"address\": \"505 Brannan St\",\n            \"postalCode\": \"94107\",\n            \"ein\": \"\",\n            \"__t\": \"Company\",\n            \"mainPicture\": \"https://files.godeed.today/1615940599581_SnapLogo.png\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-07-08T06:10:51.987Z\",\n            \"modifiedAt\": \"2022-07-08T06:10:51.987Z\"\n        },\n        {\n            \"_id\": \"62c760426d9d4e7d4f8efbb8\",\n            \"id\": \"605a355ec34d088678b34793\",\n            \"name\": \"Box Test3\",\n            \"city\": \"San Francisco\",\n            \"state\": \"California\",\n            \"address\": \"505 Brannan St\",\n            \"postalCode\": \"94107\",\n            \"ein\": \"\",\n            \"__t\": \"Company\",\n            \"mainPicture\": \"https://files.godeed.today/1615940599581_SnapLogo.png\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-07-07T22:37:54.393Z\",\n            \"modifiedAt\": \"2022-07-07T22:37:54.393Z\"\n        },\n        {\n            \"_id\": \"5f96ecf7d0f76e7b305249d6\",\n            \"id\": \"5f849db89bc6334fcc8874f4\",\n            \"name\": \"CASA HOGAR MI PEQUEÑA FAMILIA A.C.\",\n            \"city\": \"SAYULA\",\n            \"state\": \"Jalisco\",\n            \"address\": \"ALAMEDA 100 GUADALUPE\",\n            \"postalCode\": \"49300\",\n            \"externalId\": \"ext-pp-MX3853256\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/MDlmZThkYjQtMGIxMi00MDRlLThjMmEtNjc2ZTllMmQ0YWRm/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96eda6d0f76e7b305249d9\",\n            \"id\": \"5f849e4431fe4c5014b92a9a\",\n            \"name\": \"CHEER UP! EMLYON\",\n            \"city\": \"Écully\",\n            \"state\": \"\",\n            \"address\": \"23 Guy de Collongue Avenue\",\n            \"postalCode\": \"69130\",\n            \"externalId\": \"ext-pp-FR4028274\",\n            \"ein\": \"691080337\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/YjliYzg1ZTQtNDllNC00Njg0LTljZjgtN2MxOWY0NzdlMjg2/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f210d0f76e7b305249ed\",\n            \"id\": \"5f84a8e96021fa54f20a6648\",\n            \"name\": \"CMHA-Calgary\",\n            \"city\": \"Calgary\",\n            \"state\": \"AB\",\n            \"address\": \"#105, 1040 - 7 Ave SW\",\n            \"postalCode\": \"T2P 3G9\",\n            \"externalId\": \"ext-pp-CA3421157\",\n            \"ein\": \"1220131390001\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/NmRhM2RmMGYtZjZjYy00YWYxLTkxN2EtYmEzMWUxZThmNTdi/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96eda6d0f76e7b305249dc\",\n            \"id\": \"5f6e2b8c9f6a5f6e19dba7a5\",\n            \"name\": \"Cancer Aid Society\",\n            \"city\": \"Lucknow\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f301d0f76e7b305249f9\",\n            \"id\": \"5f54eee68aa79c34184c5914\",\n            \"name\": \"Cat Welfare Society\",\n            \"city\": \"Singapore\",\n            \"address\": \"98 Club St\",\n            \"postalCode\": \"69467\",\n            \"stripeId\": \"acct_1HPUeEACcjFZrHhB\",\n            \"externalId\": \"\",\n            \"ein\": \"\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1599460457451_Screenshot2020-09-07at2.33.03PM.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"611013f8325e30be566f63f3\",\n            \"id\": \"60c09e314d5c123aa306bae6\",\n            \"name\": \"Cats On Rockets\",\n            \"city\": \"Ypsilanti\",\n            \"state\": \"Michigan\",\n            \"address\": \"Po Box 972510\",\n            \"postalCode\": \"48197\",\n            \"externalId\": \"ext-pp-US115288\",\n            \"ein\": \"812724091\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f97021dd0f76e7b30524a04\",\n            \"id\": \"5f84aa74bde86755b9b33190\",\n            \"name\": \"Children's Aid Foundation of Canada\",\n            \"city\": \"Toronto\",\n            \"state\": \"ON\",\n            \"address\": \"25 Spadina Rd.\",\n            \"postalCode\": \"M5R 2S9\",\n            \"externalId\": \"ext-pp-CA3545920\",\n            \"ein\": \"1080764800001\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/YTdjNmQ5YTItMmMzZi00NGRhLWEzNDctNzM5YWY1MWU2Nzdj/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96eda6d0f76e7b305249d7\",\n            \"id\": \"5f36ff60f2ed3062af6346b5\",\n            \"name\": \"Children's Cancer Research Fund\",\n            \"city\": \"Minneapolis\",\n            \"state\": \"MN\",\n            \"address\": \"7301 Ohms Lane Suite 460\",\n            \"postalCode\": \"55439\",\n            \"externalId\": \"ext-pp-US2041306\",\n            \"ein\": \"411893645\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602532022353_60ea383a-ce5b-4f43-8f6d-391c032ca174.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e51bd0f76e7b305249b6\",\n            \"id\": \"5f849b9c2e8c3d4ec036cbaf\",\n            \"name\": \"Cruz Roja Mexicana, I. A. P.\",\n            \"city\": \"México, D. F.\",\n            \"state\": \"Distrito Federal\",\n            \"address\": \"Juan Luis Vives No. 200 - 2 Los Morales Polanco\",\n            \"postalCode\": \"11510\",\n            \"externalId\": \"ext-pp-MX2718548\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/MzM2NmRmZmYtMGU4NS00Mjk0LTk3OTQtYTJhZThkMWI1NzJi/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f210d0f76e7b305249ee\",\n            \"id\": \"5f84a8e96021fa54f20a6646\",\n            \"name\": \"Cumann  Spraoi Limited\",\n            \"city\": \"Cork\",\n            \"state\": \"Ireland\",\n            \"address\": \"\\\"The Hut- 11 Gurranabraher Road, Gurranbraher\\\"\",\n            \"postalCode\": \"\",\n            \"externalId\": \"ext-pp-IE4043756\",\n            \"ein\": \"20073312\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602530754680_562f48f4-9273-49b5-89e2-239d912ce41c.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f11fd0f76e7b305249e7\",\n            \"id\": \"5ecd242e86991f1b046c4367\",\n            \"name\": \"DREAM (formerly Harlem RBI)\",\n            \"city\": \"New York\",\n            \"state\": \"NY\",\n            \"address\": \"333 East 100th Street\",\n            \"postalCode\": \"10029\",\n            \"externalId\": \"ext-pp-US1371043\",\n            \"ein\": \"13-4025290\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://www.volunteermatch.org/images/gallery/EA300187-88F7-98CC-CB9D-0D154995CB39?ts=1354549675000\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e51bd0f76e7b305249b2\",\n            \"id\": \"5f849b9c2e8c3d4ec036cbac\",\n            \"name\": \"Disasters Emergency Committee\",\n            \"city\": \"London\",\n            \"state\": \"\",\n            \"address\": \"Ground Floor 43 Chalton Street\",\n            \"postalCode\": \"NW1 1DU\",\n            \"externalId\": \"ext-pp-GB40098\",\n            \"ein\": \"1062638\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/MDNjOGFmZmUtMmJiYS00OTkyLWFkMjMtZjhjYmE4ODUzNWQ2/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"62c76e9dcb059c1dc9e592b7\",\n            \"id\": \"62c76d76485b231b8730eb97\",\n            \"name\": \"Divine Foundation INC's Test Store\",\n            \"city\": \"San Jose\",\n            \"state\": \"California\",\n            \"address\": \"1 Main St\",\n            \"postalCode\": \"95131\",\n            \"externalId\": \"ext-pp-US468024\",\n            \"ein\": \"273269516\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-07-07T23:39:09.234Z\",\n            \"modifiedAt\": \"2022-07-07T23:39:09.234Z\"\n        },\n        {\n            \"_id\": \"5f96eda6d0f76e7b305249de\",\n            \"id\": \"5f849e4431fe4c5014b92a9c\",\n            \"name\": \"Doctor Payaso A.C.\",\n            \"city\": \"Benito Juarez\",\n            \"state\": \"DF\",\n            \"address\": \"Providencia 1206 int 1 Del Valle Centro\",\n            \"postalCode\": \"03100\",\n            \"externalId\": \"ext-pp-MX3853521\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/ZjMxODEzZjMtOGQzYS00MTM5LWI4MzQtMjI0OGE3NTQ0ZWE2/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f97021dd0f76e7b30524a07\",\n            \"id\": \"5f84aa74bde86755b9b33192\",\n            \"name\": \"Dream for the Future\",\n            \"city\": \"SANTA CLARA\",\n            \"state\": \"CA\",\n            \"address\": \"1095 MADISON STREET\",\n            \"postalCode\": \"95050\",\n            \"externalId\": \"ext-pp-US3523242\",\n            \"ein\": \"831330359\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/YzcyNDc1NDQtMzg3ZC00Y2IxLWEzYTEtN2NiOWJmZGNhNTY0/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f301d0f76e7b305249f7\",\n            \"id\": \"5f84a968811430552d132bc5\",\n            \"name\": \"Dublin Society For The Prevention Of Cruelty To Animals\",\n            \"city\": \"Rathfarnham\",\n            \"state\": \"Ireland\",\n            \"address\": \"\\\"DSPCA, Mount Venus Road\\\"\",\n            \"postalCode\": \"\",\n            \"externalId\": \"ext-pp-IE4041481\",\n            \"ein\": \"20001735\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602530587681_0e035a06-ec10-481b-aa17-75dbc8073c8a.jpg\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e82fd0f76e7b305249c5\",\n            \"id\": \"5f849cc502c2964f571fe092\",\n            \"name\": \"Eco-Cycle Inc.\",\n            \"city\": \"BOULDER\",\n            \"state\": \"CO\",\n            \"address\": \"1901 63RD ST\",\n            \"postalCode\": \"80301\",\n            \"externalId\": \"ext-cn-840730811\",\n            \"ein\": \"840730811\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602530959623_7eb86e5a-0687-4f07-b1f9-3b0eef4674c1.jpg\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e728d0f76e7b305249ba\",\n            \"id\": \"5f849c3a3d29f54f1ac2a7fc\",\n            \"name\": \"Education4Everyone\",\n            \"city\": \"Slough\",\n            \"state\": \"Berkshire\",\n            \"address\": \"55 Coulson Way Burnham\",\n            \"postalCode\": \"SL1 7PL\",\n            \"externalId\": \"ext-pp-GB2389332\",\n            \"ein\": \"1172424\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/MzU0YTZmNDItMmMwOC00MzJmLWEzNjItMDk4MWEzYzhhYzQw/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e51bd0f76e7b305249b1\",\n            \"id\": \"5f849b9e2e8c3d4ec036cbb1\",\n            \"name\": \"Emergency Assistance Foundation Inc.\",\n            \"city\": \"WEST PALM BCH\",\n            \"state\": \"FL\",\n            \"address\": \"700 S DIXIE HWY STE 200\",\n            \"postalCode\": \"33401\",\n            \"externalId\": \"ext-cn-451813056\",\n            \"ein\": \"451813056\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96ee97d0f76e7b305249e2\",\n            \"id\": \"5f849f0ddcf72b50a7e3add8\",\n            \"name\": \"Equal Rights Beyond Borders e. V.\",\n            \"city\": \"Berlin\",\n            \"state\": \"\",\n            \"address\": \"Reinickendorfer Straße 97\",\n            \"postalCode\": \"13347\",\n            \"externalId\": \"ext-pp-DE3875783\",\n            \"ein\": \"35583\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/Yzk2NTlhYWEtMDI0Ni00MjUzLThlMmUtZDY1MDM1MWEzMjdk/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96eda6d0f76e7b305249d8\",\n            \"id\": \"5f849e4431fe4c5014b92a9b\",\n            \"name\": \"Fisher Center for Alzheimer's Research Foundation\",\n            \"city\": \"New York\",\n            \"state\": \"NY\",\n            \"address\": \"110 East 42nd Street Floor 16\",\n            \"postalCode\": \"10017\",\n            \"externalId\": \"ext-pp-US9495\",\n            \"ein\": \"133859563\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/OGI1YzczYzEtODA4Yy00YWMwLThmMDItZjdhZTQ0ZWM5Yzky/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96ebcfd0f76e7b305249cb\",\n            \"id\": \"5f849d27af14224f8cd85d7b\",\n            \"name\": \"Food for Soul Inc.\",\n            \"city\": \"LIVERPOOL\",\n            \"state\": \"NY\",\n            \"address\": \"205 BROW ST\",\n            \"postalCode\": \"13088\",\n            \"externalId\": \"ext-cn-831434658\",\n            \"ein\": \"831434658\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602531014326_932d35e0-2bd3-4be1-bb72-073cd32ffb04.svg\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e82fd0f76e7b305249c0\",\n            \"id\": \"5c9d30846ed8744d7070cf20\",\n            \"name\": \"Friends of the Urban Forest\",\n            \"city\": \"San Francisco\",\n            \"state\": \"CA\",\n            \"address\": \"1007 General Kennedy Ave\",\n            \"postalCode\": \"94129\",\n            \"externalId\": \"ext-pp-US2055474\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1558568486699_CopyofFUFLogo.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f210d0f76e7b305249f3\",\n            \"id\": \"5f84a8e96021fa54f20a6645\",\n            \"name\": \"Fundación AP A.C.\",\n            \"city\": \"Ciudad de Mexico\",\n            \"state\": \"Distrito Federal\",\n            \"address\": \"12 de Diciembre 9\",\n            \"postalCode\": \"11800\",\n            \"externalId\": \"ext-pp-MX3853725\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/NDIxYjNiYjUtMTIxZi00NjY2LTk5OWUtNjQ3NmUzNjdlNTg2/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f97021dd0f76e7b30524a0a\",\n            \"id\": \"5f84aa74bde86755b9b3318e\",\n            \"name\": \"Fundação Julita\",\n            \"city\": \"São Paulo\",\n            \"state\": \"São Paulo\",\n            \"address\": \"Rua Nova do Tuparoquera,  249 / 117 Jardim Novo Santo Amaro\",\n            \"postalCode\": \"05820-200\",\n            \"externalId\": \"ext-pp-BR3854558\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/NzQ5OGUyMDQtNmE4NC00NDIwLTkxZjEtMmYzOTg1NmY4N2Fj/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"62c755f7dc3a4b888fa34cc6\",\n            \"id\": \"62c525f4f7d3d229d280a08a\",\n            \"name\": \"FurEver Fosters INC's Test Store\",\n            \"city\": \"San Jose\",\n            \"state\": \"California\",\n            \"address\": \"1 Main St\",\n            \"postalCode\": \"95131\",\n            \"externalId\": \"ext-pp-US468037\",\n            \"ein\": \"462305800\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-07-07T21:53:59.921Z\",\n            \"modifiedAt\": \"2022-07-07T21:53:59.921Z\"\n        },\n        {\n            \"_id\": \"5f96e82fd0f76e7b305249c4\",\n            \"id\": \"5f71d4d5c8914e3a0f066c72\",\n            \"name\": \"GOONJ\",\n            \"city\": \"New Delhi\",\n            \"state\": \"Delhi\",\n            \"address\": \"J- 93 Sarita Vihar\",\n            \"postalCode\": \"110076\",\n            \"externalId\": \"ext-gg-506\",\n            \"ein\": null,\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://www.globalgiving.org/pfil/organ/506/orglogo.jpg\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96ecf7d0f76e7b305249d2\",\n            \"id\": \"5f849db89bc6334fcc8874f7\",\n            \"name\": \"Gemeinden laden ein e.V.\",\n            \"city\": \"Dortmund\",\n            \"state\": \"\",\n            \"address\": \"Weiße Taube 36\",\n            \"postalCode\": \"44229\",\n            \"externalId\": \"ext-pp-DE4080979\",\n            \"ein\": \"7438\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/OGNlNzliZDEtOGY2Yi00MGQyLWE4ZWUtZjI3MTQ2NTAyMzI5/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96ee97d0f76e7b305249df\",\n            \"id\": \"5f849f0ddcf72b50a7e3add6\",\n            \"name\": \"Hearts and Homes for Refugees\",\n            \"city\": \"Pelham\",\n            \"state\": \"NY\",\n            \"address\": \"PO Box 8558, Pelham, NY 10803\",\n            \"postalCode\": \"10803\",\n            \"externalId\": \"ext-pp-US2550489\",\n            \"ein\": \"813361872\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602531952823_4f594d05-ae70-4f69-95f5-01b6507066bd.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"611013da325e30be566f53bd\",\n            \"id\": \"60c0b6f13c4bc879f6cb6db2\",\n            \"name\": \"Hoof Woof & Meow Animal Rescue Inc.\",\n            \"city\": \"GILBERTS\",\n            \"state\": \"Illinois\",\n            \"address\": \"133 E HIGGINS RD\",\n            \"postalCode\": \"60136\",\n            \"externalId\": \"ext-cn-460968123\",\n            \"ein\": \"460968123\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f97021dd0f76e7b30524a05\",\n            \"id\": \"5f84aa76bde86755b9b33194\",\n            \"name\": \"Hope for Children Fund Inc.\",\n            \"city\": \"CHEVY CHASE\",\n            \"state\": \"MD\",\n            \"address\": \"PO BOX 15269\",\n            \"postalCode\": \"20825\",\n            \"externalId\": \"ext-cn-201707974\",\n            \"ein\": \"201707974\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602531991368_cb3872a7-d4a3-4220-922e-f3f013f2a345.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f301d0f76e7b305249fa\",\n            \"id\": \"5f84a968811430552d132bca\",\n            \"name\": \"Instituto Aumigão\",\n            \"city\": \"Curitiba\",\n            \"state\": \"Paraná\",\n            \"address\": \"Rua Francisco Rocha, 62, CONJ 806 ANDAR 08, COND TRIUMPH CENTER BATEL Batel\",\n            \"postalCode\": \"80420130\",\n            \"externalId\": \"ext-pp-BR3967558\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/ZDYxOGM1YWMtMzU3ZS00ZjA2LWJjYjMtMTQ0YWNlODMxMzUx/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e418d0f76e7b305249ae\",\n            \"id\": \"5f8497a737c9d64bbad98ec0\",\n            \"name\": \"Instituto Ecotece\",\n            \"city\": \"São Paulo\",\n            \"state\": \"São Paulo\",\n            \"address\": \"Rua Itápolis, 1893, Pacaembu São Paulo\",\n            \"postalCode\": \"01245000\",\n            \"externalId\": \"ext-pp-BR4078565\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/ZWZlMWI2YTAtMGY1Zi00YzQ3LWJlMjAtY2E3MzkzNDBiZTI0/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e728d0f76e7b305249be\",\n            \"id\": \"5f849c3a3d29f54f1ac2a801\",\n            \"name\": \"Instituto Novo Sertão\",\n            \"city\": \"Betânia do Piauí\",\n            \"state\": \"Piauí\",\n            \"address\": \"Av Padre cicero, s/n Centro\",\n            \"postalCode\": \"64753000\",\n            \"externalId\": \"ext-pp-BR3974757\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/MDM1YTExOWUtNzkxNi00NDY2LTk1MDktOTE2YjZlY2EwMGFi/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e51bd0f76e7b305249b7\",\n            \"id\": \"5f849b9c2e8c3d4ec036cbb0\",\n            \"name\": \"International Community Foundation\",\n            \"city\": \"National City\",\n            \"state\": \"CA\",\n            \"address\": \"2505 N Avenue\",\n            \"postalCode\": \"91950\",\n            \"externalId\": \"ext-pp-US2309014\",\n            \"ein\": \"330457858\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/YmI3N2NlNzMtNzM2Mi00ZGY0LWIzNjgtY2ZjODBlYWI0YWZk/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e51bd0f76e7b305249b4\",\n            \"id\": \"5f106be3b135092bec8aa6d7\",\n            \"name\": \"Japanese Red Cross Society\",\n            \"city\": \"Minato City\",\n            \"state\": \"Tokyo\",\n            \"address\": \"Minato City\",\n            \"externalId\": \"\",\n            \"ein\": \"\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1594913823890_2902175e-edc3-4e24-baa9-0dbe8dd7d4a3.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"6284beffd2304100b232cfd3\",\n            \"id\": \"5f36fe5bf2ed3062af6344fc\",\n            \"name\": \"Know Your City\",\n            \"city\": \"Portland\",\n            \"state\": \"Oregon\",\n            \"address\": \"11 NE Martin Luther King Jr Blvd\",\n            \"postalCode\": \"97232\",\n            \"externalId\": \"\",\n            \"ein\": \"275449625\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/p/ZWNlYTU2ZjEtY2RiMS00NTU2LWFkNTgtODBlMmNlZjMxZjdk/image_3.JPG\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-05-18T09:40:15.012Z\",\n            \"modifiedAt\": \"2022-05-18T09:40:15.012Z\"\n        },\n        {\n            \"_id\": \"62c6d58f0715685bdbee5e55\",\n            \"id\": \"5b2d6d53903a731a9741c4fb\",\n            \"name\": \"L.A. Works\",\n            \"city\": \"Los Angeles\",\n            \"state\": \"CA\",\n            \"address\": \"570 W Ave 26 #400\",\n            \"postalCode\": \"90065\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1529704017865_LAWorksLogo_overLight-01-01.png\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-07-07T12:46:07.322Z\",\n            \"modifiedAt\": \"2022-07-07T12:46:07.322Z\"\n        },\n        {\n            \"_id\": \"60a2156a74a5d8c852265bfb\",\n            \"id\": \"60a2156874a5d8c852265bf8\",\n            \"name\": \"LAV NONPROFIT\",\n            \"ein\": \"\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96ee97d0f76e7b305249e5\",\n            \"id\": \"5f849f0edcf72b50a7e3addc\",\n            \"name\": \"La Incubadora de Trabajo para Refugiados y Retornados\",\n            \"city\": \"Ciudad de México\",\n            \"state\": \"Distrito Federal\",\n            \"address\": \"Medellin 43\",\n            \"postalCode\": \"06700\",\n            \"externalId\": \"ext-pp-MX3855220\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/NzE4MzRkNDEtZTFjZC00MjA0LTkyOTQtNTk5YWJmMmJmMDg5/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e728d0f76e7b305249bb\",\n            \"id\": \"5f849c3a3d29f54f1ac2a7ff\",\n            \"name\": \"Lakers Social and Recreation Club CLG\",\n            \"city\": \"Bray\",\n            \"state\": \"Republic of Ireland\",\n            \"address\": \"\\\"The Old Schoolhouse, Eglinton Road\\\"\",\n            \"postalCode\": \"\",\n            \"externalId\": \"ext-pp-IE4043341\",\n            \"ein\": \"20051907\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602532462335_8e074797-4c2d-4b65-9033-6e769306f4f3.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"60a2148b74a5d8c852265bf0\",\n            \"id\": \"60a2148a74a5d8c852265bed\",\n            \"name\": \"Lava nonprofti\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e418d0f76e7b305249ab\",\n            \"id\": \"5f8497a737c9d64bbad98ebc\",\n            \"name\": \"Leap Arts in Education\",\n            \"city\": \"San Francisco\",\n            \"state\": \"CA\",\n            \"address\": \"P.O. Box #427005\",\n            \"postalCode\": \"94142\",\n            \"externalId\": \"ext-pp-US1342766\",\n            \"ein\": \"942602967\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/ZGQyZWE2MzgtNmE2YS00NTIzLTg4M2MtNmM3YzQ5MWRiNzc3/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"62bc57738f8654007ebc8e73\",\n            \"id\": \"62bc57738f8654007ebc8e70\",\n            \"name\": \"Louisiana Ranchers and Growers Association\",\n            \"city\": \"Baton Rouge\",\n            \"state\": \"Louisiana\",\n            \"address\": \"4744 Jamestown Ave Ste 200\",\n            \"postalCode\": \"70808\",\n            \"externalId\": \"ext-pp-US115123\",\n            \"ein\": \"273496238\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-06-29T13:45:23.620Z\",\n            \"modifiedAt\": \"2022-06-29T13:45:23.620Z\"\n        },\n        {\n            \"_id\": \"5f96ecf7d0f76e7b305249d1\",\n            \"id\": \"5f849db89bc6334fcc8874f6\",\n            \"name\": \"MIAA\",\n            \"city\": \"Paris\",\n            \"state\": \"\",\n            \"address\": \"14 rue des carrières d'Amérique\",\n            \"postalCode\": \"75019\",\n            \"externalId\": \"ext-pp-FR3847906\",\n            \"ein\": \"51075954100038\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/Nzk4ZWM0MTUtZTA3Ny00ZmQ3LWJiOTItOGMwMDE0OWU3Njk3/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f97021dd0f76e7b30524a09\",\n            \"id\": \"5f71d4d6c8914e3a0f066c96\",\n            \"name\": \"Magic Bus India Foundation\",\n            \"city\": \"MUMBAI\",\n            \"state\": \"\",\n            \"address\": \"3rd Floor, JK Textiles Building, Mehra Estate, ear Jaswanti Landmark, LBS Marg, Vikhroli West\",\n            \"postalCode\": \"\",\n            \"externalId\": \"ext-gg-88686\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602531622650_6faeca1c-08a6-4ded-9453-67ed37dbd2ab.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e51bd0f76e7b305249b3\",\n            \"id\": \"5f849b9c2e8c3d4ec036cbae\",\n            \"name\": \"Medecins Sans Frontieres\",\n            \"city\": \"Dublin 4\",\n            \"state\": \"Ireland\",\n            \"address\": \"9 Upper Baggot Street\",\n            \"postalCode\": \"\",\n            \"externalId\": \"ext-pp-IE4042008\",\n            \"ein\": \"20069360\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602530420401_ad08e6a7-5b16-4fae-883d-0bcf7b63cce9.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f210d0f76e7b305249f1\",\n            \"id\": \"5f96d603df207914ff18825d\",\n            \"name\": \"Mental Health Foundation Australia\",\n            \"city\": \"South Yarra\",\n            \"state\": \"Victoria\",\n            \"address\": \"Street Suite J 450 Chapel\",\n            \"postalCode\": \"3141\",\n            \"externalId\": \"ext-pp-AU3504121\",\n            \"ein\": \"81006003363\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96eda6d0f76e7b305249dd\",\n            \"id\": \"5f849e4431fe4c5014b92a98\",\n            \"name\": \"Médicos Sem Fronteiras\",\n            \"city\": \"RIO DE JANEIRO\",\n            \"state\": \"Rio de Janeiro\",\n            \"address\": \"AVENIDA RIO BRANCO 135 11º ANDAR CENTRO\",\n            \"postalCode\": \"20040-006\",\n            \"externalId\": \"ext-pp-BR3563687\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/NzNkOGE4MmYtYWFlNy00OGQ1LWJkNDktY2U4NjcyZjVmMWM0/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f210d0f76e7b305249ef\",\n            \"id\": \"5f84a8e96021fa54f20a6647\",\n            \"name\": \"NEW HORIZONS MENTAL HEALTH\",\n            \"city\": \"ABERDARE\",\n            \"state\": \"MID GLAMORGAN\",\n            \"address\": \"16A DEAN COURT DEAN STREET\",\n            \"postalCode\": \"\",\n            \"externalId\": \"ext-pp-GB3219519\",\n            \"ein\": \"1153115\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602531217628_b8a891d7-f819-42a1-baeb-0227cb1ed3ab.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e418d0f76e7b305249aa\",\n            \"id\": \"5f8497a737c9d64bbad98ec1\",\n            \"name\": \"NINA HAGGERTY CENTRE FOR THE ARTS\",\n            \"city\": \"EDMONTON\",\n            \"state\": \"AB\",\n            \"address\": \"9225 - 118 AVENUE\",\n            \"postalCode\": \"\",\n            \"externalId\": \"ext-pp-CA3454030\",\n            \"ein\": \"8626985600001\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602532128252_ea9515b8-9d7b-4667-808c-f7ff5aa97c39.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f97021dd0f76e7b30524a06\",\n            \"id\": \"5f84aa74bde86755b9b33191\",\n            \"name\": \"Narrative 4 CLG\",\n            \"city\": \"Limerick\",\n            \"state\": \"Republic of Ireland\",\n            \"address\": \"\\\"Narrative 4 Ireland, 58 O\\u007f Connell Street\\\"\",\n            \"postalCode\": \"\",\n            \"externalId\": \"ext-pp-IE4038803\",\n            \"ein\": \"20155254\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602531550604_04b77357-6e0b-438e-9a41-1150d3589a9f.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e728d0f76e7b305249b8\",\n            \"id\": \"5f849c3a3d29f54f1ac2a800\",\n            \"name\": \"National Black Child Development Institute\",\n            \"city\": \"Charlotte\",\n            \"state\": \"NC\",\n            \"address\": \"7209 E W T Harris Blvd Ste. J #276\",\n            \"postalCode\": \"28215\",\n            \"externalId\": \"ext-pp-US2250897\",\n            \"ein\": \"520908178\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602532388543_cff78e27-5afe-41c1-8caa-b866ecf64f7b.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96ebcfd0f76e7b305249c9\",\n            \"id\": \"5f849d28af14224f8cd85d7c\",\n            \"name\": \"No US Without You La\",\n            \"city\": \"LOS ANGELES\",\n            \"state\": \"CA\",\n            \"address\": \"768 S BOYLE AVE\",\n            \"postalCode\": \"90023\",\n            \"externalId\": \"ext-cn-850878455\",\n            \"ein\": \"850878455\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602531772065_0ae8f36f-72cd-4300-b1ba-8ae71ec85f92.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f11fd0f76e7b305249e9\",\n            \"id\": \"5f84a024792f9c512d7aea51\",\n            \"name\": \"On The Ball\",\n            \"city\": \"Venelles\",\n            \"state\": \"\",\n            \"address\": \"4 allee des Micocouliers Les Logissons\",\n            \"postalCode\": \"13770\",\n            \"externalId\": \"ext-pp-FR3876902\",\n            \"ein\": \"131015858\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/NGQ5ZjAyNWYtOTUyNC00ZjMxLTk1YWYtZTQwZDk1NjNlZTFh/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96ee97d0f76e7b305249e4\",\n            \"id\": \"5f71d4d6c8914e3a0f066c9a\",\n            \"name\": \"Peace Winds Japan\",\n            \"city\": \"Jinsekikogen-cho\",\n            \"state\": \"Hiroshima Prefecture\",\n            \"address\": \"1161-2 2nd Floor, Chikada [object Object]\",\n            \"postalCode\": \"720-1622\",\n            \"externalId\": \"ext-gg-16569\",\n            \"ein\": null,\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://www.globalgiving.org/pfil/organ/16569/orglogo.jpg\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f301d0f76e7b305249f4\",\n            \"id\": \"5f84a968811430552d132bc8\",\n            \"name\": \"People for the Ethical Treatment of Animals, Inc.\",\n            \"city\": \"Norfolk\",\n            \"state\": \"VA\",\n            \"address\": \"501 Front St.\",\n            \"postalCode\": \"23510\",\n            \"externalId\": \"ext-pp-US555\",\n            \"ein\": \"521218336\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/MzE3MjE5NTYtNmM4ZC00MzQwLTlkZjEtYTBmNmJkMzViZTQ2/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"62bc53f08f8654007ebc8b04\",\n            \"id\": \"61b368b385f1fb0ff7ed92b9\",\n            \"name\": \"Place of Reprieve Inc\",\n            \"city\": \"Grand Rapids\",\n            \"state\": \"Michigan\",\n            \"address\": \"543 Lafayette Ave Se\",\n            \"postalCode\": \"49503\",\n            \"externalId\": \"ext-pp-US115190\",\n            \"ein\": \"463399384\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-06-29T13:30:24.689Z\",\n            \"modifiedAt\": \"2022-06-29T13:30:24.689Z\"\n        },\n        {\n            \"_id\": \"5f96f11fd0f76e7b305249e6\",\n            \"id\": \"5f84a026792f9c512d7aea53\",\n            \"name\": \"Powerplay Nyc Inc.\",\n            \"city\": \"BROOKLYN\",\n            \"state\": \"NY\",\n            \"address\": \"44 COURT ST STE 815\",\n            \"postalCode\": \"11201\",\n            \"externalId\": \"ext-cn-134045021\",\n            \"ein\": \"134045021\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e418d0f76e7b305249ac\",\n            \"id\": \"5f8497a737c9d64bbad98ebe\",\n            \"name\": \"Project Arts Centre\",\n            \"city\": \"Dublin 2\",\n            \"state\": \"Ireland\",\n            \"address\": \"\\\"39 East Essex Street, Temple Bar\\\"\",\n            \"postalCode\": \"\",\n            \"externalId\": \"ext-pp-IE4039706\",\n            \"ein\": \"20011970\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602531250609_55a06b7d-1985-4da6-8c97-8f4173a9515d.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96ecf7d0f76e7b305249d0\",\n            \"id\": \"5f849dba9bc6334fcc8874fa\",\n            \"name\": \"Project Homeless Connect Washington County\",\n            \"city\": \"HILLSBORO\",\n            \"state\": \"OR\",\n            \"address\": \"6701 NE CAMPUS DR\",\n            \"postalCode\": \"97124\",\n            \"externalId\": \"ext-cn-834637716\",\n            \"ein\": \"834637716\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602531310601_52153eeb-f3db-49a9-8795-049a0cc2f414.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f97021dd0f76e7b30524a08\",\n            \"id\": \"5f5830c6ce52247bf85431d2\",\n            \"name\": \"Rainbow Centre, Singapore\",\n            \"city\": \"Singapore\",\n            \"address\": \"501 Margaret Dr\",\n            \"postalCode\": \"149306\",\n            \"externalId\": \"\",\n            \"ein\": \"\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1599719069984_RC_main_stacked.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5fff4315d48c810c6bd3bda2\",\n            \"id\": \"5fff4314d48c810c6bd3bd9f\",\n            \"name\": \"Randy\",\n            \"address\": \"United States\",\n            \"ein\": \"111111111\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96eda6d0f76e7b305249db\",\n            \"id\": \"5f96d603df207914ff188258\",\n            \"name\": \"Rare Cancers Australia Limited\",\n            \"city\": \"BOWRAL\",\n            \"state\": \"New South Wales\",\n            \"address\": \"Suite 122, 302 - 306 Bong Bong St\",\n            \"postalCode\": \"2576\",\n            \"externalId\": \"ext-pp-AU3506275\",\n            \"ein\": \"24159196997\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/ODVmYzk5MWMtODdmZi00YzlmLWI4ODktOTAyNDFiZTAwMWE5/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e82fd0f76e7b305249c6\",\n            \"id\": \"5f849cc302c2964f571fe08c\",\n            \"name\": \"Restauración Ecológica y Desarrollo A.C.\",\n            \"city\": \"Benito Juárez\",\n            \"state\": \"DF\",\n            \"address\": \"Martin Mendalde 1750-7,  Acacias\",\n            \"postalCode\": \"03240\",\n            \"externalId\": \"ext-pp-MX3978160\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/NGExYTgxODUtNjIyYy00MjQxLWIwNWYtNGJiYWEzNjA2MTcy/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f301d0f76e7b305249f5\",\n            \"id\": \"5f84a968811430552d132bc9\",\n            \"name\": \"SICSA\",\n            \"city\": \"Kettering\",\n            \"state\": \"OH\",\n            \"address\": \"2600 Wilmington Pike\",\n            \"postalCode\": \"45419\",\n            \"externalId\": \"ext-pp-US182197\",\n            \"ein\": \"237367199\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/ZTE4NTcwMmUtZGU1Mi00NjNjLWI1ZmQtYTViNjdkMmEyYjNm/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96ecf7d0f76e7b305249d5\",\n            \"id\": \"5f849d26af14224f8cd85d78\",\n            \"name\": \"Salvation Army Acapulco Children's Home\",\n            \"city\": \"Acapulco De Juarez\",\n            \"state\": \"Guerrero\",\n            \"address\": \"Av. De Los Cantiles #16 Fracc. Mozimba\",\n            \"postalCode\": \"39460\",\n            \"externalId\": \"ext-pp-MX3854836\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/ODk5N2RlN2MtYWViNC00YzAwLWI2ZmUtM2NiNjczOWU0ZGUy/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96ebcfd0f76e7b305249ce\",\n            \"id\": \"5f849d26af14224f8cd85d78\",\n            \"name\": \"Salvation Army Acapulco Children's Home\",\n            \"city\": \"Acapulco De Juarez\",\n            \"state\": \"Guerrero\",\n            \"address\": \"Av. De Los Cantiles #16 Fracc. Mozimba\",\n            \"postalCode\": \"39460\",\n            \"externalId\": \"ext-pp-MX3854836\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/ODk5N2RlN2MtYWViNC00YzAwLWI2ZmUtM2NiNjczOWU0ZGUy/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e82fd0f76e7b305249c3\",\n            \"id\": \"5f849cc302c2964f571fe08e\",\n            \"name\": \"Sea Shepherd UK Trading ltd\",\n            \"city\": \"London\",\n            \"state\": \"\",\n            \"address\": \"27 Old Gloucester Street\",\n            \"postalCode\": \"WC1N 3AX\",\n            \"externalId\": \"ext-pp-GB63488\",\n            \"ein\": \"1110501\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/NzQ1OGM2YzYtZDQ3Mi00Nzg3LTk0MTgtNjlmZTY5ODFjOGVj/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96ebcfd0f76e7b305249cc\",\n            \"id\": \"5f71d4d6c8914e3a0f066ca1\",\n            \"name\": \"Second Harvest Japan\",\n            \"city\": \"Taito-ku\",\n            \"state\": \"Tokyo\",\n            \"address\": \"Mizuta Bldg. 1F Asakusabashi 4-5-1 [object Object]\",\n            \"postalCode\": \"111-0053\",\n            \"externalId\": \"ext-gg-50166\",\n            \"ein\": null,\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://www.globalgiving.org/pfil/organ/50166/orglogo.jpg\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f11fd0f76e7b305249ea\",\n            \"id\": \"5f96d603df207914ff188256\",\n            \"name\": \"Special Olympics Australia\",\n            \"city\": \"North Ryde\",\n            \"state\": \"New South Wales\",\n            \"address\": \"Place Building 1, Level 3, Suite 3.02, 3 Richardson\",\n            \"postalCode\": \"2113\",\n            \"externalId\": \"ext-pp-AU3696820\",\n            \"ein\": \"28050738728\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/NDI5MWZjMjAtZWQ1Yy00YjY0LTgwYjUtMDVlYWMwZTZkNTI4/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f11fd0f76e7b305249e8\",\n            \"id\": \"5f84a024792f9c512d7aea50\",\n            \"name\": \"Sport Against Racism (Ireland) Limited\",\n            \"city\": \"Dublin 1\",\n            \"state\": \"Ireland\",\n            \"address\": \"135 Capel Street\",\n            \"postalCode\": \"-\",\n            \"externalId\": \"ext-pp-IE4036538\",\n            \"ein\": \"20040888\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602532070190_ff1ab8d7-1525-4b8f-aef4-48b0d5a2f60f.jpeg\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96ecf7d0f76e7b305249d3\",\n            \"id\": \"5f96d603df207914ff18825a\",\n            \"name\": \"Streetsmart Australia\",\n            \"city\": \"Cremorne\",\n            \"state\": \"Victoria\",\n            \"address\": \"Level 2, 105-115 Dover St\",\n            \"postalCode\": \"3121\",\n            \"externalId\": \"ext-pp-AU3508322\",\n            \"ein\": \"51106387446\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/MWEwMGI5MTktNWUyMS00MjUyLWFmNTktZmRhY2I1MzhlYmQw/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f210d0f76e7b305249f0\",\n            \"id\": \"5f71d4d5c8914e3a0f066c82\",\n            \"name\": \"TELL\",\n            \"city\": \"Minato-ku\",\n            \"state\": null,\n            \"address\": \"Wesley Center 2F 6-10-11 Minami-Aoyama\",\n            \"postalCode\": \"107-0062\",\n            \"externalId\": \"ext-gg-35426\",\n            \"ein\": null,\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://www.globalgiving.org/pfil/organ/35426/orglogo.jpg\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e728d0f76e7b305249bf\",\n            \"id\": \"5f71d4d5c8914e3a0f066c86\",\n            \"name\": \"Teach For India\",\n            \"city\": \"Mumbai\",\n            \"state\": \"Maharashtra\",\n            \"address\": \"Teach for India, c/o Godrej Industries Complex, Gate no.2, Phirojshanagar, Vikhroli (E) [object Object]\",\n            \"postalCode\": \"400079\",\n            \"externalId\": \"ext-gg-15110\",\n            \"ein\": null,\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://www.globalgiving.org/pfil/organ/15110/orglogo.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e728d0f76e7b305249b9\",\n            \"id\": \"5f849c3c3d29f54f1ac2a804\",\n            \"name\": \"Technovation\",\n            \"city\": \"Los Angeles\",\n            \"state\": \"CA\",\n            \"address\": \"532 West 22nd Street\",\n            \"postalCode\": \"90007\",\n            \"externalId\": \"ext-cn-208386654\",\n            \"ein\": \"208386654\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602531494710_a497016e-a249-4ae7-971d-f261cb6093c7.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e82fd0f76e7b305249c7\",\n            \"id\": \"5f849cc302c2964f571fe08d\",\n            \"name\": \"Terra Peninsular A.C.\",\n            \"city\": \"Ensenada\",\n            \"state\": \"Baja California\",\n            \"address\": \"Calle Tercera 1282\",\n            \"postalCode\": \"22800\",\n            \"externalId\": \"ext-pp-MX4080082\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/Yzk4MDQ5MjgtYWIyZi00Y2RiLWI4OTUtMDJmN2U4ZTAwYmY1/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96ecf7d0f76e7b305249cf\",\n            \"id\": \"5f849db89bc6334fcc8874f8\",\n            \"name\": \"The Albert Kennedy Trust\",\n            \"city\": \"London\",\n            \"state\": \"London\",\n            \"address\": \"48, The Chocolate Studios 7, Shepherdess Place\",\n            \"postalCode\": \"N17 LJ\",\n            \"externalId\": \"ext-pp-GB25778\",\n            \"ein\": \"1093815\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/M2E2NTA0ZWMtMjRmMC00ZDMxLThmYzEtZGYwYTMyZTYzODYw/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f301d0f76e7b305249f6\",\n            \"id\": \"5f84a968811430552d132bc7\",\n            \"name\": \"The Animal Collective\",\n            \"city\": \"La Linea de la Concepcion\",\n            \"state\": \"Cádiz\",\n            \"address\": \"Camino de Cuevas 122\",\n            \"postalCode\": \"11300\",\n            \"externalId\": \"ext-pp-ES3857622\",\n            \"ein\": \"72370067\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/ZTczMWMwYmUtYmNhNy00NTI0LWIxYmYtYzhjODYxNWQ4M2Uy/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96ebcfd0f76e7b305249cd\",\n            \"id\": \"5f71d4d5c8914e3a0f066c80\",\n            \"name\": \"The Food Bank Singapore Ltd.\",\n            \"city\": \"Singapore\",\n            \"state\": \"Singapore\",\n            \"address\": \"Block 39 Keppel Road Tanjong Pagar Distripark #01-02/04\",\n            \"postalCode\": \"089065\",\n            \"externalId\": \"ext-gg-38295\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://www.globalgiving.org/pfil/organ/38295/orglogo.jpg\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e728d0f76e7b305249bc\",\n            \"id\": \"5f849c3b3d29f54f1ac2a803\",\n            \"name\": \"The Library Project Inc.\",\n            \"city\": \"PHOENIX\",\n            \"state\": \"AZ\",\n            \"address\": \"2509 E RIDGE CREEK RD\",\n            \"postalCode\": \"85024\",\n            \"externalId\": \"ext-cn-201347443\",\n            \"ein\": \"201347443\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602531335879_6a1e3973-66f5-4753-9509-d8e55f0b108b.svg\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e82fd0f76e7b305249c1\",\n            \"id\": \"5f36fa7c27b88b5d9fedf4cd\",\n            \"name\": \"The Street Trust Community Fund\",\n            \"city\": \"Portland\",\n            \"state\": \"OR\",\n            \"address\": \"618 NW Glisan Ave Suite 401\",\n            \"postalCode\": \"97209\",\n            \"externalId\": \"ext-pp-US59537\",\n            \"ein\": \"931057956\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/ZWM4YjA5MWUtMDM2Zi00YzdkLTgzYTAtZGNjNjQ1MGQxZDI3/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96eda6d0f76e7b305249da\",\n            \"id\": \"5f849e4431fe4c5014b92a99\",\n            \"name\": \"Tumorzentrum Berlin e.V.\",\n            \"city\": \"Berlin\",\n            \"state\": \"\",\n            \"address\": \"Robert-Koch-Platz 7\",\n            \"postalCode\": \"10115\",\n            \"externalId\": \"ext-pp-DE3980676\",\n            \"ein\": \"18709\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602531815351_7232254d-d828-4c96-9a99-ac4e6a064212.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f97021dd0f76e7b30524a0b\",\n            \"id\": \"5f84aa74bde86755b9b3318f\",\n            \"name\": \"UN TECHO PARA MI PAÍS MÉXICO A.C.\",\n            \"city\": \"Mexico City\",\n            \"state\": \"DF\",\n            \"address\": \"Tonala 194 - C Roma Norte\",\n            \"postalCode\": \"06700\",\n            \"externalId\": \"ext-pp-MX3854677\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/NDc5Y2U1ZjYtMDQyYy00NjJhLWJiMTgtNjFhMDEwNWQyODMz/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96ecf7d0f76e7b305249d4\",\n            \"id\": \"5f849db89bc6334fcc8874f3\",\n            \"name\": \"UNITED STATES ASSOCIATION FOR UNHCR\",\n            \"city\": \"Washington\",\n            \"state\": \"DC\",\n            \"address\": \"1310 L Street NW Suite 450\",\n            \"postalCode\": \"20005\",\n            \"externalId\": \"ext-pp-US1531\",\n            \"ein\": \"521662800\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/MmMzNDQyMzUtYjUyYS00OWJmLTk1OWYtMzkyMDEwZDc3ZTc4/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96ee97d0f76e7b305249e3\",\n            \"id\": \"5f849db89bc6334fcc8874f3\",\n            \"name\": \"UNITED STATES ASSOCIATION FOR UNHCR\",\n            \"city\": \"Washington\",\n            \"state\": \"DC\",\n            \"address\": \"1310 L Street NW Suite 450\",\n            \"postalCode\": \"20005\",\n            \"externalId\": \"ext-pp-US1531\",\n            \"ein\": \"521662800\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/MmMzNDQyMzUtYjUyYS00OWJmLTk1OWYtMzkyMDEwZDc3ZTc4/file.JPG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96ee97d0f76e7b305249e0\",\n            \"id\": \"5f849f0fdcf72b50a7e3addd\",\n            \"name\": \"Venezuelans and Immigrants Aid Inc.\",\n            \"city\": \"NEW YORK\",\n            \"state\": \"NY\",\n            \"address\": \"167 W 136TH ST APT 7\",\n            \"postalCode\": \"10030\",\n            \"externalId\": \"ext-cn-371964314\",\n            \"ein\": \"371964314\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://files.godeed.today/1602531729935_9c0d600a-9733-4756-83c2-95e1f33769dc.png\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96f301d0f76e7b305249f8\",\n            \"id\": \"5f71d4d5c8914e3a0f066c6b\",\n            \"name\": \"Wildlife Trust of India\",\n            \"city\": \"Noida\",\n            \"state\": \"Uttar Pradesh\",\n            \"address\": \"F-13, Sector 8,\",\n            \"postalCode\": \"201301\",\n            \"externalId\": \"ext-gg-9916\",\n            \"ein\": null,\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://www.globalgiving.org/pfil/organ/9916/orglogo.gif\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"5f96e82fd0f76e7b305249c2\",\n            \"id\": \"5f849cc302c2964f571fe090\",\n            \"name\": \"Wise with Waste\",\n            \"city\": \"Rotterdam\",\n            \"state\": \"\",\n            \"address\": \"Westersingel 24B\",\n            \"postalCode\": \"3014 GP\",\n            \"externalId\": \"ext-pp-NL3893812\",\n            \"ein\": \"77256417\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics.paypal.com/00/s/YmUxNGRkZTYtYWEyOC00NWE2LWE0MWQtNDdiOTc4YjU1ZjM2/file.PNG\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"612380ea26c9a3c7233fce01\",\n            \"id\": \"60c0c50f79001f95949d3aa2\",\n            \"name\": \"Wonder Woofs\",\n            \"city\": \"HOLLISTER\",\n            \"state\": \"California\",\n            \"address\": \"1261 PAYETTE CIR\",\n            \"postalCode\": \"95023\",\n            \"externalId\": \"ext-cn-461833898\",\n            \"ein\": \"461833898\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"_id\": \"62bc56278f8654007ebc8d36\",\n            \"id\": \"62bc56278f8654007ebc8d33\",\n            \"name\": \"belikewatr INC's Test Store\",\n            \"city\": \"San Jose\",\n            \"state\": \"California\",\n            \"address\": \"1 Main St\",\n            \"postalCode\": \"95131\",\n            \"externalId\": \"ext-pp-US468044\",\n            \"ein\": \"850721414\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-06-29T13:39:51.732Z\",\n            \"modifiedAt\": \"2022-06-29T13:39:51.732Z\"\n        },\n        {\n            \"_id\": \"60a7b944ab6449257dd8f20d\",\n            \"id\": \"60a7b942ab6449257dd8f20a\",\n            \"name\": \"lavatest\",\n            \"ein\": \"\",\n            \"__t\": \"Nonprofit\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-07-07T15:25:56.945Z\",\n            \"modifiedAt\": \"2022-07-07T19:09:23.131Z\"\n        },\n        {\n            \"_id\": \"62bc53ad8f8654007ebc8a94\",\n            \"id\": \"62bc5365b325d286571f9a88\",\n            \"name\": \"soundararajan gopalakrishnan's Test Store\",\n            \"city\": \"San Jose\",\n            \"state\": \"California\",\n            \"address\": \"1 Main St\",\n            \"postalCode\": \"95131\",\n            \"externalId\": \"ext-pp-US467004\",\n            \"__t\": \"Nonprofit\",\n            \"mainPicture\": \"https://pics-v2.sandbox.paypal.com/00/p/ZThkZDNlMDAtNWJjZC00OTJiLWE2NmMtMjYyYTExMzk4NThh/image_12.PNG\",\n            \"status\": \"accepted\",\n            \"createdAt\": \"2022-06-29T13:29:17.625Z\",\n            \"modifiedAt\": \"2022-06-29T13:29:17.625Z\"\n        }\n    ],\n    \"total\": 127\n}"}],"_postman_id":"f0c90167-5144-4d1e-8a7e-2dfcc6dbf801"},{"name":"Get `Partner`","id":"402c8d90-17b1-4ce4-9c69-e21bb80ef7ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.testing.joindeed.org/api/partners/:id/:type/:id2","description":"<p><code>Admin</code></p>\n<p>Get a partner nonprofit for a company.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","partners",":id",":type",":id2"],"host":["https://api.testing.joindeed.org"],"query":[{"disabled":true,"description":{"content":"<p>Optional: Partnership status, defaults to <code>accepted</code> – (accepted|rejected|pending)</p>\n","type":"text/plain"},"key":"status","value":""}],"variable":[{"id":"2dc0af30-9822-4229-a598-c877f2e5db8e","description":{"content":"<p>Required:  The nonprofit/company ID you're trying to partner with</p>\n","type":"text/plain"},"type":"any","value":"6155d4df93585cd2003a6bf0","key":"id"},{"id":"7680dfb5-a74b-4e7f-a863-cce195e1b60b","type":"any","value":null,"key":"type"},{"id":"9976f66a-0c0e-41e7-861a-795f500bc6a0","type":"any","value":null,"key":"id2"}]}},"response":[{"id":"6c05a076-4ae2-4ca8-8540-b28f4bdcb053","name":"/api/partners/{id}/{type?}/{id2?}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/partners/:id","host":["https://api.testing.joindeed.org"],"path":["api","partners",":id"],"query":[{"key":"status","value":null,"description":"Optional: Partnership status, defaults to `accepted` – (accepted|rejected|pending)","disabled":true}],"variable":[{"key":"id","value":"6155d4df93585cd2003a6bf0","description":"Required:  The nonprofit/company ID you're trying to partner with"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 07:51:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"217"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"accepted\",\n    \"_id\": \"632036526003ef5f7d1d829f\",\n    \"company\": \"5eb4808168abec18c3d8fbd9\",\n    \"nonprofit\": \"6155d4df93585cd2003a6bf0\",\n    \"createdAt\": \"2022-09-13T07:50:42.989Z\",\n    \"modifiedAt\": \"2022-09-13T07:50:42.989Z\",\n    \"__v\": 0\n}"}],"_postman_id":"402c8d90-17b1-4ce4-9c69-e21bb80ef7ac"},{"name":"Create `Partner`","id":"bd16543c-1750-45b5-af42-0a9fd54cf032","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/partners/:id/:type/:id2","description":"<p><code>Admin</code></p>\n<p>Create a partner nonprofit relation for a company.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","partners",":id",":type",":id2"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"14b08a53-4c4d-4bab-a9d5-70cbe498d19d","description":{"content":"<p>Required: The nonprofit/company ID you're trying to partner with</p>\n","type":"text/plain"},"type":"any","value":"6155d4df93585cd2003a6bf0","key":"id"},{"id":"769cab79-1155-410d-99b6-95fd69cf7df2","type":"any","value":null,"key":"type"},{"id":"a103df23-310d-491b-b587-7e2a459df758","type":"any","value":null,"key":"id2"}]}},"response":[{"id":"ad0db936-95d9-45d1-92ad-c25aacd36145","name":"/api/partners/{id}/{type?}/{id2?}","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.testing.joindeed.org/api/partners/:id","host":["https://api.testing.joindeed.org"],"path":["api","partners",":id"],"variable":[{"key":"id","value":"6155d4df93585cd2003a6bf0","description":"Required: The nonprofit/company ID you're trying to partner with"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 07:50:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"217"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"X-HTTP-Method-Override, Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"accepted\",\n    \"_id\": \"632036526003ef5f7d1d829f\",\n    \"company\": \"5eb4808168abec18c3d8fbd9\",\n    \"nonprofit\": \"6155d4df93585cd2003a6bf0\",\n    \"createdAt\": \"2022-09-13T07:50:42.989Z\",\n    \"modifiedAt\": \"2022-09-13T07:50:42.989Z\",\n    \"__v\": 0\n}"}],"_postman_id":"bd16543c-1750-45b5-af42-0a9fd54cf032"},{"name":"Modify `Partner`","id":"016f72b4-9584-4934-8eef-30d09013a8aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"rejected\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.testing.joindeed.org/api/partners/:id/:type/:id2","description":"<p><code>Admin</code></p>\n<p>Modify a partner nonprofit relation for a company.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","partners",":id",":type",":id2"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"2aca3574-bbfe-436b-9f77-96b0e8ed5a69","description":{"content":"<p>Required: The nonprofit/company ID you're trying to partner with</p>\n","type":"text/plain"},"type":"any","value":"6155d4df93585cd2003a6bf0","key":"id"},{"id":"6af3afd7-e891-4afc-925c-6fe4709b0410","type":"any","value":null,"key":"type"},{"id":"2000d2ea-0164-4942-92f8-77ff3ebd0859","type":"any","value":null,"key":"id2"}]}},"response":[{"id":"4b1aaf9a-92cf-4888-b53a-88c4da040cae","name":"/api/partners/{id}/{type?}/{id2?}","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"rejected\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.testing.joindeed.org/api/partners/:id","host":["https://api.testing.joindeed.org"],"path":["api","partners",":id"],"variable":[{"key":"id","value":"6155d4df93585cd2003a6bf0","description":"Required: The nonprofit/company ID you're trying to partner with"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 07:52:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"217"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"rejected\",\n    \"_id\": \"632036526003ef5f7d1d829f\",\n    \"company\": \"5eb4808168abec18c3d8fbd9\",\n    \"nonprofit\": \"6155d4df93585cd2003a6bf0\",\n    \"createdAt\": \"2022-09-13T07:50:42.989Z\",\n    \"modifiedAt\": \"2022-09-13T07:52:43.563Z\",\n    \"__v\": 0\n}"}],"_postman_id":"016f72b4-9584-4934-8eef-30d09013a8aa"},{"name":"Delete `Partner`","id":"2ac4745d-46cf-452d-8cd8-41d959a84b47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.testing.joindeed.org/api/partners/:id/:type/:id2","description":"<p><code>Admin</code></p>\n<p>Delete a partner nonprofit relation for a company.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["api","partners",":id",":type",":id2"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[{"id":"d0b17443-b3c4-4636-aff2-da43f441cd1e","description":{"content":"<p>Required: The nonprofit/company ID you're trying to partner with</p>\n","type":"text/plain"},"type":"any","value":"632036526003ef5f7d1d829f","key":"id"},{"id":"994ee6fd-b667-4d73-b145-e3d9d4cd1854","type":"any","value":null,"key":"type"},{"id":"4af25106-b1bd-4efe-9587-a3d4ecd7cc7c","type":"any","value":null,"key":"id2"}]}},"response":[{"id":"30b23671-751b-4c70-946f-1e0963badbae","name":"/api/partners/{id}/{type?}/{id2?}","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.testing.joindeed.org/api/partners/:id","host":["https://api.testing.joindeed.org"],"path":["api","partners",":id"],"variable":[{"key":"id","value":null}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 13 Sep 2022 07:53:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Set-Authorization"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2ac4745d-46cf-452d-8cd8-41d959a84b47"}],"id":"58477c68-b408-4f38-ac3d-ccb5368755d0","_postman_id":"58477c68-b408-4f38-ac3d-ccb5368755d0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Nonprofit Affiliations","item":[{"name":"List `Affiliation`s","id":"fc2ec510-be90-4494-b70b-919dac193bd1","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query affiliations ($userId: ID) {\n    affiliations (userId: $userId) {\n        affiliationType\n        boardPosition\n        companyId\n        createdAt\n        endingAt\n        id\n        modifiedAt\n        nonprofitId\n        startingAt\n        userId\n    }\n}","variables":"{\n  \"userId\": 0\n}"}},"url":"https://api.testing.joindeed.org/nonprofit","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Get a list of nonprofit affiliation entries for a user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["nonprofit"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc2ec510-be90-4494-b70b-919dac193bd1"},{"name":"Get `Affiliation`","id":"41613ca3-b1d7-4919-a32f-2a70c80762e6","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query affiliation ($id: ID!) {\n    affiliation (id: $id) {\n        affiliationType\n        boardPosition\n        companyId\n        createdAt\n        endingAt\n        id\n        modifiedAt\n        nonprofitId\n        startingAt\n        userId\n    }\n}","variables":"{\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/nonprofit","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Get info on a nonprofit affiliation entry.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["nonprofit"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"41613ca3-b1d7-4919-a32f-2a70c80762e6"},{"name":"Create `Affiliation`","id":"81c4f144-8862-450a-b9f0-d9e2e80b721d","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation createEmployeeAffiliation ($data: EmployeeAffiliationCreateInput!) {\n    createEmployeeAffiliation (data: $data) {\n        affiliationType\n        boardPosition\n        companyId\n        createdAt\n        endingAt\n        id\n        modifiedAt\n        nonprofitId\n        startingAt\n        userId\n    }\n}","variables":"{\n  \"data\": {\n    \"affiliationType\": \"\",\n    \"boardPosition\": \"\",\n    \"companyId\": \"\",\n    \"endingAt\": \"\",\n    \"nonprofitId\": \"\",\n    \"startingAt\": \"\",\n    \"userId\": \"\"\n  }\n}"}},"url":"https://api.testing.joindeed.org/nonprofit","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Create a nonprofit affiliation entry.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["nonprofit"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"81c4f144-8862-450a-b9f0-d9e2e80b721d"},{"name":"Modify `Affiliation`","id":"ce23f245-76c3-42c0-85c7-aa471ed5ea41","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation updateEmployeeAffiliation ($data: EmployeeAffiliationUpdateInput!, $id: ID!) {\n    updateEmployeeAffiliation (data: $data, id: $id) {\n        affiliationType\n        boardPosition\n        companyId\n        createdAt\n        endingAt\n        id\n        modifiedAt\n        nonprofitId\n        startingAt\n        userId\n    }\n}","variables":"{\n  \"data\": {\n    \"affiliationType\": \"\",\n    \"boardPosition\": \"\",\n    \"endingAt\": \"\",\n    \"startingAt\": \"\"\n  },\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/nonprofit","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Modify a nonprofit affiliation entry.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["nonprofit"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce23f245-76c3-42c0-85c7-aa471ed5ea41"},{"name":"Delete `Affiliation`","id":"4301404d-666a-4767-9cd0-d6c7f439bc1d","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation deleteEmployeeAffiliation ($id: ID!) {\n    deleteEmployeeAffiliation (id: $id) {\n        affiliationType\n        boardPosition\n        companyId\n        createdAt\n        endingAt\n        id\n        modifiedAt\n        nonprofitId\n        startingAt\n        userId\n    }\n}","variables":"{\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/nonprofit","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Delete a nonprofit affiliation entry.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["nonprofit"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4301404d-666a-4767-9cd0-d6c7f439bc1d"},{"name":"List `Affiliation`s by `Nonprofit`","id":"dd193d93-48b8-4c63-b3a4-006ea9886273","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query affiliationsByNonprofit ($limit: Int, $nonprofitId: String!, $offset: Int) {\n    affiliationsByNonprofit (limit: $limit, nonprofitId: $nonprofitId, offset: $offset) {\n        affiliationType\n        boardPosition\n        companyId\n        createdAt\n        endingAt\n        id\n        modifiedAt\n        nonprofitId\n        startingAt\n        userId\n    }\n}","variables":"{\n  \"limit\": 0,\n  \"nonprofitId\": \"\",\n  \"offset\": 0\n}"}},"url":"https://api.testing.joindeed.org/nonprofit","description":"<p><code>Admin</code></p>\n<p>Get a list of nonprofit affiliation entries for a nonprofit.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["nonprofit"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd193d93-48b8-4c63-b3a4-006ea9886273"},{"name":"Affiliations Count","id":"2ff25c52-2840-412a-b648-59c057b87631","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query affiliationsCount ($nonprofitId: ID) {\n    affiliationsCount (nonprofitId: $nonprofitId)\n}","variables":"{\n  \"nonprofitId\": 0\n}"}},"url":"https://api.testing.joindeed.org/nonprofit","description":"<p><code>Admin</code></p>\n<p>Create a count of nonprofit affiliations for a nonprofit.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["nonprofit"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ff25c52-2840-412a-b648-59c057b87631"}],"id":"51018409-a821-404b-856d-f2f04515f43f","_postman_id":"51018409-a821-404b-856d-f2f04515f43f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Nonprofit Nominations","item":[{"name":"List `NonprofitNomination`s","id":"7362af4d-ed1a-4572-b2b4-da1c8755882a","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query nonprofitNominations ($companyId: ID, $limit: Int, $offset: Int, $order: String, $sortedBy: String, $userId: ID) {\n    nonprofitNominations (companyId: $companyId, limit: $limit, offset: $offset, order: $order, sortedBy: $sortedBy, userId: $userId) {\n        companyId\n        country\n        createdAt\n        ein\n        email\n        engagementType\n        id\n        internalNote\n        modifiedAt\n        nonprofitName\n        otherNote\n        phone\n        status\n        userId\n        website\n    }\n}","variables":"{\n  \"companyId\": 0,\n  \"limit\": 0,\n  \"offset\": 0,\n  \"order\": \"\",\n  \"sortedBy\": \"\",\n  \"userId\": 0\n}"}},"url":"https://api.testing.joindeed.org/nonprofit","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Get a list of nonprofit nominations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["nonprofit"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7362af4d-ed1a-4572-b2b4-da1c8755882a"},{"name":"Get `NonprofitNomination`","id":"dd131382-dd95-49f1-bed1-ea65eb066eed","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query nonprofitNomination ($id: ID!) {\n    nonprofitNomination (id: $id) {\n        companyId\n        country\n        createdAt\n        ein\n        email\n        engagementType\n        id\n        internalNote\n        modifiedAt\n        nonprofitName\n        otherNote\n        phone\n        status\n        userId\n        website\n    }\n}","variables":"{\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/nonprofit","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Get info on a nonprofit nomination.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["nonprofit"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd131382-dd95-49f1-bed1-ea65eb066eed"},{"name":"Create `NonprofitNomination`","id":"da5841bd-edd3-4fc7-9f5b-7624313a5f01","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation createNonprofitNomination ($data: NonprofitNominationCreateInput!) {\n    createNonprofitNomination (data: $data) {\n        companyId\n        country\n        createdAt\n        ein\n        email\n        engagementType\n        id\n        internalNote\n        modifiedAt\n        nonprofitName\n        otherNote\n        phone\n        status\n        userId\n        website\n    }\n}","variables":"{\n  \"data\": {\n    \"country\": \"\",\n    \"ein\": \"\",\n    \"email\": \"\",\n    \"engagementType\": \"\",\n    \"nonprofitName\": \"\",\n    \"otherNote\": \"\",\n    \"phone\": \"\",\n    \"website\": \"\"\n  }\n}"}},"url":"https://api.testing.joindeed.org/nonprofit","description":"<p><code>User</code></p>\n<p>Create a nonprofit nomination.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["nonprofit"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"da5841bd-edd3-4fc7-9f5b-7624313a5f01"},{"name":"Modify `NonprofitNomination`","id":"7e0ff16e-5525-4186-81b6-9b67f916ca26","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation updateNonprofitNomination ($data: NonprofitNominationUpdateInput!, $id: ID!) {\n    updateNonprofitNomination (data: $data, id: $id) {\n        companyId\n        country\n        createdAt\n        ein\n        email\n        engagementType\n        id\n        internalNote\n        modifiedAt\n        nonprofitName\n        otherNote\n        phone\n        status\n        userId\n        website\n    }\n}","variables":"{\n  \"data\": {\n    \"internalNote\": \"\",\n    \"status\": \"\"\n  },\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/nonprofit","description":"<p><code>User</code></p>\n<p>Modify a nonprofit nomination.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["nonprofit"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e0ff16e-5525-4186-81b6-9b67f916ca26"},{"name":"Nominations Count","id":"4c9774d2-16f7-4bbf-9f09-d31a467167eb","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query nominationsCount ($companyId: ID) {\n    nominationsCount (companyId: $companyId)\n}","variables":"{\n  \"companyId\": 0\n}"}},"url":"https://api.testing.joindeed.org/nonprofit","description":"<p><code>Admin</code></p>\n<p>Create a count of nonprofit nominations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["nonprofit"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c9774d2-16f7-4bbf-9f09-d31a467167eb"}],"id":"92795306-3b90-4421-b031-d2abd966ff67","_postman_id":"92795306-3b90-4421-b031-d2abd966ff67","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"Volunteer Time","item":[{"name":"Time Off","item":[{"name":"List `VolunteerTimeOff`s","id":"dba038a5-0d4b-46d0-98f3-9cc2c36e3bda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query volunteerTimeOffs ($userId: ID) {\n    volunteerTimeOffs (userId: $userId) {\n        companyId\n        createdAt\n        deedId\n        duration\n        employeeNote\n        endingAt\n        id\n        merge\n        modifiedAt\n        requestedAt\n        startingAt\n        status\n        userId\n    }\n}","variables":"{\n  \"userId\": 0\n}"}},"url":"https://api.testing.joindeed.org/time-off","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Get a list of volunteer time off entries.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["time-off"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"dba038a5-0d4b-46d0-98f3-9cc2c36e3bda"},{"name":"Get `VolunteerTimeOff`","id":"2ef8f23f-cf97-46e8-8622-faaf40e5ac97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query volunteerTimeOff ($id: ID) {\n    volunteerTimeOff (id: $id) {\n        companyId\n        createdAt\n        deedId\n        duration\n        employeeNote\n        endingAt\n        id\n        merge\n        modifiedAt\n        requestedAt\n        startingAt\n        status\n        userId\n    }\n}","variables":"{\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/time-off","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Get a single volunteer time off entry.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["time-off"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ef8f23f-cf97-46e8-8622-faaf40e5ac97"},{"name":"Create `VolunteerTimeOff`","id":"80fb61f9-69a9-41ce-89db-163690d8f5eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.testing.joindeed.org/time-off/volunteer","description":"<p><code>User</code></p>\n<p>Create a volunteer time off entry.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["time-off","volunteer"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"80fb61f9-69a9-41ce-89db-163690d8f5eb"},{"name":"Get `VolunteerTimeOff` Summary","id":"eee42512-7e84-497c-ba6c-01a486be6a87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query volunteerTimeOffSummary ($userId: ID) {\n    volunteerTimeOffSummary (userId: $userId) {\n        balance\n        companyId\n        createdAt\n        id\n        merge\n        modifiedAt\n        requested\n        total\n        used\n        userId\n    }\n}","variables":"{\n  \"userId\": 0\n}"}},"url":"https://api.testing.joindeed.org/time-off","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Create a summary of volunteer time off entries.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["time-off"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"eee42512-7e84-497c-ba6c-01a486be6a87"}],"id":"6c6b5c3d-0cf4-4ffe-b9ea-301479bc06cd","_postman_id":"6c6b5c3d-0cf4-4ffe-b9ea-301479bc06cd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}},{"name":"List / Get `VolunteerTime`","id":"c208064e-ce5c-4114-9f8d-8e66ceaaec2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query volunteerTimes ($cursor: VolunteerTimeWhereUniqueInput, $distinct: [VolunteerTimeScalarFieldEnum], $skip: Int, $take: Int, $where: VolunteerTimeWhereInput) {\n    volunteerTimes (cursor: $cursor, distinct: $distinct, skip: $skip, take: $take, where: $where) {\n        approval\n        companyId\n        createdAt\n        date\n        deedId\n        duration\n        externalNonprofitCauses\n        externalNonprofitCountry\n        externalNonprofitId\n        externalNonprofitName\n        id\n        metadata\n        milestone\n        modifiedAt\n        nonprofitId\n        notes\n        userId\n    }\n}","variables":"{\n  \"cursor\": {\n    \"id\": \"\"\n  },\n  \"distinct\": [\n    \"\"\n  ],\n  \"skip\": 0,\n  \"take\": 0,\n  \"where\": {\n    \"AND\": {\n      \"AND\": \"<Same as [VolunteerTimeWhereInput]>\",\n      \"Company\": {},\n      \"Deed\": {},\n      \"ExternalNonprofitCauses\": {},\n      \"NOT\": {\n        \"NOT\": \"<Same as [VolunteerTimeWhereInput]>\"\n      },\n      \"Nonprofit\": {},\n      \"OR\": {\n        \"OR\": \"<Same as [VolunteerTimeWhereInput]>\"\n      },\n      \"User\": {},\n      \"approval\": {},\n      \"companyId\": {},\n      \"createdAt\": {},\n      \"date\": {},\n      \"deedId\": {},\n      \"duration\": {},\n      \"externalNonprofitCauses\": {},\n      \"externalNonprofitCountry\": {},\n      \"externalNonprofitId\": {},\n      \"externalNonprofitName\": {},\n      \"id\": {},\n      \"metadata\": {},\n      \"milestone\": {},\n      \"modifiedAt\": {},\n      \"nonprofitId\": {},\n      \"notes\": {},\n      \"userId\": {}\n    },\n    \"Company\": {\n      \"AND\": {\n        \"AND\": \"<Same as [OrganizationWhereInput]>\"\n      },\n      \"CommunityCompanies\": {},\n      \"CommunityNonprofits\": {},\n      \"CompanyAffiliation\": {},\n      \"CompanyVolunteerTimes\": {},\n      \"DonationSchedulesCompanies\": {},\n      \"DonationSchedulesNonprofits\": {},\n      \"Donations\": {},\n      \"GivingAccounts\": {},\n      \"NOT\": {\n        \"NOT\": \"<Same as [OrganizationWhereInput]>\"\n      },\n      \"NonProfitAffiliation\": {},\n      \"NonprofitNomination\": {},\n      \"NonprofitVolunteerTimes\": {},\n      \"OR\": {\n        \"OR\": \"<Same as [OrganizationWhereInput]>\"\n      },\n      \"OrganizationDeeds\": {},\n      \"PartnerDeeds\": {},\n      \"PointOfContact\": {},\n      \"Users\": {},\n      \"VolunteerTimeOffSummary\": {},\n      \"VolunteerTimeOffs\": {},\n      \"approved\": {},\n      \"brief\": {},\n      \"code\": {},\n      \"communityCompanyIds\": {},\n      \"communityNonprofitIds\": {},\n      \"createdAt\": {},\n      \"currencyCode\": {},\n      \"dashboards\": {},\n      \"donationSchedulesNonprofits\": {},\n      \"email\": {},\n      \"finchApi\": {},\n      \"id\": {},\n      \"locationMap\": {},\n      \"logo\": {},\n      \"mainPicture\": {},\n      \"mergeApi\": {},\n      \"modifiedAt\": {},\n      \"name\": {},\n      \"payroll\": {},\n      \"pictures\": {},\n      \"pointOfContactId\": {},\n      \"reports\": {},\n      \"settings\": {},\n      \"sso\": {},\n      \"sso2\": {},\n      \"tagLine\": {},\n      \"type\": {}\n    },\n    \"Deed\": {\n      \"AND\": {\n        \"AND\": \"<Same as [DeedWhereInput]>\"\n      },\n      \"Communities\": {},\n      \"ERGs\": {},\n      \"NOT\": {\n        \"NOT\": \"<Same as [DeedWhereInput]>\"\n      },\n      \"OR\": {\n        \"OR\": \"<Same as [DeedWhereInput]>\"\n      },\n      \"Organization\": {},\n      \"OrganizingCommunities\": {},\n      \"Partner\": {},\n      \"SDGs\": {},\n      \"VolunteerTime\": {},\n      \"VolunteerTimeOffs\": {},\n      \"allowedCountries\": {},\n      \"allowedStates\": {},\n      \"attendees\": {},\n      \"blocked\": {},\n      \"campaigns\": {},\n      \"categories\": {},\n      \"code\": {},\n      \"communityIds\": {},\n      \"createdAt\": {},\n      \"description\": {},\n      \"editors\": {},\n      \"endingAt\": {},\n      \"externalId\": {},\n      \"featured\": {},\n      \"id\": {},\n      \"linkOnly\": {},\n      \"milestones\": {},\n      \"modifiedAt\": {},\n      \"name\": {},\n      \"organizationId\": {},\n      \"organizerName\": {},\n      \"organizerPhone\": {},\n      \"organizingCommunityIds\": {},\n      \"partnerId\": {},\n      \"pictures\": {},\n      \"pillars\": {},\n      \"public\": {},\n      \"rating\": {},\n      \"requireAuthentication\": {},\n      \"sponsored\": {},\n      \"startingAt\": {},\n      \"status\": {},\n      \"timeZone\": {},\n      \"type\": {}\n    },\n    \"ExternalNonprofitCauses\": {\n      \"every\": {},\n      \"none\": {},\n      \"some\": {}\n    },\n    \"NOT\": {\n      \"AND\": {\n        \"AND\": \"<Same as [VolunteerTimeWhereInput]>\"\n      },\n      \"Company\": {},\n      \"Deed\": {},\n      \"ExternalNonprofitCauses\": {},\n      \"NOT\": \"<Same as [VolunteerTimeWhereInput]>\",\n      \"Nonprofit\": {},\n      \"OR\": {\n        \"OR\": \"<Same as [VolunteerTimeWhereInput]>\"\n      },\n      \"User\": {},\n      \"approval\": {},\n      \"companyId\": {},\n      \"createdAt\": {},\n      \"date\": {},\n      \"deedId\": {},\n      \"duration\": {},\n      \"externalNonprofitCauses\": {},\n      \"externalNonprofitCountry\": {},\n      \"externalNonprofitId\": {},\n      \"externalNonprofitName\": {},\n      \"id\": {},\n      \"metadata\": {},\n      \"milestone\": {},\n      \"modifiedAt\": {},\n      \"nonprofitId\": {},\n      \"notes\": {},\n      \"userId\": {}\n    },\n    \"Nonprofit\": {\n      \"AND\": {\n        \"AND\": \"<Same as [OrganizationWhereInput]>\"\n      },\n      \"CommunityCompanies\": {},\n      \"CommunityNonprofits\": {},\n      \"CompanyAffiliation\": {},\n      \"CompanyVolunteerTimes\": {},\n      \"DonationSchedulesCompanies\": {},\n      \"DonationSchedulesNonprofits\": {},\n      \"Donations\": {},\n      \"GivingAccounts\": {},\n      \"NOT\": {\n        \"NOT\": \"<Same as [OrganizationWhereInput]>\"\n      },\n      \"NonProfitAffiliation\": {},\n      \"NonprofitNomination\": {},\n      \"NonprofitVolunteerTimes\": {},\n      \"OR\": {\n        \"OR\": \"<Same as [OrganizationWhereInput]>\"\n      },\n      \"OrganizationDeeds\": {},\n      \"PartnerDeeds\": {},\n      \"PointOfContact\": {},\n      \"Users\": {},\n      \"VolunteerTimeOffSummary\": {},\n      \"VolunteerTimeOffs\": {},\n      \"approved\": {},\n      \"brief\": {},\n      \"code\": {},\n      \"communityCompanyIds\": {},\n      \"communityNonprofitIds\": {},\n      \"createdAt\": {},\n      \"currencyCode\": {},\n      \"dashboards\": {},\n      \"donationSchedulesNonprofits\": {},\n      \"email\": {},\n      \"finchApi\": {},\n      \"id\": {},\n      \"locationMap\": {},\n      \"logo\": {},\n      \"mainPicture\": {},\n      \"mergeApi\": {},\n      \"modifiedAt\": {},\n      \"name\": {},\n      \"payroll\": {},\n      \"pictures\": {},\n      \"pointOfContactId\": {},\n      \"reports\": {},\n      \"settings\": {},\n      \"sso\": {},\n      \"sso2\": {},\n      \"tagLine\": {},\n      \"type\": {}\n    },\n    \"OR\": {\n      \"AND\": {\n        \"AND\": \"<Same as [VolunteerTimeWhereInput]>\"\n      },\n      \"Company\": {},\n      \"Deed\": {},\n      \"ExternalNonprofitCauses\": {},\n      \"NOT\": {\n        \"NOT\": \"<Same as [VolunteerTimeWhereInput]>\"\n      },\n      \"Nonprofit\": {},\n      \"OR\": \"<Same as [VolunteerTimeWhereInput]>\",\n      \"User\": {},\n      \"approval\": {},\n      \"companyId\": {},\n      \"createdAt\": {},\n      \"date\": {},\n      \"deedId\": {},\n      \"duration\": {},\n      \"externalNonprofitCauses\": {},\n      \"externalNonprofitCountry\": {},\n      \"externalNonprofitId\": {},\n      \"externalNonprofitName\": {},\n      \"id\": {},\n      \"metadata\": {},\n      \"milestone\": {},\n      \"modifiedAt\": {},\n      \"nonprofitId\": {},\n      \"notes\": {},\n      \"userId\": {}\n    },\n    \"User\": {\n      \"AND\": {\n        \"AND\": \"<Same as [BaseUserWhereInput]>\"\n      },\n      \"Affiliation\": {},\n      \"DonationSchedules\": {},\n      \"Donations\": {},\n      \"NOT\": {\n        \"NOT\": \"<Same as [BaseUserWhereInput]>\"\n      },\n      \"NonprofitNomination\": {},\n      \"OR\": {\n        \"OR\": \"<Same as [BaseUserWhereInput]>\"\n      },\n      \"Organization\": {},\n      \"PointOfContactOrganization\": {},\n      \"Roles\": {},\n      \"VolunteerTime\": {},\n      \"additionalData\": {},\n      \"birthday\": {},\n      \"communities\": {},\n      \"createdAt\": {},\n      \"deeds\": {},\n      \"displayCurrency\": {},\n      \"email\": {},\n      \"externalId\": {},\n      \"facebook\": {},\n      \"fullName\": {},\n      \"id\": {},\n      \"locale\": {},\n      \"locationId\": {},\n      \"locationObject\": {},\n      \"mainPicture\": {},\n      \"modifiedAt\": {},\n      \"organizationDepartment\": {},\n      \"organizationId\": {},\n      \"origin\": {},\n      \"phone\": {},\n      \"provider\": {},\n      \"roles\": {},\n      \"slack\": {},\n      \"sso\": {},\n      \"type\": {},\n      \"volunteerMinutes\": {},\n      \"volunteerTimeOffSummary\": {},\n      \"volunteerTimeOffs\": {}\n    },\n    \"approval\": {\n      \"equals\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"not\": {\n        \"not\": \"<Same as NestedEnumVolunteerTimeApprovalFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"companyId\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"createdAt\": {\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedDateTimeNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"date\": {\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedDateTimeFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"deedId\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"duration\": {\n      \"equals\": 0,\n      \"gt\": 0,\n      \"gte\": 0,\n      \"in\": [\n        0\n      ],\n      \"isSet\": true,\n      \"lt\": 0,\n      \"lte\": 0,\n      \"not\": {\n        \"not\": \"<Same as NestedIntNullableFilter>\"\n      },\n      \"notIn\": [\n        0\n      ]\n    },\n    \"externalNonprofitCauses\": {\n      \"equals\": [\n        \"\"\n      ],\n      \"has\": \"\",\n      \"hasEvery\": [\n        \"\"\n      ],\n      \"hasSome\": [\n        \"\"\n      ],\n      \"isEmpty\": true\n    },\n    \"externalNonprofitCountry\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"externalNonprofitId\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"externalNonprofitName\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"id\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"metadata\": {\n      \"equals\": \"\",\n      \"isSet\": true,\n      \"not\": \"\"\n    },\n    \"milestone\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"modifiedAt\": {\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedDateTimeNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ]\n    },\n    \"nonprofitId\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"notes\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"isSet\": true,\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringNullableFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    },\n    \"userId\": {\n      \"contains\": \"\",\n      \"endsWith\": \"\",\n      \"equals\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"mode\": \"\",\n      \"not\": {\n        \"not\": \"<Same as NestedStringFilter>\"\n      },\n      \"notIn\": [\n        \"\"\n      ],\n      \"startsWith\": \"\"\n    }\n  }\n}"}},"url":"https://api.testing.joindeed.org/logged-time","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Get a list of volunteer time entries or a single entry.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["logged-time"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"c208064e-ce5c-4114-9f8d-8e66ceaaec2e"},{"name":"Create `VolunteerTime`","id":"110301ea-c4fe-4e13-84f7-89a8c313e0b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation createVolunteerTime ($data: VolunteerTimeCreateInput!) {\n    createVolunteerTime (data: $data) {\n        approval\n        companyId\n        createdAt\n        date\n        deedId\n        duration\n        externalNonprofitCauses\n        externalNonprofitCountry\n        externalNonprofitId\n        externalNonprofitName\n        id\n        metadata\n        milestone\n        modifiedAt\n        nonprofitId\n        notes\n        userId\n    }\n}","variables":"{\n  \"data\": {\n    \"date\": \"\",\n    \"deed\": \"\",\n    \"duration\": \"\",\n    \"externalNonprofitCauses\": [\n      \"\"\n    ],\n    \"externalNonprofitCountry\": \"\",\n    \"externalNonprofitName\": \"\",\n    \"milestone\": \"\",\n    \"nonprofit\": \"\",\n    \"notes\": \"\",\n    \"user\": \"\"\n  }\n}"}},"url":"https://api.testing.joindeed.org/logged-time","description":"<p><code>User</code></p>\n<p>Create a volunteer time entry.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["logged-time"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"110301ea-c4fe-4e13-84f7-89a8c313e0b3"},{"name":"Modify `VolunteerTime`","id":"a6fedb9e-3365-4d4c-81c3-81d491f028f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation updateVolunteerTime ($data: VolunteerTimeUpdateInput!, $id: ID!) {\n    updateVolunteerTime (data: $data, id: $id) {\n        approval\n        companyId\n        createdAt\n        date\n        deedId\n        duration\n        externalNonprofitCauses\n        externalNonprofitCountry\n        externalNonprofitId\n        externalNonprofitName\n        id\n        metadata\n        milestone\n        modifiedAt\n        nonprofitId\n        notes\n        userId\n    }\n}","variables":"{\n  \"data\": {\n    \"date\": \"\",\n    \"duration\": \"\",\n    \"milestone\": \"\",\n    \"notes\": \"\"\n  },\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/logged-time","description":"<p><code>User</code> <code>Admin</code></p>\n<p>Modify a volunteer time entry.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["logged-time"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6fedb9e-3365-4d4c-81c3-81d491f028f7"},{"name":"Approve `VolunteerTime`","id":"53cde09b-74fb-48f6-8c1d-60c2b36b3d28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation approveVolunteerTime ($id: ID!) {\n    approveVolunteerTime (id: $id) {\n        approval\n        companyId\n        createdAt\n        date\n        deedId\n        duration\n        externalNonprofitCauses\n        externalNonprofitCountry\n        externalNonprofitId\n        externalNonprofitName\n        id\n        metadata\n        milestone\n        modifiedAt\n        nonprofitId\n        notes\n        userId\n    }\n}","variables":"{\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/logged-time","description":"<p><code>Admin</code></p>\n<p>Approve a volunteer time entry.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["logged-time"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"53cde09b-74fb-48f6-8c1d-60c2b36b3d28"},{"name":"Reject `VolunteerTime`","id":"93a3a307-1fe4-41a0-80b2-fdf412491d51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation rejectVolunteerTime ($id: ID!) {\n    rejectVolunteerTime (id: $id) {\n        approval\n        companyId\n        createdAt\n        date\n        deedId\n        duration\n        externalNonprofitCauses\n        externalNonprofitCountry\n        externalNonprofitId\n        externalNonprofitName\n        id\n        metadata\n        milestone\n        modifiedAt\n        nonprofitId\n        notes\n        userId\n    }\n}","variables":"{\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/logged-time","description":"<p><code>Admin</code></p>\n<p>Reject a volunteer time entry.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["logged-time"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"93a3a307-1fe4-41a0-80b2-fdf412491d51"},{"name":"Delete `VolunteerTime`","id":"78e8f478-9611-47b7-a54f-a04065440c92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation deleteVolunteerTime ($id: ID!) {\n    deleteVolunteerTime (id: $id) {\n        approval\n        companyId\n        createdAt\n        date\n        deedId\n        duration\n        externalNonprofitCauses\n        externalNonprofitCountry\n        externalNonprofitId\n        externalNonprofitName\n        id\n        metadata\n        milestone\n        modifiedAt\n        nonprofitId\n        notes\n        userId\n    }\n}","variables":"{\n  \"id\": 0\n}"}},"url":"https://api.testing.joindeed.org/logged-time","description":"<p><code>User</code></p>\n<p>Delete a volunteer time entry.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}},"urlObject":{"path":["logged-time"],"host":["https://api.testing.joindeed.org"],"query":[],"variable":[]}},"response":[],"_postman_id":"78e8f478-9611-47b7-a54f-a04065440c92"}],"id":"854e8238-92fe-4cf5-8302-6913f45756ae","_postman_id":"854e8238-92fe-4cf5-8302-6913f45756ae","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b96000b4-b693-464d-95a5-4400dc26ea1f","id":"b96000b4-b693-464d-95a5-4400dc26ea1f","name":"Deed API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"6e55cfd7-52ec-43bc-8fd2-d9aa61a18a72","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2acc1f7a-0667-4e25-8427-92a887e3e55f","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"https://api.testing.joindeed.org","type":"string"}]}