{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "http:\/\/localhost"
        }
    ],
    "info": {
        "name": "Laravel API Documentation",
        "_postman_id": "eeb31d26-81a8-49bd-a2fd-130bd52b55af",
        "description": "API de gesti\u00f3n de usuarios, roles y permisos del sistema.",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Access Control Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/v1\/roles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/roles"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"is_active_only\":true,\"sort_by\":\"description\",\"sort_order\":\"desc\",\"page\":22,\"per_page\":7}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/roles\/permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/roles\/permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/roles\/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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/roles\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/roles\/{role}\/users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/roles\/:role\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/roles\/:role\/users",
                            "variable": [
                                {
                                    "id": "role",
                                    "key": "role",
                                    "value": "architecto",
                                    "description": "The role."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"first\":27,\"max\":22}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/roles\/{role}\/permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/roles\/:role\/permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/roles\/:role\/permissions",
                            "variable": [
                                {
                                    "id": "role",
                                    "key": "role",
                                    "value": "architecto",
                                    "description": "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/roles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/roles"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"description\":\"Et animi quos velit et fugiat.\",\"permissions\":[\"architecto\"]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/roles\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"description\":\"Et animi quos velit et fugiat.\",\"is_active\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/v1\/roles\/{role}\/permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/roles\/:role\/permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/roles\/:role\/permissions",
                            "variable": [
                                {
                                    "id": "role",
                                    "key": "role",
                                    "value": "architecto",
                                    "description": "The role."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/v1\/roles\/users\/{user}\/role",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/roles\/users\/:user\/role",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/roles\/users\/:user\/role",
                            "variable": [
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "architecto",
                                    "description": "The user."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"role_name\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/roles\/assign",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/roles\/assign",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/roles\/assign"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":\"6ff8f7f6-1eb3-3525-be4a-3932c805afed\",\"role_name\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/roles\/unassign",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/roles\/unassign",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/roles\/unassign"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":\"6ff8f7f6-1eb3-3525-be4a-3932c805afed\",\"role_name\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Assignment Engine",
            "description": "",
            "item": [
                {
                    "name": "Get assignment engine configuration",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspections\/assignment-engine",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspections\/assignment-engine"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update assignment engine configuration",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspections\/assignment-engine",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspections\/assignment-engine"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"is_active\":true,\"weight_distance\":1,\"weight_workload\":1,\"weight_hours\":0}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Calendar Management",
            "description": "",
            "item": [
                {
                    "name": "POST api\/v1\/calendar-events\/import",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/calendar-events\/import",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/calendar-events\/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/calendar-events",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/calendar-events",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/calendar-events"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"start_date\":\"2026-03-03T18:55:19\",\"end_date\":\"2052-03-26\",\"is_blocking\":true,\"frequency\":{\"interval\":22,\"unit\":\"architecto\",\"day_of_week\":\"architecto\",\"repeat_mode\":\"architecto\",\"days_of_month\":[22],\"week\":\"architecto\",\"month\":2,\"ends_at\":\"2052-03-26\",\"occurrences\":22,\"frequency_selection\":\"architecto\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/calendar-events",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/calendar-events",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/calendar-events"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"start_date\":\"2026-03-03T18:55:19\",\"end_date\":\"2052-03-26\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/calendar-events\/{calendarEvent_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/calendar-events\/:calendarEvent_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/calendar-events\/:calendarEvent_id",
                            "variable": [
                                {
                                    "id": "calendarEvent_id",
                                    "key": "calendarEvent_id",
                                    "value": "architecto",
                                    "description": "The ID of the calendarEvent."
                                }
                            ]
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/v1\/calendar-events\/{calendarEvent_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/calendar-events\/:calendarEvent_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/calendar-events\/:calendarEvent_id",
                            "variable": [
                                {
                                    "id": "calendarEvent_id",
                                    "key": "calendarEvent_id",
                                    "value": "architecto",
                                    "description": "The ID of the calendarEvent."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"start_date\":\"2026-03-03T18:55:19\",\"end_date\":\"2052-03-26\",\"is_blocking\":false,\"frequency\":{\"interval\":22,\"unit\":\"architecto\",\"day_of_week\":\"architecto\",\"repeat_mode\":\"architecto\",\"days_of_month\":[22],\"week\":\"architecto\",\"month\":2,\"ends_at\":\"2052-03-26\",\"occurrences\":22,\"frequency_selection\":\"architecto\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/calendar-events\/{calendarEvent_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/calendar-events\/:calendarEvent_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/calendar-events\/:calendarEvent_id",
                            "variable": [
                                {
                                    "id": "calendarEvent_id",
                                    "key": "calendarEvent_id",
                                    "value": "architecto",
                                    "description": "The ID of the calendarEvent."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get business days configuration",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/business-days",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/business-days"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update business days configuration",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/business-days",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/business-days"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"monday\":false,\"tuesday\":true,\"wednesday\":false,\"thursday\":false,\"friday\":false,\"saturday\":true,\"sunday\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "GET api\/v1\/health",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/health",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/health"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"API is healthy\",\"timestamp\":\"2026-03-03T18:55:18+00:00\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Handle click on email action link.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-notification\/action",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-notification\/action"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Redirects to frontend and FE displays success or error page."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Group Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/v1\/groups",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/groups",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/groups"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"bngzmiyvdljnikhwaykcmyuwpwlvqwrsitcpscqldzsnrwtujwvlxjklqppwqbewtnnoqitpxn\",\"per_page\":23,\"page\":80,\"sort_by\":\"status\",\"sort_order\":\"asc\",\"status\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/groups\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/groups\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/groups\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the 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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 404,
                            "body": "{\"success\":false,\"message\":\"Not found\",\"errors\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/groups",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/groups",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/groups"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"description\":\"Et animi quos velit et fugiat.\",\"user_ids\":[\"5707ca55-f609-3528-be8b-1baeaee1567e\"]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/v1\/groups\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/groups\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/groups\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"description\":\"Et animi quos velit et fugiat.\",\"status\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/groups\/{group_id}\/toggle",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/groups\/:group_id\/toggle",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/groups\/:group_id\/toggle",
                            "variable": [
                                {
                                    "id": "group_id",
                                    "key": "group_id",
                                    "value": "architecto",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/groups\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/groups\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/groups\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Inspection",
            "description": "",
            "item": [
                {
                    "name": "POST api\/v1\/inspections\/{inspection_id}\/start",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspections\/:inspection_id\/start",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspections\/:inspection_id\/start",
                            "variable": [
                                {
                                    "id": "inspection_id",
                                    "key": "inspection_id",
                                    "value": "architecto",
                                    "description": "The ID of the inspection."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"latitude\":-89,\"longitude\":-179}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/inspections\/{inspection_id}\/finalize",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspections\/:inspection_id\/finalize",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspections\/:inspection_id\/finalize",
                            "variable": [
                                {
                                    "id": "inspection_id",
                                    "key": "inspection_id",
                                    "value": "architecto",
                                    "description": "The ID of the inspection."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "finalize_location[latitude]",
                                    "value": "-89",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "finalize_location[longitude]",
                                    "value": "-179",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "start_location[latitude]",
                                    "value": "-90",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "start_location[longitude]",
                                    "value": "-179",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "answers[0][template_id]",
                                    "value": "6ff8f7f6-1eb3-3525-be4a-3932c805afed",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "answers[0][answers][0][item_id]",
                                    "value": "a8b15349-b862-3feb-a795-cf6680d522fe",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "answers[0][answers][0][answer_value]",
                                    "value": "architecto",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "answers[0][answers][0][comment]",
                                    "value": "n",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "answers[0][answers][0][latitude]",
                                    "value": "-90",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "answers[0][answers][0][longitude]",
                                    "value": "-179",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "answers[0][answers][0][answered_at]",
                                    "value": "2026-03-03T18:55:19",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "signatures[0][signer_type]",
                                    "value": "regulated",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "signatures[0][signer_name]",
                                    "value": "m",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "signatures[0][signer_document]",
                                    "value": "iyvdljnikhwaykcm",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "signatures[0][signer_role]",
                                    "value": "y",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "signatures[0][latitude]",
                                    "value": "-90",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "signatures[0][longitude]",
                                    "value": "-180",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "findings[0][title]",
                                    "value": "p",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "findings[0][description]",
                                    "value": "Qui commodi incidunt iure odit.",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "findings[0][severity]",
                                    "value": "minor",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "findings[0][category]",
                                    "value": "s",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "findings[0][status]",
                                    "value": "i",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "findings[0][inspection_template_item_id]",
                                    "value": "665a39c0-48af-31f1-a546-aa4f41372488",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "findings[0][section_title]",
                                    "value": "p",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "findings[0][latitude]",
                                    "value": "-90",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "findings[0][longitude]",
                                    "value": "-180",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "findings[0][recommendations][0]",
                                    "value": "q",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "answers[][answers][][evidence_files][]",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "signatures[][signature_image]",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "findings[][evidence_files][]",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Inspection Change Reason Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/v1\/inspection-change-reasons",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-change-reasons",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-change-reasons"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page\":16,\"per_page\":22,\"search\":\"g\",\"active_only\":true,\"sort_by\":\"created_at\",\"sort_order\":\"asc\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/inspection-change-reasons\/{reason_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-change-reasons\/:reason_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-change-reasons\/:reason_id",
                            "variable": [
                                {
                                    "id": "reason_id",
                                    "key": "reason_id",
                                    "value": "architecto",
                                    "description": "The ID of the reason."
                                }
                            ]
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/inspection-change-reasons",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-change-reasons",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-change-reasons"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/inspection-change-reasons\/{reason_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-change-reasons\/:reason_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-change-reasons\/:reason_id",
                            "variable": [
                                {
                                    "id": "reason_id",
                                    "key": "reason_id",
                                    "value": "architecto",
                                    "description": "The ID of the reason."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"is_active\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/inspection-change-reasons\/{reason_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-change-reasons\/:reason_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-change-reasons\/:reason_id",
                            "variable": [
                                {
                                    "id": "reason_id",
                                    "key": "reason_id",
                                    "value": "architecto",
                                    "description": "The ID of the reason."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Inspection Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/v1\/inspections",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspections",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspections"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"bngzmiyvdljnikhwaykcmyuwpwlvqwrsitcpscqldzsnrwtujwvlxjklqppwqbewtnnoqitpxn\",\"status\":\"architecto\",\"statuses\":[\"architecto\"],\"zones\":[\"architecto\"],\"inspection_type_ids\":[\"a4855dc5-0acb-33c3-b921-f4291f719ca0\"],\"from_date\":\"2026-03-03T18:55:19\",\"to_date\":\"2052-03-26\",\"inspector_id\":16,\"per_page\":22,\"page\":67,\"sort_by\":\"last_snapshot_status\",\"sort_order\":\"asc\",\"recurrence_group_id\":\"c90237e9-ced5-3af6-88ea-84aeaa148878\",\"last_snapshot_status\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/inspections",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspections",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspections"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"procedure_id\":\"b\",\"inspection_type_ids\":[\"a4855dc5-0acb-33c3-b921-f4291f719ca0\"],\"inspection_template_ids\":[\"c90237e9-ced5-3af6-88ea-84aeaa148878\"],\"establishment_name\":\"i\",\"establishment_phone\":\"yvdljnikhwaykcmy\",\"associated_checklist_id\":\"u\",\"associated_checklist_name\":\"w\",\"checklist_questions_count\":67,\"previous_score\":0,\"required_inspectors_count\":2,\"procedure_submission_status\":\"v\",\"status\":\"architecto\",\"zone\":\"architecto\",\"location\":{\"latitude\":-89,\"longitude\":-180,\"address\":\"z\"},\"instructions\":\"architecto\",\"procedure_data\":{\"request_id\":\"6ff8f7f6-1eb3-3525-be4a-3932c805afed\",\"procedure_number\":\"g\",\"procedure_status\":\"z\",\"regulated_entity\":\"m\",\"responsible_person\":\"i\",\"responsible_phone\":\"yvdljnikhwaykcmy\",\"responsible_email\":\"price.amber@example.org\",\"form_id\":\"0a9446d3-4070-3757-8926-67a9d2adbc0e\",\"form_name\":\"w\",\"submission_date\":\"2026-03-03T18:55:19\",\"form_status\":\"r\",\"comments\":[\"architecto\"],\"observations\":[{\"id\":\"a4855dc5-0acb-33c3-b921-f4291f719ca0\",\"comment\":\"architecto\",\"author\":\"n\",\"created_at\":\"2026-03-03T18:55:19\"}]},\"non_working_days\":[\"2026-03-03\"],\"report_file\":{\"status\":\"n\",\"generated_at\":\"2026-03-03T18:55:19\",\"url\":\"http:\\\/\\\/crooks.biz\\\/et-fugiat-sunt-nihil-accusantium\",\"file_size\":52,\"generation_error\":\"architecto\"},\"scheduled_at\":\"2026-03-03T18:55:19\",\"assigned_inspectors\":[{\"inspector_id\":16,\"role\":\"architecto\"}],\"checklists\":[{\"id\":\"6b72fe4a-5b40-307c-bc24-f79acf9a1bb9\",\"name\":\"m\",\"items\":[{\"id\":\"a1a0a47d-e8c3-3cf0-8e6e-c1ff9dca5d1f\",\"description\":\"Eius et animi quos velit et.\",\"completed\":false}]}],\"authorized_inspectors\":[{\"name\":\"v\",\"dui\":\"dljnikhwaykcmyuw\",\"image\":\"p\",\"phone\":\"wlvqwrsitcpscqld\",\"role\":\"architecto\"}],\"notes\":[{\"note\":\"architecto\",\"source\":\"n\"}],\"findings\":[{\"title\":\"g\",\"description\":\"Eius et animi quos velit et.\",\"severity\":\"minor\",\"category\":\"v\",\"status\":\"d\",\"resolved_at\":\"2026-03-03T18:55:19\",\"photos\":[\"l\"],\"recommendations\":[\"architecto\"]}],\"comments\":[{\"comment\":\"architecto\",\"inspector_id\":16}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/inspections\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspections\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspections\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the inspection."
                                }
                            ]
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 404,
                            "body": "{\"success\":false,\"message\":\"Not found\",\"errors\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/v1\/inspections\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspections\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspections\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the inspection."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"procedure_id\":\"b\",\"inspection_type_ids\":[\"a4855dc5-0acb-33c3-b921-f4291f719ca0\"],\"inspection_template_ids\":[\"c90237e9-ced5-3af6-88ea-84aeaa148878\"],\"establishment_name\":\"i\",\"establishment_phone\":\"yvdljnikhwaykcmy\",\"associated_checklist_id\":\"u\",\"associated_checklist_name\":\"w\",\"checklist_questions_count\":67,\"previous_score\":0,\"required_inspectors_count\":2,\"procedure_submission_status\":\"v\",\"status\":\"architecto\",\"zone\":\"architecto\",\"location\":{\"latitude\":-89,\"longitude\":-180,\"address\":\"z\"},\"instructions\":\"architecto\",\"procedure_data\":{\"request_id\":\"a4855dc5-0acb-33c3-b921-f4291f719ca0\",\"procedure_number\":\"z\",\"procedure_status\":\"m\",\"regulated_entity\":\"i\",\"responsible_person\":\"y\",\"responsible_phone\":\"vdljnikhwaykcmyu\",\"responsible_email\":\"hirthe.theo@example.com\",\"form_id\":\"deea2dce-ea5d-340f-90ce-c06cddd4c879\",\"form_name\":\"r\",\"submission_date\":\"2026-03-03T18:55:19\",\"form_status\":\"s\",\"comments\":[\"architecto\"],\"observations\":[{\"id\":\"a4855dc5-0acb-33c3-b921-f4291f719ca0\",\"comment\":\"architecto\",\"author\":\"n\",\"created_at\":\"2026-03-03T18:55:19\"}]},\"non_working_days\":[\"2026-03-03\"],\"report_file\":{\"status\":\"n\",\"generated_at\":\"2026-03-03T18:55:19\",\"url\":\"http:\\\/\\\/crooks.biz\\\/et-fugiat-sunt-nihil-accusantium\",\"file_size\":52,\"generation_error\":\"architecto\"},\"scheduled_at\":\"2026-03-03T18:55:19\",\"started_at\":\"2026-03-03T18:55:19\",\"completed_at\":\"2026-03-03T18:55:19\",\"assigned_inspectors\":[{\"inspector_id\":16,\"role\":\"architecto\"}],\"checklists\":[{\"id\":\"6b72fe4a-5b40-307c-bc24-f79acf9a1bb9\",\"name\":\"m\",\"items\":[{\"id\":\"a1a0a47d-e8c3-3cf0-8e6e-c1ff9dca5d1f\",\"description\":\"Eius et animi quos velit et.\",\"completed\":true}]}],\"authorized_inspectors\":[{\"name\":\"v\",\"dui\":\"dljnikhwaykcmyuw\",\"image\":\"p\",\"phone\":\"wlvqwrsitcpscqld\",\"role\":\"architecto\"}],\"notes\":[{\"note\":\"architecto\",\"source\":\"n\"}],\"findings\":[{\"title\":\"g\",\"description\":\"Eius et animi quos velit et.\",\"severity\":\"critical\",\"category\":\"v\",\"status\":\"d\",\"resolved_at\":\"2026-03-03T18:55:19\",\"photos\":[\"l\"],\"recommendations\":[\"architecto\"]}],\"comments\":[{\"comment\":\"architecto\",\"inspector_id\":16}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/inspections\/{inspection_id}\/reschedule",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspections\/:inspection_id\/reschedule",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspections\/:inspection_id\/reschedule",
                            "variable": [
                                {
                                    "id": "inspection_id",
                                    "key": "inspection_id",
                                    "value": "architecto",
                                    "description": "The ID of the inspection."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"reason_id\":\"6ff8f7f6-1eb3-3525-be4a-3932c805afed\",\"inspector_ids\":[16],\"comment\":\"architecto\",\"is_manual_assignment\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/inspections\/{inspection_id}\/cancel",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspections\/:inspection_id\/cancel",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspections\/:inspection_id\/cancel",
                            "variable": [
                                {
                                    "id": "inspection_id",
                                    "key": "inspection_id",
                                    "value": "architecto",
                                    "description": "The ID of the inspection."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"reason_id\":\"6ff8f7f6-1eb3-3525-be4a-3932c805afed\",\"comment\":\"architecto\",\"source\":\"backoffice\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/inspections\/{inspection_id}\/assign",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspections\/:inspection_id\/assign",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspections\/:inspection_id\/assign",
                            "variable": [
                                {
                                    "id": "inspection_id",
                                    "key": "inspection_id",
                                    "value": "architecto",
                                    "description": "The ID of the inspection."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"inspector_id\":16,\"scheduled_at\":\"2026-03-03T18:55:19\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/inspections\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspections\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspections\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the inspection."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Reschedule Requests",
                    "description": "",
                    "item": [
                        {
                            "name": "POST api\/v1\/inspections\/{inspection_id}\/reschedule-requests",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/inspections\/:inspection_id\/reschedule-requests",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/inspections\/:inspection_id\/reschedule-requests",
                                    "variable": [
                                        {
                                            "id": "inspection_id",
                                            "key": "inspection_id",
                                            "value": "architecto",
                                            "description": "The ID of the inspection."
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"type\":\"reschedule\",\"reason_id\":\"6ff8f7f6-1eb3-3525-be4a-3932c805afed\",\"comment\":\"g\",\"is_manual_assignment\":false}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "POST api\/v1\/inspections\/reschedule-requests\/{rescheduleRequest_id}\/process",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/v1\/inspections\/reschedule-requests\/:rescheduleRequest_id\/process",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/v1\/inspections\/reschedule-requests\/:rescheduleRequest_id\/process",
                                    "variable": [
                                        {
                                            "id": "rescheduleRequest_id",
                                            "key": "rescheduleRequest_id",
                                            "value": "architecto",
                                            "description": "The ID of the rescheduleRequest."
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"status\":\"pending_approval\",\"resolution_comment\":\"b\",\"is_manual_assignment\":true}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                }
            ]
        },
        {
            "name": "Inspection Skill Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/v1\/inspection-skills",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-skills",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-skills"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page\":16,\"per_page\":22,\"search\":\"g\",\"active_only\":true,\"sort_by\":\"created_at\",\"sort_order\":\"asc\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/inspection-skills\/{skill_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-skills\/:skill_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-skills\/:skill_id",
                            "variable": [
                                {
                                    "id": "skill_id",
                                    "key": "skill_id",
                                    "value": "architecto",
                                    "description": "The ID of the skill."
                                }
                            ]
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/inspection-skills\/{skill_id}\/users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-skills\/:skill_id\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-skills\/:skill_id\/users",
                            "variable": [
                                {
                                    "id": "skill_id",
                                    "key": "skill_id",
                                    "value": "architecto",
                                    "description": "The ID of the skill."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page\":16,\"per_page\":22,\"search\":\"g\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/inspection-skills",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-skills",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-skills"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"description\":\"Et animi quos velit et fugiat.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/inspection-skills\/{skill_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-skills\/:skill_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-skills\/:skill_id",
                            "variable": [
                                {
                                    "id": "skill_id",
                                    "key": "skill_id",
                                    "value": "architecto",
                                    "description": "The ID of the skill."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"description\":\"Et animi quos velit et fugiat.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/inspection-skills\/{skill_id}\/toggle",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-skills\/:skill_id\/toggle",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-skills\/:skill_id\/toggle",
                            "variable": [
                                {
                                    "id": "skill_id",
                                    "key": "skill_id",
                                    "value": "architecto",
                                    "description": "The ID of the skill."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/inspection-skills\/{skill_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-skills\/:skill_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-skills\/:skill_id",
                            "variable": [
                                {
                                    "id": "skill_id",
                                    "key": "skill_id",
                                    "value": "architecto",
                                    "description": "The ID of the skill."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Inspection Template Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/v1\/inspection-templates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-templates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-templates"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"from_date\":\"2026-03-03T18:55:20\",\"to_date\":\"2052-03-26\",\"sort_by\":\"estimated_duration_minutes\",\"sort_order\":\"desc\",\"per_page\":22,\"page\":67}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/inspection-templates\/{group_uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-templates\/:group_uuid",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-templates\/:group_uuid",
                            "variable": [
                                {
                                    "id": "group_uuid",
                                    "key": "group_uuid",
                                    "value": "BcECdBDA-CdED-bFEA-CbCE-BcCdeBfbbebc",
                                    "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/inspection-templates\/{group_uuid}\/versions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-templates\/:group_uuid\/versions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-templates\/:group_uuid\/versions",
                            "variable": [
                                {
                                    "id": "group_uuid",
                                    "key": "group_uuid",
                                    "value": "BcECdBDA-CdED-bFEA-CbCE-BcCdeBfbbebc",
                                    "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/inspection-templates\/{group_uuid}\/versions\/{inspectionTemplate_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-templates\/:group_uuid\/versions\/:inspectionTemplate_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-templates\/:group_uuid\/versions\/:inspectionTemplate_id",
                            "variable": [
                                {
                                    "id": "group_uuid",
                                    "key": "group_uuid",
                                    "value": "BcECdBDA-CdED-bFEA-CbCE-BcCdeBfbbebc",
                                    "description": ""
                                },
                                {
                                    "id": "inspectionTemplate_id",
                                    "key": "inspectionTemplate_id",
                                    "value": "architecto",
                                    "description": "The ID of the inspectionTemplate."
                                }
                            ]
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 404,
                            "body": "{\"success\":false,\"message\":\"Not found\",\"errors\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/inspection-templates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-templates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-templates"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"approval_threshold\":1,\"inspection_type_ids\":[\"5707ca55-f609-3528-be8b-1baeaee1567e\"],\"estimated_duration_minutes\":19,\"required_skill_ids\":[\"architecto\"],\"associated_procedure_ids\":[\"n\"],\"steps\":[{\"name\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"position\":60,\"sections\":[{\"title\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"position\":60,\"items\":[{\"type\":\"measurement\",\"label\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"is_mandatory\":true,\"requires_evidence\":true,\"allows_comments\":true,\"criticality\":\"moderate\",\"weight\":60,\"position\":42}]}]}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/inspection-templates\/{group_uuid}\/versions\/{inspectionTemplate_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-templates\/:group_uuid\/versions\/:inspectionTemplate_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-templates\/:group_uuid\/versions\/:inspectionTemplate_id",
                            "variable": [
                                {
                                    "id": "group_uuid",
                                    "key": "group_uuid",
                                    "value": "BcECdBDA-CdED-bFEA-CbCE-BcCdeBfbbebc",
                                    "description": ""
                                },
                                {
                                    "id": "inspectionTemplate_id",
                                    "key": "inspectionTemplate_id",
                                    "value": "architecto",
                                    "description": "The ID of the inspectionTemplate."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"approval_threshold\":1,\"inspection_type_ids\":[\"5707ca55-f609-3528-be8b-1baeaee1567e\"],\"estimated_duration_minutes\":19,\"required_skill_ids\":[\"architecto\"],\"associated_procedure_ids\":[\"n\"],\"steps\":[{\"name\":\"g\",\"description\":\"Eius et animi quos velit et.\",\"position\":60,\"sections\":[{\"title\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"position\":60,\"items\":[{\"type\":\"text\",\"label\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"is_mandatory\":true,\"requires_evidence\":true,\"allows_comments\":true,\"criticality\":\"moderate\",\"weight\":60,\"position\":42}]}]}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/inspection-templates\/{group_uuid}\/versions\/{inspectionTemplate_id}\/activate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-templates\/:group_uuid\/versions\/:inspectionTemplate_id\/activate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-templates\/:group_uuid\/versions\/:inspectionTemplate_id\/activate",
                            "variable": [
                                {
                                    "id": "group_uuid",
                                    "key": "group_uuid",
                                    "value": "BcECdBDA-CdED-bFEA-CbCE-BcCdeBfbbebc",
                                    "description": ""
                                },
                                {
                                    "id": "inspectionTemplate_id",
                                    "key": "inspectionTemplate_id",
                                    "value": "architecto",
                                    "description": "The ID of the inspectionTemplate."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/inspection-templates\/{group_uuid}\/versions\/{inspectionTemplate_id}\/clone",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-templates\/:group_uuid\/versions\/:inspectionTemplate_id\/clone",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-templates\/:group_uuid\/versions\/:inspectionTemplate_id\/clone",
                            "variable": [
                                {
                                    "id": "group_uuid",
                                    "key": "group_uuid",
                                    "value": "BcECdBDA-CdED-bFEA-CbCE-BcCdeBfbbebc",
                                    "description": ""
                                },
                                {
                                    "id": "inspectionTemplate_id",
                                    "key": "inspectionTemplate_id",
                                    "value": "architecto",
                                    "description": "The ID of the inspectionTemplate."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/inspection-templates\/{group_uuid}\/versions\/{inspectionTemplate_id}\/deactivate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-templates\/:group_uuid\/versions\/:inspectionTemplate_id\/deactivate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-templates\/:group_uuid\/versions\/:inspectionTemplate_id\/deactivate",
                            "variable": [
                                {
                                    "id": "group_uuid",
                                    "key": "group_uuid",
                                    "value": "BcECdBDA-CdED-bFEA-CbCE-BcCdeBfbbebc",
                                    "description": ""
                                },
                                {
                                    "id": "inspectionTemplate_id",
                                    "key": "inspectionTemplate_id",
                                    "value": "architecto",
                                    "description": "The ID of the inspectionTemplate."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Inspection Type Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/v1\/inspection-types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"is_active\":true,\"updated_from\":\"2026-03-03T18:55:20\",\"updated_to\":\"2052-03-26\",\"page\":22,\"per_page\":7,\"sort_by\":\"description\",\"sort_order\":\"asc\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/inspection-types\/{inspectionType_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-types\/:inspectionType_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-types\/:inspectionType_id",
                            "variable": [
                                {
                                    "id": "inspectionType_id",
                                    "key": "inspectionType_id",
                                    "value": "architecto",
                                    "description": "The ID of the inspectionType."
                                }
                            ]
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 404,
                            "body": "{\"success\":false,\"message\":\"Not found\",\"errors\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/inspection-types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-types"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"code\":\"n\",\"description\":\"Animi quos velit et fugiat.\",\"estimated_duration_minutes\":1,\"available_from_time\":\"18:55:20\",\"available_to_time\":\"2052-03-26\",\"min_business_days\":39,\"max_business_days\":\"2052-03-26\",\"required_skills\":[\"architecto\"],\"frequency\":{\"interval\":22,\"unit\":\"architecto\",\"day_of_week\":\"architecto\",\"repeat_mode\":\"architecto\",\"week\":\"architecto\",\"month\":2,\"days_of_month\":[7],\"occurrences\":16,\"frequency_selection\":\"architecto\"},\"allow_reschedule\":false,\"allow_direct_cancel\":true,\"max_reschedules\":39,\"reschedule_time_limit\":\"18:55:20\",\"reschedule_day_limit\":84,\"auto_cancel_on_max_reschedules\":false,\"negative_result_on_app_cancel\":false,\"allow_inspector_reschedule_request\":false,\"is_active\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/inspection-types\/{inspectionType_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-types\/:inspectionType_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-types\/:inspectionType_id",
                            "variable": [
                                {
                                    "id": "inspectionType_id",
                                    "key": "inspectionType_id",
                                    "value": "architecto",
                                    "description": "The ID of the inspectionType."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"code\":\"n\",\"description\":\"Animi quos velit et fugiat.\",\"estimated_duration_minutes\":1,\"available_from_time\":\"18:55:20\",\"available_to_time\":\"2052-03-26\",\"min_business_days\":39,\"max_business_days\":\"2052-03-26\",\"required_skills\":[\"architecto\"],\"frequency\":{\"interval\":22,\"unit\":\"architecto\",\"day_of_week\":\"architecto\",\"repeat_mode\":\"architecto\",\"week\":\"architecto\",\"month\":2,\"days_of_month\":[7],\"occurrences\":16,\"frequency_selection\":\"architecto\"},\"allow_reschedule\":false,\"allow_direct_cancel\":true,\"max_reschedules\":39,\"reschedule_time_limit\":\"18:55:20\",\"reschedule_day_limit\":84,\"auto_cancel_on_max_reschedules\":true,\"negative_result_on_app_cancel\":false,\"allow_inspector_reschedule_request\":true,\"is_active\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/inspection-types\/{inspectionType_id}\/toggle",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/inspection-types\/:inspectionType_id\/toggle",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/inspection-types\/:inspectionType_id\/toggle",
                            "variable": [
                                {
                                    "id": "inspectionType_id",
                                    "key": "inspectionType_id",
                                    "value": "architecto",
                                    "description": "The ID of the inspectionType."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Log Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/v1\/logs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/logs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/logs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":\"architecto\",\"entity\":[\"architecto\"],\"entity_id\":\"architecto\",\"action\":\"auto_scheduling_failed\",\"from\":\"2026-03-03T18:55:19\",\"to\":\"2052-03-26\",\"per_page\":22,\"sort\":\"entity\",\"sort_direction\":\"desc\",\"source\":\"advanced\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Measurement Unit Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/v1\/measurement-units",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/measurement-units",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/measurement-units"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page\":16,\"per_page\":22,\"search\":\"g\",\"active_only\":true,\"magnitude\":\"z\",\"origin\":\"architecto\",\"sort_by\":\"symbol\",\"sort_order\":\"desc\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/measurement-units\/{unit_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/measurement-units\/:unit_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/measurement-units\/:unit_id",
                            "variable": [
                                {
                                    "id": "unit_id",
                                    "key": "unit_id",
                                    "value": "architecto",
                                    "description": "The ID of the unit."
                                }
                            ]
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/measurement-units",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/measurement-units",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/measurement-units"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"symbol\":\"ngzmiyvdljnikhwa\",\"magnitude\":\"y\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/measurement-units\/{unit_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/measurement-units\/:unit_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/measurement-units\/:unit_id",
                            "variable": [
                                {
                                    "id": "unit_id",
                                    "key": "unit_id",
                                    "value": "architecto",
                                    "description": "The ID of the unit."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"symbol\":\"ngzmiyvdljnikhwa\",\"magnitude\":\"y\",\"is_active\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Notification Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/v1\/notifications",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/notifications",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/notifications"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"category\":\"assignments\",\"per_page\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/notifications\/{notification_id}\/read",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/notifications\/:notification_id\/read",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/notifications\/:notification_id\/read",
                            "variable": [
                                {
                                    "id": "notification_id",
                                    "key": "notification_id",
                                    "value": "architecto",
                                    "description": "The ID of the notification."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/notifications\/read-all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/notifications\/read-all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/notifications\/read-all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"category\":\"assignments\"}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/v1\/users\/me",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/me",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/me"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/users\/devices",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/devices",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/devices"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"device_token\":\"b\",\"device_type\":\"android\",\"device_name\":\"n\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Delete a specific device belonging to the authenticated user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/devices\/:deviceId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/devices\/:deviceId",
                            "variable": [
                                {
                                    "id": "deviceId",
                                    "key": "deviceId",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/users\/sync",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/sync",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/sync"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"role\":[\"architecto\"],\"work_zone\":[\"architecto\"],\"is_active\":false,\"tenure\":[\"architecto\"],\"group_id\":[\"a4855dc5-0acb-33c3-b921-f4291f719ca0\"],\"sort_by\":\"firstName\",\"sort_order\":\"asc\",\"page\":66,\"per_page\":17}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/users\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the 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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/users\/{user}\/roles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/:user\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/:user\/roles",
                            "variable": [
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "architecto",
                                    "description": "The 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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/users\/{user_id}\/inspection-dates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/:user_id\/inspection-dates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/:user_id\/inspection-dates",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "16",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-03-03T18:55:19\",\"end_date\":\"2052-03-26\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/users",
                    "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": "{\"email\":\"gbailey@example.net\",\"first_name\":\"m\",\"last_name\":\"i\",\"dui_number\":\"yvdljnikhwaykcmy\",\"username\":\"u\",\"password\":\"|]|{+-\",\"enabled\":false,\"email_verified\":false,\"cellphone\":\"vdljnikhwaykcmyu\",\"work_zone\":\"architecto\",\"tenure\":\"architecto\",\"is_active\":false,\"role_name\":\"architecto\",\"skill_ids\":[\"a4855dc5-0acb-33c3-b921-f4291f719ca0\"],\"group_ids\":[\"c90237e9-ced5-3af6-88ea-84aeaa148878\"]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/users\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"gbailey@example.net\",\"first_name\":\"m\",\"last_name\":\"i\",\"dui_number\":\"yvdljnikhwaykcmy\",\"username\":\"u\",\"password\":\"|]|{+-\",\"enabled\":false,\"email_verified\":true,\"cellphone\":\"vdljnikhwaykcmyu\",\"work_zone\":\"architecto\",\"tenure\":\"architecto\",\"is_active\":true,\"role_name\":\"architecto\",\"skill_ids\":[\"a4855dc5-0acb-33c3-b921-f4291f719ca0\"],\"group_ids\":[\"c90237e9-ced5-3af6-88ea-84aeaa148878\"]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/v1\/users\/{user_id}\/inspection-skills\/{inspectionSkill_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/:user_id\/inspection-skills\/:inspectionSkill_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/:user_id\/inspection-skills\/:inspectionSkill_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "16",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "inspectionSkill_id",
                                    "key": "inspectionSkill_id",
                                    "value": "architecto",
                                    "description": "The ID of the inspectionSkill."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/users\/{user_id}\/inspection-skills\/{inspectionSkill_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/:user_id\/inspection-skills\/:inspectionSkill_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/:user_id\/inspection-skills\/:inspectionSkill_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "16",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "inspectionSkill_id",
                                    "key": "inspectionSkill_id",
                                    "value": "architecto",
                                    "description": "The ID of the inspectionSkill."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/v1\/users\/{user_oauth_client_id}\/groups\/{group_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/:user_oauth_client_id\/groups\/:group_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/:user_oauth_client_id\/groups\/:group_id",
                            "variable": [
                                {
                                    "id": "user_oauth_client_id",
                                    "key": "user_oauth_client_id",
                                    "value": "architecto",
                                    "description": "The ID of the user oauth client."
                                },
                                {
                                    "id": "group_id",
                                    "key": "group_id",
                                    "value": "architecto",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/users\/{user_oauth_client_id}\/groups\/{group_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/:user_oauth_client_id\/groups\/:group_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/:user_oauth_client_id\/groups\/:group_id",
                            "variable": [
                                {
                                    "id": "user_oauth_client_id",
                                    "key": "user_oauth_client_id",
                                    "value": "architecto",
                                    "description": "The ID of the user oauth client."
                                },
                                {
                                    "id": "group_id",
                                    "key": "group_id",
                                    "value": "architecto",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "type": "string"
            }
        ]
    }
}