{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "http:\/\/localhost:8000"
        }
    ],
    "info": {
        "name": "Laravel",
        "_postman_id": "39db067b-affe-4329-a844-d5737804b600",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Admin Dashboard",
            "description": "All other endpoints",
            "item": [
                {
                    "name": "Retrieve various metrics for the admin dashboard (Stability Score: 0.1)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/dashboard",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/dashboard"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Crudy Endpoints",
            "description": "All Crudy endpoints",
            "item": [
                {
                    "name": "External employee field",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a list of External employee fields with pagination (Stability Score: 0.5)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-employee-fields",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "externalIntegration",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-employee-fields?page=1&pageSize=15&withSoftDeletes=1&include=externalIntegration"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of External employee fields based on the provided filters, scopes, sorting and pagination (Stability Score: 0.5)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-employee-fields\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "externalIntegration",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-employee-fields\/search?page=1&pageSize=15&withSoftDeletes=1&include=externalIntegration"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"externalIntegrationId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}],\"scopes\":[{\"name\":\"unMapped\",\"parameters\":[]},{\"name\":\"mapped\",\"parameters\":[]}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Notification preference",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Notification preference",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/notification-preferences",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/notification-preferences?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"preferences\":[[[\"sms\"]]],\"organizationId\":\"sed\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Notification preferences",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/notification-preferences\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/notification-preferences\/batch?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"preferences\":[],\"organizationId\":\"quidem\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Notification preference by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/notification-preferences\/:notificationPreferenceId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/notification-preferences\/:notificationPreferenceId?include=",
                                    "variable": [
                                        {
                                            "id": "notificationPreferenceId",
                                            "key": "notificationPreferenceId",
                                            "value": "dolor",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"NotificationPreference [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Notification preferences",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/notification-preferences\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/notification-preferences\/batch?include="
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "[]"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Notification preference by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/notification-preferences\/:notificationPreferenceId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/notification-preferences\/:notificationPreferenceId?include=",
                                    "variable": [
                                        {
                                            "id": "notificationPreferenceId",
                                            "key": "notificationPreferenceId",
                                            "value": "rem",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"preferences\":[[[\"email\"]]]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"NotificationPreference [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Notification preferences by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/notification-preferences\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/notification-preferences\/batch?include="
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"inventore\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Notification preference by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/notification-preferences\/:notificationPreferenceId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/notification-preferences\/:notificationPreferenceId?include=",
                                    "variable": [
                                        {
                                            "id": "notificationPreferenceId",
                                            "key": "notificationPreferenceId",
                                            "value": "corporis",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"NotificationPreference [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Notification preferences with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/notification-preferences",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/notification-preferences?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Notification preferences based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/notification-preferences\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/notification-preferences\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"organizationId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Behaviour",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Behaviour",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/behaviours",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/behaviours?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"identifier\":\"omnis\",\"name\":\"dolorem\",\"description\":\"Accusantium possimus labore fugit modi.\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Behaviours",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/behaviours\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/behaviours\/batch?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"identifier\":\"voluptas\",\"name\":\"autem\",\"description\":\"Perspiciatis omnis aperiam vitae eum eaque excepturi modi.\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Behaviour by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/behaviours\/:behaviourId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/behaviours\/:behaviourId?include=",
                                    "variable": [
                                        {
                                            "id": "behaviourId",
                                            "key": "behaviourId",
                                            "value": "et",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Behaviour [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Behaviours",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/behaviours\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/behaviours\/batch?include="
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"name\":\"aliquam\",\"description\":\"Consequatur blanditiis laborum doloremque et eos dignissimos itaque.\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Behaviour by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/behaviours\/:behaviourId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/behaviours\/:behaviourId?include=",
                                    "variable": [
                                        {
                                            "id": "behaviourId",
                                            "key": "behaviourId",
                                            "value": "natus",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"in\",\"description\":\"Velit reprehenderit iste accusantium hic praesentium aut.\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Behaviour [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Behaviours by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/behaviours\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/behaviours\/batch?include="
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"omnis\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Behaviour by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/behaviours\/:behaviourId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/behaviours\/:behaviourId?include=",
                                    "variable": [
                                        {
                                            "id": "behaviourId",
                                            "key": "behaviourId",
                                            "value": "cumque",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Behaviour [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Behaviours with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/behaviours",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/behaviours?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Behaviours based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/behaviours\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/behaviours\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Function entity",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Function entity",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/function-entities",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/function-entities?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"identifier\":\"cumque\",\"name\":\"recusandae\",\"description\":\"Sunt aliquid eum et ab ex.\",\"companyId\":\"vero\",\"organizationId\":\"repellendus\",\"customerTypeId\":\"dolorem\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Function entities",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/function-entities\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/function-entities\/batch?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"identifier\":\"voluptas\",\"name\":\"veritatis\",\"description\":\"Nihil sint quasi eligendi facilis soluta dolor cumque.\",\"companyId\":\"repellendus\",\"organizationId\":\"ea\",\"customerTypeId\":\"molestiae\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Function entity by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/function-entities\/:functionEntityId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/function-entities\/:functionEntityId?include=",
                                    "variable": [
                                        {
                                            "id": "functionEntityId",
                                            "key": "functionEntityId",
                                            "value": "id",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"FunctionEntity [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Function entities",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/function-entities\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/function-entities\/batch?include="
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"name\":\"voluptatem\",\"description\":\"Suscipit impedit fugit nemo consequatur expedita sint consectetur.\",\"companyId\":\"voluptas\",\"organizationId\":\"quia\",\"customerTypeId\":\"blanditiis\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Function entity by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/function-entities\/:functionEntityId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/function-entities\/:functionEntityId?include=",
                                    "variable": [
                                        {
                                            "id": "functionEntityId",
                                            "key": "functionEntityId",
                                            "value": "in",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"unde\",\"description\":\"Nam fugiat cum esse facilis debitis.\",\"companyId\":\"corrupti\",\"organizationId\":\"magni\",\"customerTypeId\":\"sit\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"FunctionEntity [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Function entities by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/function-entities\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/function-entities\/batch?include="
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"sed\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Function entity by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/function-entities\/:functionEntityId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/function-entities\/:functionEntityId?include=",
                                    "variable": [
                                        {
                                            "id": "functionEntityId",
                                            "key": "functionEntityId",
                                            "value": "perspiciatis",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"FunctionEntity [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Function entities with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/function-entities",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/function-entities?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Function entities based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/function-entities\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/function-entities\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"organizationId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"identifier\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"name\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Customer type",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Customer type",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/customer-types",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/customer-types?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"identifier\":\"omnis\",\"name\":\"nobis\",\"description\":\"Dolores dolorem natus possimus expedita.\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Customer types",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/customer-types\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/customer-types\/batch?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"identifier\":\"animi\",\"name\":\"et\",\"description\":\"Ab inventore voluptatibus vero vitae enim earum.\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Customer type by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/customer-types\/:customerTypeId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/customer-types\/:customerTypeId?include=",
                                    "variable": [
                                        {
                                            "id": "customerTypeId",
                                            "key": "customerTypeId",
                                            "value": "nam",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"CustomerType [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Customer types",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/customer-types\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/customer-types\/batch?include="
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"name\":\"quos\",\"description\":\"Voluptas ipsum quia temporibus id voluptatem rem magni.\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Customer type by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/customer-types\/:customerTypeId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/customer-types\/:customerTypeId?include=",
                                    "variable": [
                                        {
                                            "id": "customerTypeId",
                                            "key": "customerTypeId",
                                            "value": "expedita",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"nostrum\",\"description\":\"Eaque beatae aut est dignissimos minus.\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"CustomerType [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Customer types by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/customer-types\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/customer-types\/batch?include="
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"sequi\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Customer type by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/customer-types\/:customerTypeId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/customer-types\/:customerTypeId?include=",
                                    "variable": [
                                        {
                                            "id": "customerTypeId",
                                            "key": "customerTypeId",
                                            "value": "omnis",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"CustomerType [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Customer types with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/customer-types",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/customer-types?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Customer types based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/customer-types\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/customer-types\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Team position",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Team position",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/team-positions",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/team-positions?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"id\",\"description\":\"Vel sed eveniet quia quos incidunt aut.\",\"organizationId\":\"omnis\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Team positions",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/team-positions\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/team-positions\/batch?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"name\":\"error\",\"description\":\"Cumque nostrum et et dolor.\",\"organizationId\":\"magni\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Team position by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/team-positions\/:teamPositionId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/team-positions\/:teamPositionId?include=",
                                    "variable": [
                                        {
                                            "id": "teamPositionId",
                                            "key": "teamPositionId",
                                            "value": "qui",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"TeamPosition [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Team positions",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/team-positions\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/team-positions\/batch?include="
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"name\":\"exercitationem\",\"description\":\"Veniam molestias deleniti natus nihil repudiandae quisquam nihil.\",\"organizationId\":\"ducimus\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Team position by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/team-positions\/:teamPositionId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/team-positions\/:teamPositionId?include=",
                                    "variable": [
                                        {
                                            "id": "teamPositionId",
                                            "key": "teamPositionId",
                                            "value": "aliquid",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"ea\",\"description\":\"Quis consequatur in ea.\",\"organizationId\":\"porro\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"TeamPosition [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Team positions by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/team-positions\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/team-positions\/batch?include="
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"accusantium\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Team position by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/team-positions\/:teamPositionId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/team-positions\/:teamPositionId?include=",
                                    "variable": [
                                        {
                                            "id": "teamPositionId",
                                            "key": "teamPositionId",
                                            "value": "aut",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"TeamPosition [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Team positions with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/team-positions",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/team-positions?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Team positions based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/team-positions\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/team-positions\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"name\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"organizationId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Person",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a Person by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/persons\/:personId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "companies%2Cemployees",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/persons\/:personId?include=companies%2Cemployees",
                                    "variable": [
                                        {
                                            "id": "personId",
                                            "key": "personId",
                                            "value": "voluptatum",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Person [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of People with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/persons",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "companies%2Cemployees",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/persons?page=1&pageSize=15&withSoftDeletes=1&include=companies%2Cemployees"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of People based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/persons\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "companies%2Cemployees",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/persons\/search?page=1&pageSize=15&withSoftDeletes=1&include=companies%2Cemployees"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"companyIds\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"identities\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}],\"scopes\":[{\"name\":\"findBySsn\",\"parameters\":[]}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Country",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Country",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/countries",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/countries?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"veniam\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Countries",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/countries\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/countries\/batch?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"name\":\"minima\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Country by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/countries\/:countryId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/countries\/:countryId?include=",
                                    "variable": [
                                        {
                                            "id": "countryId",
                                            "key": "countryId",
                                            "value": "officia",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Country [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Countries",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/countries\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/countries\/batch?include="
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "[]"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Country by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/countries\/:countryId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/countries\/:countryId?include=",
                                    "variable": [
                                        {
                                            "id": "countryId",
                                            "key": "countryId",
                                            "value": "earum",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "[]"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Country [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Countries by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/countries\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/countries\/batch?include="
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"neque\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Country by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/countries\/:countryId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/countries\/:countryId?include=",
                                    "variable": [
                                        {
                                            "id": "countryId",
                                            "key": "countryId",
                                            "value": "consectetur",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Country [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Countries with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/countries",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/countries?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Countries based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/countries\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/countries\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Export",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a list of Exports with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/exports",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/exports?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Exports based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/exports\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/exports\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Ext role mapping",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Ext role mapping (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/ext-role-mappings",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/ext-role-mappings?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"companyId\":\"quas\",\"roleId\":21.7,\"externalIntegrationRoleId\":\"ad\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update a Ext role mapping by its ID (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/ext-role-mappings\/:extRoleMappingId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/ext-role-mappings\/:extRoleMappingId?include=",
                                    "variable": [
                                        {
                                            "id": "extRoleMappingId",
                                            "key": "extRoleMappingId",
                                            "value": "ut",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"roleId\":412058.2998902,\"externalIntegrationRoleId\":\"debitis\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"ExtRoleMapping [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Delete a Ext role mapping by its ID (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/ext-role-mappings\/:extRoleMappingId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/ext-role-mappings\/:extRoleMappingId?include=",
                                    "variable": [
                                        {
                                            "id": "extRoleMappingId",
                                            "key": "extRoleMappingId",
                                            "value": "excepturi",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"ExtRoleMapping [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Ext role mappings based on the provided filters, scopes, sorting and pagination (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/ext-role-mappings\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/ext-role-mappings\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"roleId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"externalIntegrationRoleId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Ext integration role",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a Ext integration role by its ID (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration-roles\/:externalIntegrationRoleId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration-roles\/:externalIntegrationRoleId?include=",
                                    "variable": [
                                        {
                                            "id": "externalIntegrationRoleId",
                                            "key": "externalIntegrationRoleId",
                                            "value": "quibusdam",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"ExtIntegrationRole [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Ext integration roles with pagination (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration-roles",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration-roles?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Ext integration roles based on the provided filters, scopes, sorting and pagination (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration-roles\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration-roles\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"externalIntegrationId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Team",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Team",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/teams",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "manager%2Ccompanies%2Cparticipants%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/teams?include=manager%2Ccompanies%2Cparticipants%2Corganization"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"ykxcqmrpwopdequdn\",\"organizationId\":\"et\",\"description\":\"Dolores qui pariatur omnis sunt at.\",\"teamType\":\"organization\",\"companyId\":\"voluptatibus\",\"companyIds\":[\"cumque\"],\"memberIds\":[\"sit\"]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Teams",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/teams\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "manager%2Ccompanies%2Cparticipants%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/teams\/batch?include=manager%2Ccompanies%2Cparticipants%2Corganization"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"name\":\"rzxadeeulgaylx\",\"organizationId\":\"error\",\"description\":\"Quibusdam et qui consequatur vitae.\",\"teamType\":\"company\",\"companyId\":\"ut\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Team by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/teams\/:teamId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "manager%2Ccompanies%2Cparticipants%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/teams\/:teamId?include=manager%2Ccompanies%2Cparticipants%2Corganization",
                                    "variable": [
                                        {
                                            "id": "teamId",
                                            "key": "teamId",
                                            "value": "a",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Team [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Teams",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/teams\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "manager%2Ccompanies%2Cparticipants%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/teams\/batch?include=manager%2Ccompanies%2Cparticipants%2Corganization"
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"name\":\"vydyhi\",\"description\":\"Exercitationem sit non qui.\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Team by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/teams\/:teamId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "manager%2Ccompanies%2Cparticipants%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/teams\/:teamId?include=manager%2Ccompanies%2Cparticipants%2Corganization",
                                    "variable": [
                                        {
                                            "id": "teamId",
                                            "key": "teamId",
                                            "value": "dicta",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"tpzjpliymrepidlgbqmfemc\",\"description\":\"Esse vero ut perferendis alias tenetur et inventore.\",\"companyIds\":[\"nihil\"],\"memberIds\":[\"dolor\"]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Team [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Teams by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/teams\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "manager%2Ccompanies%2Cparticipants%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/teams\/batch?include=manager%2Ccompanies%2Cparticipants%2Corganization"
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"consequatur\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Team by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/teams\/:teamId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "manager%2Ccompanies%2Cparticipants%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/teams\/:teamId?include=manager%2Ccompanies%2Cparticipants%2Corganization",
                                    "variable": [
                                        {
                                            "id": "teamId",
                                            "key": "teamId",
                                            "value": "ea",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Team [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Teams with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/teams",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "manager%2Ccompanies%2Cparticipants%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/teams?page=1&pageSize=15&withSoftDeletes=1&include=manager%2Ccompanies%2Cparticipants%2Corganization"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Teams based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/teams\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "manager%2Ccompanies%2Cparticipants%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/teams\/search?page=1&pageSize=15&withSoftDeletes=1&include=manager%2Ccompanies%2Cparticipants%2Corganization"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"name\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"description\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"managerId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"companyIds\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"organizationId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Company change history",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a list of Company change histories with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-change-history",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-change-history?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Company field change",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a Company field change by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-field-changes\/:recordId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-field-changes\/:recordId?include=",
                                    "variable": [
                                        {
                                            "id": "recordId",
                                            "key": "recordId",
                                            "value": "est",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"CompanyFieldChange [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Company field changes with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-field-changes",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-field-changes?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Company field changes based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-field-changes\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-field-changes\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"changeId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"approved\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"status\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"comment\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"deniedNote\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"companyFieldId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"changeType\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"changedBy\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"changedDate\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"effectiveDate\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"fieldName\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"newValue\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"oldValue\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"exported\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Grid view",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Grid view",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/grid-views",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "grid%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/grid-views?include=grid%2Cactors"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"gridId\":\"neque\",\"viewName\":\"dolorem\",\"viewDescription\":\"quo\",\"viewSettings\":[],\"userId\":6}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a Grid view by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/grid-views\/:gridViewId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "grid%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/grid-views\/:gridViewId?include=grid%2Cactors",
                                    "variable": [
                                        {
                                            "id": "gridViewId",
                                            "key": "gridViewId",
                                            "value": "quo",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"GridView [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update a Grid view by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/grid-views\/:gridViewId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "grid%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/grid-views\/:gridViewId?include=grid%2Cactors",
                                    "variable": [
                                        {
                                            "id": "gridViewId",
                                            "key": "gridViewId",
                                            "value": "quia",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"gridId\":\"optio\",\"viewName\":\"magnam\",\"viewDescription\":\"ducimus\",\"userId\":15}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"GridView [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Delete a Grid view by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/grid-views\/:gridViewId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "grid%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/grid-views\/:gridViewId?include=grid%2Cactors",
                                    "variable": [
                                        {
                                            "id": "gridViewId",
                                            "key": "gridViewId",
                                            "value": "eum",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"GridView [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Grid views with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/grid-views",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "grid%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/grid-views?page=1&pageSize=15&withSoftDeletes=1&include=grid%2Cactors"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Grid views based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/grid-views\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "grid%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/grid-views\/search?page=1&pageSize=15&withSoftDeletes=1&include=grid%2Cactors"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"viewName\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"gridId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Grid configuration",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Grid configuration",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/grid-configurations",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "grid%2Cuser",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/grid-configurations?include=grid%2Cuser"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"gridId\":\"consectetur\",\"userId\":\"et\",\"gridTitle\":\"et\",\"gridDescription\":\"reiciendis\",\"gridSettings\":[]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Grid configurations",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/grid-configurations\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "grid%2Cuser",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/grid-configurations\/batch?include=grid%2Cuser"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"gridId\":\"aut\",\"userId\":\"unde\",\"gridTitle\":\"nesciunt\",\"gridDescription\":\"corrupti\",\"gridSettings\":[]}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Grid configuration by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/grid-configurations\/:gridConfigurationId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "grid%2Cuser",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/grid-configurations\/:gridConfigurationId?include=grid%2Cuser",
                                    "variable": [
                                        {
                                            "id": "gridConfigurationId",
                                            "key": "gridConfigurationId",
                                            "value": "et",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"GridConfiguration [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Grid configurations",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/grid-configurations\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "grid%2Cuser",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/grid-configurations\/batch?include=grid%2Cuser"
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"gridTitle\":\"et\",\"gridDescription\":\"odio\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Grid configuration by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/grid-configurations\/:gridConfigurationId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "grid%2Cuser",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/grid-configurations\/:gridConfigurationId?include=grid%2Cuser",
                                    "variable": [
                                        {
                                            "id": "gridConfigurationId",
                                            "key": "gridConfigurationId",
                                            "value": "velit",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"gridTitle\":\"ipsam\",\"gridDescription\":\"impedit\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"GridConfiguration [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Grid configurations by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/grid-configurations\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "grid%2Cuser",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/grid-configurations\/batch?include=grid%2Cuser"
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"ut\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Grid configuration by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/grid-configurations\/:gridConfigurationId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "grid%2Cuser",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/grid-configurations\/:gridConfigurationId?include=grid%2Cuser",
                                    "variable": [
                                        {
                                            "id": "gridConfigurationId",
                                            "key": "gridConfigurationId",
                                            "value": "velit",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"GridConfiguration [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Grid configurations with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/grid-configurations",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "grid%2Cuser",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/grid-configurations?page=1&pageSize=15&withSoftDeletes=1&include=grid%2Cuser"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Grid configurations based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/grid-configurations\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "grid%2Cuser",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/grid-configurations\/search?page=1&pageSize=15&withSoftDeletes=1&include=grid%2Cuser"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Ui grid",
                    "description": "",
                    "item": [
                        {
                            "name": "Batch create new Ui grids",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/ui-grids\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "views%2Ccompany%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/ui-grids\/batch?include=views%2Ccompany%2Cactors"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"gridTitle\":\"dolorem\",\"gridDescription\":\"perspiciatis\",\"gridSettings\":{\"gridFor\":\"numquam\"},\"companyId\":\"ipsam\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Ui grid by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/ui-grids\/:uiGridId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "views%2Ccompany%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/ui-grids\/:uiGridId?include=views%2Ccompany%2Cactors",
                                    "variable": [
                                        {
                                            "id": "uiGridId",
                                            "key": "uiGridId",
                                            "value": "ab",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"UiGrid [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Ui grids",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/ui-grids\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "views%2Ccompany%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/ui-grids\/batch?include=views%2Ccompany%2Cactors"
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"gridTitle\":\"ut\",\"gridDescription\":\"ut\",\"gridSettings\":{\"gridFor\":\"consectetur\"},\"companyId\":\"optio\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Ui grid by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/ui-grids\/:uiGridId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "views%2Ccompany%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/ui-grids\/:uiGridId?include=views%2Ccompany%2Cactors",
                                    "variable": [
                                        {
                                            "id": "uiGridId",
                                            "key": "uiGridId",
                                            "value": "odio",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"gridTitle\":\"itaque\",\"gridDescription\":\"aut\",\"gridSettings\":{\"gridFor\":\"nesciunt\"},\"companyId\":\"corrupti\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"UiGrid [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Ui grids by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/ui-grids\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "views%2Ccompany%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/ui-grids\/batch?include=views%2Ccompany%2Cactors"
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"voluptatem\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Ui grid by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/ui-grids\/:uiGridId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "views%2Ccompany%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/ui-grids\/:uiGridId?include=views%2Ccompany%2Cactors",
                                    "variable": [
                                        {
                                            "id": "uiGridId",
                                            "key": "uiGridId",
                                            "value": "dolorem",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"UiGrid [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Ui grids with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/ui-grids",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "views%2Ccompany%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/ui-grids?page=1&pageSize=15&withSoftDeletes=1&include=views%2Ccompany%2Cactors"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Ui grids based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/ui-grids\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "views%2Ccompany%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/ui-grids\/search?page=1&pageSize=15&withSoftDeletes=1&include=views%2Ccompany%2Cactors"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"gridTitle\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Create a new Ui grid",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/ui-grids",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "views%2Ccompany%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/ui-grids?include=views%2Ccompany%2Cactors"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"gridTitle\":\"ea\",\"gridDescription\":\"eum\",\"gridSettings\":{\"gridFor\":\"placeat\"},\"companyId\":\"ea\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Ui grids with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/:companyId\/ui-grids",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "views%2Ccompany%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/ui-grids?page=1&pageSize=15&withSoftDeletes=1&include=views%2Ccompany%2Cactors",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "atque",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a Ui grid by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/:companyId\/ui-grids\/:uiGridId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "views%2Ccompany%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/ui-grids\/:uiGridId?include=views%2Ccompany%2Cactors",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "earum",
                                            "description": ""
                                        },
                                        {
                                            "id": "uiGridId",
                                            "key": "uiGridId",
                                            "value": "odio",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"UiGrid [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update a Ui grid by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/:companyId\/ui-grids\/:uiGridId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "views%2Ccompany%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/ui-grids\/:uiGridId?include=views%2Ccompany%2Cactors",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "beatae",
                                            "description": ""
                                        },
                                        {
                                            "id": "uiGridId",
                                            "key": "uiGridId",
                                            "value": "aut",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"gridTitle\":\"quis\",\"gridDescription\":\"tempore\",\"gridSettings\":{\"gridFor\":\"dolores\"},\"companyId\":\"molestiae\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"UiGrid [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Delete a Ui grid by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/:companyId\/ui-grids\/:uiGridId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "views%2Ccompany%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/ui-grids\/:uiGridId?include=views%2Ccompany%2Cactors",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "et",
                                            "description": ""
                                        },
                                        {
                                            "id": "uiGridId",
                                            "key": "uiGridId",
                                            "value": "ut",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"UiGrid [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Salary warning",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a Salary warning by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/salary-warnings\/:salaryWarningId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "employee%2CsalaryRule",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/salary-warnings\/:salaryWarningId?include=employee%2CsalaryRule",
                                    "variable": [
                                        {
                                            "id": "salaryWarningId",
                                            "key": "salaryWarningId",
                                            "value": "ipsam",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"SalaryWarning [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Salary warnings with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/salary-warnings",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "employee%2CsalaryRule",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/salary-warnings?page=1&pageSize=15&withSoftDeletes=1&include=employee%2CsalaryRule"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Salary warnings based on the provided filters, scopes, sorting and pagination (Stability Score: 0.5)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/salary-warnings\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "employee%2CsalaryRule",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/salary-warnings\/search?page=1&pageSize=15&withSoftDeletes=1&include=employee%2CsalaryRule"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"confirmedBy\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"salaryRuleId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"employeeId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"salaryPeriod\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Company integration",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Company integration",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "externalIntegration",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations?include=externalIntegration"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"externalIntegrationId\":\"fugit\",\"companyId\":\"vero\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Company integrations",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "externalIntegration",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations\/batch?include=externalIntegration"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"externalIntegrationId\":\"aperiam\",\"companyId\":\"non\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Company integration by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations\/:companyIntegrationId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "externalIntegration",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations\/:companyIntegrationId?include=externalIntegration",
                                    "variable": [
                                        {
                                            "id": "companyIntegrationId",
                                            "key": "companyIntegrationId",
                                            "value": "saepe",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"CompanyIntegration [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Company integrations",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "externalIntegration",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations\/batch?include=externalIntegration"
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "[]"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Company integration by its ID (Stability Score: 0.5)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations\/:companyIntegrationId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "externalIntegration",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations\/:companyIntegrationId?include=externalIntegration",
                                    "variable": [
                                        {
                                            "id": "companyIntegrationId",
                                            "key": "companyIntegrationId",
                                            "value": "quam",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "[]"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"CompanyIntegration [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Company integrations by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "externalIntegration",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations\/batch?include=externalIntegration"
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"cum\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Company integration by its ID (Stability Score: 0.5)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations\/:companyIntegrationId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "externalIntegration",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations\/:companyIntegrationId?include=externalIntegration",
                                    "variable": [
                                        {
                                            "id": "companyIntegrationId",
                                            "key": "companyIntegrationId",
                                            "value": "voluptas",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"CompanyIntegration [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Company integrations with pagination (Stability Score: 0.5)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "externalIntegration",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations?page=1&pageSize=15&withSoftDeletes=1&include=externalIntegration"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Company integrations based on the provided filters, scopes, sorting and pagination (Stability Score: 0.5)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "externalIntegration",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations\/search?page=1&pageSize=15&withSoftDeletes=1&include=externalIntegration"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"externalIntegrationId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Integration type",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a list of Integration types with pagination (Stability Score: 0.5)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/integration-types",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/integration-types?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Integration types based on the provided filters, scopes, sorting and pagination (Stability Score: 0.5)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/integration-types\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/integration-types\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"name\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "User",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a User by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/users\/:userId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "teams",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/users\/:userId?include=teams",
                                    "variable": [
                                        {
                                            "id": "userId",
                                            "key": "userId",
                                            "value": "1",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"User [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Users with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/users",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "teams",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/users?page=1&pageSize=15&withSoftDeletes=1&include=teams"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Users based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/users\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "teams",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/users\/search?page=1&pageSize=15&withSoftDeletes=1&include=teams"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"name\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"email\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"userId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"pgUserId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"user_id\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"organizationIds\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Notification",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a list of Notifications with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/notifications",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/notifications?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Notifications based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/notifications\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/notifications\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"readAt\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"createdAt\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"data\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"data.settings.type\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"data.settings.level\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Employee field",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Employee field",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employee-fields",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "combinedFields",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/employee-fields?include=combinedFields"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isShow\":true,\"isMandatory\":false,\"salarySensitive\":false,\"sensitive\":false,\"allowNewValue\":true,\"observe\":false,\"importExcluded\":true,\"manualInput\":true,\"fieldType\":\"textarea\",\"dataType\":\"date\",\"maxInput\":77929.9,\"minInput\":38,\"maxLength\":3948279.0496,\"minLength\":0,\"fieldName\":\"ouzmfexms\",\"combinedFieldIds\":[\"dolor\"]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a Employee field by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employee-fields\/:fieldId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "combinedFields",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/employee-fields\/:fieldId?include=combinedFields",
                                    "variable": [
                                        {
                                            "id": "fieldId",
                                            "key": "fieldId",
                                            "value": "aperiam",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"EmployeeField [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update a Employee field by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employee-fields\/:fieldId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "combinedFields",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/employee-fields\/:fieldId?include=combinedFields",
                                    "variable": [
                                        {
                                            "id": "fieldId",
                                            "key": "fieldId",
                                            "value": "laborum",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isShow\":false,\"isMandatory\":false,\"salarySensitive\":true,\"sensitive\":false,\"allowNewValue\":false,\"observe\":true,\"importExcluded\":false,\"manualInput\":true,\"fieldType\":\"number\",\"dataType\":\"decimal\",\"maxInput\":3136.39758984,\"minInput\":6.49888436,\"maxLength\":5082.070454,\"minLength\":3.319063,\"combinedFieldIds\":[\"blanditiis\"]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"EmployeeField [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Delete a Employee field by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employee-fields\/:fieldId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "combinedFields",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/employee-fields\/:fieldId?include=combinedFields",
                                    "variable": [
                                        {
                                            "id": "fieldId",
                                            "key": "fieldId",
                                            "value": "dignissimos",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"EmployeeField [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Employee fields with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employee-fields",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "combinedFields",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/employee-fields?page=1&pageSize=15&withSoftDeletes=1&include=combinedFields"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Company field",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Company field",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-fields",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-fields?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"fieldName\":\"ex\",\"autoApproveOnImport\":false}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Company fields",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-fields\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-fields\/batch?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"fieldName\":\"et\",\"autoApproveOnImport\":false}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Company field by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-fields\/:id",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-fields\/:id?include=",
                                    "variable": [
                                        {
                                            "id": "id",
                                            "key": "id",
                                            "value": "quam",
                                            "description": "The ID of the company field."
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"CompanyField [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Company fields",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-fields\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-fields\/batch?include="
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"autoApproveOnImport\":true}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Company field by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-fields\/:id",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-fields\/:id?include=",
                                    "variable": [
                                        {
                                            "id": "id",
                                            "key": "id",
                                            "value": "perspiciatis",
                                            "description": "The ID of the company field."
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"autoApproveOnImport\":true}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"CompanyField [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Company fields by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-fields\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-fields\/batch?include="
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"sapiente\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Company field by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-fields\/:id",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-fields\/:id?include=",
                                    "variable": [
                                        {
                                            "id": "id",
                                            "key": "id",
                                            "value": "labore",
                                            "description": "The ID of the company field."
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"CompanyField [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Company fields with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-fields",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-fields?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Company fields based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-fields\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-fields\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"fieldName\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Log entity",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a list of Log entities with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/log-entities",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/log-entities?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Log entities based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/log-entities\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/log-entities\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"entity\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"entityId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"action\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"createdBy\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"createdAt\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Variable type",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Variable type",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/variable-types",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/variable-types?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"description\":\"Fugiat animi alias officiis.\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Variable types",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/variable-types\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/variable-types\/batch?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"description\":\"Officia quis qui sint sed rerum facere.\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Variable type by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/variable-types\/:variableTypeId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/variable-types\/:variableTypeId?include=",
                                    "variable": [
                                        {
                                            "id": "variableTypeId",
                                            "key": "variableTypeId",
                                            "value": "repellendus",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"VariableType [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Variable types",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/variable-types\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/variable-types\/batch?include="
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"description\":\"Rem quae et sapiente ex saepe.\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Variable type by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/variable-types\/:variableTypeId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/variable-types\/:variableTypeId?include=",
                                    "variable": [
                                        {
                                            "id": "variableTypeId",
                                            "key": "variableTypeId",
                                            "value": "omnis",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"description\":\"Nesciunt pariatur quod vero fuga.\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"VariableType [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Variable types by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/variable-types\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/variable-types\/batch?include="
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"autem\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Variable type by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/variable-types\/:variableTypeId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/variable-types\/:variableTypeId?include=",
                                    "variable": [
                                        {
                                            "id": "variableTypeId",
                                            "key": "variableTypeId",
                                            "value": "non",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"VariableType [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Variable types with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/variable-types",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/variable-types?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Variable types based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/variable-types\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/variable-types\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"description\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Salary rule",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Salary rule",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/salary-rules",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/salary-rules?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"companyId\":\"necessitatibus\",\"warning\":\"ad\",\"solutionDescription\":\"qui\",\"ruleExpression\":[{\"type\":\"logical\",\"payCodeIds\":[4],\"previous_periods\":1,\"diff_type\":\"real\"}],\"selections\":[{\"employeeFieldId\":\"tenetur\",\"operator\":\"!=\",\"value\":\"quo\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a Salary rule by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/salary-rules\/:salaryRuleId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/salary-rules\/:salaryRuleId?include=",
                                    "variable": [
                                        {
                                            "id": "salaryRuleId",
                                            "key": "salaryRuleId",
                                            "value": "sit",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"SalaryRule [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update a Salary rule by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/salary-rules\/:salaryRuleId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/salary-rules\/:salaryRuleId?include=",
                                    "variable": [
                                        {
                                            "id": "salaryRuleId",
                                            "key": "salaryRuleId",
                                            "value": "ut",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"warning\":\"illo\",\"solutionDescription\":\"cumque\",\"ruleExpression\":[{\"type\":\"logical_missing\",\"payCodeIds\":[\"sapiente\"],\"previous_periods\":1,\"diff_type\":\"real\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"SalaryRule [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Delete a Salary rule by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/salary-rules\/:salaryRuleId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/salary-rules\/:salaryRuleId?include=",
                                    "variable": [
                                        {
                                            "id": "salaryRuleId",
                                            "key": "salaryRuleId",
                                            "value": "voluptas",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"SalaryRule [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Salary rules with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/salary-rules",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/salary-rules?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Salary rules based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/salary-rules\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/salary-rules\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Org integrations mapping",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Org integrations mapping",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/org-integrations-mappings",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "externalIntegration%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/org-integrations-mappings?include=externalIntegration%2Corganization"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"externalIntegrationId\":\"suscipit\",\"organizationId\":\"sed\",\"notes\":\"autem\",\"status\":\"active\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Batch create new Org integrations mappings",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/org-integrations-mappings\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "externalIntegration%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/org-integrations-mappings\/batch?include=externalIntegration%2Corganization"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"externalIntegrationId\":\"eos\",\"organizationId\":\"hic\",\"notes\":\"cumque\",\"status\":\"active\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Org integrations mapping by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/org-integrations-mappings\/:orgIntegrationsMappingId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "externalIntegration%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/org-integrations-mappings\/:orgIntegrationsMappingId?include=externalIntegration%2Corganization",
                                    "variable": [
                                        {
                                            "id": "orgIntegrationsMappingId",
                                            "key": "orgIntegrationsMappingId",
                                            "value": "qui",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Org integrations mappings",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/org-integrations-mappings\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "externalIntegration%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/org-integrations-mappings\/batch?include=externalIntegration%2Corganization"
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"notes\":\"occaecati\",\"status\":\"inactive\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Org integrations mapping by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/org-integrations-mappings\/:orgIntegrationsMappingId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "externalIntegration%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/org-integrations-mappings\/:orgIntegrationsMappingId?include=externalIntegration%2Corganization",
                                    "variable": [
                                        {
                                            "id": "orgIntegrationsMappingId",
                                            "key": "orgIntegrationsMappingId",
                                            "value": "et",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"notes\":\"sed\",\"status\":\"active\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Batch delete Org integrations mappings by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/org-integrations-mappings\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "externalIntegration%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/org-integrations-mappings\/batch?include=externalIntegration%2Corganization"
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"voluptatem\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Org integrations mapping by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/org-integrations-mappings\/:orgIntegrationsMappingId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "externalIntegration%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/org-integrations-mappings\/:orgIntegrationsMappingId?include=externalIntegration%2Corganization",
                                    "variable": [
                                        {
                                            "id": "orgIntegrationsMappingId",
                                            "key": "orgIntegrationsMappingId",
                                            "value": "quod",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a list of Org integrations mappings with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/org-integrations-mappings",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "externalIntegration%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/org-integrations-mappings?page=1&pageSize=15&withSoftDeletes=1&include=externalIntegration%2Corganization"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Org integrations mappings based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/org-integrations-mappings\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "externalIntegration%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/org-integrations-mappings\/search?page=1&pageSize=15&withSoftDeletes=1&include=externalIntegration%2Corganization"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"externalIntegrationId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"organizationId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"status\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Field value matrix",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Field value matrix",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-value-matrices",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-value-matrices?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"quibusdam\",\"description\":\"Est sit libero quia veritatis.\",\"keyFieldId\":\"recusandae\",\"fieldIds\":[\"at\"],\"companyId\":\"iusto\",\"matrixFields\":[{\"keyFieldValue\":\"non\",\"fields\":[{\"fieldValue\":\"animi\",\"fieldId\":\"molestiae\"}]}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a Field value matrix by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-value-matrices\/:fieldValueMatrixId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-value-matrices\/:fieldValueMatrixId?include=",
                                    "variable": [
                                        {
                                            "id": "fieldValueMatrixId",
                                            "key": "fieldValueMatrixId",
                                            "value": "quibusdam",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"FieldValueMatrix [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update a Field value matrix by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-value-matrices\/:fieldValueMatrixId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-value-matrices\/:fieldValueMatrixId?include=",
                                    "variable": [
                                        {
                                            "id": "fieldValueMatrixId",
                                            "key": "fieldValueMatrixId",
                                            "value": "est",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"blanditiis\",\"description\":\"Et et amet ut dolores.\",\"keyFieldId\":\"sed\",\"fieldIds\":[\"quisquam\"],\"matrixFields\":[{\"keyFieldValue\":\"est\",\"fields\":[{\"fieldValue\":\"nisi\",\"fieldId\":\"suscipit\"}]}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"FieldValueMatrix [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Delete a Field value matrix by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-value-matrices\/:fieldValueMatrixId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-value-matrices\/:fieldValueMatrixId?include=",
                                    "variable": [
                                        {
                                            "id": "fieldValueMatrixId",
                                            "key": "fieldValueMatrixId",
                                            "value": "ut",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"FieldValueMatrix [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Field value matrices with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-value-matrices",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-value-matrices?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Field value matrices based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-value-matrices\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-value-matrices\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"name\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"description\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"keyFieldValue\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"keyFieldId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Organization",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Organization",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organizations",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "companies",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/organizations?include=companies"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"mollitia\",\"orgNumber\":\"quibusdam\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Organizations",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organizations\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "companies",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/organizations\/batch?include=companies"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"name\":\"vel\",\"orgNumber\":\"qui\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Organization by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organizations\/:organizationId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "companies",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/organizations\/:organizationId?include=companies",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "totam",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Organization [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Organizations",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organizations\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "companies",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/organizations\/batch?include=companies"
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"name\":\"error\",\"orgNumber\":\"aliquid\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Organization by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organizations\/:organizationId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "companies",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/organizations\/:organizationId?include=companies",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "porro",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"fugit\",\"orgNumber\":\"ipsum\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Organization [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Organizations by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organizations\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "companies",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/organizations\/batch?include=companies"
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"consequatur\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Organization by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organizations\/:organizationId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "companies",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/organizations\/:organizationId?include=companies",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "architecto",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Organization [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Organizations with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organizations",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "companies",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/organizations?page=1&pageSize=15&withSoftDeletes=1&include=companies"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Organizations based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organizations\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "companies",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/organizations\/search?page=1&pageSize=15&withSoftDeletes=1&include=companies"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"name\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"orgNumber\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Menu",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Menu",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/menus",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "parent%2Cchildren",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/menus?include=parent%2Cchildren"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"xbhnmunam\",\"icon\":\"yn\",\"url\":\"http:\\\/\\\/www.kuhlman.biz\\\/repudiandae-consectetur-voluptas-quia-nostrum-vero-ut-ut.html\",\"parentId\":\"commodi\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Menus",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/menus\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "parent%2Cchildren",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/menus\/batch?include=parent%2Cchildren"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"name\":\"bfqgjjhd\",\"icon\":\"mg\",\"url\":\"https:\\\/\\\/www.terry.org\\\/aut-voluptas-pariatur-non-nihil-et-esse-voluptas\",\"parentId\":\"labore\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Menu by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/menus\/:menuId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "parent%2Cchildren",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/menus\/:menuId?include=parent%2Cchildren",
                                    "variable": [
                                        {
                                            "id": "menuId",
                                            "key": "menuId",
                                            "value": "quae",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Menu [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Menus",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/menus\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "parent%2Cchildren",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/menus\/batch?include=parent%2Cchildren"
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"name\":\"vylgbrbvbxgxswfzkugglx\",\"icon\":\"jetuofnyy\",\"url\":\"http:\\\/\\\/tremblay.info\\\/debitis-dolores-provident-expedita-earum-debitis-quae.html\",\"parentId\":\"eveniet\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Menu by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/menus\/:menuId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "parent%2Cchildren",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/menus\/:menuId?include=parent%2Cchildren",
                                    "variable": [
                                        {
                                            "id": "menuId",
                                            "key": "menuId",
                                            "value": "dolores",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"ycyoo\",\"icon\":\"oszdbbgabkzeitjque\",\"url\":\"http:\\\/\\\/hilpert.info\\\/nisi-animi-aperiam-ipsum-explicabo-sint.html\",\"parentId\":\"ad\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Menu [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Menus by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/menus\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "parent%2Cchildren",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/menus\/batch?include=parent%2Cchildren"
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"illo\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Menu by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/menus\/:menuId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "parent%2Cchildren",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/menus\/:menuId?include=parent%2Cchildren",
                                    "variable": [
                                        {
                                            "id": "menuId",
                                            "key": "menuId",
                                            "value": "ipsum",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Menu [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Menus with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/menus",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "parent%2Cchildren",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/menus?page=1&pageSize=15&withSoftDeletes=1&include=parent%2Cchildren"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Menus based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/menus\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "parent%2Cchildren",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/menus\/search?page=1&pageSize=15&withSoftDeletes=1&include=parent%2Cchildren"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"name\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"icon\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"url\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"parentId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Company field map",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Company field map",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-field-maps",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-field-maps?include=company"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"externalCompanyFieldId\":\"suscipit\",\"companyFieldId\":\"impedit\",\"companyId\":\"aut\",\"externalIntegrationId\":\"quia\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Company field maps",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-field-maps\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-field-maps\/batch?include=company"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"externalCompanyFieldId\":\"illum\",\"companyFieldId\":\"quis\",\"companyId\":\"voluptate\",\"externalIntegrationId\":\"omnis\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Company field map by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-field-maps\/:companyFieldMapId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-field-maps\/:companyFieldMapId?include=company",
                                    "variable": [
                                        {
                                            "id": "companyFieldMapId",
                                            "key": "companyFieldMapId",
                                            "value": "assumenda",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"CompanyFieldMap [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Company field maps",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-field-maps\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-field-maps\/batch?include=company"
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"externalCompanyFieldId\":\"similique\",\"companyFieldId\":\"optio\",\"companyId\":\"voluptatem\",\"externalIntegrationId\":\"dicta\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Company field map by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-field-maps\/:companyFieldMapId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-field-maps\/:companyFieldMapId?include=company",
                                    "variable": [
                                        {
                                            "id": "companyFieldMapId",
                                            "key": "companyFieldMapId",
                                            "value": "voluptate",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"externalCompanyFieldId\":\"ut\",\"companyFieldId\":\"quos\",\"companyId\":\"saepe\",\"externalIntegrationId\":\"molestias\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"CompanyFieldMap [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Company field maps by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-field-maps\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-field-maps\/batch?include=company"
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"illo\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Company field map by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-field-maps\/:companyFieldMapId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-field-maps\/:companyFieldMapId?include=company",
                                    "variable": [
                                        {
                                            "id": "companyFieldMapId",
                                            "key": "companyFieldMapId",
                                            "value": "aliquid",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"CompanyFieldMap [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Company field maps with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-field-maps",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-field-maps?page=1&pageSize=15&withSoftDeletes=1&include=company"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Company field maps based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-field-maps\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-field-maps\/search?page=1&pageSize=15&withSoftDeletes=1&include=company"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Pay code variable",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Pay code variable",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-variables",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-variables?include=variableType"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"variableTypeId\":\"quis\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Pay code variables",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-variables\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-variables\/batch?include=variableType"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"variableTypeId\":\"iusto\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Pay code variable by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-variables\/:payCodeVariableId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-variables\/:payCodeVariableId?include=variableType",
                                    "variable": [
                                        {
                                            "id": "payCodeVariableId",
                                            "key": "payCodeVariableId",
                                            "value": "cumque",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PayCodeVariable [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Pay code variables",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-variables\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-variables\/batch?include=variableType"
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "[]"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Pay code variable by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-variables\/:payCodeVariableId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-variables\/:payCodeVariableId?include=variableType",
                                    "variable": [
                                        {
                                            "id": "payCodeVariableId",
                                            "key": "payCodeVariableId",
                                            "value": "qui",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "[]"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PayCodeVariable [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Pay code variables by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-variables\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-variables\/batch?include=variableType"
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"eius\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Pay code variable by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-variables\/:payCodeVariableId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-variables\/:payCodeVariableId?include=variableType",
                                    "variable": [
                                        {
                                            "id": "payCodeVariableId",
                                            "key": "payCodeVariableId",
                                            "value": "aut",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PayCodeVariable [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Pay code variables with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-variables",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-variables?page=1&pageSize=15&withSoftDeletes=1&include=variableType"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Pay code variables based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-variables\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-variables\/search?page=1&pageSize=15&withSoftDeletes=1&include=variableType"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"variableTypeId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Pay code type",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Pay code type",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-types",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-types?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"payCodeTypeNumber\":0.1}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Pay code types",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-types\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-types\/batch?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"payCodeTypeNumber\":68821533}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Pay code type by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-types\/:payCodeTypeId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-types\/:payCodeTypeId?include=",
                                    "variable": [
                                        {
                                            "id": "payCodeTypeId",
                                            "key": "payCodeTypeId",
                                            "value": "deserunt",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PayCodeType [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Pay code types",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-types\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-types\/batch?include="
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"payCodeTypeNumber\":17.4}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Pay code type by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-types\/:payCodeTypeId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-types\/:payCodeTypeId?include=",
                                    "variable": [
                                        {
                                            "id": "payCodeTypeId",
                                            "key": "payCodeTypeId",
                                            "value": "facilis",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"payCodeTypeNumber\":1143.849294312}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PayCodeType [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Pay code types by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-types\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-types\/batch?include="
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"perferendis\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Pay code type by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-types\/:payCodeTypeId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-types\/:payCodeTypeId?include=",
                                    "variable": [
                                        {
                                            "id": "payCodeTypeId",
                                            "key": "payCodeTypeId",
                                            "value": "repellat",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PayCodeType [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Pay code types with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-types",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-types?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Pay code types based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-types\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-types\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"payCodeTypeNumber\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Pay code mapping",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Pay code mapping",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-mappings",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-mappings?include=company"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"companyId\":\"omnis\",\"organizationId\":\"temporibus\",\"isGlobal\":true,\"isGroup\":false,\"notes\":\"sint\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Pay code mappings",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-mappings\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-mappings\/batch?include=company"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"companyId\":\"est\",\"organizationId\":\"nesciunt\",\"isGlobal\":true,\"isGroup\":true,\"mappings\":[],\"notes\":\"et\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Pay code mapping by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-mappings\/:mappingId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-mappings\/:mappingId?include=company",
                                    "variable": [
                                        {
                                            "id": "mappingId",
                                            "key": "mappingId",
                                            "value": "a",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PayCodeMapping [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Pay code mappings",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-mappings\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-mappings\/batch?include=company"
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"isGlobal\":false,\"isGroup\":false,\"notes\":\"cumque\",\"status\":\"active\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Pay code mapping by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-mappings\/:mappingId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-mappings\/:mappingId?include=company",
                                    "variable": [
                                        {
                                            "id": "mappingId",
                                            "key": "mappingId",
                                            "value": "ex",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isGlobal\":false,\"isGroup\":true,\"notes\":\"qui\",\"status\":\"inactive\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PayCodeMapping [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Pay code mappings by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-mappings\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-mappings\/batch?include=company"
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"animi\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Pay code mapping by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-mappings\/:mappingId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-mappings\/:mappingId?include=company",
                                    "variable": [
                                        {
                                            "id": "mappingId",
                                            "key": "mappingId",
                                            "value": "facilis",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PayCodeMapping [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Pay code mappings with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-mappings",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-mappings?page=1&pageSize=15&withSoftDeletes=1&include=company"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Pay code mappings based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-mappings\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-mappings\/search?page=1&pageSize=15&withSoftDeletes=1&include=company"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"isGlobal\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"isGroup\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"status\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"whiteListedPayCodeIds\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Company",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Company",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies?include=companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"customerTypeIds\":[\"deserunt\"],\"autoApproveOnImport\":false}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Companies",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/batch?include=companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"autoApproveOnImport\":false}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Company by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/:companyId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId?include=companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "quidem",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Company [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Companies",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/batch?include=companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes"
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"autoApproveOnImport\":false}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Company by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/:companyId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId?include=companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "eos",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"customerTypeIds\":[\"expedita\"],\"autoApproveOnImport\":true}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Company [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Companies by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/batch?include=companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes"
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"sit\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Company by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/:companyId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId?include=companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "id",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Company [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Companies with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies?page=1&pageSize=15&withSoftDeletes=1&include=companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Companies based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/search?page=1&pageSize=15&withSoftDeletes=1&include=companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"importedAt\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"parentCompanyId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"organizationId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"externalId\",\"direction\":\"asc\"},{\"field\":\"companyId\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Company integrations mapping",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Company integrations mapping",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations-mappings",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations-mappings?include=company"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"externalIntegrationId\":\"tempora\",\"companyId\":\"ipsa\",\"notes\":\"labore\",\"status\":\"inactive\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Batch create new Company integrations mappings",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations-mappings\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations-mappings\/batch?include=company"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"externalIntegrationId\":\"tenetur\",\"companyId\":\"porro\",\"notes\":\"voluptatem\",\"status\":\"inactive\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Company integrations mapping by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations-mappings\/:companyIntegrationsMappingId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations-mappings\/:companyIntegrationsMappingId?include=company",
                                    "variable": [
                                        {
                                            "id": "companyIntegrationsMappingId",
                                            "key": "companyIntegrationsMappingId",
                                            "value": "voluptatum",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Company integrations mappings",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations-mappings\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations-mappings\/batch?include=company"
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"notes\":\"aliquam\",\"status\":\"inactive\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Company integrations mapping by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations-mappings\/:companyIntegrationsMappingId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations-mappings\/:companyIntegrationsMappingId?include=company",
                                    "variable": [
                                        {
                                            "id": "companyIntegrationsMappingId",
                                            "key": "companyIntegrationsMappingId",
                                            "value": "alias",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"notes\":\"quidem\",\"status\":\"active\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Batch delete Company integrations mappings by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations-mappings\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations-mappings\/batch?include=company"
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"fuga\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Company integrations mapping by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations-mappings\/:companyIntegrationsMappingId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations-mappings\/:companyIntegrationsMappingId?include=company",
                                    "variable": [
                                        {
                                            "id": "companyIntegrationsMappingId",
                                            "key": "companyIntegrationsMappingId",
                                            "value": "expedita",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a list of Company integrations mappings with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations-mappings",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations-mappings?page=1&pageSize=15&withSoftDeletes=1&include=company"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Company integrations mappings based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-integrations-mappings\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-integrations-mappings\/search?page=1&pageSize=15&withSoftDeletes=1&include=company"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Company settings",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Company settings",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-settings",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-settings?include=company"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"defaultLocale\":\"ha_SD\",\"defaultProfile\":\"aperiam\",\"activeProfile\":\"provident\",\"companyId\":\"qui\",\"organizationId\":\"aliquid\",\"organisationNumber\":\"magnam\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Company settings",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-settings\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-settings\/batch?include=company"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"defaultLocale\":\"de_DE\",\"defaultProfile\":\"nostrum\",\"activeProfile\":\"vel\",\"companyId\":\"impedit\",\"organizationId\":\"eum\",\"organisationNumber\":\"blanditiis\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Company settings by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-settings\/:companySettingsId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-settings\/:companySettingsId?include=company",
                                    "variable": [
                                        {
                                            "id": "companySettingsId",
                                            "key": "companySettingsId",
                                            "value": "nulla",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"CompanySettings [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Company settings",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-settings\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-settings\/batch?include=company"
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"defaultLocale\":\"ja_JP\",\"defaultProfile\":\"architecto\",\"activeProfile\":\"rerum\",\"organisationNumber\":\"hic\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Company settings by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-settings\/:companySettingsId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-settings\/:companySettingsId?include=company",
                                    "variable": [
                                        {
                                            "id": "companySettingsId",
                                            "key": "companySettingsId",
                                            "value": "sed",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"defaultLocale\":\"es_UY\",\"defaultProfile\":\"maiores\",\"activeProfile\":\"reprehenderit\",\"organisationNumber\":\"libero\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"CompanySettings [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Company settings by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-settings\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-settings\/batch?include=company"
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"mollitia\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Company settings by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-settings\/:companySettingsId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-settings\/:companySettingsId?include=company",
                                    "variable": [
                                        {
                                            "id": "companySettingsId",
                                            "key": "companySettingsId",
                                            "value": "cupiditate",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"companyId\":\"sit\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"CompanySettings [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Company settings with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-settings",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-settings?page=1&pageSize=15&withSoftDeletes=1&include=company"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Company settings based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company-settings\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "company",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/company-settings\/search?page=1&pageSize=15&withSoftDeletes=1&include=company"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"organisationId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Pay code group",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Pay code group",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-groups",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "payCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-groups?include=payCodeVariables%2CpayCodeVariables.variableType"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"payCodeGroupNumber\":78210.03829,\"payCodeVariableIds\":[\"vitae\"]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Pay code groups",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-groups\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "payCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-groups\/batch?include=payCodeVariables%2CpayCodeVariables.variableType"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"payCodeGroupNumber\":641600792.1,\"payCodeVariableIds\":[]}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Pay code group by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-groups\/:payCodeGroupId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "payCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-groups\/:payCodeGroupId?include=payCodeVariables%2CpayCodeVariables.variableType",
                                    "variable": [
                                        {
                                            "id": "payCodeGroupId",
                                            "key": "payCodeGroupId",
                                            "value": "nesciunt",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PayCodeGroup [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Pay code groups",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-groups\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "payCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-groups\/batch?include=payCodeVariables%2CpayCodeVariables.variableType"
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"payCodeGroupNumber\":0.5529983}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Pay code group by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-groups\/:payCodeGroupId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "payCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-groups\/:payCodeGroupId?include=payCodeVariables%2CpayCodeVariables.variableType",
                                    "variable": [
                                        {
                                            "id": "payCodeGroupId",
                                            "key": "payCodeGroupId",
                                            "value": "molestias",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"payCodeGroupNumber\":104907.392218237,\"payCodeVariableIds\":[\"minima\"]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PayCodeGroup [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Pay code groups by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-groups\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "payCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-groups\/batch?include=payCodeVariables%2CpayCodeVariables.variableType"
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"reprehenderit\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Pay code group by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-groups\/:payCodeGroupId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "payCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-groups\/:payCodeGroupId?include=payCodeVariables%2CpayCodeVariables.variableType",
                                    "variable": [
                                        {
                                            "id": "payCodeGroupId",
                                            "key": "payCodeGroupId",
                                            "value": "qui",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PayCodeGroup [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Pay code groups with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-groups",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "payCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-groups?page=1&pageSize=15&withSoftDeletes=1&include=payCodeVariables%2CpayCodeVariables.variableType"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Pay code groups based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-groups\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "payCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-groups\/search?page=1&pageSize=15&withSoftDeletes=1&include=payCodeVariables%2CpayCodeVariables.variableType"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"payCodeGroupNumber\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"payCodeVariableIds\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "External integration",
                    "description": "",
                    "item": [
                        {
                            "name": "Batch create new External integrations",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integrations\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integrations\/batch?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "[]"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a External integration by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integrations\/:externalIntegrationId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integrations\/:externalIntegrationId?include=",
                                    "variable": [
                                        {
                                            "id": "externalIntegrationId",
                                            "key": "externalIntegrationId",
                                            "value": "eos",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"ExternalIntegration [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update External integrations",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integrations\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integrations\/batch?include="
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"description\":\"Eos aut a asperiores rerum voluptas.\",\"status\":\"active\",\"integrationTypeId\":\"temporibus\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a External integration by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integrations\/:externalIntegrationId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integrations\/:externalIntegrationId?include=",
                                    "variable": [
                                        {
                                            "id": "externalIntegrationId",
                                            "key": "externalIntegrationId",
                                            "value": "a",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"description\":\"Incidunt impedit non unde a qui.\",\"status\":\"active\",\"integrationTypeId\":\"nostrum\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"ExternalIntegration [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete External integrations by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integrations\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integrations\/batch?include="
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"quibusdam\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a External integration by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integrations\/:externalIntegrationId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integrations\/:externalIntegrationId?include=",
                                    "variable": [
                                        {
                                            "id": "externalIntegrationId",
                                            "key": "externalIntegrationId",
                                            "value": "fugiat",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"ExternalIntegration [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of External integrations with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integrations",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integrations?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of External integrations based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integrations\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integrations\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"integrationName\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"description\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"status\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Pay code",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Pay code",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-codes",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-codes?include=payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"companyId\":\"et\",\"integrationId\":\"error\",\"organizationId\":\"qui\",\"payCodeNumber\":450277.6422224,\"payCodeGroupId\":\"nobis\",\"payCodeTypeId\":\"sapiente\",\"payCodeVariableIds\":[\"et\"]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Pay codes",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-codes\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-codes\/batch?include=payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"companyId\":\"nihil\",\"integrationId\":\"dolor\",\"organizationId\":\"quod\",\"payCodeNumber\":81.8501,\"payCodeGroupId\":\"quia\",\"payCodeTypeId\":\"saepe\",\"payCodeVariableIds\":[]}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Pay code by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-codes\/:payCodeId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-codes\/:payCodeId?include=payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType",
                                    "variable": [
                                        {
                                            "id": "payCodeId",
                                            "key": "payCodeId",
                                            "value": "odio",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PayCode [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Pay codes",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-codes\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-codes\/batch?include=payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType"
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"payCodeNumber\":82,\"payCodeGroupId\":\"voluptatibus\",\"payCodeTypeId\":\"quia\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Pay code by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-codes\/:payCodeId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-codes\/:payCodeId?include=payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType",
                                    "variable": [
                                        {
                                            "id": "payCodeId",
                                            "key": "payCodeId",
                                            "value": "sunt",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"payCodeNumber\":5895.620492145,\"payCodeGroupId\":\"nesciunt\",\"payCodeTypeId\":\"maiores\",\"payCodeVariableIds\":[\"harum\"]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PayCode [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Pay codes by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-codes\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-codes\/batch?include=payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType"
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"et\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Pay code by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-codes\/:payCodeId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-codes\/:payCodeId?include=payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType",
                                    "variable": [
                                        {
                                            "id": "payCodeId",
                                            "key": "payCodeId",
                                            "value": "blanditiis",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PayCode [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Pay codes with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-codes",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-codes?page=1&pageSize=15&withSoftDeletes=1&include=payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Pay codes based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-codes\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-codes\/search?page=1&pageSize=15&withSoftDeletes=1&include=payCodeGroup%2CpayCodeType%2CpayCodeVariables%2CpayCodeVariables.variableType"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"organizationId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"integrationId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"payCodeNumber\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"payCodeGroupId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"payCodeTypeId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"payCodeVariableIds\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"payCodeNumber\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Personal card profile",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Personal card profile",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profiles",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profiles?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"praesentium\",\"tabs\":[{\"order\":5729070.7,\"personalCardProfileTabId\":\"quibusdam\",\"grids\":[{\"order\":2097959.334,\"personalCardProfileTabGridId\":\"vel\",\"fieldGroupId\":\"ipsum\",\"fields\":[{\"order\":330554.6,\"fieldId\":\"optio\"}]}]}],\"description\":\"Saepe eum totam qui quo temporibus.\",\"isGlobal\":\"iste\",\"roleIds\":[12],\"companyId\":\"sapiente\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Personal card profiles",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profiles\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profiles\/batch?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"name\":\"aliquam\",\"description\":\"Libero optio enim quia aut iusto.\",\"isGlobal\":\"sed\",\"companyId\":\"culpa\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Personal card profile by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profiles\/:personalCardProfileId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profiles\/:personalCardProfileId?include=",
                                    "variable": [
                                        {
                                            "id": "personalCardProfileId",
                                            "key": "personalCardProfileId",
                                            "value": "ex",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isGlobal\":\"expedita\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PersonalCardProfile [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Personal card profiles",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profiles\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profiles\/batch?include="
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"et\",\"description\":\"Vel nulla repellendus asperiores voluptatem expedita molestias mollitia repudiandae.\",\"tabs\":[{\"order\":1720.91,\"personalCardProfileTabId\":\"exercitationem\",\"grids\":[{\"order\":502505092.7,\"personalCardProfileTabGridId\":\"cum\",\"fieldGroupId\":\"magni\",\"fields\":[{\"order\":17.49,\"fieldId\":\"provident\"}]}]}],\"isGlobal\":\"illum\",\"companyId\":\"qui\",\"roleIds\":[1]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Personal card profile by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profiles\/:personalCardProfileId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profiles\/:personalCardProfileId?include=",
                                    "variable": [
                                        {
                                            "id": "personalCardProfileId",
                                            "key": "personalCardProfileId",
                                            "value": "est",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"id\",\"description\":\"Ipsa quod quis voluptatem vel quam quis.\",\"tabs\":[{\"order\":204322.5,\"personalCardProfileTabId\":\"expedita\",\"grids\":[{\"order\":363330.24731,\"personalCardProfileTabGridId\":\"quae\",\"fieldGroupId\":\"nobis\",\"fields\":[{\"order\":18632478.92044,\"fieldId\":\"cupiditate\"}]}]}],\"isGlobal\":\"iusto\",\"companyId\":\"unde\",\"roleIds\":[9]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PersonalCardProfile [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Personal card profiles by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profiles\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profiles\/batch?include="
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isGlobal\":\"doloribus\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Personal card profile by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profiles\/:personalCardProfileId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profiles\/:personalCardProfileId?include=",
                                    "variable": [
                                        {
                                            "id": "personalCardProfileId",
                                            "key": "personalCardProfileId",
                                            "value": "ipsum",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isGlobal\":\"laboriosam\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PersonalCardProfile [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Personal card profiles with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profiles",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profiles?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isGlobal\":\"et\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Personal card profiles based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profiles\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profiles\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"isGlobal\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"name\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"description\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Personal card profile tab grid",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Personal card profile tab grid",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tab-grids",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tab-grids?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"tabId\":\"eos\",\"isGlobal\":false,\"description\":\"Aliquam repudiandae quia id nihil libero.\",\"fieldGroupId\":\"repellendus\",\"translations\":{\"no\":[],\"dk\":[],\"se\":[],\"en\":[],\"fi\":[]},\"originPersonalCardProfileId\":\"corrupti\",\"fields\":[{\"globalFieldId\":\"tenetur\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Personal card profile tab grids",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tab-grids\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tab-grids\/batch?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"tabId\":\"sint\",\"isGlobal\":false,\"description\":\"Iure voluptatem commodi facere sit facilis qui quibusdam provident.\",\"fieldGroupId\":\"veniam\",\"translations\":{\"no\":[],\"dk\":[],\"se\":[],\"en\":[],\"fi\":[]},\"originPersonalCardProfileId\":\"voluptate\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Personal card profile tab grid by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tab-grids\/:personalCardProfileTabGridId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tab-grids\/:personalCardProfileTabGridId?include=",
                                    "variable": [
                                        {
                                            "id": "personalCardProfileTabGridId",
                                            "key": "personalCardProfileTabGridId",
                                            "value": "sed",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PersonalCardProfileTabGrid [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Personal card profile tab grids",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tab-grids\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tab-grids\/batch?include="
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"isGlobal\":true,\"description\":\"Et unde illo accusantium recusandae perferendis tempore ad.\",\"translations\":{\"no\":[],\"dk\":[],\"se\":[],\"en\":[],\"fi\":[]}}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Personal card profile tab grid by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tab-grids\/:personalCardProfileTabGridId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tab-grids\/:personalCardProfileTabGridId?include=",
                                    "variable": [
                                        {
                                            "id": "personalCardProfileTabGridId",
                                            "key": "personalCardProfileTabGridId",
                                            "value": "est",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isGlobal\":false,\"description\":\"Consequatur enim molestiae accusamus tempore.\",\"translations\":{\"no\":[],\"dk\":[],\"se\":[],\"en\":[],\"fi\":[]}}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PersonalCardProfileTabGrid [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Personal card profile tab grids by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tab-grids\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tab-grids\/batch?include="
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"quis\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Personal card profile tab grid by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tab-grids\/:personalCardProfileTabGridId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tab-grids\/:personalCardProfileTabGridId?include=",
                                    "variable": [
                                        {
                                            "id": "personalCardProfileTabGridId",
                                            "key": "personalCardProfileTabGridId",
                                            "value": "et",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PersonalCardProfileTabGrid [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Personal card profile tab grids with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tab-grids",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tab-grids?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Personal card profile tab grids based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tab-grids\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tab-grids\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"isGlobal\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"description\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"originPersonalCardProfileId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Personal card profile tab",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Personal card profile tab",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tabs",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tabs?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isGlobal\":true,\"description\":\"Minima illum voluptatem et modi magni amet.\",\"translations\":{\"no\":[],\"dk\":[],\"se\":[],\"en\":[],\"fi\":[]},\"originPersonalCardProfileId\":\"non\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Personal card profile tabs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tabs\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tabs\/batch?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"isGlobal\":false,\"description\":\"Sed hic sit sunt perspiciatis.\",\"translations\":{\"no\":[],\"dk\":[],\"se\":[],\"en\":[],\"fi\":[]},\"originPersonalCardProfileId\":\"dicta\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Personal card profile tab by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tabs\/:personalCardProfileTabId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tabs\/:personalCardProfileTabId?include=",
                                    "variable": [
                                        {
                                            "id": "personalCardProfileTabId",
                                            "key": "personalCardProfileTabId",
                                            "value": "et",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PersonalCardProfileTab [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Personal card profile tabs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tabs\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tabs\/batch?include="
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"isGlobal\":false,\"description\":\"Ea non natus omnis est praesentium perferendis et.\",\"translations\":{\"no\":[],\"dk\":[],\"se\":[],\"en\":[],\"fi\":[]}}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Personal card profile tab by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tabs\/:personalCardProfileTabId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tabs\/:personalCardProfileTabId?include=",
                                    "variable": [
                                        {
                                            "id": "personalCardProfileTabId",
                                            "key": "personalCardProfileTabId",
                                            "value": "aperiam",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isGlobal\":false,\"description\":\"Voluptas facilis provident perspiciatis voluptate minus.\",\"translations\":{\"no\":[],\"dk\":[],\"se\":[],\"en\":[],\"fi\":[]}}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PersonalCardProfileTab [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Personal card profile tabs by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tabs\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tabs\/batch?include="
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"ipsum\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Personal card profile tab by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tabs\/:personalCardProfileTabId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tabs\/:personalCardProfileTabId?include=",
                                    "variable": [
                                        {
                                            "id": "personalCardProfileTabId",
                                            "key": "personalCardProfileTabId",
                                            "value": "ad",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"PersonalCardProfileTab [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Personal card profile tabs with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tabs",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tabs?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Personal card profile tabs based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profile-tabs\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profile-tabs\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"isGlobal\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"description\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"originPersonalCardProfileId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Locale",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Locale",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/locales",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/locales?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"title\":\"culpa\",\"code\":\"consectetur\",\"enabled\":true}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Locales",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/locales\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/locales\/batch?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"title\":\"corporis\",\"code\":\"voluptatem\",\"enabled\":false}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Locale by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/locales\/:localeId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/locales\/:localeId?include=",
                                    "variable": [
                                        {
                                            "id": "localeId",
                                            "key": "localeId",
                                            "value": "officia",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Locale [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Locales",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/locales\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/locales\/batch?include="
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"title\":\"atque\",\"code\":\"sint\",\"enabled\":false}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Locale by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/locales\/:localeId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/locales\/:localeId?include=",
                                    "variable": [
                                        {
                                            "id": "localeId",
                                            "key": "localeId",
                                            "value": "aut",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"title\":\"sed\",\"code\":\"temporibus\",\"enabled\":false}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Locale [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Locales by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/locales\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/locales\/batch?include="
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"qui\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Locale by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/locales\/:localeId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/locales\/:localeId?include=",
                                    "variable": [
                                        {
                                            "id": "localeId",
                                            "key": "localeId",
                                            "value": "aut",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"Locale [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Locales with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/locales",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/locales?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Locales based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/locales\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/locales\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"code\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"title\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"enabled\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "External salary type",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a External salary type by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-salary-types\/:salaryTypeId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "company%2CexternalIntegration",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-salary-types\/:salaryTypeId?include=company%2CexternalIntegration",
                                    "variable": [
                                        {
                                            "id": "salaryTypeId",
                                            "key": "salaryTypeId",
                                            "value": "fugit",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"ExternalSalaryType [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of External salary types with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-salary-types",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "company%2CexternalIntegration",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-salary-types?page=1&pageSize=15&withSoftDeletes=1&include=company%2CexternalIntegration"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Emp permission",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Emp permission (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personnel-permissions",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personnel-permissions?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"companyId\":\"excepturi\",\"glue\":\"AND\",\"rules\":[\"rem\"]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update a Emp permission by its ID (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personnel-permissions\/:empPermissionId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personnel-permissions\/:empPermissionId?include=",
                                    "variable": [
                                        {
                                            "id": "empPermissionId",
                                            "key": "empPermissionId",
                                            "value": "provident",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"companyId\":\"eos\",\"glue\":\"OR\",\"rules\":[\"quo\"]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"EmpPermission [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Delete a Emp permission by its ID (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personnel-permissions\/:empPermissionId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personnel-permissions\/:empPermissionId?include=",
                                    "variable": [
                                        {
                                            "id": "empPermissionId",
                                            "key": "empPermissionId",
                                            "value": "et",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"EmpPermission [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Emp permissions based on the provided filters, scopes, sorting and pagination (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personnel-permissions\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personnel-permissions\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"empPermissionId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Emp permission rule",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new Emp permission rule",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personnel-permission-rules",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personnel-permission-rules?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"employeeFieldId\":\"enim\",\"operator\":\"=\",\"value\":\"sed\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch create new Emp permission rules",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personnel-permission-rules\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personnel-permission-rules\/batch?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"employeeFieldId\":\"rerum\",\"operator\":\"=\",\"value\":\"dolorem\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a Emp permission rule by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personnel-permission-rules\/:empPermissionRuleId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personnel-permission-rules\/:empPermissionRuleId?include=",
                                    "variable": [
                                        {
                                            "id": "empPermissionRuleId",
                                            "key": "empPermissionRuleId",
                                            "value": "est",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"EmpPermissionRule [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch update Emp permission rules",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personnel-permission-rules\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personnel-permission-rules\/batch?include="
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[{\"employeeFieldId\":\"nemo\",\"operator\":\"=\",\"value\":\"sapiente\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a Emp permission rule by its ID (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personnel-permission-rules\/:empPermissionRuleId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personnel-permission-rules\/:empPermissionRuleId?include=",
                                    "variable": [
                                        {
                                            "id": "empPermissionRuleId",
                                            "key": "empPermissionRuleId",
                                            "value": "ipsa",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"employeeFieldId\":\"illum\",\"operator\":\"=\",\"value\":\"deserunt\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"EmpPermissionRule [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Batch delete Emp permission rules by their IDs",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personnel-permission-rules\/batch",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personnel-permission-rules\/batch?include="
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"resources\":[\"non\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a Emp permission rule by its ID (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personnel-permission-rules\/:empPermissionRuleId",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personnel-permission-rules\/:empPermissionRuleId?include=",
                                    "variable": [
                                        {
                                            "id": "empPermissionRuleId",
                                            "key": "empPermissionRuleId",
                                            "value": "placeat",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 404,
                                    "body": "{\"data\":[],\"message\":\"EmpPermissionRule [id] does not exist.\",\"status\":404}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Emp permission rules with pagination (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personnel-permission-rules",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personnel-permission-rules?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Emp permission rules based on the provided filters, scopes, sorting and pagination (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personnel-permission-rules\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personnel-permission-rules\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"empPermissionRuleId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Transaction",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a list of Transactions with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/transactions",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "company%2Cemployee%2CpayCode",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/transactions?page=1&pageSize=15&withSoftDeletes=1&include=company%2Cemployee%2CpayCode"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"companyId\":\"ad\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Transactions based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/transactions\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "company%2Cemployee%2CpayCode",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/transactions\/search?page=1&pageSize=15&withSoftDeletes=1&include=company%2Cemployee%2CpayCode"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"employeeId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"payCodeId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"salaryPeriod\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"externalId\",\"direction\":\"asc\"}],\"companyId\":\"cupiditate\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Employee",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a list of Employees with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/:companyId\/employees",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/employees?page=1&pageSize=15&withSoftDeletes=1&include=",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "soluta",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                },
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Create a new Employee",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/:companyId\/employees",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/employees?include=",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "dolore",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a list of Employees based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/:companyId\/employees\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/employees\/search?page=1&pageSize=15&withSoftDeletes=1&include=",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "dolorum",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"personId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"isDraft\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}],\"scopes\":[{\"name\":\"fieldNameFilter\",\"parameters\":[]}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "App\\ http\\ resources\\ api\\ v1\\ company field change resource",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a list of App\\ http\\ resources\\ api\\ v1\\ company field change resources based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/:companyId\/field-changes\/search-custom",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/field-changes\/search-custom?page=1&pageSize=15&withSoftDeletes=1&include=",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "praesentium",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"fieldName\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"changeId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"effectiveDate\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"status\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Employee field change",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a list of Employee field changes based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-changes\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-changes\/search?page=1&pageSize=15&withSoftDeletes=1&include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"effectiveDate\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"employeeId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "App\\ http\\ resources\\ api\\ v1\\ employee field change resource",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a list of App\\ http\\ resources\\ api\\ v1\\ employee field change resources based on the provided filters, scopes, sorting and pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes\/search-custom",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes\/search-custom?page=1&pageSize=15&withSoftDeletes=1&include=",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "sapiente",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"fieldName\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"changeId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"effectiveDate\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"status\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Employee field map",
                    "description": "",
                    "item": [
                        {
                            "name": "Fetch a list of Employee field maps based on the provided filters, scopes, sorting and pagination (Stability Score: 0.5)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-mappings\/search",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "Page number for pagination, defaults to 1, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "pageSize",
                                            "value": "15",
                                            "description": "Number of items per page, defaults to 15, minimum 1",
                                            "disabled": false
                                        },
                                        {
                                            "key": "withSoftDeletes",
                                            "value": "1",
                                            "description": "Include soft deleted items in the response",
                                            "disabled": false
                                        },
                                        {
                                            "key": "include",
                                            "value": "company%2CexternalEmployeeField%2CemployeeField%2CexternalIntegration%2Corganization",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-mappings\/search?page=1&pageSize=15&withSoftDeletes=1&include=company%2CexternalEmployeeField%2CemployeeField%2CexternalIntegration%2Corganization"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"filters\":[{\"field\":\"companyId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"employeeFieldId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"externalIntegrationId\",\"operator\":\"=\",\"value\":\"value\"},{\"field\":\"organizationId\",\"operator\":\"=\",\"value\":\"value\"}],\"sort\":[{\"field\":\"createdAt\",\"direction\":\"asc\"},{\"field\":\"updatedAt\",\"direction\":\"asc\"}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "Custom Endpoints",
            "description": "All other endpoints",
            "item": [
                {
                    "name": "Authentication",
                    "description": "",
                    "item": [
                        {
                            "name": "Authenticate (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/authenticate",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/authenticate"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"url\":\"http:\\\/\\\/www.ebert.biz\\\/enim-et-quia-dolores-ratione-modi-rerum.html\",\"companyId\":\"molestiae\",\"roleId\":7,\"access_token\":\"molestias\",\"sensitive\":false,\"useLatest\":false}"
                                },
                                "description": "This endpoint lets you authenticate.",
                                "auth": {
                                    "type": "noauth"
                                }
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 422,
                                    "body": "{\"message\":\"Company molestiae does not exist. (and 1 more error)\",\"errors\":{\"companyId\":[\"Company molestiae does not exist.\"],\"roleId\":[\"The selected role id is invalid.\"]},\"status\":422}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Logout",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/logout",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/logout"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "This endpoint lets you logout."
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "User (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/user",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/user"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "This endpoint lets you get the authenticated user."
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Receive the roles that the authenticated user has access to. (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/user\/roles",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/user\/roles"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Function Entities",
                    "description": "",
                    "item": [
                        {
                            "name": "Duplicate a function entity.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/function-entities\/:functionEntityId\/duplicate",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/function-entities\/:functionEntityId\/duplicate?include=",
                                    "variable": [
                                        {
                                            "id": "functionEntityId",
                                            "key": "functionEntityId",
                                            "value": "accusantium",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Grid Views",
                    "description": "",
                    "item": [
                        {
                            "name": "Duplicate a grid view.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/grid-views\/:gridViewId\/duplicate",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "grid%2Cactors",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/grid-views\/:gridViewId\/duplicate?include=grid%2Cactors",
                                    "variable": [
                                        {
                                            "id": "gridViewId",
                                            "key": "gridViewId",
                                            "value": "vero",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "SalaryWarning",
                    "description": "",
                    "item": [
                        {
                            "name": "Confirm a salary rule warning (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/salary-warnings\/:salaryWarningId\/confirm",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "employee%2CsalaryRule",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/salary-warnings\/:salaryWarningId\/confirm?include=employee%2CsalaryRule",
                                    "variable": [
                                        {
                                            "id": "salaryWarningId",
                                            "key": "salaryWarningId",
                                            "value": "natus",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Remove confirmation from a salary rule warning (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/salary-warnings\/:salaryWarningId\/unconfirm",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "employee%2CsalaryRule",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/salary-warnings\/:salaryWarningId\/unconfirm?include=employee%2CsalaryRule",
                                    "variable": [
                                        {
                                            "id": "salaryWarningId",
                                            "key": "salaryWarningId",
                                            "value": "magnam",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Evaluate salary rules for a given period (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/execute-salary-rules",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/execute-salary-rules?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Users",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a user. (Stability Score: 0.5)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/users",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/users"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"quo\",\"email\":\"carroll.peter@example.com\",\"preferred_username\":\"omnis\",\"user_id\":1800457.0922873,\"notificationPreferences\":[[[\"inapp\"]]]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update a user. (Stability Score: 0.5)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/users",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/users"
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"notificationPreferences\":[[[\"broadcast\"]]],\"id\":367.21,\"userId\":\"exblqhdpoblqrunhcxxv\",\"user_id\":10.504062448,\"name\":\"ea\",\"email\":\"dach.shaylee@example.org\",\"family_name\":\"aut\",\"given_name\":\"sunt\",\"preferred_username\":\"provident\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Notification",
                    "description": "",
                    "item": [
                        {
                            "name": "Mark all notifications as read",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/notifications\/read-all",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/notifications\/read-all?include="
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "This endpoint lets you mark all notifications as read."
                            },
                            "response": []
                        },
                        {
                            "name": "Mark a notification as read by its ID (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/notifications\/:notificationId\/read",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/notifications\/:notificationId\/read?include=",
                                    "variable": [
                                        {
                                            "id": "notificationId",
                                            "key": "notificationId",
                                            "value": "sequi",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "This endpoint lets you mark a notification as read."
                            },
                            "response": []
                        },
                        {
                            "name": "Mark a notification as not read by its ID (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/notifications\/:notificationId\/unread",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/notifications\/:notificationId\/unread?include=",
                                    "variable": [
                                        {
                                            "id": "notificationId",
                                            "key": "notificationId",
                                            "value": "dolore",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "This endpoint lets you mark a notification as not read."
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "PayCode Mapping",
                    "description": "",
                    "item": [
                        {
                            "name": "Duplicate a payCode mapping",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/pay-code-mappings\/:mappingId\/duplicate",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/pay-code-mappings\/:mappingId\/duplicate",
                                    "variable": [
                                        {
                                            "id": "mappingId",
                                            "key": "mappingId",
                                            "value": "iusto",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"companyId\":\"ut\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Statistics",
                    "description": "",
                    "item": [
                        {
                            "name": "Transaction Statistics",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/transactions\/statistics",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/transactions\/statistics"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"includeChildren\":true,\"organizationId\":\"et\",\"companyId\":\"molestias\"}"
                                },
                                "description": "This endpoint lets you get transaction statistics."
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Personal Card Profile",
                    "description": "",
                    "item": [
                        {
                            "name": "Duplicate a personal card profile",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/personal-card-profiles\/:personalCardProfileId\/duplicate",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/personal-card-profiles\/:personalCardProfileId\/duplicate?include=",
                                    "variable": [
                                        {
                                            "id": "personalCardProfileId",
                                            "key": "personalCardProfileId",
                                            "value": "rerum",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"odit\",\"description\":\"Fugiat voluptatem similique perspiciatis.\",\"isGlobal\":\"velit\",\"companyId\":\"non\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Team Positions",
                    "description": "",
                    "item": [
                        {
                            "name": "Duplicate a Team Position",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/team-positions\/:teamPositionId\/duplicate",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": true
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/team-positions\/:teamPositionId\/duplicate?include=",
                                    "variable": [
                                        {
                                            "id": "teamPositionId",
                                            "key": "teamPositionId",
                                            "value": "neque",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Company",
                    "description": "",
                    "item": [
                        {
                            "name": "Duplicate a company",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/:companyId\/duplicate",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/duplicate",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "unde",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"parentCompanyId\":\"labore\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Companies",
                    "description": "",
                    "item": [
                        {
                            "name": "Get all unique effective dates for a company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/:companyId\/field-changes\/unique-effective-dates",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/field-changes\/unique-effective-dates",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "animi",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Company Changes",
                    "description": "",
                    "item": [
                        {
                            "name": "Approve a field change for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/:companyId\/field-changes\/approve-field-change",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/field-changes\/approve-field-change",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "cupiditate",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"et\",\"recordId\":\"provident\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Approve multiple field changes for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/:companyId\/field-changes\/approve-field-change\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/field-changes\/approve-field-change\/batch",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "ut",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"doloribus\",\"recordId\":\"delectus\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Deny a field change for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/:companyId\/field-changes\/deny-field-change",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/field-changes\/deny-field-change",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "sequi",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"ut\",\"recordId\":\"ipsum\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Deny multiple field changes for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/companies\/:companyId\/field-changes\/deny-field-change\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/field-changes\/deny-field-change\/batch",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "fuga",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"unde\",\"recordId\":\"eos\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Storage Structure",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new storage structure",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/storage-structure",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/storage-structure"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"directoryName\":\"enim\",\"directoryParentId\":\"iste\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch a list of storage structures with pagination",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/storage-structure",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/storage-structure"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a storage structure by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/storage-structure\/:storageStructureId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/storage-structure\/:storageStructureId",
                                    "variable": [
                                        {
                                            "id": "storageStructureId",
                                            "key": "storageStructureId",
                                            "value": "consequatur",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update a storage structure by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/storage-structure\/:storageStructureId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/storage-structure\/:storageStructureId",
                                    "variable": [
                                        {
                                            "id": "storageStructureId",
                                            "key": "storageStructureId",
                                            "value": "unde",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"directoryName\":\"laborum\",\"directoryParentId\":\"est\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a storage structure by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/storage-structure\/:storageStructureId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/storage-structure\/:storageStructureId",
                                    "variable": [
                                        {
                                            "id": "storageStructureId",
                                            "key": "storageStructureId",
                                            "value": "ad",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Employee Field Changes",
                    "description": "",
                    "item": [
                        {
                            "name": "Approve multiple field changes for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-changes\/approve\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-changes\/approve\/batch"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"libero\",\"recordId\":\"voluptatem\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Deny multiple field changes for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-changes\/deny\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-changes\/deny\/batch"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"sed\",\"recordId\":\"iusto\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Revert multiple field changes for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-changes\/revert\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-changes\/revert\/batch"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"autem\",\"recordId\":\"quia\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Revert field change for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-changes\/revert",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-changes\/revert"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"et\",\"recordId\":\"cum\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Revert multiple pay code field changes for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-changes\/revert\/pay-code\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-changes\/revert\/pay-code\/batch"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"illo\",\"recordId\":\"eveniet\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Revert pay code field change for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-changes\/revert\/pay-code",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-changes\/revert\/pay-code"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"nam\",\"recordId\":\"qui\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Revert multiple employment field changes for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-changes\/revert\/employment\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-changes\/revert\/employment\/batch"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"itaque\",\"recordId\":\"eveniet\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Revert employment field change for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-changes\/revert\/employment",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-changes\/revert\/employment"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"natus\",\"recordId\":\"fugit\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Approve a field change for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/approve-field-change",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/approve-field-change",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "pariatur",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"accusamus\",\"recordId\":\"quae\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Approve multiple field changes for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/approve-field-change\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/approve-field-change\/batch",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "et",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"autem\",\"recordId\":\"facere\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Deny a field change for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/deny-field-change",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/deny-field-change",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "molestiae",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"consequatur\",\"recordId\":\"explicabo\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Deny multiple field changes for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/deny-field-change\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/deny-field-change\/batch",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "voluptates",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"nisi\",\"recordId\":\"qui\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Relatives",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new relative",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/employee-relatives",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/employee-relatives",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "culpa",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"firstName\":\"eos\",\"lastName\":\"quis\",\"emailAddress\":\"genoveva.pouros@example.net\",\"telephone\":\"d{5,}\",\"mobilePhone\":\"d{5,}\",\"relationship\":\"voluptates\",\"comment\":\"voluptate\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Relative Changes",
                    "description": "",
                    "item": [
                        {
                            "name": "Get changes for a particular relative.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/employee-relatives\/:relativeId\/field-changes",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/employee-relatives\/:relativeId\/field-changes",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "ut",
                                            "description": ""
                                        },
                                        {
                                            "id": "relativeId",
                                            "key": "relativeId",
                                            "value": "sed",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Employee Relative Field Changes",
                    "description": "",
                    "item": [
                        {
                            "name": "Approve a field change for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/employee-relatives\/:relativeId\/approve-field-change",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/employee-relatives\/:relativeId\/approve-field-change",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "ipsam",
                                            "description": ""
                                        },
                                        {
                                            "id": "relativeId",
                                            "key": "relativeId",
                                            "value": "aut",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"dolores\",\"recordId\":\"quia\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Approve multiple field changes for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/employee-relatives\/:relativeId\/approve-field-change\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/employee-relatives\/:relativeId\/approve-field-change\/batch",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "ipsam",
                                            "description": ""
                                        },
                                        {
                                            "id": "relativeId",
                                            "key": "relativeId",
                                            "value": "quaerat",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"consequuntur\",\"recordId\":\"officiis\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Deny a field change for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/employee-relatives\/:relativeId\/deny-field-change",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/employee-relatives\/:relativeId\/deny-field-change",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "aut",
                                            "description": ""
                                        },
                                        {
                                            "id": "relativeId",
                                            "key": "relativeId",
                                            "value": "ut",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"ratione\",\"recordId\":\"aspernatur\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Deny multiple field changes for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/employee-relatives\/:relativeId\/deny-field-change\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/employee-relatives\/:relativeId\/deny-field-change\/batch",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "sequi",
                                            "description": ""
                                        },
                                        {
                                            "id": "relativeId",
                                            "key": "relativeId",
                                            "value": "ipsam",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"deserunt\",\"recordId\":\"sunt\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Employee Future Changes",
                    "description": "",
                    "item": [
                        {
                            "name": "List all changes for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/future-changes",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/future-changes",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "sit",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Employees",
                    "description": "",
                    "item": [
                        {
                            "name": "Get all unique effective dates for an employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes\/unique-effective-dates",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes\/unique-effective-dates",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "ratione",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Create a new employee change",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "facilis",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"effectiveDate\":0,\"changeId\":\"quidem\",\"changeType\":\"delete\",\"fieldName\":\"cupiditate\",\"oldValue\":\"qui\",\"comment\":\"quia\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Create multiple employee changes",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes\/batch",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "sed",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"effectiveDate\":0,\"changeId\":\"voluptatibus\",\"changeType\":\"delete\",\"fieldName\":\"illum\",\"oldValue\":\"voluptatem\",\"comment\":\"quod\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Employment Changes",
                    "description": "",
                    "item": [
                        {
                            "name": "List all changes for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes\/employment",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes\/employment",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "sint",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Create a new change request for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes\/employment",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes\/employment",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "repudiandae",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"effectiveDate\":1,\"changeId\":\"quisquam\",\"changeType\":\"delete\",\"fieldName\":\"assumenda\",\"oldValue\":\"in\",\"comment\":\"necessitatibus\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Create multiple change requests for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes\/employment\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes\/employment\/batch",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "est",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"effectiveDate\":1,\"changeId\":\"consequatur\",\"changeType\":\"delete\",\"fieldName\":\"itaque\",\"oldValue\":\"qui\",\"comment\":\"asperiores\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Approve a field change for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes\/employment\/approve-field-change",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes\/employment\/approve-field-change",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "ipsam",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"occaecati\",\"recordId\":\"accusantium\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Approve multiple field changes for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes\/employment\/approve-field-change\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes\/employment\/approve-field-change\/batch",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "sequi",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"explicabo\",\"recordId\":\"illum\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Deny a field change for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes\/employment\/deny-field-change",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes\/employment\/deny-field-change",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "suscipit",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"corporis\",\"recordId\":\"aspernatur\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Deny multiple field changes for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes\/employment\/deny-field-change\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes\/employment\/deny-field-change\/batch",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "nulla",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"necessitatibus\",\"recordId\":\"porro\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Pay Code Changes",
                    "description": "",
                    "item": [
                        {
                            "name": "Get all pay code changes.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes\/pay-code",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes\/pay-code",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "ipsam",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Create a new pay code change.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes\/pay-code",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes\/pay-code",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "et",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"effectiveDate\":0,\"changeId\":\"sit\",\"changeType\":\"delete\",\"fieldName\":\"aut\",\"comment\":\"et\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Create multiple pay code changes.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes\/pay-code\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes\/pay-code\/batch",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "sint",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"effectiveDate\":1,\"changeId\":\"sunt\",\"changeType\":\"delete\",\"fieldName\":\"et\",\"comment\":\"distinctio\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Approve a field change for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes\/pay-code\/approve-field-change",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes\/pay-code\/approve-field-change",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "nam",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"molestiae\",\"recordId\":\"ut\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Approve multiple field changes for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes\/pay-code\/approve-field-change\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes\/pay-code\/approve-field-change\/batch",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "eveniet",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"dolores\",\"recordId\":\"beatae\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Deny a field change for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes\/pay-code\/deny-field-change",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes\/pay-code\/deny-field-change",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "fugiat",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"officiis\",\"recordId\":\"incidunt\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Deny multiple field changes for a particular employee.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/:employeeId\/field-changes\/pay-code\/deny-field-change\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/:employeeId\/field-changes\/pay-code\/deny-field-change\/batch",
                                    "variable": [
                                        {
                                            "id": "employeeId",
                                            "key": "employeeId",
                                            "value": "alias",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"changeId\":\"sit\",\"recordId\":\"minus\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Employee Field Mappings",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a new employee field mapping.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-mappings",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-mappings"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"externalEmployeeFieldId\":\"nostrum\",\"employeeFieldId\":\"quod\",\"externalIntegrationId\":\"expedita\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Create multiple employee field mappings.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-mappings\/batch",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-mappings\/batch"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"externalEmployeeFieldId\":\"eveniet\",\"employeeFieldId\":\"sapiente\",\"externalIntegrationId\":\"sit\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update an employee field mapping.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-mappings\/:mappingId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-mappings\/:mappingId",
                                    "variable": [
                                        {
                                            "id": "mappingId",
                                            "key": "mappingId",
                                            "value": "doloribus",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"externalEmployeeFieldId\":\"non\",\"externalIntegrationId\":\"ut\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete an employee field mapping.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-mappings\/:mappingId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-mappings\/:mappingId",
                                    "variable": [
                                        {
                                            "id": "mappingId",
                                            "key": "mappingId",
                                            "value": "autem",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Employee Fields",
                    "description": "",
                    "item": [
                        {
                            "name": "Get fields for a particular integration.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration\/:integrationId\/employee-fields",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration\/:integrationId\/employee-fields",
                                    "variable": [
                                        {
                                            "id": "integrationId",
                                            "key": "integrationId",
                                            "value": "ut",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isShow\":true,\"isMandatory\":false,\"salarySensitive\":false,\"sensitive\":false,\"allowNewValue\":true,\"observe\":false,\"importExcluded\":false,\"manualInput\":true,\"fieldType\":\"select\",\"dataType\":\"decimal\",\"maxInput\":7095.99,\"minInput\":6.1}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Customize an existing global employee field for a particular integration.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration\/:integrationId\/employee-fields\/:fieldId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration\/:integrationId\/employee-fields\/:fieldId",
                                    "variable": [
                                        {
                                            "id": "integrationId",
                                            "key": "integrationId",
                                            "value": "pariatur",
                                            "description": ""
                                        },
                                        {
                                            "id": "fieldId",
                                            "key": "fieldId",
                                            "value": "facilis",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isShow\":false,\"isMandatory\":true,\"salarySensitive\":true,\"sensitive\":true,\"allowNewValue\":true,\"observe\":true,\"importExcluded\":false,\"manualInput\":false,\"fieldType\":\"password\",\"dataType\":\"decimal\",\"maxInput\":1.82496819,\"minInput\":6003.176798309}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Get an extended employee field for a particular integration.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration\/:integrationId\/employee-fields\/:fieldId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration\/:integrationId\/employee-fields\/:fieldId",
                                    "variable": [
                                        {
                                            "id": "integrationId",
                                            "key": "integrationId",
                                            "value": "accusantium",
                                            "description": ""
                                        },
                                        {
                                            "id": "fieldId",
                                            "key": "fieldId",
                                            "value": "enim",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isShow\":true,\"isMandatory\":true,\"salarySensitive\":false,\"sensitive\":true,\"allowNewValue\":false,\"observe\":false,\"importExcluded\":true,\"manualInput\":true,\"fieldType\":\"email\",\"dataType\":\"number\",\"maxInput\":152135863.68,\"minInput\":2.92601}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Revert an extended employee field for a particular integration.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration\/:integrationId\/employee-fields\/:fieldId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration\/:integrationId\/employee-fields\/:fieldId",
                                    "variable": [
                                        {
                                            "id": "integrationId",
                                            "key": "integrationId",
                                            "value": "aut",
                                            "description": ""
                                        },
                                        {
                                            "id": "fieldId",
                                            "key": "fieldId",
                                            "value": "tempora",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isShow\":false,\"isMandatory\":true,\"salarySensitive\":false,\"sensitive\":true,\"allowNewValue\":true,\"observe\":false,\"importExcluded\":false,\"manualInput\":false,\"fieldType\":\"select\",\"dataType\":\"number\",\"maxInput\":1324.4,\"minInput\":63250.8812539}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Get fields for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/employee-fields",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/employee-fields",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "qui",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isShow\":false,\"isMandatory\":false,\"salarySensitive\":false,\"sensitive\":false,\"allowNewValue\":false,\"observe\":false,\"importExcluded\":true,\"manualInput\":true,\"fieldType\":\"date\",\"dataType\":\"boolean\",\"maxInput\":5332.328655,\"minInput\":0.894885}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Customize an existing global employee field for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/employee-fields\/:fieldId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/employee-fields\/:fieldId",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "ab",
                                            "description": ""
                                        },
                                        {
                                            "id": "fieldId",
                                            "key": "fieldId",
                                            "value": "veritatis",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isShow\":true,\"isMandatory\":true,\"salarySensitive\":false,\"sensitive\":true,\"allowNewValue\":true,\"observe\":true,\"importExcluded\":true,\"manualInput\":false,\"fieldType\":\"select\",\"dataType\":\"number\",\"maxInput\":319582.6881,\"minInput\":12329039.3}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Show an extended employee field for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/employee-fields\/:fieldId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/employee-fields\/:fieldId",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "aut",
                                            "description": ""
                                        },
                                        {
                                            "id": "fieldId",
                                            "key": "fieldId",
                                            "value": "reprehenderit",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isShow\":true,\"isMandatory\":false,\"salarySensitive\":true,\"sensitive\":true,\"allowNewValue\":true,\"observe\":true,\"importExcluded\":true,\"manualInput\":true,\"fieldType\":\"password\",\"dataType\":\"boolean\",\"maxInput\":66979.9,\"minInput\":1.93536709}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Revert an extended employee field for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/employee-fields\/:fieldId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/employee-fields\/:fieldId",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "consequatur",
                                            "description": ""
                                        },
                                        {
                                            "id": "fieldId",
                                            "key": "fieldId",
                                            "value": "magni",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isShow\":false,\"isMandatory\":true,\"salarySensitive\":true,\"sensitive\":false,\"allowNewValue\":true,\"observe\":true,\"importExcluded\":true,\"manualInput\":false,\"fieldType\":\"radio\",\"dataType\":\"boolean\",\"maxInput\":35746495.0694627,\"minInput\":269060.9}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Customize an existing global employee field for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/employee-fields\/:fieldId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/employee-fields\/:fieldId",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "cupiditate",
                                            "description": ""
                                        },
                                        {
                                            "id": "fieldId",
                                            "key": "fieldId",
                                            "value": "quo",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isShow\":true,\"isMandatory\":true,\"salarySensitive\":false,\"sensitive\":true,\"allowNewValue\":true,\"observe\":true,\"importExcluded\":false,\"manualInput\":false,\"fieldType\":\"password\",\"dataType\":\"decimal\",\"maxInput\":740.39596,\"minInput\":2.90087906}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Revert an extended employee field for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/employee-fields\/:fieldId\/revert",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/employee-fields\/:fieldId\/revert",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "minus",
                                            "description": ""
                                        },
                                        {
                                            "id": "fieldId",
                                            "key": "fieldId",
                                            "value": "accusamus",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isShow\":true,\"isMandatory\":false,\"salarySensitive\":true,\"sensitive\":true,\"allowNewValue\":true,\"observe\":false,\"importExcluded\":true,\"manualInput\":false,\"fieldType\":\"number\",\"dataType\":\"date\",\"maxInput\":250222434.87367,\"minInput\":4.4}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Revert extended employee fields and custom fields for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/employee-fields\/revert-all",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/employee-fields\/revert-all",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "minima",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isShow\":false,\"isMandatory\":true,\"salarySensitive\":true,\"sensitive\":true,\"allowNewValue\":false,\"observe\":true,\"importExcluded\":false,\"manualInput\":true,\"fieldType\":\"textarea\",\"dataType\":\"date\",\"maxInput\":0.1,\"minInput\":3752067.7897}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Get an extended employee field for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/employee-fields\/:fieldId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/employee-fields\/:fieldId",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "eligendi",
                                            "description": ""
                                        },
                                        {
                                            "id": "fieldId",
                                            "key": "fieldId",
                                            "value": "ab",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isShow\":true,\"isMandatory\":true,\"salarySensitive\":true,\"sensitive\":false,\"allowNewValue\":true,\"observe\":false,\"importExcluded\":false,\"manualInput\":true,\"fieldType\":\"email\",\"dataType\":\"decimal\",\"maxInput\":284.36900544,\"minInput\":428.3}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Get employee fields for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/employee-fields",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/employee-fields",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "fugit",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isShow\":false,\"isMandatory\":true,\"salarySensitive\":true,\"sensitive\":false,\"allowNewValue\":false,\"observe\":true,\"importExcluded\":false,\"manualInput\":false,\"fieldType\":\"checkbox\",\"dataType\":\"boolean\",\"maxInput\":23.576897644,\"minInput\":70.65}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Get employee fields for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/employee-fields",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/employee-fields",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "voluptas",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isShow\":false,\"isMandatory\":false,\"salarySensitive\":false,\"sensitive\":false,\"allowNewValue\":false,\"observe\":true,\"importExcluded\":false,\"manualInput\":true,\"fieldType\":\"checkbox\",\"dataType\":\"date\",\"maxInput\":548165.41,\"minInput\":84,\"maxLength\":257.10683,\"minLength\":20.64036,\"fieldName\":\"tdkedobytsh\",\"combinedFieldIds\":[\"nihil\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Update an employee field for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/employee-fields\/:fieldId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/employee-fields\/:fieldId",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "adipisci",
                                            "description": ""
                                        },
                                        {
                                            "id": "fieldId",
                                            "key": "fieldId",
                                            "value": "quas",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"isShow\":true,\"isMandatory\":false,\"salarySensitive\":false,\"sensitive\":true,\"allowNewValue\":true,\"observe\":true,\"importExcluded\":false,\"manualInput\":true,\"fieldType\":\"number\",\"dataType\":\"string\",\"maxInput\":554,\"minInput\":459.487200469,\"maxLength\":93259.59359,\"minLength\":353463724.3,\"combinedFieldIds\":[\"sint\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete an employee field for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/employee-fields\/:fieldId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/employee-fields\/:fieldId",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "nisi",
                                            "description": ""
                                        },
                                        {
                                            "id": "fieldId",
                                            "key": "fieldId",
                                            "value": "omnis",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Revert an extended employee field for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/locales\/:localeId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/locales\/:localeId",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "non",
                                            "description": ""
                                        },
                                        {
                                            "id": "localeId",
                                            "key": "localeId",
                                            "value": "quasi",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"title\":\"dolores\",\"code\":\"ratione\",\"enabled\":true}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Revert an extended employee field for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/locales\/:localeId\/revert",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/locales\/:localeId\/revert",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "et",
                                            "description": ""
                                        },
                                        {
                                            "id": "localeId",
                                            "key": "localeId",
                                            "value": "et",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"title\":\"dolor\",\"code\":\"qui\",\"enabled\":true}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Field Groups",
                    "description": "",
                    "item": [
                        {
                            "name": "Create a global field group",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-groups",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-groups"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupName\":\"minus\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Fetch all global field groups",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-groups",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-groups"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Fetch a global field group by its ID",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-groups\/:groupId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-groups\/:groupId",
                                    "variable": [
                                        {
                                            "id": "groupId",
                                            "key": "groupId",
                                            "value": "omnis",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Update a global field group",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-groups\/:groupId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-groups\/:groupId",
                                    "variable": [
                                        {
                                            "id": "groupId",
                                            "key": "groupId",
                                            "value": "sunt",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupName\":\"eos\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Delete a global field group",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-groups\/:groupId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-groups\/:groupId",
                                    "variable": [
                                        {
                                            "id": "groupId",
                                            "key": "groupId",
                                            "value": "et",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Add a field to a global field group",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-groups\/:employeeFieldId\/add-field",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-groups\/:employeeFieldId\/add-field",
                                    "variable": [
                                        {
                                            "id": "employeeFieldId",
                                            "key": "employeeFieldId",
                                            "value": "earum",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupId\":\"voluptas\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Move a field from one global field group to another",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-groups\/:employeeFieldId\/move-field",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-groups\/:employeeFieldId\/move-field",
                                    "variable": [
                                        {
                                            "id": "employeeFieldId",
                                            "key": "employeeFieldId",
                                            "value": "perspiciatis",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"oldGroupId\":\"impedit\",\"newGroupId\":\"mollitia\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Remove a field from a global field group",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/field-groups\/:employeeFieldId\/remove-field",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/field-groups\/:employeeFieldId\/remove-field",
                                    "variable": [
                                        {
                                            "id": "employeeFieldId",
                                            "key": "employeeFieldId",
                                            "value": "velit",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupId\":\"quaerat\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Get fields groups for a particular integration.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration\/:integrationId\/field-groups",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration\/:integrationId\/field-groups",
                                    "variable": [
                                        {
                                            "id": "integrationId",
                                            "key": "integrationId",
                                            "value": "sed",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupName\":\"et\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Customize an existing global field group for a particular integration.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration\/:integrationId\/field-groups\/:groupId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration\/:integrationId\/field-groups\/:groupId",
                                    "variable": [
                                        {
                                            "id": "integrationId",
                                            "key": "integrationId",
                                            "value": "aliquam",
                                            "description": ""
                                        },
                                        {
                                            "id": "groupId",
                                            "key": "groupId",
                                            "value": "et",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupName\":\"optio\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Get a particular field group for a particular integration.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration\/:integrationId\/field-groups\/:groupId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration\/:integrationId\/field-groups\/:groupId",
                                    "variable": [
                                        {
                                            "id": "integrationId",
                                            "key": "integrationId",
                                            "value": "a",
                                            "description": ""
                                        },
                                        {
                                            "id": "groupId",
                                            "key": "groupId",
                                            "value": "qui",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupName\":\"omnis\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Revert a customized global field group for a particular integration.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration\/:integrationId\/field-groups\/:groupId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration\/:integrationId\/field-groups\/:groupId",
                                    "variable": [
                                        {
                                            "id": "integrationId",
                                            "key": "integrationId",
                                            "value": "et",
                                            "description": ""
                                        },
                                        {
                                            "id": "groupId",
                                            "key": "groupId",
                                            "value": "qui",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupName\":\"recusandae\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Add a field to a particular field group for a particular integration.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration\/:integrationId\/field-groups\/:employeeFieldId\/add-field",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration\/:integrationId\/field-groups\/:employeeFieldId\/add-field",
                                    "variable": [
                                        {
                                            "id": "integrationId",
                                            "key": "integrationId",
                                            "value": "unde",
                                            "description": ""
                                        },
                                        {
                                            "id": "employeeFieldId",
                                            "key": "employeeFieldId",
                                            "value": "laudantium",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupId\":\"sed\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Move a field from a field group for a particular integration.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration\/:integrationId\/field-groups\/:employeeFieldId\/move-field",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration\/:integrationId\/field-groups\/:employeeFieldId\/move-field",
                                    "variable": [
                                        {
                                            "id": "integrationId",
                                            "key": "integrationId",
                                            "value": "eum",
                                            "description": ""
                                        },
                                        {
                                            "id": "employeeFieldId",
                                            "key": "employeeFieldId",
                                            "value": "dignissimos",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"oldGroupId\":\"ut\",\"newGroupId\":\"rerum\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Remove a field from a field group for a particular integration.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration\/:integrationId\/field-groups\/:employeeFieldId\/remove-field",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration\/:integrationId\/field-groups\/:employeeFieldId\/remove-field",
                                    "variable": [
                                        {
                                            "id": "integrationId",
                                            "key": "integrationId",
                                            "value": "ad",
                                            "description": ""
                                        },
                                        {
                                            "id": "employeeFieldId",
                                            "key": "employeeFieldId",
                                            "value": "ab",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupId\":\"voluptates\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Get fields groups for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/field-groups",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/field-groups",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "eum",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupName\":\"animi\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Customize an existing global field group for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/field-groups\/:groupId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/field-groups\/:groupId",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "fugit",
                                            "description": ""
                                        },
                                        {
                                            "id": "groupId",
                                            "key": "groupId",
                                            "value": "sunt",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupName\":\"veritatis\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Get a particular field group for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/field-groups\/:groupId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/field-groups\/:groupId",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "consequatur",
                                            "description": ""
                                        },
                                        {
                                            "id": "groupId",
                                            "key": "groupId",
                                            "value": "et",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupName\":\"natus\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Revert a customized field group for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/field-groups\/:groupId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/field-groups\/:groupId",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "est",
                                            "description": ""
                                        },
                                        {
                                            "id": "groupId",
                                            "key": "groupId",
                                            "value": "natus",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupName\":\"nihil\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Add a field to a particular field group for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/field-groups\/:employeeFieldId\/add-field",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/field-groups\/:employeeFieldId\/add-field",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "similique",
                                            "description": ""
                                        },
                                        {
                                            "id": "employeeFieldId",
                                            "key": "employeeFieldId",
                                            "value": "et",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupId\":\"consequatur\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Move a field from one field group to another for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/field-groups\/:employeeFieldId\/move-field",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/field-groups\/:employeeFieldId\/move-field",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "hic",
                                            "description": ""
                                        },
                                        {
                                            "id": "employeeFieldId",
                                            "key": "employeeFieldId",
                                            "value": "voluptate",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"oldGroupId\":\"reiciendis\",\"newGroupId\":\"aut\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Remove a field from a particular field group for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/field-groups\/:employeeFieldId\/remove-field",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/field-groups\/:employeeFieldId\/remove-field",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "voluptatum",
                                            "description": ""
                                        },
                                        {
                                            "id": "employeeFieldId",
                                            "key": "employeeFieldId",
                                            "value": "earum",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupId\":\"perspiciatis\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Get fields groups for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/field-groups",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/field-groups",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "autem",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Customize an existing global field group for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/field-groups\/:groupId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/field-groups\/:groupId",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "quia",
                                            "description": ""
                                        },
                                        {
                                            "id": "groupId",
                                            "key": "groupId",
                                            "value": "molestias",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupName\":\"beatae\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Show a customized global field group for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/field-groups\/:groupId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/field-groups\/:groupId",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "et",
                                            "description": ""
                                        },
                                        {
                                            "id": "groupId",
                                            "key": "groupId",
                                            "value": "delectus",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupName\":\"non\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Revert a customized global field group for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/field-groups\/:groupId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/field-groups\/:groupId",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "atque",
                                            "description": ""
                                        },
                                        {
                                            "id": "groupId",
                                            "key": "groupId",
                                            "value": "et",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupName\":\"ad\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Add a field to a field group for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/field-groups\/:employeeFieldId\/add-field",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/field-groups\/:employeeFieldId\/add-field",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "est",
                                            "description": ""
                                        },
                                        {
                                            "id": "employeeFieldId",
                                            "key": "employeeFieldId",
                                            "value": "est",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupId\":\"ut\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Move a field from one field group to another for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/field-groups\/:employeeFieldId\/move-field",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/field-groups\/:employeeFieldId\/move-field",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "ea",
                                            "description": ""
                                        },
                                        {
                                            "id": "employeeFieldId",
                                            "key": "employeeFieldId",
                                            "value": "ipsa",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"oldGroupId\":\"quis\",\"newGroupId\":\"rerum\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Remove a field from a field group for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/field-groups\/:employeeFieldId\/remove-field",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/field-groups\/:employeeFieldId\/remove-field",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "voluptatem",
                                            "description": ""
                                        },
                                        {
                                            "id": "employeeFieldId",
                                            "key": "employeeFieldId",
                                            "value": "reprehenderit",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"groupId\":\"corrupti\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Locales",
                    "description": "",
                    "item": [
                        {
                            "name": "Get locales for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/locales",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/locales",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "rem",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"title\":\"vero\",\"code\":\"omnis\",\"enabled\":false}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Customize an existing global locale for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/locales\/:localeId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/locales\/:localeId",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "ut",
                                            "description": ""
                                        },
                                        {
                                            "id": "localeId",
                                            "key": "localeId",
                                            "value": "enim",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"title\":\"sapiente\",\"code\":\"eos\",\"enabled\":true}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Show an extended locale for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/locales\/:localeId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/locales\/:localeId",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "dolorem",
                                            "description": ""
                                        },
                                        {
                                            "id": "localeId",
                                            "key": "localeId",
                                            "value": "et",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"title\":\"labore\",\"code\":\"omnis\",\"enabled\":false}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Customize an existing global locale for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/locales\/:localeId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/locales\/:localeId",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "dolores",
                                            "description": ""
                                        },
                                        {
                                            "id": "localeId",
                                            "key": "localeId",
                                            "value": "fugit",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"title\":\"tenetur\",\"code\":\"sed\",\"enabled\":true}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Show an extended locale for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/locales\/:localeId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/locales\/:localeId",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "facere",
                                            "description": ""
                                        },
                                        {
                                            "id": "localeId",
                                            "key": "localeId",
                                            "value": "qui",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"title\":\"adipisci\",\"code\":\"dignissimos\",\"enabled\":false}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Get locales for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/locales",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/locales",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "id",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"title\":\"veniam\",\"code\":\"et\",\"enabled\":true}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "EmployeeFieldMaps",
                    "description": "",
                    "item": [
                        {
                            "name": "Get employee field maps for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/employee-field-maps",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/employee-field-maps",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "accusamus",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"externalEmployeeFieldId\":\"repellat\",\"employeeFieldId\":\"quaerat\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Customize an existing global employee field map for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/employee-field-maps\/:employeeFieldMapId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/employee-field-maps\/:employeeFieldMapId",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "in",
                                            "description": ""
                                        },
                                        {
                                            "id": "employeeFieldMapId",
                                            "key": "employeeFieldMapId",
                                            "value": "reiciendis",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"externalEmployeeFieldId\":\"non\",\"employeeFieldId\":\"mollitia\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Show an extended employee field map for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/employee-field-maps\/:employeeFieldMapId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/employee-field-maps\/:employeeFieldMapId",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "aliquam",
                                            "description": ""
                                        },
                                        {
                                            "id": "employeeFieldMapId",
                                            "key": "employeeFieldMapId",
                                            "value": "quo",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"externalEmployeeFieldId\":\"sunt\",\"employeeFieldId\":\"culpa\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Revert an extended employee field map for a particular organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/employee-field-maps\/:employeeFieldMapId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/employee-field-maps\/:employeeFieldMapId",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "omnis",
                                            "description": ""
                                        },
                                        {
                                            "id": "employeeFieldMapId",
                                            "key": "employeeFieldMapId",
                                            "value": "odit",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"externalEmployeeFieldId\":\"aut\",\"employeeFieldId\":\"et\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Customize an existing global employee field map for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/employee-field-maps\/:employeeFieldMapId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/employee-field-maps\/:employeeFieldMapId",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "voluptas",
                                            "description": ""
                                        },
                                        {
                                            "id": "employeeFieldMapId",
                                            "key": "employeeFieldMapId",
                                            "value": "aliquam",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"externalEmployeeFieldId\":\"ducimus\",\"employeeFieldId\":\"consequatur\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Revert an extended employee field map for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/employee-field-maps\/:employeeFieldMapId\/revert",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/employee-field-maps\/:employeeFieldMapId\/revert",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "unde",
                                            "description": ""
                                        },
                                        {
                                            "id": "employeeFieldMapId",
                                            "key": "employeeFieldMapId",
                                            "value": "asperiores",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"externalEmployeeFieldId\":\"esse\",\"employeeFieldId\":\"dolor\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Show an extended employee field map for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/employee-field-maps\/:employeeFieldMapId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/employee-field-maps\/:employeeFieldMapId",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "aut",
                                            "description": ""
                                        },
                                        {
                                            "id": "employeeFieldMapId",
                                            "key": "employeeFieldMapId",
                                            "value": "totam",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"externalEmployeeFieldId\":\"omnis\",\"employeeFieldId\":\"cupiditate\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Get employee field maps for a particular company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/employee-field-maps",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/employee-field-maps",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "et",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"externalEmployeeFieldId\":\"tenetur\",\"employeeFieldId\":\"reiciendis\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "PersonalCardProfiles",
                    "description": "",
                    "item": [
                        {
                            "name": "Customize an existing global personal card profile for an integration.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration\/:externalIntegrationId\/personal-card-profiles\/:personalCardProfileId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration\/:externalIntegrationId\/personal-card-profiles\/:personalCardProfileId",
                                    "variable": [
                                        {
                                            "id": "externalIntegrationId",
                                            "key": "externalIntegrationId",
                                            "value": "fugiat",
                                            "description": ""
                                        },
                                        {
                                            "id": "personalCardProfileId",
                                            "key": "personalCardProfileId",
                                            "value": "quas",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"ut\",\"description\":\"Sapiente sit qui laudantium voluptas omnis architecto excepturi.\",\"tabs\":[{\"order\":40577.202534807,\"personalCardProfileTabId\":\"nihil\",\"grids\":[{\"order\":105937.16556,\"personalCardProfileTabGridId\":\"itaque\",\"fieldGroupId\":\"nihil\",\"fields\":[{\"order\":464910.04717,\"fieldId\":\"possimus\"}]}]}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Revert an extended personal card profile for an integration.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration\/:externalIntegrationId\/personal-card-profiles\/:personalCardProfileId\/revert",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration\/:externalIntegrationId\/personal-card-profiles\/:personalCardProfileId\/revert",
                                    "variable": [
                                        {
                                            "id": "externalIntegrationId",
                                            "key": "externalIntegrationId",
                                            "value": "iure",
                                            "description": ""
                                        },
                                        {
                                            "id": "personalCardProfileId",
                                            "key": "personalCardProfileId",
                                            "value": "aliquid",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"et\",\"description\":\"Dolorem qui praesentium quia dolorem maiores expedita.\",\"tabs\":[{\"order\":1,\"personalCardProfileTabId\":\"omnis\",\"grids\":[{\"order\":23.26744221,\"personalCardProfileTabGridId\":\"ab\",\"fieldGroupId\":\"dolor\",\"fields\":[{\"order\":15858,\"fieldId\":\"non\"}]}]}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Show an extended personal card profile for an integration.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration\/:externalIntegrationId\/personal-card-profiles\/:personalCardProfileId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration\/:externalIntegrationId\/personal-card-profiles\/:personalCardProfileId",
                                    "variable": [
                                        {
                                            "id": "externalIntegrationId",
                                            "key": "externalIntegrationId",
                                            "value": "iure",
                                            "description": ""
                                        },
                                        {
                                            "id": "personalCardProfileId",
                                            "key": "personalCardProfileId",
                                            "value": "quae",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"deleniti\",\"description\":\"Inventore molestiae voluptatum veniam deleniti.\",\"tabs\":[{\"order\":4310926.585052,\"personalCardProfileTabId\":\"optio\",\"grids\":[{\"order\":0,\"personalCardProfileTabGridId\":\"ipsam\",\"fieldGroupId\":\"sed\",\"fields\":[{\"order\":383316.2,\"fieldId\":\"est\"}]}]}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Get extended personal card profiles for an integration.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/external-integration\/:externalIntegrationId\/personal-card-profiles",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/external-integration\/:externalIntegrationId\/personal-card-profiles",
                                    "variable": [
                                        {
                                            "id": "externalIntegrationId",
                                            "key": "externalIntegrationId",
                                            "value": "necessitatibus",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"quisquam\",\"description\":\"Doloribus aut et aliquid iure et.\",\"tabs\":[{\"order\":5394446.81971752,\"personalCardProfileTabId\":\"voluptatum\",\"grids\":[{\"order\":236237.04926,\"personalCardProfileTabGridId\":\"accusantium\",\"fieldGroupId\":\"explicabo\",\"fields\":[{\"order\":3471358.53,\"fieldId\":\"earum\"}]}]}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Customize an existing global personal card profile for an organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/personal-card-profiles\/:personalCardProfileId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/personal-card-profiles\/:personalCardProfileId",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "omnis",
                                            "description": ""
                                        },
                                        {
                                            "id": "personalCardProfileId",
                                            "key": "personalCardProfileId",
                                            "value": "eum",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"voluptatem\",\"description\":\"Vel iure deserunt neque deserunt veniam doloribus labore molestiae.\",\"tabs\":[{\"order\":18693.1599,\"personalCardProfileTabId\":\"occaecati\",\"grids\":[{\"order\":45448.6,\"personalCardProfileTabGridId\":\"vitae\",\"fieldGroupId\":\"possimus\",\"fields\":[{\"order\":5737645.30019053,\"fieldId\":\"libero\"}]}]}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Revert an extended personal card profile for an organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/personal-card-profiles\/:personalCardProfileId\/revert",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/personal-card-profiles\/:personalCardProfileId\/revert",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "quos",
                                            "description": ""
                                        },
                                        {
                                            "id": "personalCardProfileId",
                                            "key": "personalCardProfileId",
                                            "value": "in",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"id\",\"description\":\"Veniam aut quisquam delectus quo voluptas dolorum.\",\"tabs\":[{\"order\":99267,\"personalCardProfileTabId\":\"dicta\",\"grids\":[{\"order\":130258.5963,\"personalCardProfileTabGridId\":\"occaecati\",\"fieldGroupId\":\"ducimus\",\"fields\":[{\"order\":0.8516,\"fieldId\":\"sit\"}]}]}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Show an extended personal card profile for an organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/personal-card-profiles\/:personalCardProfileId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/personal-card-profiles\/:personalCardProfileId",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "quod",
                                            "description": ""
                                        },
                                        {
                                            "id": "personalCardProfileId",
                                            "key": "personalCardProfileId",
                                            "value": "exercitationem",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"voluptatem\",\"description\":\"Error ut illo laboriosam nihil aut enim delectus aut.\",\"tabs\":[{\"order\":35.756475,\"personalCardProfileTabId\":\"nobis\",\"grids\":[{\"order\":198041.188,\"personalCardProfileTabGridId\":\"non\",\"fieldGroupId\":\"dolorem\",\"fields\":[{\"order\":16804421.0237242,\"fieldId\":\"culpa\"}]}]}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Get extended personal card profiles for an organization.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organization\/:organizationId\/personal-card-profiles",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/organization\/:organizationId\/personal-card-profiles",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "incidunt",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"hic\",\"description\":\"Dolores minima laborum veritatis sit quae.\",\"tabs\":[{\"order\":98.44,\"personalCardProfileTabId\":\"sunt\",\"grids\":[{\"order\":5147.358,\"personalCardProfileTabGridId\":\"rerum\",\"fieldGroupId\":\"eveniet\",\"fields\":[{\"order\":18827.137,\"fieldId\":\"sit\"}]}]}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Customize an existing global personal card profile for a company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/personal-card-profiles\/:personalCardProfileId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/personal-card-profiles\/:personalCardProfileId",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "quod",
                                            "description": ""
                                        },
                                        {
                                            "id": "personalCardProfileId",
                                            "key": "personalCardProfileId",
                                            "value": "non",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"numquam\",\"description\":\"Tenetur et commodi at aut.\",\"tabs\":[{\"order\":37668.618,\"personalCardProfileTabId\":\"dolorem\",\"grids\":[{\"order\":2808415.268,\"personalCardProfileTabGridId\":\"quasi\",\"fieldGroupId\":\"ut\",\"fields\":[{\"order\":54.6,\"fieldId\":\"incidunt\"}]}]}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Revert an extended personal card profile for a company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/personal-card-profiles\/:personalCardProfileId\/revert",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/personal-card-profiles\/:personalCardProfileId\/revert",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "eveniet",
                                            "description": ""
                                        },
                                        {
                                            "id": "personalCardProfileId",
                                            "key": "personalCardProfileId",
                                            "value": "expedita",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"qui\",\"description\":\"Deleniti aut id eum rem accusantium possimus voluptatem.\",\"tabs\":[{\"order\":115,\"personalCardProfileTabId\":\"laboriosam\",\"grids\":[{\"order\":389373159.4034657,\"personalCardProfileTabGridId\":\"vel\",\"fieldGroupId\":\"voluptatem\",\"fields\":[{\"order\":0,\"fieldId\":\"facilis\"}]}]}]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Show an extended personal card profile for a company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/personal-card-profiles\/:personalCardProfileId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/personal-card-profiles\/:personalCardProfileId",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "laudantium",
                                            "description": ""
                                        },
                                        {
                                            "id": "personalCardProfileId",
                                            "key": "personalCardProfileId",
                                            "value": "quia",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"libero\",\"description\":\"Id autem cupiditate provident dolorem accusamus recusandae.\",\"tabs\":[{\"order\":14743102.56,\"personalCardProfileTabId\":\"dicta\",\"grids\":[{\"order\":676317093.7505,\"personalCardProfileTabGridId\":\"consequatur\",\"fieldGroupId\":\"molestiae\",\"fields\":[{\"order\":586.15483761,\"fieldId\":\"distinctio\"}]}]}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Get extended personal card profiles for a company.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/company\/:companyId\/personal-card-profiles",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/company\/:companyId\/personal-card-profiles",
                                    "variable": [
                                        {
                                            "id": "companyId",
                                            "key": "companyId",
                                            "value": "beatae",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"dolor\",\"description\":\"Alias rem officiis porro corrupti delectus error qui esse.\",\"tabs\":[{\"order\":29526.81,\"personalCardProfileTabId\":\"rerum\",\"grids\":[{\"order\":4476.059749,\"personalCardProfileTabGridId\":\"explicabo\",\"fieldGroupId\":\"error\",\"fields\":[{\"order\":71218781.4178,\"fieldId\":\"odio\"}]}]}]}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Organization",
                    "description": "",
                    "item": [
                        {
                            "name": "List companies that can be used as parent companies in an organization (Stability Score: 0.5)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/organizations\/:organizationId\/available-parents",
                                    "query": [
                                        {
                                            "key": "include",
                                            "value": "companies",
                                            "description": "Include related resources. Use comma-separated values for multiple includes.",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/v1\/organizations\/:organizationId\/available-parents?include=companies",
                                    "variable": [
                                        {
                                            "id": "organizationId",
                                            "key": "organizationId",
                                            "value": "illo",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Import",
                    "description": "",
                    "item": [
                        {
                            "name": "List companies for an Agda connection (Stability Score: 0.3)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/import\/agda-company-list\/:agdaConnectionId",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/import\/agda-company-list\/:agdaConnectionId",
                                    "variable": [
                                        {
                                            "id": "agdaConnectionId",
                                            "key": "agdaConnectionId",
                                            "value": "sit",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Import company details (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/import\/company",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/import\/company"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"companyId\":\"quasi\",\"companyIntegrationId\":\"omnis\",\"async\":false}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Import employees (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/import\/employees",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/import\/employees"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"companyId\":\"dicta\",\"companyIntegrationId\":\"at\",\"async\":false}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Import roles (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/import\/roles",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/import\/roles"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"companyId\":\"eaque\",\"companyIntegrationId\":\"voluptatem\",\"async\":true}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Import transactions. (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/import\/transactions",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/import\/transactions"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"companyId\":\"veritatis\",\"companyIntegrationId\":\"possimus\",\"period\":\"1652106\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Import salary types.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/import\/salary-types",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/import\/salary-types"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"companyId\":\"architecto\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Import transactions to the cloud.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/import\/cloud\/transactions",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/import\/cloud\/transactions"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Employee",
                    "description": "",
                    "item": [
                        {
                            "name": "Transfer Changes",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/employees\/transfer-changes",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/employees\/transfer-changes"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "This endpoint lets you transfer changes to the employee document"
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Export",
                    "description": "",
                    "item": [
                        {
                            "name": "Export employees (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/export\/employees",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/export\/employees"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"companyId\":\"aperiam\",\"companyIntegrationId\":\"quaerat\",\"recordIds\":[\"doloremque\"]}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Cache",
                    "description": "",
                    "item": [
                        {
                            "name": "Refresh the cache.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/cache\/refresh",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/cache\/refresh"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Warm the cache.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/cache\/warm",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/cache\/warm"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Clear the cache.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/cache\/clear",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/cache\/clear"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Real Time",
                    "description": "",
                    "item": [
                        {
                            "name": "Generate connection token for Centrifugo.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/real-time\/connection-token",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/real-time\/connection-token"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Generate subscription token for Centrifugo.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/real-time\/subscription-token",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/real-time\/subscription-token"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"channel\":\"fuga\"}"
                                },
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "EndpointPermissions",
                    "description": "",
                    "item": [
                        {
                            "name": "Add\/update an endpoint permission to\/in an endpoint permission group. (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/permissions\/endpoint-permission-groups\/:endpointPermissionGroupId\/assign",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permission-groups\/:endpointPermissionGroupId\/assign",
                                    "variable": [
                                        {
                                            "id": "endpointPermissionGroupId",
                                            "key": "endpointPermissionGroupId",
                                            "value": "distinctio",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"endpoint_id\":12,\"permission\":\"100\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Remove and endpoint permission from an endpoint permission group. (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/permissions\/endpoint-permission-groups\/:endpointPermissionGroupId\/remove",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permission-groups\/:endpointPermissionGroupId\/remove",
                                    "variable": [
                                        {
                                            "id": "endpointPermissionGroupId",
                                            "key": "endpointPermissionGroupId",
                                            "value": "sint",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"endpoint_id\":19}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Get all available endpoints. (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/permissions\/endpoints",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoints"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "*"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Roles",
                    "description": "",
                    "item": [
                        {
                            "name": "Attach a personal card profile to a role.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/role-profiles\/attach",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/role-profiles\/attach"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"role_id\":473693617.28223,\"personal_card_profile_id\":\"quia\",\"company_id\":\"quia\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Detach a personal card profile from a role.",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/role-profiles\/detach",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/role-profiles\/detach"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"role_id\":6.567503709,\"personal_card_profile_id\":\"et\",\"company_id\":\"nam\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Ability",
                    "description": "",
                    "item": [
                        {
                            "name": "Assign a role to a user. (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/abilities\/roles\/:roleId\/assign",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/abilities\/roles\/:roleId\/assign",
                                    "variable": [
                                        {
                                            "id": "roleId",
                                            "key": "roleId",
                                            "value": "1",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Retract a role from a user. (Stability Score: 0.1)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/abilities\/roles\/:roleId\/retract",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/abilities\/roles\/:roleId\/retract",
                                    "variable": [
                                        {
                                            "id": "roleId",
                                            "key": "roleId",
                                            "value": "1",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Endpoints",
                    "description": "",
                    "item": [
                        {
                            "name": "Refresh endpoints list. (Stability Score: 0.5)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/refresh-endpoints",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/refresh-endpoints"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "This endpoint lets you refresh the endpoints list."
                            },
                            "response": []
                        }
                    ]
                }
            ]
        },
        {
            "name": "Endpoints",
            "description": "All other endpoints",
            "item": [
                {
                    "name": "Filters, sorts, and fetches the list of resources.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permission-groups\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permission-groups\/search"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Creates a batch of new resources in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permission-groups\/batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permission-groups\/batch"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"resources\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update a batch of resources in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permission-groups\/batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permission-groups\/batch"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"resources\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Deletes a batch of resources in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permission-groups\/batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permission-groups\/batch"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Fetches the list of resources.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permission-groups",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permission-groups"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Creates new resource in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permission-groups",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permission-groups"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Fetches resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permission-groups\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permission-groups\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "natus",
                                    "description": "The ID of the endpoint permission group."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a resource in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permission-groups\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permission-groups\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "sapiente",
                                    "description": "The ID of the endpoint permission group."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Deletes a resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permission-groups\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permission-groups\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "in",
                                    "description": "The ID of the endpoint permission group."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Filters, sorts, and fetches the list of resources.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permissions\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permissions\/search"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Creates a batch of new resources in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permissions\/batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permissions\/batch"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"resources\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update a batch of resources in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permissions\/batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permissions\/batch"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"resources\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Deletes a batch of resources in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permissions\/batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permissions\/batch"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Fetches the list of resources.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permissions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Creates new resource in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permissions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Fetches resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permissions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permissions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "nostrum",
                                    "description": "The ID of the endpoint permission."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a resource in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permissions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permissions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "necessitatibus",
                                    "description": "The ID of the endpoint permission."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Deletes a resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions\/endpoint-permissions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions\/endpoint-permissions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequuntur",
                                    "description": "The ID of the endpoint permission."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Creates a batch of new resources in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pg-users\/batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pg-users\/batch"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"resources\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update a batch of resources in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pg-users\/batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pg-users\/batch"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"resources\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Deletes a batch of resources in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pg-users\/batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pg-users\/batch"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restores a batch of resources in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pg-users\/batch\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pg-users\/batch\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Filters, sorts, and fetches the list of resources.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/abilities\/roles\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/abilities\/roles\/search"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Creates a batch of new resources in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/abilities\/roles\/batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/abilities\/roles\/batch"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"resources\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update a batch of resources in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/abilities\/roles\/batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/abilities\/roles\/batch"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"resources\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Deletes a batch of resources in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/abilities\/roles\/batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/abilities\/roles\/batch"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Fetches the list of resources.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/abilities\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/abilities\/roles"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Creates new resource in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/abilities\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/abilities\/roles"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Fetches resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/abilities\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/abilities\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a resource in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/abilities\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/abilities\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Deletes a resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/abilities\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/abilities\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Orion Endpoints",
            "description": "",
            "item": [
                {
                    "name": "Filters, sorts, and fetches the list of resources.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/orion\/transactions\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/orion\/transactions\/search"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Creates a batch of new resources in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/orion\/transactions\/batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/orion\/transactions\/batch"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"resources\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update a batch of resources in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/orion\/transactions\/batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/orion\/transactions\/batch"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"resources\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Deletes a batch of resources in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/orion\/transactions\/batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/orion\/transactions\/batch"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Fetches the list of resources.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/orion\/transactions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/orion\/transactions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Creates new resource in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/orion\/transactions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/orion\/transactions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Fetches resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/orion\/transactions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/orion\/transactions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "maxime",
                                    "description": "The ID of the transaction."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a resource in a transaction-safe way.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/orion\/transactions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/orion\/transactions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "et",
                                    "description": "The ID of the transaction."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Deletes a resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/orion\/transactions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/orion\/transactions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "dolores",
                                    "description": "The ID of the transaction."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Uncategorized Endpoints",
            "description": "All other endpoints",
            "item": [
                {
                    "name": "GET api\/octane-firebase-concurrently",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/octane-firebase-concurrently",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/octane-firebase-concurrently"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/v1\/user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/user",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/user"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/createToken",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/createToken",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/createToken"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/websocket",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/websocket",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/websocket"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/queue\/jobs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/queue\/jobs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/queue\/jobs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/queue\/jobs\/trigger-failing",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/queue\/jobs\/trigger-failing",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/queue\/jobs\/trigger-failing"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/queue\/jobs\/{jobId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/queue\/jobs\/:jobId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/queue\/jobs\/:jobId",
                            "variable": [
                                {
                                    "id": "jobId",
                                    "key": "jobId",
                                    "value": "voluptatem",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/queue\/jobs_uuid\/{jobId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/queue\/jobs_uuid\/:jobId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/queue\/jobs_uuid\/:jobId",
                            "variable": [
                                {
                                    "id": "jobId",
                                    "key": "jobId",
                                    "value": "sint",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/queue\/jobs\/{jobId}\/retry",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/queue\/jobs\/:jobId\/retry",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/queue\/jobs\/:jobId\/retry",
                            "variable": [
                                {
                                    "id": "jobId",
                                    "key": "jobId",
                                    "value": "cum",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/behaviour\/dispatch",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/behaviour\/dispatch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/behaviour\/dispatch"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/persons\/{personId}\/merge",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/persons\/:personId\/merge",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "companies%2Cemployees",
                                    "description": "Include related resources. Use comma-separated values for multiple includes.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/persons\/:personId\/merge?include=companies%2Cemployees",
                            "variable": [
                                {
                                    "id": "personId",
                                    "key": "personId",
                                    "value": "a",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/exports\/{exportId}\/revert",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/exports\/:exportId\/revert",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Include related resources. Use comma-separated values for multiple includes.",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/exports\/:exportId\/revert?include=",
                            "variable": [
                                {
                                    "id": "exportId",
                                    "key": "exportId",
                                    "value": "corrupti",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/companies\/{companyId}\/employees\/apply-changes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/companies\/:companyId\/employees\/apply-changes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/employees\/apply-changes",
                            "variable": [
                                {
                                    "id": "companyId",
                                    "key": "companyId",
                                    "value": "modi",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/companies\/{companyId}\/recalculate-is-draft",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/companies\/:companyId\/recalculate-is-draft",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes",
                                    "description": "Include related resources. Use comma-separated values for multiple includes.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/recalculate-is-draft?include=companies%2CfieldMaps%2CcompanyIntegration%2CcompanyIntegration.externalIntegration%2CparentCompany%2CdefaultGridView%2Ccountry%2Cteams%2CcustomerTypes",
                            "variable": [
                                {
                                    "id": "companyId",
                                    "key": "companyId",
                                    "value": "quia",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/companies\/{companyId}\/field-changes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/companies\/:companyId\/field-changes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/field-changes",
                            "variable": [
                                {
                                    "id": "companyId",
                                    "key": "companyId",
                                    "value": "inventore",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"effectiveDate\":1,\"changeId\":\"eos\",\"changeType\":\"delete\",\"fieldName\":\"similique\",\"oldValue\":\"vero\",\"comment\":\"eius\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/companies\/{companyId}\/field-changes\/batch",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/companies\/:companyId\/field-changes\/batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/companies\/:companyId\/field-changes\/batch",
                            "variable": [
                                {
                                    "id": "companyId",
                                    "key": "companyId",
                                    "value": "amet",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"effectiveDate\":1,\"changeId\":\"enim\",\"changeType\":\"delete\",\"fieldName\":\"neque\",\"oldValue\":\"ea\",\"comment\":\"et\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/company-transfer",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/company-transfer",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/company-transfer"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/pg-users\/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pg-users\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pg-users\/search"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/pg-users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pg-users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pg-users"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/pg-users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pg-users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pg-users"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/pg-users\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pg-users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pg-users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "eum",
                                    "description": "The ID of the pg user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/v1\/pg-users\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pg-users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pg-users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequuntur",
                                    "description": "The ID of the pg user."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/pg-users\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pg-users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pg-users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the pg user."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/pg-users\/{pg_user}\/restore",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pg-users\/:pg_user\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pg-users\/:pg_user\/restore",
                            "variable": [
                                {
                                    "id": "pg_user",
                                    "key": "pg_user",
                                    "value": "voluptatem",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/role-profiles\/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/role-profiles\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/role-profiles\/search"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/role-profiles\/{roleProfileId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/role-profiles\/:roleProfileId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/role-profiles\/:roleProfileId",
                            "variable": [
                                {
                                    "id": "roleProfileId",
                                    "key": "roleProfileId",
                                    "value": "error",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "type": "string"
            }
        ]
    }
}