{"item":[{"name":"Auth","description":"Authorization.\n","item":[{"id":"2cd087f8-dec8-42b3-8afc-875b9471e10c","name":"Obtaining a token","request":{"name":"Obtaining a token","description":{"content":"Obtaining a token using the login and password.","type":"text/plain"},"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"c93334d4-5294-49ba-88a7-6f7619b28ccd","name":"Token created successfully","originalRequest":{"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"new.jwt.token","cookie":[],"_postman_previewlanguage":"json"},{"id":"ac442010-6a2f-4673-8cfc-bba083d3d9ff","name":"Bad request - input data contains errors","originalRequest":{"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\",\n \"schema_errors\": [\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"881682c7-f908-4300-9f74-c3a191b8c5c6","name":"Unauthorized - incorrect authorization details, token is missing or invalid","originalRequest":{"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"4c011699-530c-4a3d-9d74-05374ca6a3cf","name":"Payment Required","originalRequest":{"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Payment Required","code":402,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e38074db-40bd-4682-a68e-a8dd4a959fe3","name":"Forbidden - no permission to execute this operation","originalRequest":{"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"906e20c5-1889-446e-a72c-ac0bacc04492","name":"Not found","originalRequest":{"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d37e1eac-b844-4538-9500-02c507d27063","name":"Method not allowed, check method (POST, GET, ...)","originalRequest":{"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"37b9b9be-884b-41f9-b2c8-922ef16ff6c5","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"052cb3de-e05c-4e0b-99d4-f820db678f2c","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"a66f44d5-3aaf-454e-bc1f-1a106fcf0ac5","name":"Too many requests","originalRequest":{"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1431e400-dcc1-4a52-b37c-ccba191f2880","name":"Internal server error","originalRequest":{"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"05718aaf-8fa7-4fa9-8e53-bce3cf370dac","name":"Not implemented","originalRequest":{"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"ef9533ce-51c9-4ee4-8349-0c0df6d7c5d8","name":"Bad gateway","originalRequest":{"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"5c9d7371-4c04-45f9-a60d-e0a1cbcdff66","name":"Service unavailable","originalRequest":{"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"0ad63760-65e7-4d15-b9fc-8cbdc29295f1","name":"Gateway timeout","originalRequest":{"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"8611185d-1ba6-4e88-ba18-a51417ec0b0a","name":"Service unavailable","originalRequest":{"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9c2b189c-8fde-452d-85c9-fd19d511160d","name":"Validating a token","request":{"name":"Validating a token","description":{"content":"Validating a token.","type":"text/plain"},"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"4fbdfaf9-ad20-42d7-8e7f-8f645c2b8a85","name":"Data validation completed successfully","originalRequest":{"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"valid\": true,\n \"roles\": [\n \"USER\"\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6312cf59-cca9-4f15-b30d-a1835ec35233","name":"Bad request - input data contains errors","originalRequest":{"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\",\n \"schema_errors\": [\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b2229658-b957-44b5-a16b-59c77c499104","name":"Unauthorized - incorrect authorization details, token is missing or invalid","originalRequest":{"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"ae441983-bc9f-4e19-ba72-b1f772240997","name":"Payment Required","originalRequest":{"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Payment Required","code":402,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c80622a5-8f68-4cfa-aefe-9f8e2ac26a90","name":"Forbidden - no permission to execute this operation","originalRequest":{"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3c15281c-26ea-4b2d-9359-d358c44f378b","name":"Not found","originalRequest":{"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5414f20d-ab1d-465e-b128-37828e02e3f3","name":"Method not allowed, check method (POST, GET, ...)","originalRequest":{"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"562955cc-2e45-414b-8f91-41a0d80e5a6a","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"27d2d8e1-f63a-4ca7-8e7b-6f9533d9d860","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"92526986-cadd-4d94-ac30-0137fed89120","name":"Too many requests","originalRequest":{"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e8e5a5ff-6663-4547-8056-335d24a17881","name":"Internal server error","originalRequest":{"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3661f087-d28a-470e-9756-a828ab475935","name":"Not implemented","originalRequest":{"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"66de5d22-13d5-4dba-a3e3-7d18832bbfb3","name":"Bad gateway","originalRequest":{"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"869916de-8331-40e7-9b4a-5b324850d451","name":"Service unavailable","originalRequest":{"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"524c0d95-7f98-4127-b6b3-4e91235e5bac","name":"Gateway timeout","originalRequest":{"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"c465745e-3e73-4fa0-93e6-046c333371c1","name":"Service unavailable","originalRequest":{"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3eff9932-179e-4968-8568-9c967271c400","name":"Change password","request":{"name":"Change password","description":{"content":"Change password and get new token.","type":"text/plain"},"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"6bf0f55c-e31a-4351-b777-3883c5d91a7a","name":"Successful execution","originalRequest":{"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"new.jwt.token","cookie":[],"_postman_previewlanguage":"json"},{"id":"2dc86a19-2bdb-4571-b669-bc4282da16b8","name":"Bad request - input data contains errors","originalRequest":{"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\",\n \"schema_errors\": [\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1c608aa5-3f04-4601-9ffc-f73fd083fd49","name":"Unauthorized - incorrect authorization details, token is missing or invalid","originalRequest":{"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"f79abc16-6c99-4fc9-83c3-5a63f073528c","name":"Payment Required","originalRequest":{"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Payment Required","code":402,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4248b827-3914-46fc-8007-3a8e56d97c53","name":"Forbidden - no permission to execute this operation","originalRequest":{"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f1584867-a0c5-430d-979c-4bbc13866f0a","name":"Not found","originalRequest":{"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"df268169-856a-44db-9503-bdbfacb7d60f","name":"Method not allowed, check method (POST, GET, ...)","originalRequest":{"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"eead4746-0549-4992-b7a2-a16977e31d09","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"cb5b6c0b-8efc-4099-a7aa-e99252916788","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"ee6ea0b0-4cc2-4142-921f-426ef10c8d03","name":"Too many requests","originalRequest":{"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1a985354-92e7-4731-8b2c-73c17085fe4c","name":"Internal server error","originalRequest":{"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cc4378ad-04ab-47bb-ba55-03ed5c52ee65","name":"Not implemented","originalRequest":{"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"a3c26f97-c681-4085-8fea-a543bba81f45","name":"Bad gateway","originalRequest":{"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"b9639a1a-8fa2-4b64-82a4-a1a7ebabc677","name":"Service unavailable","originalRequest":{"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"39d3b629-a7d4-456d-983a-20400c966d65","name":"Gateway timeout","originalRequest":{"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"868c80b3-d3a9-44a4-a48c-d1b7a0e04160","name":"Service unavailable","originalRequest":{"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"Info","description":"Account information.\n","item":[{"id":"23f4b637-4881-43f8-a13e-4fad5af73ca7","name":"Account information","request":{"name":"Account information","description":{"content":"Getting a account information.","type":"text/plain"},"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"7f4220b3-6fd6-43a8-a464-17bf3bef6eba","name":"Successful execution","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"username\": \"username_for_login\",\n \"company_key\": \"smart_company\",\n \"roles\": [\n \"USER\"\n ],\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"enabled\": true,\n \"timezone\": 3,\n \"edit_date\": \"2025-03-21T19:45:00Z\",\n \"creation_date\": \"2025-03-21T19:45:00Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0565b8ad-0ea1-459f-bcec-a59768107441","name":"Bad request - input data contains errors","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\",\n \"schema_errors\": [\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c76ddfb2-8b26-415e-8521-c8e972310544","name":"Unauthorized - incorrect authorization details, token is missing or invalid","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"8a70c5b1-fe9b-40ea-bdde-47ff8b324ad1","name":"Payment Required","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Payment Required","code":402,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b09c0830-bcfe-43b5-8298-5168f4b5531f","name":"Forbidden - no permission to execute this operation","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"89269191-d9eb-42b3-ac2f-b2078260c2c6","name":"Not found","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"818cf0e3-48ba-4bfc-a12f-f2fa3073d8c7","name":"Method not allowed, check method (POST, GET, ...)","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"44ce1cf5-74a7-4d76-903d-bbc5596ad6ac","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"123298cf-2571-46d3-b858-37f799b0ea38","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"3e1329ef-1b56-414a-85ef-a3f48c14a187","name":"Too many requests","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c1999f1c-2964-4c9c-8c98-931b9f772c84","name":"Internal server error","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"71dba8af-d17e-49ff-955e-3f9083c8711d","name":"Not implemented","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"358e03da-2638-454e-ae27-2c89442acf8c","name":"Bad gateway","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"56edb93b-9e55-4bfc-b3fb-7b014f540982","name":"Service unavailable","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"54fea092-7f27-447b-953a-ed096f5c05ce","name":"Gateway timeout","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"90759072-c10f-4dda-8baa-ffde9d8c1e37","name":"Service unavailable","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c96138dc-f343-45fd-8291-b56cddadb482","name":"Account update","request":{"name":"Account update","description":{"content":"Updating the account information.","type":"text/plain"},"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"8595925f-20dc-42d3-a9b5-04349741d681","name":"Successful execution","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"username\": \"username_for_login\",\n \"company_key\": \"smart_company\",\n \"roles\": [\n \"USER\"\n ],\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"enabled\": true,\n \"timezone\": 3,\n \"edit_date\": \"2025-03-21T19:45:00Z\",\n \"creation_date\": \"2025-03-21T19:45:00Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"acc533ff-28b1-477d-b189-4d3baffddacd","name":"Bad request - input data contains errors","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\",\n \"schema_errors\": [\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fbdc2306-932b-4625-8748-8d651787679b","name":"Unauthorized - incorrect authorization details, token is missing or invalid","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"2fa109b9-1c76-41b5-a619-0d5c4d15decc","name":"Payment Required","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Payment Required","code":402,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e99a3692-e8a4-448f-87bb-541c37e9ccdc","name":"Forbidden - no permission to execute this operation","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"92711ecd-a195-4d46-b3dc-5ed03232f3d6","name":"Not found","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"648bedf1-a385-4561-aff8-a25b55574874","name":"Method not allowed, check method (POST, GET, ...)","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"becfedd6-a5db-4399-85cb-3cacaa1a7181","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"adfa0083-7264-4196-bc06-cb24b25fe69f","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"828007dd-1520-4dc6-ad1c-ae4fa9ffcb5b","name":"Too many requests","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f0e68a89-2010-44cc-bb69-453848d35a50","name":"Internal server error","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"52dd6dc4-07a6-4ea8-bf5a-72d9df51c275","name":"Not implemented","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"bb708e5d-c4a1-4797-8c3d-9d12e221de1b","name":"Bad gateway","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"20b83c62-6f23-4fb8-86db-7b1ba287762e","name":"Service unavailable","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"5772ee79-e068-43dc-bb39-cd4268e10dba","name":"Gateway timeout","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"215dc79d-cfdc-441c-ab78-b76d0999d7c1","name":"Service unavailable","originalRequest":{"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"Statistics","description":"Statistics.\n","item":[{"id":"0032bf77-543c-42ca-aa6f-e4a62a3d51f7","name":"Statistics for the period","request":{"name":"Statistics for the period","description":{"content":"User statistics for the period. If the period is not specified, the statistics for the current month returns (from the beginning of the month to the present day). If no `from` datetime is specified, data are returned from the beginning of the month. If no `to` datetime is specified, data are returned be to the present day (excluding). Empty service and process type fields mean returning statistics for all services and process types.\n","type":"text/plain"},"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"a5c8ba93-3ab0-4754-82f8-3cb191e9014d","name":"Successful execution","originalRequest":{"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"username\": \"username_for_login\",\n \"dates\": [\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2025-03-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a3974e28-03de-474a-9c26-f0fb1d4aca70","name":"Bad request - input data contains errors","originalRequest":{"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\",\n \"schema_errors\": [\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"92aed955-9f55-4e5c-8ef1-ba021a0a8301","name":"Unauthorized - incorrect authorization details, token is missing or invalid","originalRequest":{"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"4c798ea6-7a7d-4fcf-a649-36ce37b68cec","name":"Payment Required","originalRequest":{"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Payment Required","code":402,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"425ae157-fbd4-48f1-bd9c-2643358a961d","name":"Forbidden - no permission to execute this operation","originalRequest":{"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"eddb6416-ebd7-4554-9f76-36b62505c17e","name":"Not found","originalRequest":{"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cf3db6bc-1c3c-493a-a866-920b85c0c850","name":"Method not allowed, check method (POST, GET, ...)","originalRequest":{"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"6c28a8c4-e50a-4a0c-8e0f-c154897ccccf","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"0bfe3846-fdbe-4e00-a4a7-83f5f57235e2","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"b341ed67-e582-4023-86ea-959797964d78","name":"Too many requests","originalRequest":{"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fd1c73b9-67dd-4409-b98a-0fb4a8382949","name":"Internal server error","originalRequest":{"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"71d13ca5-61f3-41e1-a465-75966b4a4907","name":"Not implemented","originalRequest":{"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"487736ac-d3fb-4aaf-945f-ef9db19cc15d","name":"Bad gateway","originalRequest":{"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"334693fe-92ec-45c1-9101-50869dfc557b","name":"Service unavailable","originalRequest":{"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"a6b9dd5c-46f7-491f-870f-6db3446e99a1","name":"Gateway timeout","originalRequest":{"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"346ee557-3247-452a-8aec-0d11f44c4c46","name":"Service unavailable","originalRequest":{"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"76af00fd-7c1a-454f-9424-1e1c0fc9d70e","name":"Report creating","request":{"name":"Report creating","description":{"content":"Creating report with usage statistics. If the period is not specified, records are returned from the beginning of the month to the present day (excluding). If no `from` datetime is specified, data are returned from the beginning of the month. If no `to` datetime is specified, data are returned be the the present day (excluding). Empty service and process type fields mean returning statistics for all services and process types.\n","type":"text/plain"},"url":{"path":["account","report"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"key":"Accept","value":"application/octet-stream"}],"method":"GET","body":{},"auth":null},"response":[{"id":"c0be1bda-844a-4c0c-9f8f-fa051485eb4c","name":"Report created successfully","originalRequest":{"url":{"path":["account","report"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"key":"Accept","value":"application/octet-stream"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/octet-stream"}],"body":"Excepteur non amet velit","cookie":[],"_postman_previewlanguage":"text"},{"id":"5a699049-4991-4ff2-a2e5-461e65bd061e","name":"Bad request - input data contains errors","originalRequest":{"url":{"path":["account","report"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\",\n \"schema_errors\": [\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"135bc82c-0199-42b1-9839-0b4afadf772f","name":"Unauthorized - incorrect authorization details, token is missing or invalid","originalRequest":{"url":{"path":["account","report"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"6962dc9f-dec4-4a78-ac1f-f477f84589dd","name":"Payment Required","originalRequest":{"url":{"path":["account","report"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Payment Required","code":402,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c0cea3b7-a5ba-4817-a875-0cdd49952731","name":"Forbidden - no permission to execute this operation","originalRequest":{"url":{"path":["account","report"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5427acd2-e25c-46e9-b79e-b3a1a55ec85c","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["account","report"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"700a61eb-3b0a-4508-8f64-2410948ad200","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["account","report"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"c05a1540-90d8-42f0-80db-9e9f206525f0","name":"Too many requests","originalRequest":{"url":{"path":["account","report"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"139ba619-8a4a-4913-bc14-9715e37ae0bf","name":"Internal server error","originalRequest":{"url":{"path":["account","report"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a7a9f158-3cd7-479a-bf16-7d87a6852861","name":"Not implemented","originalRequest":{"url":{"path":["account","report"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"4d04c017-8074-41db-a837-9e5a09f61a47","name":"Bad gateway","originalRequest":{"url":{"path":["account","report"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"226de1b8-4732-4cc0-8eab-050725bcf48d","name":"Service unavailable","originalRequest":{"url":{"path":["account","report"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"e5596c31-9b40-47cc-9e80-321d470a201b","name":"Gateway timeout","originalRequest":{"url":{"path":["account","report"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"6a50159b-6d64-4f8b-8b28-44e64c739bbe","name":"Service unavailable","originalRequest":{"url":{"path":["account","report"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"},"key":"from","value":"2025-03-22"},{"disabled":false,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"},"key":"to","value":"2025-03-26"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"Audit","description":"User actions.\n","item":[{"id":"1c02eccb-67cf-4605-b831-110d35288448","name":"Actions for the period","request":{"name":"Actions for the period","description":{"content":"User actions for the period. If the period is not specified, data for the current day is returned - from the beginning of the day to the current time inclusive. If the beginning of the time period is not specified, data from the beginning of the current day is returned. If the end of the time period is not specified, data up to the current time is returned.\n","type":"text/plain"},"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"},"key":"offset","value":"10"},{"disabled":false,"description":{"content":"The number of items to return.","type":"text/plain"},"key":"limit","value":"10"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n","type":"text/plain"},"key":"from","value":"2025-03-21T09:30:00+03:00"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n","type":"text/plain"},"key":"to","value":"2025-03-21T18:00:00+03:00"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Operation name.","type":"text/plain"},"key":"operation","value":"run_plan_calculation"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"},{"disabled":false,"description":{"content":"Process status.","type":"text/plain"},"key":"status","value":"FINISHED_IN_TIME"},{"disabled":false,"description":{"content":"Field to sort by.","type":"text/plain"},"key":"sort_field","value":"name"},{"disabled":false,"description":{"content":"Sort direction.","type":"text/plain"},"key":"sort_direction","value":"DESC"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"0e3d0bf8-73e1-4d9a-8269-fb66e720c9f2","name":"Successful execution","originalRequest":{"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"},"key":"offset","value":"10"},{"disabled":false,"description":{"content":"The number of items to return.","type":"text/plain"},"key":"limit","value":"10"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n","type":"text/plain"},"key":"from","value":"2025-03-21T09:30:00+03:00"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n","type":"text/plain"},"key":"to","value":"2025-03-21T18:00:00+03:00"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Operation name.","type":"text/plain"},"key":"operation","value":"run_plan_calculation"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"},{"disabled":false,"description":{"content":"Process status.","type":"text/plain"},"key":"status","value":"FINISHED_IN_TIME"},{"disabled":false,"description":{"content":"Field to sort by.","type":"text/plain"},"key":"sort_field","value":"name"},{"disabled":false,"description":{"content":"Sort direction.","type":"text/plain"},"key":"sort_direction","value":"DESC"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"actions\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2025-03-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n }\n ],\n \"counters\": {\n \"overall\": {\n \"total\": 1\n },\n \"filter\": {\n \"total\": 1\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b89764b1-b31c-4fae-b184-a291422bd1d2","name":"Bad request - input data contains errors","originalRequest":{"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"},"key":"offset","value":"10"},{"disabled":false,"description":{"content":"The number of items to return.","type":"text/plain"},"key":"limit","value":"10"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n","type":"text/plain"},"key":"from","value":"2025-03-21T09:30:00+03:00"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n","type":"text/plain"},"key":"to","value":"2025-03-21T18:00:00+03:00"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Operation name.","type":"text/plain"},"key":"operation","value":"run_plan_calculation"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"},{"disabled":false,"description":{"content":"Process status.","type":"text/plain"},"key":"status","value":"FINISHED_IN_TIME"},{"disabled":false,"description":{"content":"Field to sort by.","type":"text/plain"},"key":"sort_field","value":"name"},{"disabled":false,"description":{"content":"Sort direction.","type":"text/plain"},"key":"sort_direction","value":"DESC"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\",\n \"schema_errors\": [\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f5e5719b-ee51-4ec5-bc44-53b1be2222ef","name":"Unauthorized - incorrect authorization details, token is missing or invalid","originalRequest":{"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"},"key":"offset","value":"10"},{"disabled":false,"description":{"content":"The number of items to return.","type":"text/plain"},"key":"limit","value":"10"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n","type":"text/plain"},"key":"from","value":"2025-03-21T09:30:00+03:00"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n","type":"text/plain"},"key":"to","value":"2025-03-21T18:00:00+03:00"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Operation name.","type":"text/plain"},"key":"operation","value":"run_plan_calculation"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"},{"disabled":false,"description":{"content":"Process status.","type":"text/plain"},"key":"status","value":"FINISHED_IN_TIME"},{"disabled":false,"description":{"content":"Field to sort by.","type":"text/plain"},"key":"sort_field","value":"name"},{"disabled":false,"description":{"content":"Sort direction.","type":"text/plain"},"key":"sort_direction","value":"DESC"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"4380c747-5af2-44a7-b851-52d3badd2c62","name":"Payment Required","originalRequest":{"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"},"key":"offset","value":"10"},{"disabled":false,"description":{"content":"The number of items to return.","type":"text/plain"},"key":"limit","value":"10"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n","type":"text/plain"},"key":"from","value":"2025-03-21T09:30:00+03:00"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n","type":"text/plain"},"key":"to","value":"2025-03-21T18:00:00+03:00"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Operation name.","type":"text/plain"},"key":"operation","value":"run_plan_calculation"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"},{"disabled":false,"description":{"content":"Process status.","type":"text/plain"},"key":"status","value":"FINISHED_IN_TIME"},{"disabled":false,"description":{"content":"Field to sort by.","type":"text/plain"},"key":"sort_field","value":"name"},{"disabled":false,"description":{"content":"Sort direction.","type":"text/plain"},"key":"sort_direction","value":"DESC"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Payment Required","code":402,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7ad42004-0b2c-4ecb-b965-f8071a1360f1","name":"Forbidden - no permission to execute this operation","originalRequest":{"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"},"key":"offset","value":"10"},{"disabled":false,"description":{"content":"The number of items to return.","type":"text/plain"},"key":"limit","value":"10"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n","type":"text/plain"},"key":"from","value":"2025-03-21T09:30:00+03:00"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n","type":"text/plain"},"key":"to","value":"2025-03-21T18:00:00+03:00"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Operation name.","type":"text/plain"},"key":"operation","value":"run_plan_calculation"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"},{"disabled":false,"description":{"content":"Process status.","type":"text/plain"},"key":"status","value":"FINISHED_IN_TIME"},{"disabled":false,"description":{"content":"Field to sort by.","type":"text/plain"},"key":"sort_field","value":"name"},{"disabled":false,"description":{"content":"Sort direction.","type":"text/plain"},"key":"sort_direction","value":"DESC"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"031a34f1-e55a-433a-9867-43475da9f1c9","name":"Not found","originalRequest":{"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"},"key":"offset","value":"10"},{"disabled":false,"description":{"content":"The number of items to return.","type":"text/plain"},"key":"limit","value":"10"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n","type":"text/plain"},"key":"from","value":"2025-03-21T09:30:00+03:00"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n","type":"text/plain"},"key":"to","value":"2025-03-21T18:00:00+03:00"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Operation name.","type":"text/plain"},"key":"operation","value":"run_plan_calculation"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"},{"disabled":false,"description":{"content":"Process status.","type":"text/plain"},"key":"status","value":"FINISHED_IN_TIME"},{"disabled":false,"description":{"content":"Field to sort by.","type":"text/plain"},"key":"sort_field","value":"name"},{"disabled":false,"description":{"content":"Sort direction.","type":"text/plain"},"key":"sort_direction","value":"DESC"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6c853a9c-1bda-4107-96a7-936c401d2111","name":"Method not allowed, check method (POST, GET, ...)","originalRequest":{"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"},"key":"offset","value":"10"},{"disabled":false,"description":{"content":"The number of items to return.","type":"text/plain"},"key":"limit","value":"10"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n","type":"text/plain"},"key":"from","value":"2025-03-21T09:30:00+03:00"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n","type":"text/plain"},"key":"to","value":"2025-03-21T18:00:00+03:00"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Operation name.","type":"text/plain"},"key":"operation","value":"run_plan_calculation"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"},{"disabled":false,"description":{"content":"Process status.","type":"text/plain"},"key":"status","value":"FINISHED_IN_TIME"},{"disabled":false,"description":{"content":"Field to sort by.","type":"text/plain"},"key":"sort_field","value":"name"},{"disabled":false,"description":{"content":"Sort direction.","type":"text/plain"},"key":"sort_direction","value":"DESC"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"96af3018-cf18-4d1e-a23c-7c5f8c0db6b1","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"},"key":"offset","value":"10"},{"disabled":false,"description":{"content":"The number of items to return.","type":"text/plain"},"key":"limit","value":"10"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n","type":"text/plain"},"key":"from","value":"2025-03-21T09:30:00+03:00"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n","type":"text/plain"},"key":"to","value":"2025-03-21T18:00:00+03:00"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Operation name.","type":"text/plain"},"key":"operation","value":"run_plan_calculation"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"},{"disabled":false,"description":{"content":"Process status.","type":"text/plain"},"key":"status","value":"FINISHED_IN_TIME"},{"disabled":false,"description":{"content":"Field to sort by.","type":"text/plain"},"key":"sort_field","value":"name"},{"disabled":false,"description":{"content":"Sort direction.","type":"text/plain"},"key":"sort_direction","value":"DESC"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"c0cf3585-0a63-40b2-9340-d98f1a15788e","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"},"key":"offset","value":"10"},{"disabled":false,"description":{"content":"The number of items to return.","type":"text/plain"},"key":"limit","value":"10"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n","type":"text/plain"},"key":"from","value":"2025-03-21T09:30:00+03:00"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n","type":"text/plain"},"key":"to","value":"2025-03-21T18:00:00+03:00"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Operation name.","type":"text/plain"},"key":"operation","value":"run_plan_calculation"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"},{"disabled":false,"description":{"content":"Process status.","type":"text/plain"},"key":"status","value":"FINISHED_IN_TIME"},{"disabled":false,"description":{"content":"Field to sort by.","type":"text/plain"},"key":"sort_field","value":"name"},{"disabled":false,"description":{"content":"Sort direction.","type":"text/plain"},"key":"sort_direction","value":"DESC"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"7076e9dc-3e06-4c6c-8461-2649e77978ae","name":"Too many requests","originalRequest":{"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"},"key":"offset","value":"10"},{"disabled":false,"description":{"content":"The number of items to return.","type":"text/plain"},"key":"limit","value":"10"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n","type":"text/plain"},"key":"from","value":"2025-03-21T09:30:00+03:00"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n","type":"text/plain"},"key":"to","value":"2025-03-21T18:00:00+03:00"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Operation name.","type":"text/plain"},"key":"operation","value":"run_plan_calculation"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"},{"disabled":false,"description":{"content":"Process status.","type":"text/plain"},"key":"status","value":"FINISHED_IN_TIME"},{"disabled":false,"description":{"content":"Field to sort by.","type":"text/plain"},"key":"sort_field","value":"name"},{"disabled":false,"description":{"content":"Sort direction.","type":"text/plain"},"key":"sort_direction","value":"DESC"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"94ed293e-e178-4b45-860c-d050ac1b3ee9","name":"Internal server error","originalRequest":{"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"},"key":"offset","value":"10"},{"disabled":false,"description":{"content":"The number of items to return.","type":"text/plain"},"key":"limit","value":"10"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n","type":"text/plain"},"key":"from","value":"2025-03-21T09:30:00+03:00"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n","type":"text/plain"},"key":"to","value":"2025-03-21T18:00:00+03:00"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Operation name.","type":"text/plain"},"key":"operation","value":"run_plan_calculation"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"},{"disabled":false,"description":{"content":"Process status.","type":"text/plain"},"key":"status","value":"FINISHED_IN_TIME"},{"disabled":false,"description":{"content":"Field to sort by.","type":"text/plain"},"key":"sort_field","value":"name"},{"disabled":false,"description":{"content":"Sort direction.","type":"text/plain"},"key":"sort_direction","value":"DESC"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"35c31700-67f7-41cd-8feb-ea6b74ec0c53","name":"Not implemented","originalRequest":{"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"},"key":"offset","value":"10"},{"disabled":false,"description":{"content":"The number of items to return.","type":"text/plain"},"key":"limit","value":"10"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n","type":"text/plain"},"key":"from","value":"2025-03-21T09:30:00+03:00"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n","type":"text/plain"},"key":"to","value":"2025-03-21T18:00:00+03:00"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Operation name.","type":"text/plain"},"key":"operation","value":"run_plan_calculation"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"},{"disabled":false,"description":{"content":"Process status.","type":"text/plain"},"key":"status","value":"FINISHED_IN_TIME"},{"disabled":false,"description":{"content":"Field to sort by.","type":"text/plain"},"key":"sort_field","value":"name"},{"disabled":false,"description":{"content":"Sort direction.","type":"text/plain"},"key":"sort_direction","value":"DESC"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"82ad01e0-fc1d-4441-9ee1-03531a762221","name":"Bad gateway","originalRequest":{"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"},"key":"offset","value":"10"},{"disabled":false,"description":{"content":"The number of items to return.","type":"text/plain"},"key":"limit","value":"10"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n","type":"text/plain"},"key":"from","value":"2025-03-21T09:30:00+03:00"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n","type":"text/plain"},"key":"to","value":"2025-03-21T18:00:00+03:00"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Operation name.","type":"text/plain"},"key":"operation","value":"run_plan_calculation"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"},{"disabled":false,"description":{"content":"Process status.","type":"text/plain"},"key":"status","value":"FINISHED_IN_TIME"},{"disabled":false,"description":{"content":"Field to sort by.","type":"text/plain"},"key":"sort_field","value":"name"},{"disabled":false,"description":{"content":"Sort direction.","type":"text/plain"},"key":"sort_direction","value":"DESC"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"94a39d9b-d4af-447d-9518-9984f461b106","name":"Service unavailable","originalRequest":{"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"},"key":"offset","value":"10"},{"disabled":false,"description":{"content":"The number of items to return.","type":"text/plain"},"key":"limit","value":"10"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n","type":"text/plain"},"key":"from","value":"2025-03-21T09:30:00+03:00"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n","type":"text/plain"},"key":"to","value":"2025-03-21T18:00:00+03:00"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Operation name.","type":"text/plain"},"key":"operation","value":"run_plan_calculation"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"},{"disabled":false,"description":{"content":"Process status.","type":"text/plain"},"key":"status","value":"FINISHED_IN_TIME"},{"disabled":false,"description":{"content":"Field to sort by.","type":"text/plain"},"key":"sort_field","value":"name"},{"disabled":false,"description":{"content":"Sort direction.","type":"text/plain"},"key":"sort_direction","value":"DESC"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"c1599fd7-e38e-4dc3-b43a-79c0a96fd646","name":"Gateway timeout","originalRequest":{"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"},"key":"offset","value":"10"},{"disabled":false,"description":{"content":"The number of items to return.","type":"text/plain"},"key":"limit","value":"10"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n","type":"text/plain"},"key":"from","value":"2025-03-21T09:30:00+03:00"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n","type":"text/plain"},"key":"to","value":"2025-03-21T18:00:00+03:00"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Operation name.","type":"text/plain"},"key":"operation","value":"run_plan_calculation"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"},{"disabled":false,"description":{"content":"Process status.","type":"text/plain"},"key":"status","value":"FINISHED_IN_TIME"},{"disabled":false,"description":{"content":"Field to sort by.","type":"text/plain"},"key":"sort_field","value":"name"},{"disabled":false,"description":{"content":"Sort direction.","type":"text/plain"},"key":"sort_direction","value":"DESC"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"358a771a-b64d-4651-91f7-b90b0e80c60f","name":"Service unavailable","originalRequest":{"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"},"key":"offset","value":"10"},{"disabled":false,"description":{"content":"The number of items to return.","type":"text/plain"},"key":"limit","value":"10"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n","type":"text/plain"},"key":"from","value":"2025-03-21T09:30:00+03:00"},{"disabled":false,"description":{"content":"Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n","type":"text/plain"},"key":"to","value":"2025-03-21T18:00:00+03:00"},{"disabled":false,"description":{"content":"Service name.","type":"text/plain"},"key":"service","value":"UNIVERSAL"},{"disabled":false,"description":{"content":"Operation name.","type":"text/plain"},"key":"operation","value":"run_plan_calculation"},{"disabled":false,"description":{"content":"Process type.","type":"text/plain"},"key":"process_type","value":"PLAN"},{"disabled":false,"description":{"content":"Process status.","type":"text/plain"},"key":"status","value":"FINISHED_IN_TIME"},{"disabled":false,"description":{"content":"Field to sort by.","type":"text/plain"},"key":"sort_field","value":"name"},{"disabled":false,"description":{"content":"Sort direction.","type":"text/plain"},"key":"sort_direction","value":"DESC"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"Data","description":"User data.\n","item":[{"id":"c6ece080-0025-4087-b2b3-d0470917c093","name":"Reading input data","request":{"name":"Reading input data","description":{"content":"Receiving an incoming request by `tracedata.process_code`.","type":"text/plain"},"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Data flow type.","type":"text/plain"},"key":"data_flow_type","value":"OUTPUT"},{"disabled":false,"description":{"content":"Data flow stage.","type":"text/plain"},"key":"data_flow_stage","value":"RAW"}],"variable":[{"type":"any","value":"11111111-2222-3333-4444-555555555555","key":"process_code","disabled":false,"description":{"content":"(Required) Unique process identifier.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/octet-stream"}],"method":"GET","body":{},"auth":null},"response":[{"id":"46951f68-0889-489a-8fc5-bf820ce5dd76","name":"Successful execution","originalRequest":{"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Data flow type.","type":"text/plain"},"key":"data_flow_type","value":"OUTPUT"},{"disabled":false,"description":{"content":"Data flow stage.","type":"text/plain"},"key":"data_flow_stage","value":"RAW"}],"variable":[]},"header":[{"key":"Accept","value":"application/octet-stream"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/octet-stream"}],"body":"quis nostru","cookie":[],"_postman_previewlanguage":"text"},{"id":"8ef04eba-a869-4d3c-8392-efc67baa0ff0","name":"Bad request - input data contains errors","originalRequest":{"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Data flow type.","type":"text/plain"},"key":"data_flow_type","value":"OUTPUT"},{"disabled":false,"description":{"content":"Data flow stage.","type":"text/plain"},"key":"data_flow_stage","value":"RAW"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\",\n \"schema_errors\": [\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"22f2416f-f49f-4a3d-855f-7ca0110ebf06","name":"Unauthorized - incorrect authorization details, token is missing or invalid","originalRequest":{"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Data flow type.","type":"text/plain"},"key":"data_flow_type","value":"OUTPUT"},{"disabled":false,"description":{"content":"Data flow stage.","type":"text/plain"},"key":"data_flow_stage","value":"RAW"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"0f82c9a7-6b80-4a53-b75c-2279708ec18a","name":"Payment Required","originalRequest":{"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Data flow type.","type":"text/plain"},"key":"data_flow_type","value":"OUTPUT"},{"disabled":false,"description":{"content":"Data flow stage.","type":"text/plain"},"key":"data_flow_stage","value":"RAW"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Payment Required","code":402,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e490931e-da1a-4f68-aa37-8fc8b6d017fe","name":"Forbidden - no permission to execute this operation","originalRequest":{"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Data flow type.","type":"text/plain"},"key":"data_flow_type","value":"OUTPUT"},{"disabled":false,"description":{"content":"Data flow stage.","type":"text/plain"},"key":"data_flow_stage","value":"RAW"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ad18e71c-22e2-4836-850a-68b49696f21c","name":"Not found","originalRequest":{"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Data flow type.","type":"text/plain"},"key":"data_flow_type","value":"OUTPUT"},{"disabled":false,"description":{"content":"Data flow stage.","type":"text/plain"},"key":"data_flow_stage","value":"RAW"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8fb21dfc-16ac-43db-82bd-7f07342c38be","name":"Method not allowed, check method (POST, GET, ...)","originalRequest":{"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Data flow type.","type":"text/plain"},"key":"data_flow_type","value":"OUTPUT"},{"disabled":false,"description":{"content":"Data flow stage.","type":"text/plain"},"key":"data_flow_stage","value":"RAW"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"673850f0-5bbe-4d77-9261-89f6b252ac9c","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Data flow type.","type":"text/plain"},"key":"data_flow_type","value":"OUTPUT"},{"disabled":false,"description":{"content":"Data flow stage.","type":"text/plain"},"key":"data_flow_stage","value":"RAW"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"1a3861ca-e15b-4b0f-b851-6cd66669ea86","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Data flow type.","type":"text/plain"},"key":"data_flow_type","value":"OUTPUT"},{"disabled":false,"description":{"content":"Data flow stage.","type":"text/plain"},"key":"data_flow_stage","value":"RAW"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"1d12057a-e731-4f33-8af5-6cdb56835dfe","name":"Too many requests","originalRequest":{"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Data flow type.","type":"text/plain"},"key":"data_flow_type","value":"OUTPUT"},{"disabled":false,"description":{"content":"Data flow stage.","type":"text/plain"},"key":"data_flow_stage","value":"RAW"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dc12d9f4-3b06-43b4-ae5a-649b5ffb27e0","name":"Internal server error","originalRequest":{"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Data flow type.","type":"text/plain"},"key":"data_flow_type","value":"OUTPUT"},{"disabled":false,"description":{"content":"Data flow stage.","type":"text/plain"},"key":"data_flow_stage","value":"RAW"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"15fe10b4-d200-44d1-97b0-f37c70b35516","name":"Not implemented","originalRequest":{"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Data flow type.","type":"text/plain"},"key":"data_flow_type","value":"OUTPUT"},{"disabled":false,"description":{"content":"Data flow stage.","type":"text/plain"},"key":"data_flow_stage","value":"RAW"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"d8f7907f-c0a4-4eaf-8d3e-c9bc997179a9","name":"Bad gateway","originalRequest":{"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Data flow type.","type":"text/plain"},"key":"data_flow_type","value":"OUTPUT"},{"disabled":false,"description":{"content":"Data flow stage.","type":"text/plain"},"key":"data_flow_stage","value":"RAW"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"8e13b8e0-8caa-49b5-a76b-8bd052cdebe1","name":"Service unavailable","originalRequest":{"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Data flow type.","type":"text/plain"},"key":"data_flow_type","value":"OUTPUT"},{"disabled":false,"description":{"content":"Data flow stage.","type":"text/plain"},"key":"data_flow_stage","value":"RAW"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"cc7ac7f9-0c96-45b7-a059-25f5f5eaf362","name":"Gateway timeout","originalRequest":{"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Data flow type.","type":"text/plain"},"key":"data_flow_type","value":"OUTPUT"},{"disabled":false,"description":{"content":"Data flow stage.","type":"text/plain"},"key":"data_flow_stage","value":"RAW"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"58b7ad0f-ffd3-490e-9828-1630c8312431","name":"Service unavailable","originalRequest":{"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Data flow type.","type":"text/plain"},"key":"data_flow_type","value":"OUTPUT"},{"disabled":false,"description":{"content":"Data flow stage.","type":"text/plain"},"key":"data_flow_stage","value":"RAW"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"Quota","description":"Quota.\n","item":[{"id":"17b356e2-4166-442b-aad2-6ff7ff7c9ad7","name":"Obtaining the quotas","request":{"name":"Obtaining the quotas","description":{"content":"Obtaining the quotas for the user.","type":"text/plain"},"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"a3bab6b5-2f84-42c0-81fc-4fc6f1b654f4","name":"Successful execution","originalRequest":{"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"base\": {\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"points_per_request\": 1500,\n \"points_per_day\": 25000,\n \"max_concurrent_execution\": 5\n }\n ]\n }\n ]\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b4665edf-2034-4b39-9e17-415c23ba705e","name":"Bad request - input data contains errors","originalRequest":{"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\",\n \"schema_errors\": [\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n },\n {\n \"entity\": \"order_0001\",\n \"message\": \"bad input data\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0523334d-fbf0-4088-bb02-51285f5f7f33","name":"Unauthorized - incorrect authorization details, token is missing or invalid","originalRequest":{"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"2f355d98-6f96-47df-bf75-3febc9a08c5c","name":"Payment Required","originalRequest":{"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Payment Required","code":402,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f09a3a05-2d61-41a6-ae4c-2586b1770804","name":"Forbidden - no permission to execute this operation","originalRequest":{"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a6f01aab-e273-49a1-98d1-de67f09fbc49","name":"Not found","originalRequest":{"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0ed5eef9-f689-4049-9804-f3b104d389fd","name":"Method not allowed, check method (POST, GET, ...)","originalRequest":{"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"56c206e9-cc3a-4b80-a74f-ca96a6200f8e","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"eed03041-e07a-465a-8674-b9b613e335fe","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"fc5e872f-3c49-42dd-9437-f30f14cf4adc","name":"Too many requests","originalRequest":{"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3350af88-9c4c-4973-a88f-5bae47613cd4","name":"Internal server error","originalRequest":{"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9316d828-e83b-4940-a53e-19be05f85e4d","name":"Not implemented","originalRequest":{"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"fc1b8483-ba4c-4504-9b86-45bbdcc1f5c8","name":"Bad gateway","originalRequest":{"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"d76921e6-f3e1-467c-ad21-f326206d4150","name":"Service unavailable","originalRequest":{"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"0d8d6c49-fc83-4919-aa2c-d0ebe75f9e53","name":"Gateway timeout","originalRequest":{"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"d752a399-dfef-4c2b-9822-14cc7dec61d4","name":"Service unavailable","originalRequest":{"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"System","description":"System functions.\nAuxiliary functionality common to all services.\n","item":[{"id":"5f49771f-8a62-4310-ba4a-d5a22e68a0b0","name":"Checking the availability","request":{"name":"Checking the availability","description":{"content":"Checking the service availability.","type":"text/plain"},"url":{"path":["account","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"359f6799-9504-4760-b8d4-052f6f9f7733","name":"Successful execution","originalRequest":{"url":{"path":["account","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"health\": 0.999\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d76e01f8-6549-4ee3-9a04-ed189e5e1429","name":"Not found","originalRequest":{"url":{"path":["account","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"aaf8cc41-7651-4cc1-bce1-11f627d16064","name":"Method not allowed, check method (POST, GET, ...)","originalRequest":{"url":{"path":["account","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"8c3aa9a2-51b3-4a4e-bb4d-ca9912c97024","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["account","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"af901a35-67ab-4ad2-b0ea-8e4326c5ef64","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["account","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"eb021336-6ff7-4e00-8d12-92c137d055eb","name":"Too many requests","originalRequest":{"url":{"path":["account","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2b7c2c23-fdbc-45ed-aefd-ef41cead68a9","name":"Internal server error","originalRequest":{"url":{"path":["account","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1a1e354a-095f-411e-b642-0e2e05eea19a","name":"Not implemented","originalRequest":{"url":{"path":["account","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"b4f49bb8-556b-4cbb-99c2-760cd123d477","name":"Bad gateway","originalRequest":{"url":{"path":["account","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"541764af-10fd-4750-b907-c8a43856d4b2","name":"Service unavailable","originalRequest":{"url":{"path":["account","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"551bfad1-f92b-4e1c-b977-4dda75420b18","name":"Gateway timeout","originalRequest":{"url":{"path":["account","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"eeb5d65a-383c-4477-a72f-423ad33f70b2","name":"Service unavailable","originalRequest":{"url":{"path":["account","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f25b5e39-be35-44bb-8a79-e069ac984957","name":"Getting the service version","request":{"name":"Getting the service version","description":{"content":"Getting the service version.","type":"text/plain"},"url":{"path":["account","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"65589c18-869b-4ded-94c0-0363c2b0c09f","name":"Successful execution","originalRequest":{"url":{"path":["account","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"major\": 7,\n \"minor\": 15,\n \"build\": \"3754RC\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"583d0529-5405-4bfe-acf9-eb6b2ae625cf","name":"Not found","originalRequest":{"url":{"path":["account","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"31184999-d5a5-49c4-8f8b-7b47c7f22bf9","name":"Method not allowed, check method (POST, GET, ...)","originalRequest":{"url":{"path":["account","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"2300b87f-1295-431e-a3ee-426dcc25af1c","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["account","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"9da7cc24-c61f-4e0d-b119-78887b7c5f6d","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["account","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"e49c87f5-dce7-41d7-b352-fa61f7b5d381","name":"Too many requests","originalRequest":{"url":{"path":["account","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"016b519a-d2a0-4aad-a442-378ecd3bb134","name":"Internal server error","originalRequest":{"url":{"path":["account","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bb556d9e-5645-4529-afa6-56214d2e8cb3","name":"Not implemented","originalRequest":{"url":{"path":["account","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"4407668c-ccd7-4440-a685-fb78328d1d0e","name":"Bad gateway","originalRequest":{"url":{"path":["account","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"57f1313c-e311-45ca-ac0e-c5c1e4e31315","name":"Service unavailable","originalRequest":{"url":{"path":["account","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"724dcbf3-1171-4daa-8a81-8b4cefb8ce10","name":"Gateway timeout","originalRequest":{"url":{"path":["account","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"042a2a5d-c00f-4332-a435-ab03372d00d2","name":"Service unavailable","originalRequest":{"url":{"path":["account","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2ed1de92-5287-45c2-8975-cf7ebf2b3a28","name":"Getting the documentation","request":{"name":"Getting the documentation","description":{"content":"Getting the file with this service documentation.","type":"text/plain"},"url":{"path":["account","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"file_en.html","key":"filename","disabled":false,"description":{"content":"(Required) File name.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"text/html"}],"method":"GET","body":{},"auth":null},"response":[{"id":"dc7222e0-ad7c-48ce-bae2-65f587f691a3","name":"Successful execution","originalRequest":{"url":{"path":["account","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"text/html"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/html"}],"body":"consequat laborum","cookie":[],"_postman_previewlanguage":"text"},{"id":"4de118e7-434b-46be-94e5-c8a2838f3fff","name":"Not found","originalRequest":{"url":{"path":["account","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n }\n }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"41a41791-cff1-4dee-b1ec-8af0c80c32fe","name":"Method not allowed, check method (POST, GET, ...)","originalRequest":{"url":{"path":["account","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"6e0c2baa-26f3-4988-b82e-5928e1c703e8","name":"Client is unable to process a format of response, check headers","originalRequest":{"url":{"path":["account","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Acceptable","code":406,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"0ad0c217-d006-488e-a79d-453b2006040b","name":"Unsupported media type, check headers","originalRequest":{"url":{"path":["account","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Unsupported Media Type","code":415,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"f0c188e3-eff4-4694-9603-7880df66f28b","name":"Too many requests","originalRequest":{"url":{"path":["account","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3de2d772-7432-49c9-9fe9-d05a3afff429","name":"Internal server error","originalRequest":{"url":{"path":["account","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2025-03-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"911dbbc5-a07e-4428-9757-20a2aefaac72","name":"Not implemented","originalRequest":{"url":{"path":["account","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Not Implemented","code":501,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"f550317e-8e32-445c-99c8-b82309aea243","name":"Bad gateway","originalRequest":{"url":{"path":["account","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Bad Gateway","code":502,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"a70ecb17-842e-4d4b-8588-79aa244c55f7","name":"Service unavailable","originalRequest":{"url":{"path":["account","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"43327cf5-25d9-47c5-b499-a19cabccb983","name":"Gateway timeout","originalRequest":{"url":{"path":["account","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Gateway Timeout","code":504,"header":[],"cookie":[],"_postman_previewlanguage":"text"},{"id":"1511dc71-8a65-4c92-803a-d642fbd7dc24","name":"Service unavailable","originalRequest":{"url":{"path":["account","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer "}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}],"auth":{"type":"bearer","bearer":[{"type":"any","value":"{{bearerToken}}","key":"token"}]},"event":[],"variable":[{"key":"baseUrl","value":"https://api.edge7.veeroute.cloud"}],"info":{"_postman_id":"2fa4acd8-83ff-41eb-b6bf-325714707db1","name":"VRt.Account [AC]","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","description":{"content":"# Description\n\nVeeroute Account Panel.\n\n## Entity relationship diagram\n\n![erd](../uml/account.svg)\n\n\nContact Support:\n Name: Veeroute Support Team\n Email: servicedesk@veeroute.com","type":"text/plain"}}}