{"info":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","description":"<html><head></head><body><p>The following is the official Postman collection and documentation for the Nitro Energy API.</p>\n<h3 id=\"authentication-and-authorization\">Authentication and Authorization</h3>\n<p>Authentication is performed using a <code>Bearer</code> token that is passed in the <code>Authorization</code> header of each request. A token can be requested from your partner portal account at <a href=\"https://partners.eliosfund.com.\">https://partners.nitroenergy.com.</a></p>\n<p>Each API endpoint requires the token to have the correctly assigned scopes/abilities. When creating a token, make sure to select the scopes that will be applicable for the intent of your API request.</p>\n<h3 id=\"token-lifetime\">Token Lifetime</h3>\n<p>Tokens do not expire. Because of this, it is important that you protect them. They should not be used in any sort of broswer based application where they can be stolen and used maliciously. With that being siad, tokens can be deleted from your partner account at anytime if needed.</p>\n<h3 id=\"headers\">Headers</h3>\n<p>Unless expcicitly mentioned, each request should include the following headers:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>Bearer xxxxxxx</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td>Accept</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"37831482","collectionId":"b4b980e9-e84b-4779-a088-1408f1167968","publishedId":"2sAXjDdFMQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"993844"},"publishDate":"2024-08-21T20:05:41.000Z"},"item":[{"name":"Calculator","item":[{"name":"Run a pay calculation","id":"68987008-2c55-4efa-ae4b-ec3ac3753640","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"system_size\": \"<integer>\",\n    \"base_ppw\": \"<integer>\",\n    \"state_baseline\": \"<integer>\",\n    \"deductions\": \"<integer>\",\n    \"date\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/calculator","description":"<p><strong>Scopes:</strong> <code>calculator:run</code></p>\n<p>This endpoint will run a pay calculation using some system design information that will determine the commission amounts for each tenure available in the Nitro Energy platform.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","calculator"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3e229d3e-958a-4a87-8e2f-3ecdd966bd42","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"system_size\": \"<integer>\",\n    \"base_ppw\": \"<integer>\",\n    \"state_baseline\": \"<integer>\",\n    \"deductions\": \"<integer>\",\n    \"date\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://lvh.me/api/calculator"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"calculationDate\": \"2024-04-04\",\n    \"systemSize\": 8,\n    \"basePpw\": 4,\n    \"stateBaseline\": 2.25,\n    \"netPpw\": 1.75,\n    \"netBeforeDeductions\": 14000,\n    \"deductions\": 0,\n    \"netAfterDeductions\": 14000,\n    \"netBeforeCorporateOverrides\": 14000,\n    \"corporateOverrides\": [\n        {\n            \"name\": \"Nitro Energy Override\",\n            \"id\": 1,\n            \"commission\": 0.2,\n            \"commissionAmount\": 2800,\n            \"subOverrides\": [\n                {\n                    \"name\": \"National Override\",\n                    \"id\": 2,\n                    \"commission\": 0.05,\n                    \"commissionAmount\": 560\n                },\n                {\n                    \"name\": \"Regional Override\",\n                    \"id\": 3,\n                    \"commission\": 0.03,\n                    \"commissionAmount\": 336\n                }\n            ],\n            \"totalSubOverrideCommissionAmount\": 896,\n            \"totalOverrideCommissionAmount\": 3696\n        }\n    ],\n    \"totalCorporateOverrideAmount\": 3696,\n    \"netAfterCorporateOverrides\": 10304,\n    \"tenures\": [\n        {\n            \"name\": \"Champions Club\",\n            \"id\": 1,\n            \"commission\": 0.65,\n            \"commissionAmount\": 6697.6,\n            \"pricePerKw\": 837.2\n        },\n        {\n            \"name\": \"All Stars Club\",\n            \"id\": 2,\n            \"commission\": 0.7,\n            \"commissionAmount\": 7212.8,\n            \"pricePerKw\": 901.6\n        },\n        {\n            \"name\": \"Hall of Fame Club\",\n            \"id\": 3,\n            \"commission\": 0.75,\n            \"commissionAmount\": 7728,\n            \"pricePerKw\": 966\n        },\n        {\n            \"name\": \"Presidents Club\",\n            \"id\": 4,\n            \"commission\": 0.8,\n            \"commissionAmount\": 8243.2,\n            \"pricePerKw\": 1030.4\n        },\n        {\n            \"name\": \"Executive Club\",\n            \"id\": 5,\n            \"commission\": 0.85,\n            \"commissionAmount\": 8758.4,\n            \"pricePerKw\": 1094.8\n        },\n        {\n            \"name\": \"Founders Club\",\n            \"id\": 6,\n            \"commission\": 0.9,\n            \"commissionAmount\": 9273.6,\n            \"pricePerKw\": 1159.2\n        }\n    ],\n    \"splitTenures\": [\n        {\n            \"name\": \"Champions Club\",\n            \"id\": 1,\n            \"commissionAmount\": 3348.8,\n            \"pricePerKw\": 418.6,\n            \"splits\": {\n                \"1\": {\n                    \"name\": \"Champions Club\",\n                    \"id\": 1,\n                    \"commissionAmount\": 3348.8,\n                    \"pricePerKw\": 418.6\n                },\n                \"2\": {\n                    \"name\": \"All Stars Club\",\n                    \"id\": 2,\n                    \"commissionAmount\": 3864,\n                    \"pricePerKw\": 483\n                },\n                \"3\": {\n                    \"name\": \"Hall of Fame Club\",\n                    \"id\": 3,\n                    \"commissionAmount\": 4379.2,\n                    \"pricePerKw\": 547.4\n                },\n                \"4\": {\n                    \"name\": \"Presidents Club\",\n                    \"id\": 4,\n                    \"commissionAmount\": 4894.400000000001,\n                    \"pricePerKw\": 611.8\n                },\n                \"5\": {\n                    \"name\": \"Executive Club\",\n                    \"id\": 5,\n                    \"commissionAmount\": 5409.599999999999,\n                    \"pricePerKw\": 676.2\n                },\n                \"6\": {\n                    \"name\": \"Founders Club\",\n                    \"id\": 6,\n                    \"commissionAmount\": 5924.8,\n                    \"pricePerKw\": 740.6\n                }\n            }\n        },\n        {\n            \"name\": \"All Stars Club\",\n            \"id\": 2,\n            \"commissionAmount\": 3606.4,\n            \"pricePerKw\": 450.8,\n            \"splits\": {\n                \"1\": {\n                    \"name\": \"Champions Club\",\n                    \"id\": 1,\n                    \"commissionAmount\": 3348.8,\n                    \"pricePerKw\": 418.6\n                },\n                \"2\": {\n                    \"name\": \"All Stars Club\",\n                    \"id\": 2,\n                    \"commissionAmount\": 3606.4,\n                    \"pricePerKw\": 450.8\n                },\n                \"3\": {\n                    \"name\": \"Hall of Fame Club\",\n                    \"id\": 3,\n                    \"commissionAmount\": 4121.6,\n                    \"pricePerKw\": 515.2\n                },\n                \"4\": {\n                    \"name\": \"Presidents Club\",\n                    \"id\": 4,\n                    \"commissionAmount\": 4636.800000000001,\n                    \"pricePerKw\": 579.6\n                },\n                \"5\": {\n                    \"name\": \"Executive Club\",\n                    \"id\": 5,\n                    \"commissionAmount\": 5152,\n                    \"pricePerKw\": 644\n                },\n                \"6\": {\n                    \"name\": \"Founders Club\",\n                    \"id\": 6,\n                    \"commissionAmount\": 5667.200000000001,\n                    \"pricePerKw\": 708.4\n                }\n            }\n        },\n        {\n            \"name\": \"Hall of Fame Club\",\n            \"id\": 3,\n            \"commissionAmount\": 3864,\n            \"pricePerKw\": 483,\n            \"splits\": {\n                \"1\": {\n                    \"name\": \"Champions Club\",\n                    \"id\": 1,\n                    \"commissionAmount\": 3348.8,\n                    \"pricePerKw\": 418.6\n                },\n                \"2\": {\n                    \"name\": \"All Stars Club\",\n                    \"id\": 2,\n                    \"commissionAmount\": 3606.4,\n                    \"pricePerKw\": 450.8\n                },\n                \"3\": {\n                    \"name\": \"Hall of Fame Club\",\n                    \"id\": 3,\n                    \"commissionAmount\": 3864,\n                    \"pricePerKw\": 483\n                },\n                \"4\": {\n                    \"name\": \"Presidents Club\",\n                    \"id\": 4,\n                    \"commissionAmount\": 4379.200000000001,\n                    \"pricePerKw\": 547.4\n                },\n                \"5\": {\n                    \"name\": \"Executive Club\",\n                    \"id\": 5,\n                    \"commissionAmount\": 4894.4,\n                    \"pricePerKw\": 611.8\n                },\n                \"6\": {\n                    \"name\": \"Founders Club\",\n                    \"id\": 6,\n                    \"commissionAmount\": 5409.6,\n                    \"pricePerKw\": 676.2\n                }\n            }\n        },\n        {\n            \"name\": \"Presidents Club\",\n            \"id\": 4,\n            \"commissionAmount\": 4121.6,\n            \"pricePerKw\": 515.2,\n            \"splits\": {\n                \"1\": {\n                    \"name\": \"Champions Club\",\n                    \"id\": 1,\n                    \"commissionAmount\": 3348.8,\n                    \"pricePerKw\": 418.6\n                },\n                \"2\": {\n                    \"name\": \"All Stars Club\",\n                    \"id\": 2,\n                    \"commissionAmount\": 3606.4,\n                    \"pricePerKw\": 450.8\n                },\n                \"3\": {\n                    \"name\": \"Hall of Fame Club\",\n                    \"id\": 3,\n                    \"commissionAmount\": 3864,\n                    \"pricePerKw\": 483\n                },\n                \"4\": {\n                    \"name\": \"Presidents Club\",\n                    \"id\": 4,\n                    \"commissionAmount\": 4121.6,\n                    \"pricePerKw\": 515.2\n                },\n                \"5\": {\n                    \"name\": \"Executive Club\",\n                    \"id\": 5,\n                    \"commissionAmount\": 4636.799999999999,\n                    \"pricePerKw\": 579.6\n                },\n                \"6\": {\n                    \"name\": \"Founders Club\",\n                    \"id\": 6,\n                    \"commissionAmount\": 5152,\n                    \"pricePerKw\": 644\n                }\n            }\n        },\n        {\n            \"name\": \"Executive Club\",\n            \"id\": 5,\n            \"commissionAmount\": 4379.2,\n            \"pricePerKw\": 547.4,\n            \"splits\": {\n                \"1\": {\n                    \"name\": \"Champions Club\",\n                    \"id\": 1,\n                    \"commissionAmount\": 3348.8,\n                    \"pricePerKw\": 418.6\n                },\n                \"2\": {\n                    \"name\": \"All Stars Club\",\n                    \"id\": 2,\n                    \"commissionAmount\": 3606.4,\n                    \"pricePerKw\": 450.8\n                },\n                \"3\": {\n                    \"name\": \"Hall of Fame Club\",\n                    \"id\": 3,\n                    \"commissionAmount\": 3864,\n                    \"pricePerKw\": 483\n                },\n                \"4\": {\n                    \"name\": \"Presidents Club\",\n                    \"id\": 4,\n                    \"commissionAmount\": 4121.6,\n                    \"pricePerKw\": 515.2\n                },\n                \"5\": {\n                    \"name\": \"Executive Club\",\n                    \"id\": 5,\n                    \"commissionAmount\": 4379.2,\n                    \"pricePerKw\": 547.4\n                },\n                \"6\": {\n                    \"name\": \"Founders Club\",\n                    \"id\": 6,\n                    \"commissionAmount\": 4894.400000000001,\n                    \"pricePerKw\": 611.8\n                }\n            }\n        },\n        {\n            \"name\": \"Founders Club\",\n            \"id\": 6,\n            \"commissionAmount\": 4636.8,\n            \"pricePerKw\": 579.6,\n            \"splits\": {\n                \"1\": {\n                    \"name\": \"Champions Club\",\n                    \"id\": 1,\n                    \"commissionAmount\": 3348.8,\n                    \"pricePerKw\": 418.6\n                },\n                \"2\": {\n                    \"name\": \"All Stars Club\",\n                    \"id\": 2,\n                    \"commissionAmount\": 3606.4,\n                    \"pricePerKw\": 450.8\n                },\n                \"3\": {\n                    \"name\": \"Hall of Fame Club\",\n                    \"id\": 3,\n                    \"commissionAmount\": 3864,\n                    \"pricePerKw\": 483\n                },\n                \"4\": {\n                    \"name\": \"Presidents Club\",\n                    \"id\": 4,\n                    \"commissionAmount\": 4121.6,\n                    \"pricePerKw\": 515.2\n                },\n                \"5\": {\n                    \"name\": \"Executive Club\",\n                    \"id\": 5,\n                    \"commissionAmount\": 4379.2,\n                    \"pricePerKw\": 547.4\n                },\n                \"6\": {\n                    \"name\": \"Founders Club\",\n                    \"id\": 6,\n                    \"commissionAmount\": 4636.8,\n                    \"pricePerKw\": 579.6\n                }\n            }\n        }\n    ],\n    \"tenureOverrides\": [\n        {\n            \"name\": \"Recruiting Override\",\n            \"id\": 4,\n            \"tenureName\": \"Executive Club\",\n            \"tenureId\": 5,\n            \"commission\": 0.05,\n            \"commissionAmount\": 437.92\n        },\n        {\n            \"name\": \"Office Override\",\n            \"id\": 5,\n            \"tenureName\": \"Executive Club\",\n            \"tenureId\": 5,\n            \"commission\": 0.08,\n            \"commissionAmount\": 700.67\n        }\n    ],\n    \"totalTenureOverrideAmount\": 1138.59\n}"},{"id":"c9162f7d-b574-4ae7-8bf5-694e89407de0","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"system_size","value":"","contentType":"","description":"The size of the system to be installed in kWh.","type":"text"},{"key":"base_ppw","value":"","description":"The base price-per-watt.","type":"text"},{"key":"state_baseline","value":"","description":"The assigned installer baseline for the state the system will be installed in.","type":"text"},{"key":"deductions","value":"","description":"Any deductions that must take place during the install.","type":"text"},{"key":"date","value":"","description":"The date to generate the calculation from.","type":"text"}]},"url":"{{baseUrl}}/api/calculator"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"},{"id":"2add1af0-1654-4559-a0b1-9dbc1c5ad640","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"system_size","value":"","contentType":"","description":"The size of the system to be installed in kWh.","type":"text"},{"key":"base_ppw","value":"","description":"The base price-per-watt.","type":"text"},{"key":"state_baseline","value":"","description":"The assigned installer baseline for the state the system will be installed in.","type":"text"},{"key":"deductions","value":"","description":"Any deductions that must take place during the install.","type":"text"},{"key":"date","value":"","description":"The date to generate the calculation from.","type":"text"}]},"url":"{{baseUrl}}/api/calculator"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"This action is unauthorized.\"\n}"},{"id":"38ef7665-535a-4dbe-8094-10ba0907bc16","name":"422 Unprocessable Content","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"system_size","value":"","contentType":"","description":"The size of the system to be installed in kWh.","type":"text"},{"key":"base_ppw","value":"","description":"The base price-per-watt.","type":"text"},{"key":"state_baseline","value":"","description":"The assigned installer baseline for the state the system will be installed in.","type":"text"},{"key":"deductions","value":"","description":"Any deductions that must take place during the install.","type":"text"},{"key":"date","value":"","description":"The date to generate the calculation from.","type":"text"}]},"url":"{{baseUrl}}/api/calculator"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The system size field is required. (and 2 more errors)\",\n    \"errors\": {\n        \"system_size\": [\n            \"The system size field is required.\"\n        ],\n        \"base_ppw\": [\n            \"The base ppw field is required.\"\n        ],\n        \"state_baseline\": [\n            \"The state baseline field is required.\"\n        ]\n    }\n}"}],"_postman_id":"68987008-2c55-4efa-ae4b-ec3ac3753640"}],"id":"1806cc6d-7413-4b06-9e2b-a71dc8a21a89","_postman_id":"1806cc6d-7413-4b06-9e2b-a71dc8a21a89","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}}},{"name":"Calculations","item":[{"name":"Create a calculation","id":"deac381f-1462-423f-8b21-12cc5890dd6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user_id\": \"<integer>\",\n  \"setter_tenure_id\": \"<integer>\",\n  \"closer_tenure_id\": \"<integer>\",\n  \"state_id\": \"<integer>\",\n  \"size\": \"<string>\",\n  \"base_ppw\": \"<string>\",\n  \"state_baseline\": \"<string>\",\n  \"deductions\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/calculations","description":"<p><strong>Scopes:</strong> <code>manage:calculations</code></p>\n<p>Create a new historical calculation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","calculations"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a666fa50-dc88-423f-a4af-24cdb311a31a","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"user_id\": \"<integer>\",\n  \"setter_tenure_id\": \"<integer>\",\n  \"closer_tenure_id\": \"<integer>\",\n  \"state_id\": \"<integer>\",\n  \"size\": \"<string>\",\n  \"base_ppw\": \"<string>\",\n  \"state_baseline\": \"<string>\",\n  \"deductions\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://lvh.me/api/calculations"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"user_id\": \"<integer>\",\n    \"setter_tenure_id\": \"<integer>\",\n    \"closer_tenure_id\": \"<integer>\",\n    \"state_id\": \"<integer>\",\n    \"size\": \"<string>\",\n    \"base_ppw\": \"<string>\",\n    \"state_baseline\": \"<string>\",\n    \"deductions\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n}"},{"id":"9a0bc983-ff4f-4e2e-9129-7e6172ab996e","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"user_id\": \"<integer>\",\n  \"setter_tenure_id\": \"<integer>\",\n  \"closer_tenure_id\": \"<integer>\",\n  \"state_id\": \"<integer>\",\n  \"size\": \"<string>\",\n  \"base_ppw\": \"<string>\",\n  \"state_baseline\": \"<string>\",\n  \"deductions\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/calculations"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Unauthenticated.\"\n}"},{"id":"aac05cbe-3209-4355-9dad-2e58049119b8","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"user_id\": \"<integer>\",\n  \"setter_tenure_id\": \"<integer>\",\n  \"closer_tenure_id\": \"<integer>\",\n  \"state_id\": \"<integer>\",\n  \"size\": \"<string>\",\n  \"base_ppw\": \"<string>\",\n  \"state_baseline\": \"<string>\",\n  \"deductions\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/calculations"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"This action is unauthorized.\"\n}"},{"id":"65a156ca-42d5-430d-96a0-258cd14ea5f3","name":"422 Unprocessable Content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"user_id\": \"<integer>\",\n  \"setter_tenure_id\": \"<integer>\",\n  \"closer_tenure_id\": \"<integer>\",\n  \"state_id\": \"<integer>\",\n  \"size\": \"<string>\",\n  \"base_ppw\": \"<string>\",\n  \"state_baseline\": \"<string>\",\n  \"deductions\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/calculations"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The user id field is required. (and 7 more errors)\",\n    \"errors\": {\n        \"user_id\": [\n            \"The user id field is required.\"\n        ],\n        \"rep_tenure_id\": [\n            \"The rep tenure id field is required.\"\n        ],\n        \"assist_tenure_id\": [\n            \"The assist tenure id field is required.\"\n        ],\n        \"state_id\": [\n            \"The state id field is required.\"\n        ],\n        \"size\": [\n            \"The size field is required.\"\n        ],\n        \"base_ppw\": [\n            \"The base ppw field is required.\"\n        ],\n        \"state_baseline\": [\n            \"The state baseline field is required.\"\n        ],\n        \"deductions\": [\n            \"The deductions field is required.\"\n        ]\n    }\n}"}],"_postman_id":"deac381f-1462-423f-8b21-12cc5890dd6c"},{"name":"Search for a calculation","id":"c5752159-ea01-4560-971b-4cabae50e45a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"filters\": [\n    {\n      \"type\": \"and\",\n      \"field\": \"created_at\",\n      \"operator\": \"<=\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"or\",\n          \"field\": \"setter_tenure_id\",\n          \"operator\": \"like\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"or\",\n          \"field\": \"state_baseline\",\n          \"operator\": \"<=\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"type\": \"or\",\n      \"field\": \"state_id\",\n      \"operator\": \"<\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"or\",\n          \"field\": \"id\",\n          \"operator\": \"ilike\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"and\",\n          \"field\": \"state_id\",\n          \"operator\": \"any in\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"search\": {\n    \"value\": \"<string>\",\n    \"case_sensitive\": \"<boolean>\"\n  },\n  \"sort\": [\n    {\n      \"field\": \"base_ppw\",\n      \"direction\": \"desc\"\n    },\n    {\n      \"field\": \"created_at\",\n      \"direction\": \"desc\"\n    }\n  ],\n  \"includes\": [\n    {\n      \"relation\": \"state\",\n      \"filters\": {}\n    },\n    {\n      \"relation\": \"user\",\n      \"filters\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/calculations/search","description":"<p><strong>Scopes:</strong> <code>manage:calculations</code></p>\n<p>Search for a historical calculation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","calculations","search"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3c65e804-64e7-4434-90a2-d9f8997c0a40","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"filters\": [\n    {\n      \"type\": \"and\",\n      \"field\": \"created_at\",\n      \"operator\": \"<=\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"or\",\n          \"field\": \"setter_tenure_id\",\n          \"operator\": \"like\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"or\",\n          \"field\": \"state_baseline\",\n          \"operator\": \"<=\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"type\": \"or\",\n      \"field\": \"state_id\",\n      \"operator\": \"<\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"or\",\n          \"field\": \"id\",\n          \"operator\": \"ilike\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"and\",\n          \"field\": \"state_id\",\n          \"operator\": \"any in\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"search\": {\n    \"value\": \"<string>\",\n    \"case_sensitive\": \"<boolean>\"\n  },\n  \"sort\": [\n    {\n      \"field\": \"base_ppw\",\n      \"direction\": \"desc\"\n    },\n    {\n      \"field\": \"created_at\",\n      \"direction\": \"desc\"\n    }\n  ],\n  \"includes\": [\n    {\n      \"relation\": \"state\",\n      \"filters\": {}\n    },\n    {\n      \"relation\": \"user\",\n      \"filters\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://lvh.me/api/calculations/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"user_id\": \"<integer>\",\n      \"setter_tenure_id\": \"<integer>\",\n      \"closer_tenure_id\": \"<integer>\",\n      \"state_id\": \"<integer>\",\n      \"size\": \"<string>\",\n      \"base_ppw\": \"<string>\",\n      \"state_baseline\": \"<string>\",\n      \"deductions\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    },\n    {\n      \"user_id\": \"<integer>\",\n      \"setter_tenure_id\": \"<integer>\",\n      \"closer_tenure_id\": \"<integer>\",\n      \"state_id\": \"<integer>\",\n      \"size\": \"<string>\",\n      \"base_ppw\": \"<string>\",\n      \"state_baseline\": \"<string>\",\n      \"deductions\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    }\n  ],\n  \"links\": {\n    \"first\": \"<uri>\",\n    \"last\": \"<uri>\",\n    \"prev\": \"<uri>\",\n    \"next\": \"<uri>\"\n  },\n  \"meta\": {\n    \"current_page\": \"<integer>\",\n    \"from\": \"<integer>\",\n    \"last_page\": \"<integer>\",\n    \"path\": \"<string>\",\n    \"per_page\": \"<integer>\",\n    \"to\": \"<integer>\",\n    \"total\": \"<integer>\"\n  }\n}"},{"id":"47a13ddf-cdbd-48dc-96db-6ce56756e7f3","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"filters\": [\n    {\n      \"type\": \"and\",\n      \"field\": \"created_at\",\n      \"operator\": \"<=\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"or\",\n          \"field\": \"setter_tenure_id\",\n          \"operator\": \"like\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"or\",\n          \"field\": \"state_baseline\",\n          \"operator\": \"<=\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"type\": \"or\",\n      \"field\": \"state_id\",\n      \"operator\": \"<\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"or\",\n          \"field\": \"id\",\n          \"operator\": \"ilike\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"and\",\n          \"field\": \"state_id\",\n          \"operator\": \"any in\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"search\": {\n    \"value\": \"<string>\",\n    \"case_sensitive\": \"<boolean>\"\n  },\n  \"sort\": [\n    {\n      \"field\": \"base_ppw\",\n      \"direction\": \"desc\"\n    },\n    {\n      \"field\": \"created_at\",\n      \"direction\": \"desc\"\n    }\n  ],\n  \"includes\": [\n    {\n      \"relation\": \"state\",\n      \"filters\": {}\n    },\n    {\n      \"relation\": \"user\",\n      \"filters\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/calculations/search"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"},{"id":"cd45d67a-1a7c-44be-ac50-27c2cee8c14c","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"filters\": [\n    {\n      \"type\": \"and\",\n      \"field\": \"created_at\",\n      \"operator\": \"<=\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"or\",\n          \"field\": \"setter_tenure_id\",\n          \"operator\": \"like\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"or\",\n          \"field\": \"state_baseline\",\n          \"operator\": \"<=\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"type\": \"or\",\n      \"field\": \"state_id\",\n      \"operator\": \"<\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"or\",\n          \"field\": \"id\",\n          \"operator\": \"ilike\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"and\",\n          \"field\": \"state_id\",\n          \"operator\": \"any in\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"search\": {\n    \"value\": \"<string>\",\n    \"case_sensitive\": \"<boolean>\"\n  },\n  \"sort\": [\n    {\n      \"field\": \"base_ppw\",\n      \"direction\": \"desc\"\n    },\n    {\n      \"field\": \"created_at\",\n      \"direction\": \"desc\"\n    }\n  ],\n  \"includes\": [\n    {\n      \"relation\": \"state\",\n      \"filters\": {}\n    },\n    {\n      \"relation\": \"user\",\n      \"filters\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/calculations/search"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"This action is unauthorized.\"\n}"}],"_postman_id":"c5752159-ea01-4560-971b-4cabae50e45a"},{"name":"Get a list of calculations","id":"3ea502e3-b5d8-470e-af6c-b5cb601d4641","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/calculations","description":"<p><strong>Scopes:</strong> <code>manage:calculations</code></p>\n<p>Get a list of historical calculations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","calculations"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7336cc8b-1e01-4bd3-b719-c25f0109fa34","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"http://lvh.me/api/calculations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"user_id\": \"<integer>\",\n      \"setter_tenure_id\": \"<integer>\",\n      \"closer_tenure_id\": \"<integer>\",\n      \"state_id\": \"<integer>\",\n      \"size\": \"<string>\",\n      \"base_ppw\": \"<string>\",\n      \"state_baseline\": \"<string>\",\n      \"deductions\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    },\n    {\n      \"user_id\": \"<integer>\",\n      \"setter_tenure_id\": \"<integer>\",\n      \"closer_tenure_id\": \"<integer>\",\n      \"state_id\": \"<integer>\",\n      \"size\": \"<string>\",\n      \"base_ppw\": \"<string>\",\n      \"state_baseline\": \"<string>\",\n      \"deductions\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    }\n  ],\n  \"links\": {\n    \"first\": \"<uri>\",\n    \"last\": \"<uri>\",\n    \"prev\": \"<uri>\",\n    \"next\": \"<uri>\"\n  },\n  \"meta\": {\n    \"current_page\": \"<integer>\",\n    \"from\": \"<integer>\",\n    \"last_page\": \"<integer>\",\n    \"path\": \"<string>\",\n    \"per_page\": \"<integer>\",\n    \"to\": \"<integer>\",\n    \"total\": \"<integer>\"\n  }\n}"},{"id":"65c58b63-907e-484e-a50c-7658d85f6e62","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"{{baseUrl}}/api/calculations"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"},{"id":"03e54503-ca9c-4f8c-8409-2e7e67041c2a","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"{{baseUrl}}/api/calculations"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"This action is unauthorized.\"\n}"}],"_postman_id":"3ea502e3-b5d8-470e-af6c-b5cb601d4641"},{"name":"Get a calculation","id":"f0d51110-a590-4209-8f4c-471b15b6b013","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/calculations/:calculation","description":"<p><strong>Scopes:</strong> <code>manage:calculations</code></p>\n<p>Get a historical calculation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","calculations",":calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"346e89f1-2dd5-443d-ac65-5d11a96535d5","description":{"content":"<p>(Required) The ID of the calculation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"calculation"}]}},"response":[{"id":"47e46a64-214e-4da9-b590-f415d2f27adf","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"http://lvh.me/api/calculations/:calculation","protocol":"http","host":["lvh","me"],"path":["api","calculations",":calculation"],"variable":[{"key":"calculation","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"user_id\": \"<integer>\",\n    \"setter_tenure_id\": \"<integer>\",\n    \"closer_tenure_id\": \"<integer>\",\n    \"state_id\": \"<integer>\",\n    \"size\": \"<string>\",\n    \"base_ppw\": \"<string>\",\n    \"state_baseline\": \"<string>\",\n    \"deductions\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n}"},{"id":"ce181f00-9c54-4d47-88e6-8916c109a801","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/calculations/:calculation","host":["{{baseUrl}}"],"path":["api","calculations",":calculation"],"variable":[{"key":"calculation","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"},{"id":"02299210-0e03-4d94-8f62-6acb50fdde16","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/calculations/:calculation","host":["{{baseUrl}}"],"path":["api","calculations",":calculation"],"variable":[{"key":"calculation","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"This action is unauthorized.\"\n}"},{"id":"1043779c-3095-4c0d-b86a-64850a76e663","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/calculations/:calculation","host":["{{baseUrl}}"],"path":["api","calculations",":calculation"],"variable":[{"key":"calculation","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No query results for model [App\\\\Models\\\\Calculation].\"\n}"}],"_postman_id":"f0d51110-a590-4209-8f4c-471b15b6b013"},{"name":"Update a calculation","id":"dbe176ee-6f71-408e-9e7f-d7c4087426ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"user_id\": \"<integer>\",\n  \"setter_tenure_id\": \"<integer>\",\n  \"closer_tenure_id\": \"<integer>\",\n  \"state_id\": \"<integer>\",\n  \"size\": \"<string>\",\n  \"base_ppw\": \"<string>\",\n  \"state_baseline\": \"<string>\",\n  \"deductions\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/calculations/:calculation","description":"<p><strong>Scopes:</strong> <code>manage:calculations</code></p>\n<p>Update a historical calculation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","calculations",":calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"8129bf1d-070f-477c-ba46-539d86c0bb9a","description":{"content":"<p>(Required) The ID of the calculation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"calculation"}]}},"response":[{"id":"b57c4dbf-c1ce-493c-9b5e-feeac410168c","name":"200 OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"user_id\": \"<integer>\",\n  \"setter_tenure_id\": \"<integer>\",\n  \"closer_tenure_id\": \"<integer>\",\n  \"state_id\": \"<integer>\",\n  \"size\": \"<string>\",\n  \"base_ppw\": \"<string>\",\n  \"state_baseline\": \"<string>\",\n  \"deductions\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"http://lvh.me/api/calculations/:calculation","protocol":"http","host":["lvh","me"],"path":["api","calculations",":calculation"],"variable":[{"key":"calculation","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"user_id\": \"<integer>\",\n    \"setter_tenure_id\": \"<integer>\",\n    \"closer_tenure_id\": \"<integer>\",\n    \"state_id\": \"<integer>\",\n    \"size\": \"<string>\",\n    \"base_ppw\": \"<string>\",\n    \"state_baseline\": \"<string>\",\n    \"deductions\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n}"},{"id":"62322778-7ff4-44ef-b8fa-d9a293811cfc","name":"401 Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"user_id\": \"<integer>\",\n  \"setter_tenure_id\": \"<integer>\",\n  \"closer_tenure_id\": \"<integer>\",\n  \"state_id\": \"<integer>\",\n  \"size\": \"<string>\",\n  \"base_ppw\": \"<string>\",\n  \"state_baseline\": \"<string>\",\n  \"deductions\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/calculations/:calculation","host":["{{baseUrl}}"],"path":["api","calculations",":calculation"],"variable":[{"key":"calculation","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"},{"id":"6a5dadd6-64e9-4e8d-9081-5097130b3bdb","name":"403 Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"user_id\": \"<integer>\",\n  \"setter_tenure_id\": \"<integer>\",\n  \"closer_tenure_id\": \"<integer>\",\n  \"state_id\": \"<integer>\",\n  \"size\": \"<string>\",\n  \"base_ppw\": \"<string>\",\n  \"state_baseline\": \"<string>\",\n  \"deductions\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/calculations/:calculation","host":["{{baseUrl}}"],"path":["api","calculations",":calculation"],"variable":[{"key":"calculation","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"This action is unauthorized.\"\n}"},{"id":"ac7ab026-ac62-4495-8939-ca2ab2ac4809","name":"404 Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"user_id\": \"<integer>\",\n  \"setter_tenure_id\": \"<integer>\",\n  \"closer_tenure_id\": \"<integer>\",\n  \"state_id\": \"<integer>\",\n  \"size\": \"<string>\",\n  \"base_ppw\": \"<string>\",\n  \"state_baseline\": \"<string>\",\n  \"deductions\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/calculations/:calculation","host":["{{baseUrl}}"],"path":["api","calculations",":calculation"],"variable":[{"key":"calculation","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No query results for model [App\\\\Models\\\\Calculation].\"\n}"},{"id":"c044bb85-55b5-484c-8341-da53848bcd92","name":"422 Unprocessable Content","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"user_id\": \"<integer>\",\n  \"setter_tenure_id\": \"<integer>\",\n  \"closer_tenure_id\": \"<integer>\",\n  \"state_id\": \"<integer>\",\n  \"size\": \"<string>\",\n  \"base_ppw\": \"<string>\",\n  \"state_baseline\": \"<string>\",\n  \"deductions\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/calculations/:calculation","host":["{{baseUrl}}"],"path":["api","calculations",":calculation"],"variable":[{"key":"calculation","value":""}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The user id field is required. (and 7 more errors)\",\n    \"errors\": {\n        \"user_id\": [\n            \"The user id field is required.\"\n        ],\n        \"rep_tenure_id\": [\n            \"The rep tenure id field is required.\"\n        ],\n        \"assist_tenure_id\": [\n            \"The assist tenure id field is required.\"\n        ],\n        \"state_id\": [\n            \"The state id field is required.\"\n        ],\n        \"size\": [\n            \"The size field is required.\"\n        ],\n        \"base_ppw\": [\n            \"The base ppw field is required.\"\n        ],\n        \"state_baseline\": [\n            \"The state baseline field is required.\"\n        ],\n        \"deductions\": [\n            \"The deductions field is required.\"\n        ]\n    }\n}"}],"_postman_id":"dbe176ee-6f71-408e-9e7f-d7c4087426ca"},{"name":"Delete a calculation","id":"a249f2f1-b943-4da2-bf0b-5a7da19837b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/calculations/:calculation","description":"<p><strong>Scopes:</strong> <code>manage:calculations</code></p>\n<p>Delete a historical calculation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","calculations",":calculation"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"2a6a5170-33bf-49c2-9b00-bb247554fc95","description":{"content":"<p>(Required) The ID of the calculation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"calculation"}]}},"response":[{"id":"9840467c-9a43-4e8e-a97d-6c856b5a43de","name":"200 OK","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"http://lvh.me/api/calculations/:calculation","protocol":"http","host":["lvh","me"],"path":["api","calculations",":calculation"],"variable":[{"key":"calculation","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"user_id\": \"<integer>\",\n    \"setter_tenure_id\": \"<integer>\",\n    \"closer_tenure_id\": \"<integer>\",\n    \"state_id\": \"<integer>\",\n    \"size\": \"<string>\",\n    \"base_ppw\": \"<string>\",\n    \"state_baseline\": \"<string>\",\n    \"deductions\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n}"},{"id":"a7b4ffa2-6508-4d9b-9b76-b265bbf0c9f4","name":"401 Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/calculations/:calculation","host":["{{baseUrl}}"],"path":["api","calculations",":calculation"],"variable":[{"key":"calculation","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Unauthenticated.\"\n}"},{"id":"abc9d29a-c690-4f65-9deb-c16ed24365b3","name":"403 Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/calculations/:calculation","host":["{{baseUrl}}"],"path":["api","calculations",":calculation"],"variable":[{"key":"calculation","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"This action is unauthorized.\"\n}"},{"id":"8b7a6c9d-3087-4242-a1c9-d1ec48b3a4fe","name":"404 Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/calculations/:calculation","host":["{{baseUrl}}"],"path":["api","calculations",":calculation"],"variable":[{"key":"calculation","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No query results for model [App\\\\Models\\\\Calculation].\"\n}"}],"_postman_id":"a249f2f1-b943-4da2-bf0b-5a7da19837b2"}],"id":"a6634395-99cf-48e9-a008-0a83895eb318","description":"<p>Access and manage all calculations that have been run using the Nitro Energy pay calculator.</p>\n","_postman_id":"a6634395-99cf-48e9-a008-0a83895eb318","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}}},{"name":"Installers","item":[{"name":"search Copy","item":[{"name":"Search for installers","id":"f57461bf-4958-48e0-81ca-0634ca4c7143","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"filters\": [\n    {\n      \"type\": \"and\",\n      \"field\": \"enabled\",\n      \"operator\": \"in\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"and\",\n          \"field\": \"id\",\n          \"operator\": \"!=\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"or\",\n          \"field\": \"id\",\n          \"operator\": \"ilike\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"type\": \"or\",\n      \"field\": \"enabled\",\n      \"operator\": \"!=\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"and\",\n          \"field\": \"created_at\",\n          \"operator\": \">\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"or\",\n          \"field\": \"id\",\n          \"operator\": \">\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"search\": {\n    \"value\": \"<string>\",\n    \"case_sensitive\": \"<boolean>\"\n  },\n  \"sort\": [\n    {\n      \"field\": \"updated_at\",\n      \"direction\": \"desc\"\n    },\n    {\n      \"field\": \"name\",\n      \"direction\": \"desc\"\n    }\n  ],\n  \"includes\": [\n    {\n      \"relation\": \"overrides\",\n      \"filters\": {}\n    },\n    {\n      \"relation\": \"overrides\",\n      \"filters\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/installers/search?include=overrides","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","installers","search"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"overrides"}],"variable":[]}},"response":[{"id":"ca1da5f3-ec3e-44da-8272-fce13e34087b","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"filters\": [\n    {\n      \"type\": \"and\",\n      \"field\": \"enabled\",\n      \"operator\": \"in\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"and\",\n          \"field\": \"id\",\n          \"operator\": \"!=\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"or\",\n          \"field\": \"id\",\n          \"operator\": \"ilike\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"type\": \"or\",\n      \"field\": \"enabled\",\n      \"operator\": \"!=\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"and\",\n          \"field\": \"created_at\",\n          \"operator\": \">\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"or\",\n          \"field\": \"id\",\n          \"operator\": \">\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"search\": {\n    \"value\": \"<string>\",\n    \"case_sensitive\": \"<boolean>\"\n  },\n  \"sort\": [\n    {\n      \"field\": \"updated_at\",\n      \"direction\": \"desc\"\n    },\n    {\n      \"field\": \"name\",\n      \"direction\": \"desc\"\n    }\n  ],\n  \"includes\": [\n    {\n      \"relation\": \"overrides\",\n      \"filters\": {}\n    },\n    {\n      \"relation\": \"overrides\",\n      \"filters\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/search?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","search"],"query":[{"key":"include","value":"overrides"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"logo\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"order\": \"<integer>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"logo\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"order\": \"<integer>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    }\n  ],\n  \"links\": {\n    \"first\": \"<uri>\",\n    \"last\": \"<uri>\",\n    \"prev\": \"<uri>\",\n    \"next\": \"<uri>\"\n  },\n  \"meta\": {\n    \"current_page\": \"<integer>\",\n    \"from\": \"<integer>\",\n    \"last_page\": \"<integer>\",\n    \"path\": \"<string>\",\n    \"per_page\": \"<integer>\",\n    \"to\": \"<integer>\",\n    \"total\": \"<integer>\"\n  }\n}"},{"id":"6f643fb8-b685-4b92-9caa-cb3ec696a8a1","name":"Unauthenticated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"filters\": [\n    {\n      \"type\": \"and\",\n      \"field\": \"enabled\",\n      \"operator\": \"in\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"and\",\n          \"field\": \"id\",\n          \"operator\": \"!=\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"or\",\n          \"field\": \"id\",\n          \"operator\": \"ilike\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"type\": \"or\",\n      \"field\": \"enabled\",\n      \"operator\": \"!=\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"and\",\n          \"field\": \"created_at\",\n          \"operator\": \">\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"or\",\n          \"field\": \"id\",\n          \"operator\": \">\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"search\": {\n    \"value\": \"<string>\",\n    \"case_sensitive\": \"<boolean>\"\n  },\n  \"sort\": [\n    {\n      \"field\": \"updated_at\",\n      \"direction\": \"desc\"\n    },\n    {\n      \"field\": \"name\",\n      \"direction\": \"desc\"\n    }\n  ],\n  \"includes\": [\n    {\n      \"relation\": \"overrides\",\n      \"filters\": {}\n    },\n    {\n      \"relation\": \"overrides\",\n      \"filters\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/search?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","search"],"query":[{"key":"include","value":"overrides"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dfbe5a6f-425a-4b9d-8a24-369ce0e90173","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"filters\": [\n    {\n      \"type\": \"and\",\n      \"field\": \"enabled\",\n      \"operator\": \"in\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"and\",\n          \"field\": \"id\",\n          \"operator\": \"!=\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"or\",\n          \"field\": \"id\",\n          \"operator\": \"ilike\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"type\": \"or\",\n      \"field\": \"enabled\",\n      \"operator\": \"!=\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"and\",\n          \"field\": \"created_at\",\n          \"operator\": \">\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"or\",\n          \"field\": \"id\",\n          \"operator\": \">\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"search\": {\n    \"value\": \"<string>\",\n    \"case_sensitive\": \"<boolean>\"\n  },\n  \"sort\": [\n    {\n      \"field\": \"updated_at\",\n      \"direction\": \"desc\"\n    },\n    {\n      \"field\": \"name\",\n      \"direction\": \"desc\"\n    }\n  ],\n  \"includes\": [\n    {\n      \"relation\": \"overrides\",\n      \"filters\": {}\n    },\n    {\n      \"relation\": \"overrides\",\n      \"filters\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/search?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","search"],"query":[{"key":"include","value":"overrides"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f57461bf-4958-48e0-81ca-0634ca4c7143"}],"id":"e49e47b0-e2b5-48e7-a71e-e1594a381565","_postman_id":"e49e47b0-e2b5-48e7-a71e-e1594a381565","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}}},{"name":"{installer} Copy","item":[{"name":"Get installer","id":"ba8528a0-11ae-4f11-ab86-6b595410afbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/installers/:installer?include=overrides","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","installers",":installer"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"overrides"}],"variable":[{"id":"ab0b6252-4629-4d89-b23c-bc3d5b4b641d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"installer"}]}},"response":[{"id":"30ea7c41-2e1b-4713-81ca-ac4b494631b2","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/installers/:installer?include=overrides","host":["{{baseUrl}}"],"path":["api","installers",":installer"],"query":[{"key":"include","value":"overrides"}],"variable":[{"key":"installer"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"logo\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"order\": \"<integer>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n}"},{"id":"132b59e1-6606-4090-ac53-a25201064acb","name":"Unauthenticated","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/installers/:installer?include=overrides","host":["{{baseUrl}}"],"path":["api","installers",":installer"],"query":[{"key":"include","value":"overrides"}],"variable":[{"key":"installer"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"66fafb26-af9c-458b-bde7-0184664fd5d2","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/installers/:installer?include=overrides","host":["{{baseUrl}}"],"path":["api","installers",":installer"],"query":[{"key":"include","value":"overrides"}],"variable":[{"key":"installer"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bca321ec-31af-4ada-9ecf-4f26bab825b7","name":"Resource not found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/installers/:installer?include=overrides","host":["{{baseUrl}}"],"path":["api","installers",":installer"],"query":[{"key":"include","value":"overrides"}],"variable":[{"key":"installer"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ba8528a0-11ae-4f11-ab86-6b595410afbd"},{"name":"Update installer","id":"1c7fe404-9297-4c6d-ae75-f0e8b02d0e8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/installers/:installer?include=overrides","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","installers",":installer"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"overrides"}],"variable":[{"id":"946f18b7-7106-4b62-8ee8-55e60c7436aa","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"installer"}]}},"response":[{"id":"df73b599-2052-4782-a2eb-3400cb3fd1a0","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/:installer?include=overrides","host":["{{baseUrl}}"],"path":["api","installers",":installer"],"query":[{"key":"include","value":"overrides"}],"variable":[{"key":"installer"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"logo\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"order\": \"<integer>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n}"},{"id":"a599a5b1-0914-467c-9101-cf973a9780d7","name":"Unauthenticated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/:installer?include=overrides","host":["{{baseUrl}}"],"path":["api","installers",":installer"],"query":[{"key":"include","value":"overrides"}],"variable":[{"key":"installer"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"43f4329d-3ec4-41b3-b015-90da24f2acb9","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/:installer?include=overrides","host":["{{baseUrl}}"],"path":["api","installers",":installer"],"query":[{"key":"include","value":"overrides"}],"variable":[{"key":"installer"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bd75216b-97e7-4c16-949c-295db9c9b3de","name":"Resource not found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/:installer?include=overrides","host":["{{baseUrl}}"],"path":["api","installers",":installer"],"query":[{"key":"include","value":"overrides"}],"variable":[{"key":"installer"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ce697e08-5198-4448-8917-23805bce9d51","name":"Validation error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/:installer?include=overrides","host":["{{baseUrl}}"],"path":["api","installers",":installer"],"query":[{"key":"include","value":"overrides"}],"variable":[{"key":"installer"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1c7fe404-9297-4c6d-ae75-f0e8b02d0e8c"},{"name":"Delete installer","id":"df654d95-313e-4d3c-9cb0-ad52c7b3829d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/installers/:installer?include=overrides","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","installers",":installer"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"overrides"}],"variable":[{"id":"b440d2ed-b581-4ab7-bb4a-89d6fbc8ddcd","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"installer"}]}},"response":[{"id":"4c024346-fc61-4b34-858e-0be0e27c27d5","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/installers/:installer?include=overrides","host":["{{baseUrl}}"],"path":["api","installers",":installer"],"query":[{"key":"include","value":"overrides"}],"variable":[{"key":"installer"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"logo\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"order\": \"<integer>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n}"},{"id":"0c9360a3-8b6b-42a8-922a-889c2410773d","name":"Unauthenticated","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/installers/:installer?include=overrides","host":["{{baseUrl}}"],"path":["api","installers",":installer"],"query":[{"key":"include","value":"overrides"}],"variable":[{"key":"installer"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d15f34c6-720c-46c4-863c-2402ce30ae17","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/installers/:installer?include=overrides","host":["{{baseUrl}}"],"path":["api","installers",":installer"],"query":[{"key":"include","value":"overrides"}],"variable":[{"key":"installer"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"79173198-7637-43f7-8516-180fab4b738d","name":"Resource not found","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/installers/:installer?include=overrides","host":["{{baseUrl}}"],"path":["api","installers",":installer"],"query":[{"key":"include","value":"overrides"}],"variable":[{"key":"installer"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"df654d95-313e-4d3c-9cb0-ad52c7b3829d"}],"id":"6ede3431-f635-4ce2-8713-3a0348947d84","_postman_id":"6ede3431-f635-4ce2-8713-3a0348947d84","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}}},{"name":"batch Copy","item":[{"name":"Create a batch of installers","id":"ffe5d9bb-6475-4d52-be73-92a0cd792bdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/installers/batch?include=overrides","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","installers","batch"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"overrides"}],"variable":[]}},"response":[{"id":"6b382b22-d442-4d7a-9a56-ca3a0dfbfa8b","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/batch?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","batch"],"query":[{"key":"include","value":"overrides"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"logo\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"order\": \"<integer>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"logo\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"order\": \"<integer>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    }\n  ]\n}"},{"id":"c04cda50-605b-4c41-ac1a-f4e12629c10d","name":"Unauthenticated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/batch?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","batch"],"query":[{"key":"include","value":"overrides"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"284f6373-0d43-4d16-8cde-5acc5fe8d194","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/batch?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","batch"],"query":[{"key":"include","value":"overrides"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"88df7378-293e-4d83-ba7c-670f7f27f4db","name":"Resource not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/batch?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","batch"],"query":[{"key":"include","value":"overrides"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"87639ccd-f297-426c-9109-eabc5fe1ce57","name":"Validation error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/batch?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","batch"],"query":[{"key":"include","value":"overrides"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ffe5d9bb-6475-4d52-be73-92a0cd792bdb"},{"name":"Update a batch of installers","id":"08f8a41a-c9da-4a61-aad7-88f358a959dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resources\": {\n    \"{key}\": {\n      \"name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/installers/batch?include=overrides","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","installers","batch"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"overrides"}],"variable":[]}},"response":[{"id":"9699367c-a938-47a6-b054-8ede7f04f845","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": {\n    \"{key}\": {\n      \"name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/batch?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","batch"],"query":[{"key":"include","value":"overrides"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"logo\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"order\": \"<integer>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"logo\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"order\": \"<integer>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    }\n  ]\n}"},{"id":"5ead1d50-bbd8-419a-8a6c-3397f85f5ccb","name":"Unauthenticated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": {\n    \"{key}\": {\n      \"name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/batch?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","batch"],"query":[{"key":"include","value":"overrides"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d46e3242-0d87-4782-a316-8a760d2ab7fd","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": {\n    \"{key}\": {\n      \"name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/batch?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","batch"],"query":[{"key":"include","value":"overrides"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f6ed20c2-2906-49c6-bc12-9e0704034a04","name":"Resource not found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": {\n    \"{key}\": {\n      \"name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/batch?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","batch"],"query":[{"key":"include","value":"overrides"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"00c321e9-da1f-41d1-81f3-8d480a3a8f5d","name":"Validation error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": {\n    \"{key}\": {\n      \"name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/batch?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","batch"],"query":[{"key":"include","value":"overrides"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"08f8a41a-c9da-4a61-aad7-88f358a959dc"},{"name":"Delete a batch of installers","id":"649700c3-16e5-4537-a1c6-7c1a606d5bec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/installers/batch?include=overrides","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","installers","batch"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"overrides"}],"variable":[]}},"response":[{"id":"96153df7-95d5-4094-8226-68b6bca8e3c5","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/batch?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","batch"],"query":[{"key":"include","value":"overrides"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"logo\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"order\": \"<integer>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"logo\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"order\": \"<integer>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    }\n  ]\n}"},{"id":"2a52b0ba-7e71-4965-9e3e-c463be22d09e","name":"Unauthenticated","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/batch?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","batch"],"query":[{"key":"include","value":"overrides"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c5fb4d13-806b-462c-95f7-c677d4cd1a6e","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/batch?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","batch"],"query":[{"key":"include","value":"overrides"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ac4bbcdd-0c7e-4c58-84e3-e17fc235ff94","name":"Resource not found","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/batch?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","batch"],"query":[{"key":"include","value":"overrides"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4c8c7df7-8b40-4320-a627-f4eed331c7b5","name":"Validation error","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers/batch?include=overrides","host":["{{baseUrl}}"],"path":["api","installers","batch"],"query":[{"key":"include","value":"overrides"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"649700c3-16e5-4537-a1c6-7c1a606d5bec"}],"id":"8e1069a6-426c-4bca-8221-81085c31a2a7","_postman_id":"8e1069a6-426c-4bca-8221-81085c31a2a7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}}},{"name":"Create installer Copy","id":"d0acab10-cf98-484d-9613-daf8e1410fe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/installers?include=overrides","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","installers"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"overrides"}],"variable":[]}},"response":[{"id":"956bbe0e-d0d8-40f4-96f8-f8466cf4e1a9","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers?include=overrides","host":["{{baseUrl}}"],"path":["api","installers"],"query":[{"key":"include","value":"overrides"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"logo\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"order\": \"<integer>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n}"},{"id":"7107bfd0-abab-409c-84c8-57163c9b31d3","name":"Unauthenticated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers?include=overrides","host":["{{baseUrl}}"],"path":["api","installers"],"query":[{"key":"include","value":"overrides"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3531d71f-e79c-475b-9e24-b33005e633cd","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers?include=overrides","host":["{{baseUrl}}"],"path":["api","installers"],"query":[{"key":"include","value":"overrides"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8aa7f5dd-e792-4798-8db1-6a0afdf7992d","name":"Validation error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/installers?include=overrides","host":["{{baseUrl}}"],"path":["api","installers"],"query":[{"key":"include","value":"overrides"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d0acab10-cf98-484d-9613-daf8e1410fe1"},{"name":"Get a list of installers Copy","id":"0024afb1-374e-44bf-9014-f5743ae2a5a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/installers?include=overrides","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","installers"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"overrides"}],"variable":[]}},"response":[{"id":"0e4dbfc1-28c5-46f9-8774-c61badb9b699","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/installers?include=overrides","host":["{{baseUrl}}"],"path":["api","installers"],"query":[{"key":"include","value":"overrides"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"logo\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"order\": \"<integer>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"logo\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"order\": \"<integer>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    }\n  ],\n  \"links\": {\n    \"first\": \"<uri>\",\n    \"last\": \"<uri>\",\n    \"prev\": \"<uri>\",\n    \"next\": \"<uri>\"\n  },\n  \"meta\": {\n    \"current_page\": \"<integer>\",\n    \"from\": \"<integer>\",\n    \"last_page\": \"<integer>\",\n    \"path\": \"<string>\",\n    \"per_page\": \"<integer>\",\n    \"to\": \"<integer>\",\n    \"total\": \"<integer>\"\n  }\n}"},{"id":"8f83c371-c754-4ff6-9c42-95db25f6132c","name":"Unauthenticated","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/installers?include=overrides","host":["{{baseUrl}}"],"path":["api","installers"],"query":[{"key":"include","value":"overrides"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d21e2cbe-fff3-4ca5-842b-8fe4bd99ec3b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/installers?include=overrides","host":["{{baseUrl}}"],"path":["api","installers"],"query":[{"key":"include","value":"overrides"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0024afb1-374e-44bf-9014-f5743ae2a5a7"}],"id":"86fc25e8-e53a-43c9-ae2e-6bdc63ab2718","_postman_id":"86fc25e8-e53a-43c9-ae2e-6bdc63ab2718","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}}},{"name":"Users","item":[{"name":"search Copy","item":[{"name":"Search for users","id":"a6069d39-7e05-482c-b4c1-03d3cab65331","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"filters\": [\n    {\n      \"type\": \"or\",\n      \"field\": \"created_at\",\n      \"operator\": \"not ilike\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"or\",\n          \"field\": \"tenure_id\",\n          \"operator\": \">=\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"or\",\n          \"field\": \"email\",\n          \"operator\": \"like\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"type\": \"and\",\n      \"field\": \"updated_at\",\n      \"operator\": \"any in\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"or\",\n          \"field\": \"last_name\",\n          \"operator\": \"any in\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"and\",\n          \"field\": \"created_at\",\n          \"operator\": \"all in\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"search\": {\n    \"value\": \"<string>\",\n    \"case_sensitive\": \"<boolean>\"\n  },\n  \"sort\": [\n    {\n      \"field\": \"first_name\",\n      \"direction\": \"asc\"\n    },\n    {\n      \"field\": \"mobile_phone\",\n      \"direction\": \"asc\"\n    }\n  ],\n  \"includes\": [\n    {\n      \"relation\": \"recruiter\",\n      \"filters\": {}\n    },\n    {\n      \"relation\": \"tenure\",\n      \"filters\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/users/search?include=recruits","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","users","search"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"recruits"}],"variable":[]}},"response":[{"id":"873792fa-b994-4c0e-838f-4608953410a1","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"filters\": [\n    {\n      \"type\": \"or\",\n      \"field\": \"created_at\",\n      \"operator\": \"not ilike\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"or\",\n          \"field\": \"tenure_id\",\n          \"operator\": \">=\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"or\",\n          \"field\": \"email\",\n          \"operator\": \"like\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"type\": \"and\",\n      \"field\": \"updated_at\",\n      \"operator\": \"any in\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"or\",\n          \"field\": \"last_name\",\n          \"operator\": \"any in\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"and\",\n          \"field\": \"created_at\",\n          \"operator\": \"all in\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"search\": {\n    \"value\": \"<string>\",\n    \"case_sensitive\": \"<boolean>\"\n  },\n  \"sort\": [\n    {\n      \"field\": \"first_name\",\n      \"direction\": \"asc\"\n    },\n    {\n      \"field\": \"mobile_phone\",\n      \"direction\": \"asc\"\n    }\n  ],\n  \"includes\": [\n    {\n      \"relation\": \"recruiter\",\n      \"filters\": {}\n    },\n    {\n      \"relation\": \"tenure\",\n      \"filters\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/search?include=recruits","host":["{{baseUrl}}"],"path":["api","users","search"],"query":[{"key":"include","value":"recruits"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"email_verified_at\": \"<dateTime>\",\n      \"two_factor_secret\": \"<string>\",\n      \"two_factor_recovery_codes\": \"<string>\",\n      \"remember_token\": \"<string>\",\n      \"profile_photo_path\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    },\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"email_verified_at\": \"<dateTime>\",\n      \"two_factor_secret\": \"<string>\",\n      \"two_factor_recovery_codes\": \"<string>\",\n      \"remember_token\": \"<string>\",\n      \"profile_photo_path\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    }\n  ],\n  \"links\": {\n    \"first\": \"<uri>\",\n    \"last\": \"<uri>\",\n    \"prev\": \"<uri>\",\n    \"next\": \"<uri>\"\n  },\n  \"meta\": {\n    \"current_page\": \"<integer>\",\n    \"from\": \"<integer>\",\n    \"last_page\": \"<integer>\",\n    \"path\": \"<string>\",\n    \"per_page\": \"<integer>\",\n    \"to\": \"<integer>\",\n    \"total\": \"<integer>\"\n  }\n}"},{"id":"ead7c229-2e08-4140-a021-a2ec004ba756","name":"Unauthenticated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"filters\": [\n    {\n      \"type\": \"or\",\n      \"field\": \"created_at\",\n      \"operator\": \"not ilike\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"or\",\n          \"field\": \"tenure_id\",\n          \"operator\": \">=\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"or\",\n          \"field\": \"email\",\n          \"operator\": \"like\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"type\": \"and\",\n      \"field\": \"updated_at\",\n      \"operator\": \"any in\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"or\",\n          \"field\": \"last_name\",\n          \"operator\": \"any in\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"and\",\n          \"field\": \"created_at\",\n          \"operator\": \"all in\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"search\": {\n    \"value\": \"<string>\",\n    \"case_sensitive\": \"<boolean>\"\n  },\n  \"sort\": [\n    {\n      \"field\": \"first_name\",\n      \"direction\": \"asc\"\n    },\n    {\n      \"field\": \"mobile_phone\",\n      \"direction\": \"asc\"\n    }\n  ],\n  \"includes\": [\n    {\n      \"relation\": \"recruiter\",\n      \"filters\": {}\n    },\n    {\n      \"relation\": \"tenure\",\n      \"filters\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/search?include=recruits","host":["{{baseUrl}}"],"path":["api","users","search"],"query":[{"key":"include","value":"recruits"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"39b9c8b2-3954-49dd-99c1-b29bf4a132c8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"filters\": [\n    {\n      \"type\": \"or\",\n      \"field\": \"created_at\",\n      \"operator\": \"not ilike\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"or\",\n          \"field\": \"tenure_id\",\n          \"operator\": \">=\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"or\",\n          \"field\": \"email\",\n          \"operator\": \"like\",\n          \"value\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"type\": \"and\",\n      \"field\": \"updated_at\",\n      \"operator\": \"any in\",\n      \"value\": \"<string>\",\n      \"nested\": [\n        {\n          \"type\": \"or\",\n          \"field\": \"last_name\",\n          \"operator\": \"any in\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"type\": \"and\",\n          \"field\": \"created_at\",\n          \"operator\": \"all in\",\n          \"value\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"search\": {\n    \"value\": \"<string>\",\n    \"case_sensitive\": \"<boolean>\"\n  },\n  \"sort\": [\n    {\n      \"field\": \"first_name\",\n      \"direction\": \"asc\"\n    },\n    {\n      \"field\": \"mobile_phone\",\n      \"direction\": \"asc\"\n    }\n  ],\n  \"includes\": [\n    {\n      \"relation\": \"recruiter\",\n      \"filters\": {}\n    },\n    {\n      \"relation\": \"tenure\",\n      \"filters\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/search?include=recruits","host":["{{baseUrl}}"],"path":["api","users","search"],"query":[{"key":"include","value":"recruits"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a6069d39-7e05-482c-b4c1-03d3cab65331"}],"id":"7bbac7b6-5af6-40c8-8b84-f56d4b490436","_postman_id":"7bbac7b6-5af6-40c8-8b84-f56d4b490436","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}}},{"name":"{user} Copy","item":[{"name":"Get user","id":"5e9e766e-717d-4644-b972-389ebd8db48b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/users/:user?include=recruits","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","users",":user"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"recruits"}],"variable":[{"id":"175c68d3-9c8b-4eeb-bb3b-64a8b677c874","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"user"}]}},"response":[{"id":"e8a0fcc5-b8a0-4f59-ba5b-ca85c1490d5c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/users/:user?include=recruits","host":["{{baseUrl}}"],"path":["api","users",":user"],"query":[{"key":"include","value":"recruits"}],"variable":[{"key":"user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"personal_email\": \"<string>\",\n    \"mobile_phone\": \"<string>\",\n    \"recruiter_id\": \"<integer>\",\n    \"tenure_id\": \"<integer>\",\n    \"current_team_id\": \"<integer>\",\n    \"password\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"id\": \"<integer>\",\n    \"email_verified_at\": \"<dateTime>\",\n    \"two_factor_secret\": \"<string>\",\n    \"two_factor_recovery_codes\": \"<string>\",\n    \"remember_token\": \"<string>\",\n    \"profile_photo_path\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n}"},{"id":"5432ae51-9f6c-4a4f-8a64-17aa5bc45702","name":"Unauthenticated","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/users/:user?include=recruits","host":["{{baseUrl}}"],"path":["api","users",":user"],"query":[{"key":"include","value":"recruits"}],"variable":[{"key":"user"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4eced7dd-1b17-4eb8-bca6-e12960a963b2","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/users/:user?include=recruits","host":["{{baseUrl}}"],"path":["api","users",":user"],"query":[{"key":"include","value":"recruits"}],"variable":[{"key":"user"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dae30b7d-f045-4aad-9c7e-f35ac0c8f2c7","name":"Resource not found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/users/:user?include=recruits","host":["{{baseUrl}}"],"path":["api","users",":user"],"query":[{"key":"include","value":"recruits"}],"variable":[{"key":"user"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e9e766e-717d-4644-b972-389ebd8db48b"},{"name":"Update user","id":"64365bf6-6ffb-41f1-881b-ee1a792e51fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"personal_email\": \"<string>\",\n  \"mobile_phone\": \"<string>\",\n  \"recruiter_id\": \"<integer>\",\n  \"tenure_id\": \"<integer>\",\n  \"current_team_id\": \"<integer>\",\n  \"password\": \"<string>\",\n  \"enabled\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/users/:user?include=recruits","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","users",":user"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"recruits"}],"variable":[{"id":"980bcb26-a715-444b-b8f9-f728490d5028","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"user"}]}},"response":[{"id":"c40549b5-9b8d-48bd-b7f3-971bc6fce4f7","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"personal_email\": \"<string>\",\n  \"mobile_phone\": \"<string>\",\n  \"recruiter_id\": \"<integer>\",\n  \"tenure_id\": \"<integer>\",\n  \"current_team_id\": \"<integer>\",\n  \"password\": \"<string>\",\n  \"enabled\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/:user?include=recruits","host":["{{baseUrl}}"],"path":["api","users",":user"],"query":[{"key":"include","value":"recruits"}],"variable":[{"key":"user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"personal_email\": \"<string>\",\n    \"mobile_phone\": \"<string>\",\n    \"recruiter_id\": \"<integer>\",\n    \"tenure_id\": \"<integer>\",\n    \"current_team_id\": \"<integer>\",\n    \"password\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"id\": \"<integer>\",\n    \"email_verified_at\": \"<dateTime>\",\n    \"two_factor_secret\": \"<string>\",\n    \"two_factor_recovery_codes\": \"<string>\",\n    \"remember_token\": \"<string>\",\n    \"profile_photo_path\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n}"},{"id":"8f6b72c0-850d-4751-9769-0b6b27abcb86","name":"Unauthenticated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"personal_email\": \"<string>\",\n  \"mobile_phone\": \"<string>\",\n  \"recruiter_id\": \"<integer>\",\n  \"tenure_id\": \"<integer>\",\n  \"current_team_id\": \"<integer>\",\n  \"password\": \"<string>\",\n  \"enabled\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/:user?include=recruits","host":["{{baseUrl}}"],"path":["api","users",":user"],"query":[{"key":"include","value":"recruits"}],"variable":[{"key":"user"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0a8bd1cc-5a44-4247-bfa9-52b95db1ee3e","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"personal_email\": \"<string>\",\n  \"mobile_phone\": \"<string>\",\n  \"recruiter_id\": \"<integer>\",\n  \"tenure_id\": \"<integer>\",\n  \"current_team_id\": \"<integer>\",\n  \"password\": \"<string>\",\n  \"enabled\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/:user?include=recruits","host":["{{baseUrl}}"],"path":["api","users",":user"],"query":[{"key":"include","value":"recruits"}],"variable":[{"key":"user"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"59263ee6-330c-432e-8e59-e035da72e178","name":"Resource not found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"personal_email\": \"<string>\",\n  \"mobile_phone\": \"<string>\",\n  \"recruiter_id\": \"<integer>\",\n  \"tenure_id\": \"<integer>\",\n  \"current_team_id\": \"<integer>\",\n  \"password\": \"<string>\",\n  \"enabled\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/:user?include=recruits","host":["{{baseUrl}}"],"path":["api","users",":user"],"query":[{"key":"include","value":"recruits"}],"variable":[{"key":"user"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ee050666-7a4c-44e3-99ff-46a931eb6b28","name":"Validation error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"personal_email\": \"<string>\",\n  \"mobile_phone\": \"<string>\",\n  \"recruiter_id\": \"<integer>\",\n  \"tenure_id\": \"<integer>\",\n  \"current_team_id\": \"<integer>\",\n  \"password\": \"<string>\",\n  \"enabled\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/:user?include=recruits","host":["{{baseUrl}}"],"path":["api","users",":user"],"query":[{"key":"include","value":"recruits"}],"variable":[{"key":"user"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"64365bf6-6ffb-41f1-881b-ee1a792e51fb"},{"name":"Delete user","id":"84337fc8-0283-4ef5-b7ac-f4f604af9c51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/users/:user?include=recruits","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","users",":user"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"recruits"}],"variable":[{"id":"a990be03-9a24-42d0-9be8-72cb9b7e989d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"user"}]}},"response":[{"id":"869b1fbb-cecf-40fa-8f01-0cd6a4a686c2","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/users/:user?include=recruits","host":["{{baseUrl}}"],"path":["api","users",":user"],"query":[{"key":"include","value":"recruits"}],"variable":[{"key":"user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"personal_email\": \"<string>\",\n    \"mobile_phone\": \"<string>\",\n    \"recruiter_id\": \"<integer>\",\n    \"tenure_id\": \"<integer>\",\n    \"current_team_id\": \"<integer>\",\n    \"password\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"id\": \"<integer>\",\n    \"email_verified_at\": \"<dateTime>\",\n    \"two_factor_secret\": \"<string>\",\n    \"two_factor_recovery_codes\": \"<string>\",\n    \"remember_token\": \"<string>\",\n    \"profile_photo_path\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n}"},{"id":"6344f738-8207-4aa4-8d4f-e990217eb247","name":"Unauthenticated","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/users/:user?include=recruits","host":["{{baseUrl}}"],"path":["api","users",":user"],"query":[{"key":"include","value":"recruits"}],"variable":[{"key":"user"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7ca09f9f-8fa4-42d9-9038-5e3fc1110b90","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/users/:user?include=recruits","host":["{{baseUrl}}"],"path":["api","users",":user"],"query":[{"key":"include","value":"recruits"}],"variable":[{"key":"user"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"679295be-999d-499c-b52c-cd05fc622773","name":"Resource not found","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/users/:user?include=recruits","host":["{{baseUrl}}"],"path":["api","users",":user"],"query":[{"key":"include","value":"recruits"}],"variable":[{"key":"user"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"84337fc8-0283-4ef5-b7ac-f4f604af9c51"}],"id":"30fa9754-e077-4658-90f0-f8ed36721d76","_postman_id":"30fa9754-e077-4658-90f0-f8ed36721d76","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}}},{"name":"batch Copy","item":[{"name":"Create a batch of users","id":"a3e60283-cb80-425a-bc39-f53eaf6bf44b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/users/batch?include=recruits","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","users","batch"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"recruits"}],"variable":[]}},"response":[{"id":"9e634345-a129-4403-81e5-52aaed1257f9","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/batch?include=recruits","host":["{{baseUrl}}"],"path":["api","users","batch"],"query":[{"key":"include","value":"recruits"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"email_verified_at\": \"<dateTime>\",\n      \"two_factor_secret\": \"<string>\",\n      \"two_factor_recovery_codes\": \"<string>\",\n      \"remember_token\": \"<string>\",\n      \"profile_photo_path\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    },\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"email_verified_at\": \"<dateTime>\",\n      \"two_factor_secret\": \"<string>\",\n      \"two_factor_recovery_codes\": \"<string>\",\n      \"remember_token\": \"<string>\",\n      \"profile_photo_path\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    }\n  ]\n}"},{"id":"38f9cae7-81e1-4c70-b6e3-bbecb573a8a8","name":"Unauthenticated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/batch?include=recruits","host":["{{baseUrl}}"],"path":["api","users","batch"],"query":[{"key":"include","value":"recruits"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ca879d11-c732-4548-990b-77ad1a673f0e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/batch?include=recruits","host":["{{baseUrl}}"],"path":["api","users","batch"],"query":[{"key":"include","value":"recruits"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6e7164f8-e706-455b-bcc3-d04afc91f756","name":"Resource not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/batch?include=recruits","host":["{{baseUrl}}"],"path":["api","users","batch"],"query":[{"key":"include","value":"recruits"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f9511f67-9574-4f08-b5dd-7593fc6a3a13","name":"Validation error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/batch?include=recruits","host":["{{baseUrl}}"],"path":["api","users","batch"],"query":[{"key":"include","value":"recruits"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a3e60283-cb80-425a-bc39-f53eaf6bf44b"},{"name":"Update a batch of users","id":"1d10050f-ca1d-4944-bac7-a30252cf24a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resources\": {\n    \"{key}\": {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/users/batch?include=recruits","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","users","batch"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"recruits"}],"variable":[]}},"response":[{"id":"b20a9351-4485-4ae3-b2b7-8effa96d1051","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": {\n    \"{key}\": {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/batch?include=recruits","host":["{{baseUrl}}"],"path":["api","users","batch"],"query":[{"key":"include","value":"recruits"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"email_verified_at\": \"<dateTime>\",\n      \"two_factor_secret\": \"<string>\",\n      \"two_factor_recovery_codes\": \"<string>\",\n      \"remember_token\": \"<string>\",\n      \"profile_photo_path\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    },\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"email_verified_at\": \"<dateTime>\",\n      \"two_factor_secret\": \"<string>\",\n      \"two_factor_recovery_codes\": \"<string>\",\n      \"remember_token\": \"<string>\",\n      \"profile_photo_path\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    }\n  ]\n}"},{"id":"43dc13aa-a555-4336-a3d3-ee9537528ac3","name":"Unauthenticated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": {\n    \"{key}\": {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/batch?include=recruits","host":["{{baseUrl}}"],"path":["api","users","batch"],"query":[{"key":"include","value":"recruits"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a21216ac-0bcc-40ee-b6ff-85b87a4800d5","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": {\n    \"{key}\": {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/batch?include=recruits","host":["{{baseUrl}}"],"path":["api","users","batch"],"query":[{"key":"include","value":"recruits"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7732cce4-f08b-4884-81f9-50febe2a18b2","name":"Resource not found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": {\n    \"{key}\": {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/batch?include=recruits","host":["{{baseUrl}}"],"path":["api","users","batch"],"query":[{"key":"include","value":"recruits"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"223fdd4e-a50d-4774-8b75-760812d3e1fa","name":"Validation error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": {\n    \"{key}\": {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/batch?include=recruits","host":["{{baseUrl}}"],"path":["api","users","batch"],"query":[{"key":"include","value":"recruits"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d10050f-ca1d-4944-bac7-a30252cf24a6"},{"name":"Delete a batch of users","id":"a93cea92-802b-45a1-8502-07739c9fa811","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/users/batch?include=recruits","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","users","batch"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"recruits"}],"variable":[]}},"response":[{"id":"c0cb9829-5090-40c0-a812-879a5e0203a8","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/batch?include=recruits","host":["{{baseUrl}}"],"path":["api","users","batch"],"query":[{"key":"include","value":"recruits"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"email_verified_at\": \"<dateTime>\",\n      \"two_factor_secret\": \"<string>\",\n      \"two_factor_recovery_codes\": \"<string>\",\n      \"remember_token\": \"<string>\",\n      \"profile_photo_path\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    },\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"email_verified_at\": \"<dateTime>\",\n      \"two_factor_secret\": \"<string>\",\n      \"two_factor_recovery_codes\": \"<string>\",\n      \"remember_token\": \"<string>\",\n      \"profile_photo_path\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    }\n  ]\n}"},{"id":"d00168b8-5e4c-4ea5-ab3c-b5c41bfed7f6","name":"Unauthenticated","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/batch?include=recruits","host":["{{baseUrl}}"],"path":["api","users","batch"],"query":[{"key":"include","value":"recruits"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a4f55f85-25ad-43b6-bc58-b2d36b0326de","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/batch?include=recruits","host":["{{baseUrl}}"],"path":["api","users","batch"],"query":[{"key":"include","value":"recruits"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"75ba21b0-f10e-4269-9ff3-a915c5242cf3","name":"Resource not found","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/batch?include=recruits","host":["{{baseUrl}}"],"path":["api","users","batch"],"query":[{"key":"include","value":"recruits"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c8bf2887-2219-41f6-ab4b-931ca5f994b6","name":"Validation error","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"resources\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users/batch?include=recruits","host":["{{baseUrl}}"],"path":["api","users","batch"],"query":[{"key":"include","value":"recruits"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a93cea92-802b-45a1-8502-07739c9fa811"}],"id":"fb431b45-3ed0-44f1-80cf-a0b5349591ee","_postman_id":"fb431b45-3ed0-44f1-80cf-a0b5349591ee","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}}},{"name":"Create user Copy","id":"b6f86a24-02e1-4636-9aba-7177b32dab55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"personal_email\": \"<string>\",\n  \"mobile_phone\": \"<string>\",\n  \"recruiter_id\": \"<integer>\",\n  \"tenure_id\": \"<integer>\",\n  \"current_team_id\": \"<integer>\",\n  \"password\": \"<string>\",\n  \"enabled\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/users?include=recruits","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","users"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"recruits"}],"variable":[]}},"response":[{"id":"2d4955ee-199c-41b7-a35c-db79398acb70","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"personal_email\": \"<string>\",\n  \"mobile_phone\": \"<string>\",\n  \"recruiter_id\": \"<integer>\",\n  \"tenure_id\": \"<integer>\",\n  \"current_team_id\": \"<integer>\",\n  \"password\": \"<string>\",\n  \"enabled\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users?include=recruits","host":["{{baseUrl}}"],"path":["api","users"],"query":[{"key":"include","value":"recruits"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"personal_email\": \"<string>\",\n    \"mobile_phone\": \"<string>\",\n    \"recruiter_id\": \"<integer>\",\n    \"tenure_id\": \"<integer>\",\n    \"current_team_id\": \"<integer>\",\n    \"password\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"id\": \"<integer>\",\n    \"email_verified_at\": \"<dateTime>\",\n    \"two_factor_secret\": \"<string>\",\n    \"two_factor_recovery_codes\": \"<string>\",\n    \"remember_token\": \"<string>\",\n    \"profile_photo_path\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n}"},{"id":"14898c5c-50a5-4274-adeb-322b9ca44610","name":"Unauthenticated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"personal_email\": \"<string>\",\n  \"mobile_phone\": \"<string>\",\n  \"recruiter_id\": \"<integer>\",\n  \"tenure_id\": \"<integer>\",\n  \"current_team_id\": \"<integer>\",\n  \"password\": \"<string>\",\n  \"enabled\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users?include=recruits","host":["{{baseUrl}}"],"path":["api","users"],"query":[{"key":"include","value":"recruits"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0b7bf966-e08a-4f78-88a0-79cc9f2f14eb","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"personal_email\": \"<string>\",\n  \"mobile_phone\": \"<string>\",\n  \"recruiter_id\": \"<integer>\",\n  \"tenure_id\": \"<integer>\",\n  \"current_team_id\": \"<integer>\",\n  \"password\": \"<string>\",\n  \"enabled\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users?include=recruits","host":["{{baseUrl}}"],"path":["api","users"],"query":[{"key":"include","value":"recruits"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"80e6f8fc-3a0b-4cc6-b418-5216564f8ab6","name":"Validation error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"personal_email\": \"<string>\",\n  \"mobile_phone\": \"<string>\",\n  \"recruiter_id\": \"<integer>\",\n  \"tenure_id\": \"<integer>\",\n  \"current_team_id\": \"<integer>\",\n  \"password\": \"<string>\",\n  \"enabled\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/users?include=recruits","host":["{{baseUrl}}"],"path":["api","users"],"query":[{"key":"include","value":"recruits"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b6f86a24-02e1-4636-9aba-7177b32dab55"},{"name":"Get a list of users Copy","id":"1a96c476-ef12-4a00-9a31-624b373ff0e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/users?include=recruits","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}},"urlObject":{"path":["api","users"],"host":["{{baseUrl}}"],"query":[{"key":"include","value":"recruits"}],"variable":[]}},"response":[{"id":"4eb2b4f6-81a8-4727-84ea-07098c763d63","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/users?include=recruits","host":["{{baseUrl}}"],"path":["api","users"],"query":[{"key":"include","value":"recruits"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"email_verified_at\": \"<dateTime>\",\n      \"two_factor_secret\": \"<string>\",\n      \"two_factor_recovery_codes\": \"<string>\",\n      \"remember_token\": \"<string>\",\n      \"profile_photo_path\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    },\n    {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<string>\",\n      \"personal_email\": \"<string>\",\n      \"mobile_phone\": \"<string>\",\n      \"recruiter_id\": \"<integer>\",\n      \"tenure_id\": \"<integer>\",\n      \"current_team_id\": \"<integer>\",\n      \"password\": \"<string>\",\n      \"enabled\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"email_verified_at\": \"<dateTime>\",\n      \"two_factor_secret\": \"<string>\",\n      \"two_factor_recovery_codes\": \"<string>\",\n      \"remember_token\": \"<string>\",\n      \"profile_photo_path\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    }\n  ],\n  \"links\": {\n    \"first\": \"<uri>\",\n    \"last\": \"<uri>\",\n    \"prev\": \"<uri>\",\n    \"next\": \"<uri>\"\n  },\n  \"meta\": {\n    \"current_page\": \"<integer>\",\n    \"from\": \"<integer>\",\n    \"last_page\": \"<integer>\",\n    \"path\": \"<string>\",\n    \"per_page\": \"<integer>\",\n    \"to\": \"<integer>\",\n    \"total\": \"<integer>\"\n  }\n}"},{"id":"07a1133c-b3c1-43a2-848d-4d2cdbd1ca06","name":"Unauthenticated","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/users?include=recruits","host":["{{baseUrl}}"],"path":["api","users"],"query":[{"key":"include","value":"recruits"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c59e472c-f5fb-4f03-a20c-74e1806b0ba9","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/users?include=recruits","host":["{{baseUrl}}"],"path":["api","users"],"query":[{"key":"include","value":"recruits"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1a96c476-ef12-4a00-9a31-624b373ff0e8"}],"id":"b81e65a4-c75f-4cdf-88b8-9aa324653744","_postman_id":"b81e65a4-c75f-4cdf-88b8-9aa324653744","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"b4b980e9-e84b-4779-a088-1408f1167968","id":"b4b980e9-e84b-4779-a088-1408f1167968","name":"Nitro Energy API","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Post a webhook","id":"20a83dec-4e6a-4e7f-a6fd-ebcb47306dd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event\": \"<string>\",\n    \"data\": \"<array|object>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{webhookUrl}}","description":"<p>Send a webhook to the Nitro Energy platform.</p>\n","urlObject":{"host":["{{webhookUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ab282e62-c4c0-4838-8a4f-1e4d07abde3e","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event\": \"<string>\",\n    \"data\": \"<array|object>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{webhookUrl}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ok\"\n}"}],"_postman_id":"20a83dec-4e6a-4e7f-a6fd-ebcb47306dd5"}],"id":"62f03fae-5761-4bd3-b7c5-df5149d8597b","description":"<p>The Nitro Energy platform accepts incoming webhooks to automate and integrate external data.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"413c7f2b-b65f-4b7b-8b00-51789fd97724"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"55332fb6-5621-4a1f-8752-42c5b9ee9225"}}],"_postman_id":"62f03fae-5761-4bd3-b7c5-df5149d8597b"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"040f6663-73a0-4696-af7b-68244b9c85f5"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"a97e3ff7-982d-458d-82ef-29a925983a99"}}]}